-
Notifications
You must be signed in to change notification settings - Fork 2
/
log_ubuntu.txt
62 lines (47 loc) · 1.42 KB
/
log_ubuntu.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
log what is changed in Ubuntu
###############################
##
#get green color for the hanno@thor in console
-> unkomment: force_color_prompt=yes
-> [1]
##
#set shortcut for home Directory
-> [2],[3]
-> System->Einstellungen->Tastenkombinationen
"Persönlicher Ordner" = Strg-Alt-E
XXX ERROR -> don't work
##
#Install Dropbox
##
#gedit [2]
Config:
- Line Numbers
-
apt-get:
-gedit-plugins
-gedit-latex-plugin
Plugin- aktivated
- Python Shell -> Strg-F9 gibt es nun ne Python-Konsole
more "last File"
Alt-F2: gconf-editor -> /apps/gedit-2/preferences/ui/recents max_recents=15
##
# Install and Config OpenVPN
## [3]
sudo cp /usr/share/doc/openvpn/examples/sample-config-files/server.conf.gz /etc/openvpn/
sudo gunzip /etc/openvpn/server.conf.gz
sudo cp -r /usr/share/doc/openvpn/examples/easy-rsa/2.0 /etc/openvpn/easy-rsa2
-> Schlüssel erzeugt nach Anleitung
für natit, Claas und Server
#Ändere Config
#Erstelle extra User
sudo adduser --system --no-create-home --disabled-login openvpn
Lege Systembenutzer »openvpn« (UID 115) an ...
Lege neuen Benutzer »openvpn« (UID 115) mit Gruppe »nogroup« an ...
Erstelle Home-Verzeichnis »/home/openvpn« nicht.
sudo addgroup --system --no-create-home --disabled-login openvpn
Lege Gruppe »openvpn« (GID 124) an ...
Fertig.
Quelle:
[1] https://wiki.archlinux.org/index.php/Color_Bash_Prompt
[2] http://wiki.ubuntuusers.de/gedit
[3] http://wiki.ubuntuusers.de/OpenVPN