linux 標籤的全部彙整

換 XSplash

  • xsplash檔案位置在 /usr/share/images/xsplash
  • 下載後直接覆蓋原檔,可以先備份原檔
  • 接著用 sudo xsplash 做測試

重裝 Windows 後還原 Grub2

  1. 先用ubuntu live cd 開機後開 terminal
  2. 用 sudo -i 切換到 root
  3. fdisk -l 看linux裝在哪個device (若有獨立切一個/boot的話就記/boot的)
  4. mount 那個device
  5. 假設硬碟是sda , 然後 device 是 mount 在 /media/root 就下指令
    1. sudo grub-install --root-directory=/media/root /dev/sda
  6. sudo update-grub2

恢復 Gnome Panel

  1. gconftool-2 --shutdown
  2. rm -rf ~/.gconf/apps/panel
  3. pkill gnome-panel

更改Gnome視窗外觀

  1. 在終端機輸入gconf-editor
  2. 樹狀中找到apps/metacity/general
  3. 裡面的button_layout
  4. 說明中有參數 , 依序打入就可以修改 放大,縮小,關閉,選單 的位置

安裝 Adobe AIR for Linux

  1. 先到Adobe AIR 的網站抓Adobe AIR For Linux 的 *.bin
  2. chmod +x AdobeAIRInstaller.bin
  3. end …AdobeAIRInstaller.bin