Reduce Initramfs to speed up boot time
edit /etc/initramfs-tools/initramfs.conf, change MODULES=dep instead of MODULES=most
Run below command to rebuild initramfsSamba Utility
Install samba utility
sudo aptitude install cifs-utils
Example for mounting a samba folder
sudo mount -t cifs //192.168.0.15/myfiles /home/usr/files -o rw
Caching git Password
Ubuntu Enable colored Highlights in Terminal
edit .bashrc
sudo nano ~/.bashrc
Uncomment
Ubuntu Enable Wireless Network in Terminal
Install wireless tools
sudo apt-get install wireless-tools
Enable Wireless network
sudo ifconfig wlan0 up
List down all available wireless network
sudo iwlist wlan0 scan
Setting up SSID
iwconfig wlan0 essid "your_ssid"
Enable DHCP
dhclient wlan0
Subscribe to:
Posts (Atom)
Orange - data analysis tool
Installation pip install orange3 Run orange python -m Orange.canvas
-
Qt 4.5 QGroupBox with QGTkStyle 經 jensbw 前輩指導之後得知以下的效果原來是因為Qt 4.5為了要保留原生的Gnome的特效採用了QGtkStyle而造成的,並不是程式上得錯誤。而QGtkStyle則是Qt 4.5所強調的新功能之一,看來我真...
-
Calling Gnuplot in C Download: callGnuPlot.c 懶惰是程式設計師的天性,所以才會創造出許多方便的程式,最近一直需要作圖分析,厭倦了Origin重複且繁複的設定,所以決定將要分析的資料使用c做分析後再由gnuplot畫出。 熟悉gnuplo...
-
Installation pip install orange3 Run orange python -m Orange.canvas