Enable USB for VirtualBox on Ubuntu

Different from Windows, if you wants to use usb enabled to VirtualBox, you must edit a config file, which is needn’t on Windows. I can’t remember it and search for web many times because when you set it, you need’t to edit it twice. But sometimes, I will reinstall my ubuntu and the config will lost, so I wants to save it on my Blog in case one day I will use it....

July 26, 2020 · Aimer Neige

Hello World

Welcome Welcome! HelloWorld This is a simple test for my first blog article. Mathjax Test 1 $$a_{PI}(x|D) = E[u(x) | x, D] = \int_{-\infty}^{f’} \mathcal{N}(f; \mu(x), \kappa(x, x)) \ df =\phi(f’; \mu(x), \kappa(x, x))$$ Test 2 $$\frac{e}{\left( e+e^{\pi} - \pi^{e}\right) ,\left( - e+\pi^{e}\right) }+{E(\left( e+\pi\right) ,\left( 2,e+\pi\right) )}^{e}$$ C #include <stdio.h> int main() { printf("HelloWorld!\n"); return 0; } C++ #include <iostream> int main() { std::cout << "HelloWorld!" << std::endl; return 0; } Java public class Main { public static void main(String[] args) { System....

January 24, 2020 · Aimer Neige