PC2014: Difference between revisions

From Elch-Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
* [http://www.zotac.com/products/mini-pcs/e-series/product/e-series/category/mini-pcs/main-category/mini-pcs.html ZOTAC EI730/750]
* [http://www.zotac.com/products/mini-pcs/e-series/product/e-series/category/mini-pcs/main-category/mini-pcs.html ZOTAC EI730/750]
* [http://www.giada-deutschland.de/pi2/pd32.html Giada i57b]
* [http://www.giada-deutschland.de/pi2/pd32.html Giada i57b]
* [http://www.acer.de/ac/de/DE/press/2014/76458 Acer Veritron L4630G]
* [http://www.acer.de/ac/de/DE/press/2014/76458 Acer Veritron L4630G] (Bei Netzteil Ersatz angegeben: Acer Veriton X4630G)


== 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: 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: sudo 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
* [http://opensuse-guide.org/codecs.php Codecs]
* [http://www.videolan.org/vlc/download-suse.html VLC]

Latest revision as of 18:56, 3 February 2018

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: sudo 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