安裝 Linux 後的設定
話先說再前面,這只是單純我自己的喜好,沒有什麼道理。
首先來安裝軟體:
影音多媒體類:
- VLC
- SMPlayer
- Gstreamer-plugins-*
- ubuntu-restricted-extra
- dosbox
- Gweled
程式開發類:
- Code:Blocks
- Eric Python IDE
- Bless (hex editor)
- geany
繪圖:
- Dia
- Geogebra
- Matplotlib
- ImageMagick (非常好用的圖片編輯軟體,display 是GUI的版本)
編輯器:
- joe
- texmaker or LaTeXila
- denemo (樂譜編輯,我不會用,給老婆用)
聖經、字典、文件:
- goldendict
- xiphos
- acroread
- chmsee
- chm2pdf
網路:
- Filezilla
- emesene
- Umit network scanner
- PCManX
- wireshark
第三方軟體:
- chrome
- dropbox
- vmware or kvm
- dirsyncpro
- jsanjuan
- winetricks
上面是軟體的部份,下面是一些調校的部份。
.bashrc:
alias ll='ls -l'
alias la='ls -A'
alias l='ls -CF'
alias rm='rm -i'
alias joe='joe -linums -autoindent -tab 4'
alias 100='ssh -i /home/neokent/.ssh/id_dsa_media neokent@192.168.2.100'
.profile:
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi
.profile:
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi
joe 的調校請參考之前 joe 的文章。
留言
張貼留言