1. Simple Multi-Audio Flow VI ~ / .Bashrc Adds the Background Run ESD & So Multimedia Software Output Use Esound to make the easiest implementation.
2, mouse speed and sampling rate change
Download the following software: I logitech_applet after ./configure --prefix = / usrmakemake install
Get the current refresh rate Su -c "logitech_applet --get-res"
Change refresh rate Su -c "Logitech_Applet -S800"
II HotPlug_logitech After decompression, cp * / etc / hotplug / usb
Finally, the system mouse speed and acceleration are adjusted.
3, FCITX input method self-starting vi ~ / .gnomercexport xmodifier = @ im = fcimfcitx
4, J2se SDK environment vi ~ / .bashrcexport java_home = / usr / share / j2sdk1.4.2_07export classpath =.: $ Java_home / lib / dt.jar: $ java_home / lib / Tools.jarexport path = $ PATH: $ java_home / bin
5, non-root permission execution command APT-GET Install Sudovi / etc / sudoers Add: Username All = NOPASSWD: ALL
6, XCHAT Run window error correction vi ~ / .xchat2 / pevents.conf content is empty.
7, GVIM garbled vi ~ / .gvimrcset encoding = Chineseset langmenu = zh_cn.gbkset imcmdlineset Guifont = Serif 14Source $ Imruntime / Delmenu.vimsource $ VIMRUNTIME / MENU.VIM
8, Mounting Windows Partition VI / ETC / FSTAB Add: / DEV / HDB1 / MNT / WIN_C NTFS IOCHARSET = UTF8, RO, Users, umask = 0002 0 0 / DEV / HDB5 / MNT / WIN_D NTFS IOCHARSET = UTF8 , Ro, Users, Umask = 0002 0 0 / DEV / HDB6 / MNT / WIN_E NTFS IOCHARSET = UTF8, RO, Users, umask = 0002 0 0 / DEV / HDB7 / MNT / WIN_F VFAT DEFAULTS, UMASK = 0, Dmask = 0 , fmask = 111, octharset = utf8 0 0
Just started, temporarily summarized, will be updated when it is not required.