-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLinux_soft.txt
79 lines (71 loc) · 1.98 KB
/
Linux_soft.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
--------------Linux installed software---------
shadowsocks: https://github.com/librehat/shadowsocks-qt5/wiki/Installation#ubuntu
[sudo add-apt-repository ppa:hzwhuang/ss-qt5
sudo apt-get update
sudo apt-get install shadowsocks-qt5]
vim
Mplayer: http://wiki.ubuntu.com.cn/MPlayer
filezilla
GParted
flacon
[sudo add-apt-repository ppa:flacon
sudo apt-get update
sudo apt-get install flacon]
ibus-googlepinyin
smplayer
code::block
--------
Playonlinux
Wine: http://wiki.ubuntu.org.cn/Wine
goldendick
rpm
geany
gpaint
default-jar
gimp
--------
rstudio
netease-cloud-music
teamviewer
transmission
Virtualbox + vbox-extpack
[sudo vim /etc/apt/source.list
add "deb http://download.virtualbox.org/virtualbox/debian vivid contrib" in source.list
sudo apt-key add oracle_vbox.asc
sudo apt-get update
sudo apt-get install virtualbox-<version>]
--------
msoffice
chrome
--------
proxychains
[Dropbox]
R language
Adobe Flash Player
--------------R and R package installed--------------
install latest R
[sudo vim /etc/apt/source.list
deb http://mirror.bjtu.edu.cn/cran/bin/linux/ubuntu wily/ < change wily to trusty or vivid or precise >
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9
sudo apt-get update
sudo apt-get install r-base]
!!! above not work for ubuntu 14.04. Try below:
[sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install g++-4.9]
Then follow the steps at http://cran.us.r-project.org/
feather 提高R的存取效率
--------------VPS installed software------------------
1 sudo passwd
2 adduser Wilson
3 passwd Wilson
4 visudo
# change ssh port and forbid root access
5 vim /etc/ssh/sshd_config
# install Shadowsocks
#6 yum install python-setuptools && easy_install pip
#7 pip install shadowsocks
6 yum install m2crypto git libsodium
7 git clone -b manyuser https://github.com/breakwa11/shadowsocks.git
# install supervisor
8 easy_install supervisor