Friday, August 7, 2015
Thursday, July 16, 2015
Sunday, February 1, 2015
Hostname alias for SSH
Create a file .ssh/config with the following entries:
Host [shortcut]
Hostname [full-hostname]
User [username]
Host [shortcut]
Hostname [full-hostname]
User [username]
Thursday, January 15, 2015
Monday, February 3, 2014
Swap Control and Caps Lock Keys
/usr/bin/setxkbmap -option 'ctrl:nocaps'
/usr/bin/setxkbmap -option 'ctrl:swapcaps'
Clear previous set options:
/usr/bin/setxkbmap -option '' -option 'ctrl:swapcaps'
Sunday, January 26, 2014
Monday, January 13, 2014
Rasberry Pi Jukebox/NAS Notes
# How to make a vfat partition writable by all...
/etc/fstab
UUID=6853-5BA9 /mnt/hd1/ auto rw,user,auto,umask=0000 0 0
#RaspyFi / Volumio
/var/lib/...
/var/www/_OS_SETTINGS/etc/samba/
# Links:
http://www.howtogeek.com/139433/how-to-turn-a-raspberry-pi-into-a-low-power-network-storage-device/
# How to make a vfat partition writable by all...
/etc/fstab
UUID=6853-5BA9 /mnt/hd1/ auto rw,user,auto,umask=0000 0 0
#RaspyFi / Volumio
/var/lib/...
/var/www/_OS_SETTINGS/etc/samba/
# Links:
http://www.howtogeek.com/139433/how-to-turn-a-raspberry-pi-into-a-low-power-network-storage-device/
Subscribe to:
Posts (Atom)