Debian 安裝相關

2021-06-06 03:39:26 字數 834 閱讀 2820

1. 國內比較好的源

deb squeeze main non-free contrib

deb squeeze-proposed-updates main contrib non-free

deb -security squeeze/updates main contrib non-free

deb-src squeeze main non-free contrib

deb-src squeeze-proposed-updates main contrib non-free

deb-src -security squeeze/updates main contrib non-free

2. 無線驅動安裝

apt-get install firmware-iwlwifi wireless-tools

3. 安裝中文環境

aptitude install locales

dpkg-reconfigure locales

locale -a

apt-get install ttf-wqy-zenhei ttf-wqy-microhei

4. 安裝 chrome

dpkg -i ./downloads/google-chrome-stable_current_i386.deb

apt-get -f install

5. 安裝開發環境

apt-get install vim

apt-get install ctags

apt-get install build-essential

apt-get install mono-complete

linux安裝相關

整理了一些安裝linux的知識 從硬碟安裝linux linux 啟動安裝法 這種方法需要製作一張linux啟動盤。先把iso檔案中images資料夾裡的bootdisk.img讀出來單獨儲存到硬碟上。如果是在linux 下,就把軟盤插入軟碟機,然後執行下面的命令把bootdisk.img寫入軟盤 ...

pip安裝相關

importerror no module named setuptools 解決方法 在python執行過程中出現如下錯誤 python錯誤 importerror no module named setuptools 這句錯誤提示的表面意思是 沒有setuptools的模組,說明python缺少...

mongo安裝相關

前兩周子騰讓我幫忙看一下伺服器上的mongo,折騰了一下,順便做了個筆記,如下 開啟埠 firewall cmd zone public add port 27017 tcp permanent firewall cmd zone public add port 28017 tcp permanen...