qemu virtual machine manager
Install qemu virtual machine manager
sudo apt-get install virt-manager
Reboot your system after installation.
nmap for ip/hostname scan
install nmap via below command
sudo apt-get install namp
Scan IP (example)
nmap -sP 192.168.1.0/24
Scan Hostname
nmap -A 192.168.1.0/24
wireless network setting
edit /etc/network/interfaces
sudo nano /etc/network/interfaces
Here is an example for setting a wirless network with fixed ssid
auto wlan0
iface wlan0 inet dhcp
wireless-essid my_ssid
wireless-mode Managed
Fix Network Tray Icon Missing
Install following package to fix this problem
sudo apt-get install indicator-applet-complete
config boot process - sysv-rc-conf
Install sysv-rc-conf
sudo apt-get install sysv-rc-conf
sudo sysv-rc-conf
Run it
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