<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Linux Tips and Tricks</title>
	<link>http://linuxtipsblog.com</link>
	<description>Little tidbits and tricks from an experienced sysadmin</description>
	<lastBuildDate>Thu, 18 Mar 2010 23:19:23 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>seq and xxd</title>
		<description><![CDATA[Here are two interesting little tools, one of which should definitely be in your arsenal, and another that you still might find useful every now and again.
seq is, simply, a tool that prints out a sequence of numbers.  For instance, run

seq -w 01 10

and it will output:

01 02 03 04 05 06 07 08 [...]]]></description>
		<link>http://linuxtipsblog.com/?p=56</link>
			</item>
	<item>
		<title>An aside.</title>
		<description><![CDATA[Today I&#8217;m not going to talk about any specific aspect of Linux, or any other operating system.  Instead I&#8217;m going to talk about the OS from a more holistic perspective.
Operating systems, and programs, etc., need to present themselves to humans in a way that humans can understand.  This seems like a no-brainer, but [...]]]></description>
		<link>http://linuxtipsblog.com/?p=54</link>
			</item>
	<item>
		<title>SIGSTOP and SIGKILL</title>
		<description><![CDATA[Sometimes you can find interesting things to post about just by looking at what people are searching for.  Here&#8217;s an interesting search query that I thought I&#8217;d address, because I certainly understand wanting to understand the &#8220;why&#8221; of things just as much as the &#8220;how&#8221;.  Today&#8217;s query is:
&#8220;why sigkill and sigstop signals cannot [...]]]></description>
		<link>http://linuxtipsblog.com/?p=50</link>
			</item>
	<item>
		<title>htop</title>
		<description><![CDATA[Well, I&#8217;m back to it.  I haven&#8217;t blogged here for a year or so for multiple reasons, such as changing jobs, moving, etc.  I am now working as a Systems Engineer for another Internet company in Irvine, CA.
Anyway, right to it.  Here&#8217;s a right useful tool.  htop.
htop is useful because it [...]]]></description>
		<link>http://linuxtipsblog.com/?p=45</link>
			</item>
	<item>
		<title>Process States</title>
		<description><![CDATA[If you look in ps for a process, you will usually see the characters S or R&#8230; and sometimes others.  But what do they mean?
The kernel contains something called a run queue.  When a process is ready to run, it tells the kernel that it needs some cycles from the CPU.  Once [...]]]></description>
		<link>http://linuxtipsblog.com/?p=42</link>
			</item>
	<item>
		<title>Signals</title>
		<description><![CDATA[Signals are one of the most visible aspects of the Linux operating system.  They are also one of the least understood.  Every sysadmin, even the PFYs who aren&#8217;t PFed yet, know how to kill a process.  But do you know how this works underneath?  Do you know how flexible the linux [...]]]></description>
		<link>http://linuxtipsblog.com/?p=39</link>
			</item>
	<item>
		<title>strace</title>
		<description><![CDATA[I&#8217;m getting lot of posts in tonight so that I won&#8217;t feel so bad when I wait till the weekend to write more.  :-)  Besides, this topic is important enough that I just want to get it out there.
Strace is one of the single most important troubleshooting tools you will ever use.  [...]]]></description>
		<link>http://linuxtipsblog.com/?p=28</link>
			</item>
	<item>
		<title>Different kinds of files</title>
		<description><![CDATA[Linux has many different kinds of files.  First let&#8217;s start with a little more basic discussion:  what is a file?
Basically, a file is anything that can have a file descriptor associated with it.
What is a file descriptor?
Ahh.  Glad you asked.  Sit down, this could take a bit.
Linux is POSIX compliant, which [...]]]></description>
		<link>http://linuxtipsblog.com/?p=24</link>
			</item>
	<item>
		<title>Simple tip:  Inodes</title>
		<description><![CDATA[Sometimes when on a Linux system, you will encounter a problem with running out of disk space when it appears that you haven&#8217;t.  This is because there are actually two different resources on a Linux filesystem.


Disk space &#8211; this is the total amount of space allotted to all of your files.


Inodes &#8211; this is [...]]]></description>
		<link>http://linuxtipsblog.com/?p=20</link>
			</item>
	<item>
		<title>Backups</title>
		<description><![CDATA[This is one of those topics that separates the men from the boys, so to speak.  Backups.  Always, always, always have them.
Do not treat RAID arrays as if they are inviolable.  It&#8217;s always a possibility that more than one disk could fail.  And it&#8217;s also a possibility that the hardware itself [...]]]></description>
		<link>http://linuxtipsblog.com/?p=16</link>
			</item>
</channel>
</rss>
