1. Open terminal and run: ssh-keygen
2. Then: ssh-copy-id remote-user@remote-hostname
If you want to give root ssh access to the remote system (e.g. for rsnapshot) then just run 'sudo su' before those two commands.
Sunday, 7 September 2014
Thursday, 7 August 2014
Tuesday, 22 July 2014
Fix for rsnapshot not running through cron on raspbian
Edit crontab with:
sudo crontab -e
And then in the crontab text file, before the scheduled tasks are defined add:
MAILTO=""
sudo crontab -e
And then in the crontab text file, before the scheduled tasks are defined add:
MAILTO=""
Monday, 10 March 2014
compton config for i3
in ~/.i3/config add this to start compton as daemon
exec compton -CGb
and in ~/.config/compton.conf
backend = "glx"
glx-no-stencil = true
#glx-copy-from-front = false
glx-no-rebind-pixmap = true
glx-swap-method = "exchange"
refresh-rate = 0
vsync = "opengl-swc"
dbe = false
paint-on-overlay = true
sw-opti = false
##unredir-if-possible = true
exec compton -CGb
and in ~/.config/compton.conf
backend = "glx"
glx-no-stencil = true
#glx-copy-from-front = false
glx-no-rebind-pixmap = true
glx-swap-method = "exchange"
refresh-rate = 0
vsync = "opengl-swc"
dbe = false
paint-on-overlay = true
sw-opti = false
##unredir-if-possible = true
Saturday, 1 March 2014
Workaround huge xbmc log files about "caesinkalsa"
XBMC log files with lots of entries about "caesinkalsa", to workaround:
1) Create advancedsettings.xml in /home//.xbmc/userdata
2) Disable logging by setting log level to -1 in advancedsettings.xml. See http://wiki.xbmc.org/index.php?title=Log_file/Advanced
1) Create advancedsettings.xml in /home/
2) Disable logging by setting log level to -1 in advancedsettings.xml. See http://wiki.xbmc.org/index.php?title=Log_file/Advanced
Subscribe to:
Posts (Atom)