-
Notifications
You must be signed in to change notification settings - Fork 0
/
OSinit.sh
51 lines (40 loc) · 1.54 KB
/
OSinit.sh
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
#!/bin/bash
# Ajout des PPA
add-apt-repository -y ppa:webupd8team/java
add-apt-repository -y ppa:webupd8team/sublime-text-3
add-apt-repository -y ppa:hertzog/nautilus-dropbox
add-apt-repository -y ppa:eugenesan/ppa
#add-apt-repository -y ppa:piotr-zagawa/ma2 #myAgenda
sh -c 'echo "deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list'
#Update
apt-get update
#Installations
apt-get install -y build-essential
apt-get install -y vim
apt-get install -y gparted
apt-get install -y unetbootin
apt-get install -y gedit
apt-get install -y filezilla
apt-get install -y playonlinux
apt-get install -y tmux
apt-get install -y htop
apt-get install -y smartgit
apt-get install -y oracle-java8-installer
apt-get install -y sublime-text
apt-get install -y nautilus-dropbox
apt-get install -y smartgit
#apt-get install -y myagenda
apt-get install -y htop
apt-get install -y google-chrome-stable
#apt-get install -y netbeans
apt-get install -y apache2 php5 mysql-server libapache2-mod-php5 php5-mysql phpmyadmin
#Install MYSQLDumper
wget 'http://downloads.sourceforge.net/project/mysqldumper/MySQLDumper/MySQLDumper1.24.4.zip' &&
#Install ShellChecker
apt-get install -y shellchecker
#Install mysql tuner
wget http://mysqltuner.pl/ -O mysqltuner.pl
wget https://raw.githubusercontent.com/major/MySQLTuner-perl/master/basic_passwords.txt -O basic_passwords.txt
wget https://raw.githubusercontent.com/major/MySQLTuner-perl/master/vulnerabilities.csv -O vulnerabilities.csv
chmod +x mysqltuner.pl
#Cloner mon repo script