[Ubutnu] analyze system boot time
Simply execute the following command to see the detailed boot up time
systemd-analyze blame
[Ubutnu] Create bridged network for qemu
Simple way to create bridged network between Ubuntu host and qemu client
Install bridge-utils package first.
sudo apt-get install bridge-utils
Edit /etc/network/interfaces, and append the following configurations.
Add a bridged network (br0) to your host network adapter (eth0)
------------------------
auto br0
iface br0 inet dhcp
bridge_ports eth0
bridge_stp off
bridge_fd 0
bridge_maxwait 0
------------------------
Restart your network.sudo /etc/init.d/networking restart
Edit your script to boot qemu client, here is an example (-net nic, -net bridge,br=br0)
qemu -net nic, -net bridge,br=br0
you are now ready to boot your qemu client with bridged network
------------------------
auto br0
iface br0 inet dhcp
bridge_ports eth0
bridge_stp off
bridge_fd 0
bridge_maxwait 0
------------------------
Restart your network.
[Ubutun] Repiar no sound problem on Ubuntu 16.04
- Uninstall pulseaudio package
- Remove the following files/folders
- Reboot you system
- Reinstall pulseaudio package
- You might need to reinstall ubuntu-desktop if your 'Ubuntu System Settings' has disappeared
Subscribe to:
Comments (Atom)
Orange - data analysis tool
Installation pip install orange3 Run orange python -m Orange.canvas
-
Calling Gnuplot in C Download: callGnuPlot.c 懶惰是程式設計師的天性,所以才會創造出許多方便的程式,最近一直需要作圖分析,厭倦了Origin重複且繁複的設定,所以決定將要分析的資料使用c做分析後再由gnuplot畫出。 熟悉gnuplo...
-
Qt 4.5 QGroupBox with QGTkStyle 經 jensbw 前輩指導之後得知以下的效果原來是因為Qt 4.5為了要保留原生的Gnome的特效採用了QGtkStyle而造成的,並不是程式上得錯誤。而QGtkStyle則是Qt 4.5所強調的新功能之一,看來我真...
-
Installation pip install orange3 Run orange python -m Orange.canvas