Another file hosting download manager !sudo add-apt-repository ppa:jd-team/jdownloader
sudo echo 'deb http://ppa.launchpad.net/jd-team/jdownloader/ubuntu lucid main' > /etc/apt/sources.list.d/jd-team-ppa-lucid.list # fix wrong url
sudo apt-get update
sudo apt-get install jdownloader
[+/-] |
Jdownloader for ubuntu 10.04 |
[+/-] |
Open anything from command line in ubuntu |
try this:gnome-open ./*
ref: this
[+/-] |
Disabling the Touchpad Temporarily While Typing |
打字時暫時停用 touchpad .syndaemon -i 1 -d
ref: this
[+/-] |
Network manager & reslov.conf |
防止 network manager 每次開機後修改 /etc/reslov.conf, 一個 dirty 的方法, 加上 immutable 的屬性:sudo chattr +i /etc/reslov.conf
如果要修改 reslov.conf, 先將 immutable 的屬性拿掉:sudo chattr -i /etc/reslov.conf