1. And the rules for the "sudo"
$ sudo visudo
## Allow root to run any commands anywhere
root ALL=(ALL) ALL
Add the following details to $USER
$USER ALL=(ALL) ALL
So, there was no the password for $USER while run `sudo` command again
2. Add the opened "terminal" to right mouse
$ sudo apt-get install nautilus-open-terminal
After Log-out, check the "open terminal" from right mouse
3. Add the input method about CHS
- ibus
$ sudo apt-get install ibus (default one now)
ibus-pinyin
https://github.com/libpinyin/libpinyin/wiki
https://github.com/libpinyin/libpinyin/wiki
4. Help info and Man info
$ sudo apt-get install pinfo
5. Add the flash from Firefox
$ sudo apt-get install flashplugin-installer
6.小键盘失灵
Shift+Alt+Num
7. apt-file
sudo install apt-file
sudo apt-file update
8. screen
sudo install screen
9. virtualbox
10. Web Browser
Mozilla Firefox
Google Chromium
11. Mail Client
Thunderbird
-foxclocks
-lightning
-united_states_english_spellchecker
12.Stardict
sudo apt-get install stardict
13. Pidgin
14. vncviewer
15. openssh
sudo apt-get install ssh
16. Open client for Cisco AnyConnect ×××
sudo apt-get install openconnect
17. Office Tool
- LibreOffice
http://www.libreoffice.org/download
http://www.libreoffice.org/download
- Adobe reader
18. SMPlayer
sudo add-apt-repository ppa:rvm/smplayer
sudo apt-get update
sudo apt-get install smplayer
sudo apt-get update
sudo apt-get install smplayer
http://smplayer.sourceforge.net/downloads.php?tr_lang=en
19. RAR ZIP
20. Touchpad
sudo apt-get install gsynaptics
sudo apt-get install gsynaptics
21. Rainlendar
sudo apt-get install tofrodos
sudo dpkg -i rainlendar2-lite_2.9.b111-1_amd64.deb
http://www.rainlendar.net/cms/index.php
http://www.rainlendar.net/cms/index.php
FYI.
1. Linux keyboard shortcuts you should know about
你必须知道的 34 个简单实用的 Ubuntu 快捷键
1. Ctrl + W: 关闭当前 Nautilus 窗口
2. Ctrl+T: 在 Nautilus 打开新的 Tab
3. Ctrl + H: 切换隐藏文件(夹)显示或者不显示
4. Ctrl+E: 发送当前文档给某个 Email
5. Ctrl+Q: 退出应用
6. Ctrl + 1/2: 修改文件夹视图为图标或者列表模式
7. Ctrl + Shift + W: 关闭所有的 Nautilus 窗口
8. Ctrl + Shift + N: 创建新文件夹
9. Ctrl + Alt + L: 锁屏,如果你想走开一会而不想让别人看到你的屏幕
10. Ctrl + Alt + D: 显示桌面/恢复打开的窗口
11. Ctrl + Alt + Backspace: 关闭 X 服务器
12. Ctrl + Alt + F1: 切换到首个虚拟终端
13. Ctrl + Alt + F2(F3)(F4)(F5)(F6): 选择不同的虚拟终端< /p>
14. Ctrl + Alt + F7: 切换到当前登录会话
15. Ctrl+Alt++: 切换到下一个 X 分辨率(取决于 X 配置)
16. Ctrl+Alt+-: 切换到前一个 X 分辨率(取决于 X 配置)
17. Alt+Tab: 在不同的应用之间切换显示
18. Alt + F: 打开应用程序菜单
19. Alt + F2: 打开运行应用的对话框
20. Alt + F5: 取消当前窗口的最大话
21. Alt + F7: 计划移动窗体选项,你可以使用键盘上的方向键来移动窗口
22. Alt + F8: 使用键盘上的方向键来更改当前窗口大小
23. Alt + F9/F10: 最小化和最大化当前窗口
24. Alt + Up/Down Arrow: 移到父一级目录
25. Alt + Left/Right Arrow: Nautilus 上的后退和前进
26. Alt + Enter: 显示所选文件或者文件夹的属性信息
27. Alt + Home: 直接移到你的主目录
28. Alt + Shift + Tab: 类似 Alt+Tab 进行窗口切换,使用反向顺序
29. Alt + Ctrl + Left/Right Arrow: 移到工作空间
30. Alt + Ctrl + Shift + Left/Right Arrow: 移动当前窗口到另外的工作空间
31. Alt + Shift + Up Arrow: 初始化很酷外观的窗口切换界面,这样你可通过方向键来切换
32. Win+E: 显示所有的工作空间,可轻松进行切换
33. Win + Mousewheel: 桌面上的缩放操作,使用滚轮鼠标操作更方便
34. F9: 显示和关闭 Nautilus 边栏
转载于:https://blog.51cto.com/leonkuo/587100