Ubuntu
- Hold super key to navigate things;
- C-o: open file;
- C-A-F1~F6: open tty1~tty6; C-A-F7: open X;
- export PATH=${PATH}:/home/wade/bin set path variable.
- Alt+HOME: open home folder; Ctrl + N: open new folder.
- in folder: select a file and Alt+ENTER to see property
- Alt+Ctrl+t : open terminal
- dict command to look up a word. dict banana.
- How to install .bin file on ubuntu:
- $ chmod a+x name_of_file.bin
- $ sudo ./name_of_file.bin
- How to install Adobe Reader on ubunto:
- if you have a 64bit system, do not forget to install also this package libxml2:i386
- $ sudo apt-get install libxml2:i386
- Otherwise, acroread will fail
- if you have a 64bit system, do not forget to install also this package libxml2:i386
- 在Emacs中用ibus输入法切换输入法问题:
1 sudo add-apt-repository ppa:irie/elisp 2 sudo apt-get update 3 sudo apt-get install ibus-el 4 安装完成之后在~/.emacs添加下面两行 5 (require 'ibus) 6 (add-hook 'after-init-hook 'ibus-mode-on) 7 最后在ibus中设置输入法切换快捷键Ctrl-Space改为Shift-Space. 8 (把ibus里的关闭输入法设置为Ctrl-Space) 9 因为在emacs中,Ctrl-Space为设置Mark的功能
- How to install sublime text 2:
sudo add-apt-repository ppa:webupd8team/sublime-text-2 sudo apt-get update sudo apt-get install sublime-text
PPA: personal package archive. this is the way to add a ppa. - System monitor: $ gnome-system-monitor
- Remove a ppa:enter /etc/apt/sources.list.d/ and choose what you want to remove.
- killall -9 <pro_name>: force kill process <pro_name>: http://codingstandards.iteye.com/blog/986313
- w: print current system condition information; w - show who is logged on and what they are doing, displays information about the users currently on the machine, and their processes.
- tty - print the file name of the terminal connected to standard input
- how to install office2010 on ubuntu(install PlayOnLinux): http://www.tutonics.com/2012/12/easily-install-microsoft-office-in.html#.UYltSqD_6b4
- linux下安装qq:http://www.longene.org/forum/viewtopic.php?f=6&t=4700
- Change back to default login screen:
$ sudo update-alternatives --config default.plymouth $ sudo update-initramfs -u $ sudo dpkg-reconfigure lightdm
- f
- ff