One for all,all for one.

2015年3月29日 星期日

手動控制風扇轉速 (IBM X220)

›
# vi /etc/modprobe.d/thinkpad_acpi.conf thinkpad_acpi fan_control=1 # reboot $ cat /proc/acpi/ibm/fan level:        auto ...
2015年3月26日 星期四

download subdirectory from GitHub

›
https://github.com/Username/Repository/tree/master/subdirectory | ...
2015年3月23日 星期一

CodeIgniter composite primary key

›
$this->dbforge->add_key('blog_id', TRUE); $this->dbforge->add_key('site_id', TRUE); // gives PRIMARY KEY `blo...

CodeIgniter Insert on duplicate

›
$orig_db_debug = $this->db->db_debug; $this->db->db_debug = FALSE; RUN QUERY HERE $this->db->db_debug = $orig_db_debug...
2015年3月20日 星期五

西班牙文鍵盤輸入

›
! => Shift + 1 ¡ => = ? => Shift + _ ¿ => Shift + = b => ; á, é, í, ó, ú => ' + a, e, i, o, u References ...
2015年3月19日 星期四

開啓 libvirtd log 功能

›
# vi /etc/libvirt/libvirtd.conf log_level = 1 log_filters="3:remote 4:event 3:json 3:rpc" log_outputs="1:file:/var/log/lib...

libguestfs inspection support: False

›
# apt-get install python-guestfs
‹
›
首頁
查看網路版
技術提供:Blogger.