***How to change the USplash Screen on startup/shutdown
sudo update-alternatives --config usplash-artwork.so
sudo dpkg-reconfigure usplash
Then reboot.
***To list the UUID of a specific device:
sudo vol_id -u device
***Enable vim syntax highlighting
syntax on
****如何找出您正在使用的 Ubuntu 版本:
lsb_release -a
***install from bin:
chmod +x Desktop/GoogleEarthLinux.bin
sudo Desktop/GoogleEarthLinux.bin
***Mounting Automatically
Create mountpoint:
sudo mkdir /mnt/files
Edit configuration:
gksudo gedit /etc/fstab
Add something similar to below:
192.168.1.1:/path/to/shared/files /mnt/files nfs rsize=8192,wsize=8192,timeo=14,intr 0 0
Test new configuration:
sudo mount -a
Reboot to test automatic mounting.
***列出硬件
lspci grep Broadcom
***fix字体缓存
sudo fc-cache -fv 2>&1 grep failed cut -f1 -d”:” xargs -i sudo touch {} && sudo fc-cache -fv
***列出声卡
声卡的Sub-vendor ID 和 Sub-system ID:
cat /proc/asound/card0/codec#? > codec.txt
***启动项
sudo sysv-rc-conf
十一月
11
发表评论