PC2014: Difference between revisions
From Elch-Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
== Nach Installation == | == Nach Installation == | ||
* Home-Automounten: | * Home-Automounten: | ||
** im .profile: mount -t cifs "//fish-serv/roman" /home/roman/home -o credentials=roman_on_fish_serv.txt,uid=501,gid=100 | ** im .profile: sudo mount -t cifs "//fish-serv/roman" /home/roman/home -o credentials=/home/roman/roman_on_fish_serv.txt,uid=501,gid=100 | ||
** in roman_on_fish_serv.txt: auf einzelne Zeilen: username=roman, password=xxx | ** in roman_on_fish_serv.txt: auf einzelne Zeilen: username=roman, password=xxx | ||
** im .logout: umount /home/roman/home | ** im .logout: umount /home/roman/home | ||
** als root: chmod +s /usr/bin/mount und umount | ** (funktioniert nicht - als root: chmod +s /usr/bin/mount und umount) | ||
** als root: in /etc/sodoers einfügen: | |||
*** roman ALL = NOPASSWD:/usr/bin/mount | |||
***roman ALL = NOPASSWD:/usr/bin/umount | |||
* Zusätzliche Software: Skype, [http://owncloud.org/sync-clients/ Owncloud Client], Quanta | * Zusätzliche Software: Skype, [http://owncloud.org/sync-clients/ Owncloud Client], Quanta | ||
* [http://opensuse-guide.org/codecs.php Codecs] | * [http://opensuse-guide.org/codecs.php Codecs] | ||
* [http://www.videolan.org/vlc/download-suse.html VLC] | * [http://www.videolan.org/vlc/download-suse.html VLC] |
Revision as of 19:54, 16 November 2014
Hinweis
- ISO auf USB-Stick schreiben: imagewriter verwenden (unetbootin geht nicht!)
Nach Installation
- Home-Automounten:
- im .profile: sudo mount -t cifs "//fish-serv/roman" /home/roman/home -o credentials=/home/roman/roman_on_fish_serv.txt,uid=501,gid=100
- in roman_on_fish_serv.txt: auf einzelne Zeilen: username=roman, password=xxx
- im .logout: umount /home/roman/home
- (funktioniert nicht - als root: chmod +s /usr/bin/mount und umount)
- als root: in /etc/sodoers einfügen:
- roman ALL = NOPASSWD:/usr/bin/mount
- roman ALL = NOPASSWD:/usr/bin/umount
- Zusätzliche Software: Skype, Owncloud Client, Quanta
- Codecs
- VLC