<?xml version="1.0" encoding="UTF-8"?>
<rss version="0.92">
<channel>
	<title>Tony Narlock</title>
	<link>http://blog.skiquel.com</link>
	<description>Not just &#039;cause I say so.</description>
	<lastBuildDate>Thu, 18 Mar 2010 04:55:10 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Add your user groups to sudoers file</title>
		<description><![CDATA[sudo allows system administrators to delegate authority to other users on a server. In this post, we will show how user groups can sudo.
Sudo (su "do") allows a system administrator to delegate authority to give certain users (or groups of users) the ability to run some (or all) commands as root or another user while [...]]]></description>
		<link>http://blog.skiquel.com/2010/03/add-your-user-groups-to-sudoers-file/</link>
			</item>
	<item>
		<title>Remove services (mpd) from system startup in Linux</title>
		<description><![CDATA[I'm using MPD on Ubuntu and Debian and get annoyed by mpd starting at boot time under root.
Your startup services lie in the /etc/rc.d folder. You will observe that ls -l /etc/rc4.d for instance, will show you these files are weighted to run in order and symlink to their corresponding startup scripts in /etc/init.d.
To disable [...]]]></description>
		<link>http://blog.skiquel.com/2010/03/remove-services-mpd-from-system-startup-in-linux/</link>
			</item>
	<item>
		<title>Troubleshooting locales in the cloud on debian and ubuntu</title>
		<description><![CDATA[If you use Amazon EC2 or Rackspace Cloud Servers, you may end up running into this after your create your instance. I often get these on Debian and Ubuntu (since it's debian based also).
lennycloud:~# perl
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = [...]]]></description>
		<link>http://blog.skiquel.com/2010/03/troubleshooting-locales-in-the-cloud-on-debian-and-ubuntu/</link>
			</item>
	<item>
		<title>Use s3sync.rb + screen to move your files to the cloud</title>
		<description><![CDATA[Move to your s3sync dir.
screen ./s3sync.rb -r /home/tony/backups/ backup:backups -v
screen means you will be able to run the command as a screen process. ctrl-d to detach screen, screen -r to resume.
-r means recursive copy.
/home/tony/backups is where cron stores you backupps. You can replace this with whatever dir you want to sync.
backups is the name of [...]]]></description>
		<link>http://blog.skiquel.com/2010/03/use-s3sync-rb-screen-to-move-your-files-to-the-cloud/</link>
			</item>
	<item>
		<title>Troubleshooting s3sync</title>
		<description><![CDATA[Amazon S3 is a superb, cost-effective, scalable storage solution. It's been around for a few years. s3sync.rb is a well-maintained ruby script to backup your important files.
[07:02 AM][root@local ~/.s3conf]# ./s3cmd.rb
/usr/bin/env: ruby: No such file or directory
You don't have ruby installed. Easy.
sudo apt-get install ruby
or
yum install ruby

[07:02 AM][root@local ~/.s3conf]# ./s3cmd.rb
./S3.rb:14:in `require': no such file to load [...]]]></description>
		<link>http://blog.skiquel.com/2010/03/troubleshooting-s3sync/</link>
			</item>
	<item>
		<title>3 hilarious british comedies: IT Crowd, Snuff Box, Garth Marenghi&#8217;s Darkplace</title>
		<description><![CDATA[If you heard of the Office or Monty Python's Flying Circus, you'd know that the British have a variable penchant for comedy, burlesque and satire.
Fun fact: Matt Berry and Richard Ayoade star cameo in all three of these shows.
These videos are not safe for work as they have a fair amount of vulgarity.
IT Crowd
2 IT [...]]]></description>
		<link>http://blog.skiquel.com/2010/01/3-hilarious-british-comedies-it-crowd-snuff-box-garth-marenghis-darkplace/</link>
			</item>
	<item>
		<title>FLOSS on gaming handhelds: The GP2X Wiz and Dingoo A320</title>
		<description><![CDATA[The Dingoo a320 is comparable to a Nintendo DS in price. It's bundled with a proprietary OS with an SDK (Software development kit). Hardware is nice. It even has an FM Player and a mic. It charges via a normal USB connector (the one you may already use with your cell phone or G1). Screen is [...]]]></description>
		<link>http://blog.skiquel.com/2010/01/floss-on-gaming-handhelds-the-gp2x-wiz-and-dingoo-a320/</link>
			</item>
	<item>
		<title>Success</title>
		<description><![CDATA[To laugh often and love much; to win the respect of intelligent persons and the affection of children; to earn the appreciation of honest critics and endure the betrayal of false friends; to appreciate beauty; to find the best in others;  to leave the world a bit better, whether by a healthy child, a garden [...]]]></description>
		<link>http://blog.skiquel.com/2010/01/success/</link>
			</item>
	<item>
		<title>WP Theme: DarkBlue 2: Electric Boogaloo</title>
		<description><![CDATA[DarkBlue 2 (Electric Boogaloo) is based off the GPLv2 theme DarkBlue.
Backstory: This theme was on Wordpress.org at http://wordpress.org/extend/themes/darkblue but removed because the original theme violated wp's guidelines. Original author was William Sutanto.
However, before hand I tried these theme for my blog. As of Dec 28, 2009 I'm using it on this very site. Because the [...]]]></description>
		<link>http://blog.skiquel.com/2009/12/wp-theme-darkblue-2/</link>
			</item>
	<item>
		<title>10-plus essential applications for Windows 7</title>
		<description><![CDATA[As a full-time Linux user, I'm not a very big Windows fan. However, I'd like to present some apps I zealously adhered to over my old days as a poweruser.
When a friend or colleague has a bogged-down system (be it by viruses, badware or general oldness), I often ask if they're willing to Backup their [...]]]></description>
		<link>http://blog.skiquel.com/2009/12/10-plus-essential-applications-for-windows-7/</link>
			</item>
</channel>
</rss>
