歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> Debian安裝筆記

Debian安裝筆記

日期:2017/2/28 16:13:32   编辑:Linux教程

校園網上網安裝iNodeClient
從Ubuntu的/usr/lib拷貝libtiff.so.3 libtiff.so.4 libtiff.so.4.3.3三個文件到/usr/lib
sudo cp libtiff.so.3 libtiff.so.4 libtiff.so.4.3.3 /usr/lib
將/iNodeClient/enablecards.ps所有內容刪除,添上一行 ifconfig eth0 up

1、更改軟件源

2、安裝sudo並更改sudo權限,su獲得root權限,gedit /etc/sudoers 加入 your_user_name ALL=(ALL) ALL

3、亂碼將ubuntu的/usr/share/fonts/truetype/arphic拷貝到debian相應位置
或者能上網的話(安裝字體apt-get install ttf-arphic-uming 去除方框亂碼)

4、安裝中文打字
sudo aptitude install ibus
sudo aptitude install ibus-pinyin
ibus-setup
gedit ./.bashrc
export GTK_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
export QT_IM_MODULE=ibus
source ./.bashrc

4、安裝google浏覽器

編程安裝
1、安裝gcc
aptitude install gcc make build-essential autoconf automake1.9 cvs subversion libsdl-dev libgl1-mesa-dev fakeroot libnss3-dev gdb libglib2.0-0 libglib-perl dh-make cdbs debhelper kernel-package lsb-release module-assistant -y
2、安裝eclipse eclipse-cdt

Copyright © Linux教程網 All Rights Reserved