近期Linux問題匯總 1.VirtualBox報錯Kernel driver not installed (rc=-1908) The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing '/etc/init.d/vboxdrv setup' as root. If it is available in your distribution, you should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.解決方案:下載另一替換版本安裝:[html] http://dlc.sun.com.edgesuite.net/virtualbox/4.2.10/virtualbox-4.2_4.2.10-84104~Ubuntu~quantal_amd64.deb 雙擊即可。 2.Macbuntu美化問題 1.安裝Gnome經典案頭[html] sudo apt-get install gnome-session-fallback 2.如下:[html] http://nchc.dl.sourceforge.net/project/macbuntu/macbuntu-10.10/v2.3/Macbuntu-10.10.tar.gz 3.解壓它,更改其中的install.sh 這款Macbuntu是高仿Mac主題,適用於Ubuntu 10.10 以後的版本,但要簡單設定一下:將 install.sh 和 uninstall.sh 中的 UBUVER="10.10"; ,改成自己對應的版本號碼就行了。 4.以普通使用者運行它,直接雙擊。 3.運行校園網用戶端問題 下載wine,在軟體中心,直接雙擊需要開啟的exe即可,SDUT的用戶端親測可以。。嘿嘿~4.修改XTerm背景色和大小 1、使用命令“gedit ~/.Xresources”,建立一個名為.Xresouces的檔案 2、在已經開啟的gedit文字編輯器中添加如下行: XTerm*saveLines: 4096 XTerm*scrollbar: yes XTerm*background: black XTerm*foreground: white xterm.geometry: 80x36 單擊“儲存”,退出 3、使用命令“xrdb -load ~/.Xresources”修改xterm的設定(詳細操作參考命令"man xrdb "); 5.Root密碼 root密碼找回sudo passwd root 輸入你安裝時使用者的密碼,設定root密碼。