PC2014: Difference between revisions
From Elch-Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
== Hinweis == | == Hinweis == | ||
* ISO auf USB-Stick schreiben: imagewriter verwenden (unetbootin geht nicht!) | * ISO auf USB-Stick schreiben: imagewriter verwenden (unetbootin geht nicht!) | ||
== Nach Installation == | |||
* Home-Automounten: | * Home-Automounten: | ||
** im .profile: mount -t cifs "//fish-serv/roman" /home/roman/home -o credentials=roman_on_fish_serv.txt | ** im .profile: mount -t cifs "//fish-serv/roman" /home/roman/home -o credentials=roman_on_fish_serv.txt | ||
Line 10: | Line 12: | ||
** im .logout: umount /home/roman/home | ** im .logout: umount /home/roman/home | ||
** als root: chmod +s /usr/bin/mount und umount | ** als root: chmod +s /usr/bin/mount und umount | ||
* Zusätzliche Software: Skype, Owncloud Client |
Revision as of 15:39, 6 April 2014
Hinweis
- ISO auf USB-Stick schreiben: imagewriter verwenden (unetbootin geht nicht!)
Nach Installation
- Home-Automounten:
- im .profile: mount -t cifs "//fish-serv/roman" /home/roman/home -o credentials=roman_on_fish_serv.txt
- in roman_on_fish_serv.txt: auf einzelne Zeilen: username=roman, password=xxx
- im .logout: umount /home/roman/home
- als root: chmod +s /usr/bin/mount und umount
- Zusätzliche Software: Skype, Owncloud Client