Blogs
authorized_keys must be 700
Submitted by archlich on Tue, 10/05/2010 - 21:03Today I learned that ssh will not work with public key access if the .ssh/authorized_keys file on the server is set to read by group/other. I chmod'd it 700 and it worked.
quickly delete a changed host
Submitted by archlich on Fri, 03/05/2010 - 23:33This warning will appear whenever a system has been reimaged, or ip has changed and you've previously connected to this device. To get around this warning simply run the sed command...
sed -i 12345d .ssh/known_hosts
where 12345 is the line number to be deleted
e.g.
In this instance, the bad host is saved at line 12 in .ssh/known_hosts
We can delete this line using a single sed statement
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
gvfs error...
Submitted by archlich on Thu, 04/23/2009 - 20:14I wasn't able to run any gnome based program and was getting error in the .xsession-errors:
/usr/lib/gnome-settings-daemon/gnome-settings-daemon: symbol lookup error: /usr/lib/gio/modules/libgvfsdbus.so: undefined symbol: g_vfs_icon_get_type
So I checked the google and irc and found https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/322763
objdump -T /usr/lib/gio/modules/libgvfsdbus.so|grep g_vfs_icon_get_type
0000000000000000 DF *UND* 0000000000000000 g_vfs_icon_get_type
Thanks go geser in #ubuntu-motu
ldd /usr/lib/gio/modules/libgvfsdbus.so
Can't decide on Jeep model...
Submitted by archlich on Thu, 04/23/2009 - 19:58Two door:
Scott - just climb over
Brian - Back seats aren't used
Dylan - they have enough space
Four door:
Tim - Put more stuff into it
Raj - Functional
Luis - Put stuff in it
Mike - You'll never use the two seats that come in a two door.
This year's Think Geek t-shirt reads:
Submitted by archlich on Fri, 04/03/2009 - 13:53Every year thinkgeek creates a unique t-shirt for April Fools Day. This years shirt was a QR Code and it reads:
This is not the free t-shirt you are looking for. You can go about your business. Oh and buy cool stuff at thinkgeek.com. *waves hand*

PPTP on Ubuntu/pfSense
Submitted by archlich on Fri, 03/27/2009 - 02:28My thanks to the users in launchpad for this answer:
https://answers.launchpad.net/ubuntu/+source/network-manager/+question/4...
Highlight your VPN connection, hit Edit.
At IPv4 Settings Tab: choose method Automatic (VPN).
At VPN Tab:
1 - input the IP address of the target computer.
2 - input your user name. Leave all else blank.
3 - hit Advanced button.
At Authentication:
1 - UNcheck PAP (because PAP means to allow unsecured passage - this is the source of "no shared shared secrets")
2 - Check CHAP, MSCHAP and MSCHAPv2.
At Security and Compression:
Changing Default Gnome Icon
Submitted by archlich on Fri, 03/20/2009 - 21:52To change the default icon next to the applications menu run the following:
gconf-editor
navigate to
/apps/panel/objects/menu_bar_screen0/custom_icon
change to the icon in question
compiz.real memory leak with nv xorg module
Submitted by archlich on Fri, 08/29/2008 - 14:45Quick fix found on ubuntu forums for memory leak
added this to my session
compiz --replace --indirect-rendering
Giving blogging another shot
Submitted by archlich on Tue, 08/05/2008 - 22:06I'm going to give blogging another shot. I find myself looking through text documents on how to do stuff on various systems all the time. So instead of just keeping them in a folder, I'll actually create content that's greppable for the world.
There we go...
Submitted by archlich on Sun, 08/05/2007 - 08:15The site is looking slightly better than it did a little while ago. I still hate blogging.