home/karel/scripts/setup-Ubu…-14.04-desktop

Download Report

Transcript home/karel/scripts/setup-Ubu…-14.04-desktop

Bestand: /home/karel/scripts/setup-Ubu…-14.04-desktop-hugo-desktop.sh
Pagina 1 van 2
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: setup-Ubuntu-14.04-desktop-hugo-desktop.sh
#
# Doel:
Instellingsbestand voor Ubuntu 14.04 LTS desktop op
#
#
hugo-desktop.
#
# Gebruik: In het terminalvenster met script setup (aanbevolen):
#
#
setup setup-Ubuntu-14.04-desktop-hugo-desktop.sh
#
#
Direct in het terminalvenster:
#
#
bash setup-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 opdracht via 'setup -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.6.3
# RELEASE_DATE=2015-12-24
#---------------------------------------------------------------------------#
# Gebruikersinstellingen wijzigen
#
#---------------------------------------------------------------------------#
#1 [ 1/3 ] Werkbladachtergrond instellen
## Aanpassen via Systeeminstellingen > Uiterlijk > Uiterlijk (tab).
gsettings set org.gnome.desktop.background picture-uri \
'file:///opt/wallpapers/Griekenland.jpg'
#1
:
#2
#2
#2
#2
#2
#2
#2
#2
#2
#2
#2
[ 2/3 ] PC of server op afstand bedienen - TeamViewer
+------------------------------------------------------------------------+
|
TeamViewer
|
+------------------------------------------------------------------------+
| Instellen:
|
| 1. Om een computer automatisch over te kunnen nemen:
|
|
1.1. Start TeamViewer.
|
|
1.2. Ga naar Extra's > Opties.
|
|
1.3. Klik links op Beveiliging.
|
|
1.4. Geef tweemaal het Persoonlijk wachtwoord (voor toegang zonder |
|
toezicht).
|
+------------------------------------------------------------------------+
#1 [ 3/3 ] Virtualisatieprogramma - VirtualBox (1/3)
## Download laatste versienummerbestand. Inhoud bijvoorbeeld: 4.3.20
## Als het versienummerbestand al is gedownload met de install door root,
## zorgt opdracht true voor afsluitwaarde 0.
wget
--output-document=/tmp/LATEST.TXT
\
http://download.virtualbox.org/virtualbox/LATEST.TXT
|| true
#1
Virtualisatieprogramma - VirtualBox (2/3)
## Download VirtualBox Extension Pack.
wget
--output-document=/tmp/\
Oracle_VM_VirtualBox_Extension_Pack-$(cat /tmp/LATEST.TXT).vbox-extpack \
http://download.virtualbox.org/virtualbox/$(cat /tmp/LATEST.TXT)/\
Oracle_VM_VirtualBox_Extension_Pack-$(cat /tmp/LATEST.TXT).vbox-extpack
#1
Virtualisatieprogramma - VirtualBox (3/3)
## Installeer VirtualBox Extension Pack.
virtualbox /tmp/\
Oracle_VM_VirtualBox_Extension_Pack-$(cat /tmp/LATEST.TXT).vbox-extpack
#2 +------------------------------------------------------------------------+
#2 |
VirtualBox
|
Bestand: /home/karel/scripts/setup-Ubu…-14.04-desktop-hugo-desktop.sh
Pagina 2 van 2
67
68
69
70
71
72
#2
#2
#2
#2
+------------------------------------------------------------------------+
| Verwijderen:
|
| - Verwijder map VirtualBox VMs in de Persoonlijke map
|
+------------------------------------------------------------------------+
# Einde instellingsbestand.