Category Archives: Linux

Tinycore – Installing IPv6 enabled Nameserver

Installing IPv6 12tce-load -wi ipv6-2.6.33.3-l1-rt19 tce-load -wi ipv6-2.6.33.3-tinycore Installing bind9 Prepare the system 12345sudo addgroup -g 53 -S bind sudo adduser -h / -g "bind9 daemon" -s /bin/false -G bind -S -D -H -u 53 bind sudo mkdir -p /usr/local/etc/bind … Continue reading

Posted in Linux, Tiny Core Linux | 1 Comment

Turn off Caps Lock Key in Linux

1$ setxkbmap -option ctrl:nocaps   You can add this to your ~/.bash_profile to make it constant. —.bash_profile— export PATH xmodmap -e “remove lock = Caps_Lock” —.bash_profile—   To reset caps lock. enter: 1$ setxkbmap -option  

Posted in Bash, Linux | Tagged | Leave a comment

restore nautilus-sound-converter profiles / gnome-audio-profiles-properties

!Caution! Your Gnome-Configuration will be reset to factory-default. This doesn’t affect any programs. 1$ rm -rf ~/.gconf logout

Posted in Gnome, Linux | Tagged , | Leave a comment

Logitech Unifying Support for Linux

You should be able to re-sync the pairing with the Unifying software in Windows and then move the “newly” paired receiver to Linux Source: Logitech

Posted in Hardware, Linux, Software | Leave a comment