Monat: März 2011

Openbox: Quick Keyboard Shortcuts Internet Mail Run Command

Problem: If you want to work faster with your Openbox Desktop you should use Keyboard Shortcuts for often used Programs like Internet, Mail and Run Command box. Solution:  edit as user $nano /home/user/.config/openbox/rc.xml insert #Fullscreen CTRL+F11 <keybind key="C-F11"> <action name="ToggleFullscreen"/> </keybind> #RunCommand with gmrun on X CTRL+R <keybind key="C-R"> <action name="Execute"> <execute>gmrun</execute> </action> </keybind> #Internet […]

Linux Bug: Disable Framebuffer Nvidia free Driver Nouveau for hanging xserver-xorg (for Servers)

Problem: Nouveau the free Version of the Nvidia Display Driver crash if you switch to Console or kill the xserver-xorg.Its enabled by default inside the KERNEL!! this WAS NOT DEFAULT at last DECADES!! (DEBIAN 3.0-5.0 never used it!, cause bugs and hanging Servers) Solution: echo 'blacklist nouveau' &gt; /etc/modprobe.d/blacklist-nouveau.conf then edit with $sudo nano /etc/default/grub […]

Linux Bug: SATA failed command: WRITE FPDMA QUEUED ata3.00 ncq freeze hang

Problem: If you copy or install Files from Disk to Disk somtimes the fresh installed Debian Ubuntu Linux in Textmode (server minimal setup) current kernel freezes or lost connect to the Disks. Take a CLOSER LOOK the Error often affects ALL DISKS !! If only one Disk  affected replace the Drive to SATA600 Hardware:  Asus […]

Linux: Translate Boot message of cryptsetup „Enter passphrase to unlock the disk“

Problem: If you setup a full encrypted Laptop with the Linux Installer the first Boot Message of cryptsetup is always in English Speech shown „Enter passphrase to unlock the disk“ /dev/sda Solution: edit the /usr/share/initramfs-tools/scripts/local-top/cryptroot ,with nano, find and change the text to your Language edit the /lib/cryptsetup/cryptdisks.functions ,with nano ,find and change the text […]

Design copyright www.linuxonlinehelp.com - Linux PC & Server Support