User Tools

Site Tools


archlinux
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


archlinux [2014/11/02 20:58] (current) – created admin
Line 1: Line 1:
 +**GRUB2 - tut gar nicht weh**
  
 +Paket installieren (tut dem MBR noch nichts)
 +
 +grub-install schreibt den MBR von allen vorher eingestellten Konfigurationsdateien. Vorsicht, default-target ist EFI!
 + per Parameter einstellen!\\
 +''sudo grub-install --target=i386-pc --recheck --debug /dev/sda''\\
 +
 +Bootmenü aktualisieren:\\
 +''sudo grub-mkconfig -o /boot/grub/grub.cfg''
 +
 +boot from ISO
 +
 +**Pakete manuell installieren**
 +
 +''sudo pacman -U packagename.tar.xz''\\
 +Fehler nach "Stromausfall" während Update: invalid crypto engine\\
 +Laut /var/log/pacman.log ist das update während gpgme unterbrochen worden, und irgendeine Abhängigkeit war dann kaputt.
 +Pakete gpgme, libcrypt, gnupg und libgcrypt manuell neu installiert. Nach Pfusch vorher (tar xvpf packagename xx xx im root...) so: ''sudo pacman -U --force packagename.tar.xz'', um Konflikte mit existierenden Dateien zu ignorieren.
 +
 +**Synaptics-Touchpad einrichten**
 +
 +synclient -l
 +
 +/etc/X11/xorg.conf.d/50-synaptics.conf
 +
 +**USB Automount**
 +
 +udev-rule anlegen: http://kissmyarch.blogspot.de/2011/10/usb-automount.html\\
 +oder autofs installieren... beides funktioniert momentan nur read-only, und nur für USB-Stick, nicht für die Kamera. Immerhin.
 +
 +**Kamera**
 +
 +Pakete: libgphoto2, gphoto2 (Kommandozeilentool, das mit der Kamera so ziemlich alles machen kann)\\
 +Download: ''gphoto2 --get-all-files'' (kann auch mit Ordnern und Dateinamen filtern)
 +
 +**systemd**
 +
 +Dämon, der Dienste starten, stoppen, aktivieren kann.\\
 +''systemctl start xxx''\\
 +''systemctl enable xxx''\\
 +
 +**NTP-Zeitsynchronisation**
 +
 +timedatectl status\\
 +/etc/systemd/system/ntp-once.service: Konfigurationsdatei für einmalige Ausführung der Zeitsynchronisation\\
 +''systemctl start ntp-once'' startet Zeitsynchronisation.\\
 +''/usr/bin/hwclock -w'' schreibt aktuelle Zeit in Hardwareclock.
 +
 +**Logging**
 +
 +journalctl zeigt log an (entspricht /var/log/messages, syslog)
 +
 +**sonstiges**
 +unter /etc/profile.d kann man Shell-Skripts speichern, die ... keine Ahnung wann .. ausgeführt werden. z.B. PATH-Variable für tex anpassen in texpaths.sh
 +
 +
 +**Verbindung zum AUR**
 +
 +yaourt
 +
 +**LaTeX**
 +
 +Tex Live (network installation, um nicht unnötig viele Pakete zu installieren)\\ 
 +https://en.wikibooks.org/wiki/LaTeX/Installation#Custom_installation_with_TeX_Live \\ 
 +tetex installation (minimal / plain reicht nicht für latex)\\
 +''Add /usr/local/texlive/2013/texmf-dist/doc/info to INFOPATH. \\ 
 + Add /usr/local/texlive/2013/texmf-dist/doc/man to MANPATH \\ 
 +   (if not dynamically found). \\ 
 +
 + Most importantly, add /usr/local/texlive/2013/bin/i386-linux
 + to your PATH for current and future sessions.''
 +
 +tlmgr: tex package manager \\ 
 +texliveonfly: packages on the fly nachinstallieren \\
 +zusätzlich installieren: moderncv, etoolbox (tlmgr install pkgname)
 +
 +funktionierendes Beispiel: http://walrustech.wordpress.com/2011/11/18/moderncv-latex-package-a-really-easy-way-to-create-a-modern-cv/ \\ 
 +
 +**DVB-T**
 +
 +''yaourt -S tvheadend'' http://tvheadend.org\\
 +''systemctl start tvheadend''\\
 +Konfiguration im Browser: http://marmorkuchen:9981
archlinux.txt · Last modified: 2014/11/02 20:58 by admin

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki