-
Passwordless login for SSH not working
(0)I have not been able to login to my system with passwordless SSH for some time now and finally figured out the problem. I had to change the permissions of my home directory to disallow writing by everyone. I knew that ~/.ssh and the files in it required specific permissions to be set, but I hadn't heard about the home directory having similar requirements.
linux, login, passwordless, permissions, ssh, sshd -
Script to center the current window (linux)
(0)Posted on November 7th, 2008scriptJust remembered that I hadn't published this script that I use fairly often which centers the currently active window on the screen using wmctrl (requires the patch provided)
desktop, linux, patch, python, script, wmctrl
