home/karel/scripts/install-U…-14.04-desktop-hugo

Download Report

Transcript home/karel/scripts/install-U…-14.04-desktop-hugo

Bestand: /home/karel/scripts/install-U…-14.04-desktop-hugo-desktop.sh Pagina 1 van 3
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
#############################################################################
# Bestand: install-Ubuntu-14.04-desktop-hugo-desktop.sh
#
# Doel:
Installatiebestand voor Ubuntu 14.04 LTS desktop op
#
#
hugo-desktop.
#
# Gebruik: In het terminalvenster met script install (aanbevolen):
#
#
install install-Ubuntu-14.04-desktop-hugo-desktop.sh
#
#
Direct in het terminalvenster:
#
#
bash install-Ubuntu-14.04-desktop-hugo-desktop.sh
#
#
Een opdrachtregel kan ook uitgevoerd worden door deze eerst
#
#
te kopiëren, en daarna te plakken in het terminalvenster,
#
#
bijvoorbeeld via opdracht 'install -s'.
#
# Gebruikt: #
# Auteur:
Karel Zimmer (http://karelzimmer.nl, [email protected])
#
# ------------------------------------------------------------------------- #
# Dit werk valt onder een Creative Commons Naamsvermelding-GelijkDelen 3.0 #
# Nederland licentie (CC BY-SA 3.0 NL).
#
# Bezoek http://creativecommons.org/licenses/by-sa/3.0/nl/ om een kopie te #
# zien van de licentie of stuur een brief naar Creative Commons,
#
# 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
#
# ------------------------------------------------------------------------- #
# Versies: 1.0.0
2014-04-17 Eerste versie.
#
#
2.0.0
2014-08-27 Recordsoorten gewijzigd.
#
#############################################################################
# VERSION_NUMBER=2.15.3
# RELEASE_DATE=2016-02-02
#---------------------------------------------------------------------------#
# Software installeren
#
#---------------------------------------------------------------------------#
#1 [ 1/13] Converteer DVDs en andere video's - HandBrake
sudo apt-get --assume-yes install handbrake
#1 [ 2/13] Downloadprogramma - jDownloader (1/3)
sudo add-apt-repository --yes ppa:jd-team/jdownloader
#1
Downloadprogramma - jDownloader (2/3)
sudo apt-get --assume-yes update
#1
Downloadprogramma - jDownloader (3/3)
sudo apt-get --assume-yes install jdownloader
#2 +------------------------------------------------------------------------+
#2 |
jDownloader
|
#2 +------------------------------------------------------------------------+
#2 | Verwijderen:
|
#2 | - Start Terminalvenster:
|
#2 |
sudo apt-get purge jdownloader
|
#2 |
sudo add-apt-repository --remove ppa:jd-team/jdownloader
|
#2 |
sudo apt-get update
|
#2 +------------------------------------------------------------------------+
#1 [ 3/13] Norton Commander op Linux - Krusader
sudo apt-get --assume-yes install krusader
#1 [ 4/13] Mediastraemer - MediaTomb
sudo apt-get --assume-yes install mediatomb
#1 [ 5/13] Soort grab-it voor Linux - Pan
sudo apt-get --assume-yes install pan
#1 [ 6/13] Rar-bestanden in/uitpakken - RAR
sudo apt-get --assume-yes install rar
#1 [ 7/13] TV-gids voor nieuwgroepen - SpotLite (1/4)
wget --output-document=/tmp/spotlite.zip \
"http://www.spot-net.nl.vfcdn.net/downloads/spotlite/SpotLite(v2)Ubuntu.zip"
#1
TV-gids voor nieuwgroepen - SpotLite (2/4)
unzip -o '/tmp/spotlite.zip' -d /tmp
#1
TV-gids voor nieuwgroepen - SpotLite (3/4)
Bestand: /home/karel/scripts/install-U…-14.04-desktop-hugo-desktop.sh Pagina 2 van 3
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
sudo apt-get --assume-yes install gdebi
#1
TV-gids voor nieuwgroepen - SpotLite (4/4)
sudo gdebi --non-interactive /tmp/spotlite-$(dpkg --print-architecture).deb
#1 [ 8/13] PC of server op afstand bedienen - TeamViewer (1/6)
## Installatie voorbereiden - architectuur i386 toevoegen.
## Nodig voor Debian, standaard in Ubuntu (multiarch).
sudo dpkg --add-architecture i386
#1
PC of server op afstand bedienen - TeamViewer (2/6)
## Installatie voorbereiden - pakketlijsten verversen
sudo apt-get --assume-yes update
#1
PC of server op afstand bedienen - TeamViewer (3/6)
wget --output-document=/tmp/teamviewer_i386.deb \
http://download.teamviewer.com/download/teamviewer_i386.deb
#1
PC of server op afstand bedienen - TeamViewer (4/6)
sudo apt-get --assume-yes install gdebi
#1
PC of server op afstand bedienen - TeamViewer (5/6)
echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula \
select true | sudo debconf-set-selections
#1
PC of server op afstand bedienen - TeamViewer (6/6)
sudo gdebi --non-interactive /tmp/teamviewer_i386.deb
#1 [ 9/13] Notitieblok - Tomboy
sudo apt-get --assume-yes install tomboy
#1 [10/13] Ubuntu aanpassen en onderhouden - Ubuntu Tweak (1/3)
sudo add-apt-repository --yes ppa:tualatrix/ppa
#1
Ubuntu aanpassen en onderhouden - Ubuntu Tweak (2/3)
sudo apt-get --assume-yes update
#1
Ubuntu aanpassen en onderhouden - Ubuntu Tweak (3/3)
sudo apt-get --assume-yes install ubuntu-tweak
#2 +------------------------------------------------------------------------+
#2 |
Ubuntu Tweak
|
#2 +------------------------------------------------------------------------+
#2 | Verwijderen:
|
#2 | - Start Terminalvenster:
|
#2 |
sudo apt-get purge ubuntu-tweak
|
#2 |
sudo add-apt-repository --remove ppa:tualatrix/ppa
|
#2 |
sudo apt-get update
|
#2 +------------------------------------------------------------------------+
#1 [11/13] Opstartbare USB-stick maken - UNetbootin
sudo apt-get --assume-yes install unetbootin
#1 [12/13] Unity aanpassen - Unity Tweak Tool
sudo apt-get --assume-yes install unity-tweak-tool
#1 [13/13] Virtualisatieprogramma - VirtualBox (1/6)
## Voeg pakketbron toe.
echo deb http://download.virtualbox.org/virtualbox/debian \
$(lsb_release --codename --short) contrib | \
sudo tee /etc/apt/sources.list.d/virtualbox.list > /dev/null
#1
Virtualisatieprogramma - VirtualBox (2/6)
## Voeg sleutel toe.
wget --quiet --output-document=- \
https://www.virtualbox.org/download/oracle_vbox.asc | sudo apt-key add #1
Virtualisatieprogramma - VirtualBox (3/6)
## Werk pakketlijsten bij.
sudo apt-get --assume-yes update
#1
Virtualisatieprogramma - VirtualBox (4/6)
## Download laatste versienummerbestand. Inhoud bijvoorbeeld: 4.3.20
wget --output-document=/tmp/LATEST.TXT \
http://download.virtualbox.org/virtualbox/LATEST.TXT
#1
Virtualisatieprogramma - VirtualBox (5/6)
## Installeer VirtualBox. Bijvoorbeeld versie: 4.3
sudo apt-get --assume-yes install virtualbox-$(cat /tmp/LATEST.TXT | \
Bestand: /home/karel/scripts/install-U…-14.04-desktop-hugo-desktop.sh Pagina 3 van 3
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
cut --delimiter='.' --fields=1-2)
#1
Virtualisatieprogramma - VirtualBox (6/6)
## Voeg de gebruiker toe aan de groep.
sudo adduser ${SUDO_USER:-$USER} vboxusers
#2 +------------------------------------------------------------------------+
#2 |
VirtualBox
|
#2 +------------------------------------------------------------------------+
#2 | Verwijderen:
|
#2 | - Start Terminalvenster:
|
#2 |
sudo apt-get purge virtualbox-*
|
#2 |
sudo deluser ${SUDO_USER:-$USER} vboxusers
|
#2 |
sudo rm /etc/apt/sources.list.d/virtualbox.list*
|
#2 |
sudo apt-get update
|
#2 +------------------------------------------------------------------------+
#---------------------------------------------------------------------------#
# Systeeminstellingen wijzigen
#
#---------------------------------------------------------------------------#
# Einde installatiebestand.