ubuntu常用功能安裝集錦

系統配置

爲顯卡安裝驅動

$ add-apt-repository ppa:noobslab/apps
$ apt-get update
$ apt-get install ddm

工具

截圖

shutter
https://blog.csdn.net/hanshileiai/article/details/46843713

個人開發

安裝yael

http://blog.csdn.net/xd227/article/details/48860635

安裝SSH

$ sudo apt-get install openssh-server
$ # 爲保險起見,重啓下ssh
$ sudo /etc/init.d/ssh restart

安裝dukto

http://download.opensuse.org/repositories/home:/colomboem/xUbuntu_16.04/amd64/dukto_6.0-1_amd64.deb

更新源

北方地區搜狐源速度最快,建議將軟件源改爲 sohu 的,感謝http://www.linuxidc.com/Linux/2016-04/129914.htm的建議:

deb http://mirrors.sohu.com/ubuntu/ trusty main restricted universe multiverse
deb http://mirrors.sohu.com/ubuntu/ trusty-security main restricted universe multiverse
deb http://mirrors.sohu.com/ubuntu/ trusty-updates main restricted universe multiverse
deb http://mirrors.sohu.com/ubuntu/ trusty-proposed main restricted universe multiverse
deb http://mirrors.sohu.com/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://mirrors.sohu.com/ubuntu/ trusty main restricted universe multiverse
deb-src http://mirrors.sohu.com/ubuntu/ trusty-security main restricted universe multiverse
deb-src http://mirrors.sohu.com/ubuntu/ trusty-updates main restricted universe multiverse
deb-src http://mirrors.sohu.com/ubuntu/ trusty-proposed main restricted universe multiverse
deb-src http://mirrors.sohu.com/ubuntu/ trusty-backports main restricted universe multiverse
apt-get update 
apt-get upgrade
apt-get install libcurl3-dbg curl libpcre3 libpcre3-dev libcurl4-openssl-dev  libyaml-dev

添加新root用戶

http://www.linuxidc.com/Linux/2016-06/132218.htm

配置ftp連接

設置一個專門的用戶用於ftp上傳,並用sftp協議連接
原文:How to setup FTP server on ubuntu 14.04 ( VSFTPD )
http://www.krizna.com/ubuntu/setup-ftp-server-on-ubuntu-14-04-vsftpd/

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章