插入光盘 命令行
>grub
grub> root (hd0,5)
grub> setup (hd0)
grub> quit
-------------------------------------------------------------------------------
apt 下载路径: /var/cache/apt/archives/
-------------------------------------------------------------------------------
播放软件:
一般使用mplayer播放
w32codecs下载地址
安装命令:
dpkg -i w32codecs_20060611-0.0_i386.deb
----------------------------------
中文输入法安装:
請先安裝以下套件
sudo apt-get install scim
sudo apt-get install scim-chinese
sudo apt-get install scim-config-socket
sudo apt-get install scim-gtk2-immodule
sudo apt-get install scim-tables-zh
設定 scim 啟動檔
sudo touch /etc/X11/Xsession.d/74custom-scim_startup
sudo chmod 646 /etc/X11/Xsession.d/74custom-scim_startup
echo 'export XMODIFIERS="@im=SCIM"' >> /etc/X11/Xsession.d/74custom-scim_startup
echo 'export GTK_IM_MODULE="scim"' >> /etc/X11/Xsession.d/74custom-scim_startup
echo 'export XIM_PROGRAM="scim -d"' >> /etc/X11/Xsession.d/74custom-scim_startup
echo 'export QT_IM_MODULE="scim"' >> /etc/X11/Xsession.d/74custom-scim_startup
echo 'scim -f x11 -d' >> /etc/X11/Xsession.d/74custom-scim_startup
echo 'scim -f socket -d' >>/etc/X11/Xsession.d/74custom-scim_startup
sudo chmod 644 /etc/X11/Xsession.d/74custom-scim_startup
安裝完成後請重新登入
Retrieved from: source
-----------------------------------------------------------------------------------
字典安装:
apt-get install StarDict
下载地址
词典包解压以后,要连带目录拷贝到/usr/share/stardict/dic目录下:
tar -xjvf stardict-langdao-ce-gb-2.4.2.tar.bz2
mv stardict-langdao-ce-gb-2.4.2 /usr/share/stardict/dic/
Retrieved from: source
-------------------------------------------------
其他Windows对应软件列表:
MSN, ICQ, -> Gain
CHM Reader: chmsee
PDF 中文显示:
xpdf-chinese-simplified
xpdf-chinese-traditional
Nero -------- Gnomebaker
emule ------- amule
Ubuntu 下执行 exe file: -------- wine
e.g.: wine~/.wine/fake_windows/Programme/Internet Explorer/IEXPLORE.EXE
See more details
-----------------------------------------------------------------------------------
以下是ubuntu常用命令行