Posted on January 26, 2012, 11:47, by rmichel, under
Linux,
Notepad.
If you want to use the NM (especially the nm-applet) in Gentoo or ArchLinux, you have to grant the user to access the NM. Therefor you create the following file # cat /etc/polkit-1/localauthority/50-local.d/org.freedesktop.NetworkManager.pkla [nm-applet] Identity=unix-group:plugdev Action=org.freedesktop.NetworkManager.* ResultAny=yes ResultInactive=no ResultActive=yes Thats necessary because polkit-auth was removed from the policykit package. Also you must add the user [...]
Posted on January 16, 2012, 12:17, by rmichel, under
Linux.
GCC (4.5.3) flags for * Intel(R) Core(TM) i7 CPU M 620 * Intel(R) Core(TM) i7 CPU 920 * Intel(R) Core(TM)2 Duo CPU T7700 CFLAGS="-march=core2 -mtune=generic -O2 -pipe -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -msse4 -mmmx" CXXFLAGS="${CFLAGS}" CHOST="x86_64-pc-linux-gnu" USE flags USE="64bit X a52 aac alsa apng bash-completion bluetooth chroot connection-sharing consolekit dbus dhcpcd dts dvb dvd [...]
Posted on January 13, 2012, 10:37, by rmichel, under
Linux.
Sometimes its necessary/pleasanter to use the Acrobat Reader for some PDF files like forms… Enable the multilib repository # cat /etc/pacman.conf [...] [multilib] Include = /etc/pacman.d/mirrorlist [...] # pacman -Sy Install necessary packages # pacman -S lib32-libxml2 lib32-gtk2 lib32-gdk-pixbuf2 Maybe there are some more packages still missing on your system! Download and install Acrobat Reader [...]