<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>All The Info &#187; linux</title>
	<atom:link href="http://blog.alltheinfo.org/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.alltheinfo.org</link>
	<description>Everything worth knowing</description>
	<lastBuildDate>Tue, 07 Feb 2012 16:19:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Reboot on kernel panic</title>
		<link>http://blog.alltheinfo.org/reboot-on-kernel-panic/201/</link>
		<comments>http://blog.alltheinfo.org/reboot-on-kernel-panic/201/#comments</comments>
		<pubDate>Mon, 12 Mar 2007 20:29:14 +0000</pubDate>
		<dc:creator>Bob Weber</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[kernel-panic]]></category>
		<category><![CDATA[lilo]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.alltheinfo.org/?p=201</guid>
		<description><![CDATA[Anyone who runs Linux servers remotely knows that you can do almost ANYTHING from the CLI. One of the more tricky things to do is install a new kernel. Too often, if there is an error in the new kernel build the machine will kernel panic and lock up. The only way around that is [...]]]></description>
			<content:encoded><![CDATA[<p>Anyone who runs Linux servers remotely knows that you can do almost ANYTHING from the CLI.  One of the more tricky things to do is install a new kernel.  Too often, if there is an error in the new kernel build the machine will kernel panic and lock up.  </p>
<p>The only way around that is to manually power cycle the machine &#8211; unless you pass a panic parameter to the kernel on boot up.</p>
<p>Just add a line like this to your lilo config</p>
<p>append=&#8221;panic=15&#8243;</p>
<p>After 15 seconds the machine will reboot.  If <a href="http://blog.alltheinfo.org/?p=178">lilo was run with the -R parameter</a>, the server will come back up with the old kernel.  </p>
<p><!--adsense--></p>
<img src="http://blog.alltheinfo.org/?ak_action=api_record_view&id=201&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.alltheinfo.org/reboot-on-kernel-panic/201/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restricting crontab</title>
		<link>http://blog.alltheinfo.org/restricting-crontab/106/</link>
		<comments>http://blog.alltheinfo.org/restricting-crontab/106/#comments</comments>
		<pubDate>Mon, 09 Oct 2006 02:11:36 +0000</pubDate>
		<dc:creator>Bob Weber</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[crontab]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.alltheinfo.org/?p=106</guid>
		<description><![CDATA[crontab is a scheduling system available on most linux distributions Sometimes users will create cron jobs that will slow a server down. Access to cron can easily be restricted to all users but the administrator by editing /etc/cron.allow If, for example, root and only one person (with username user) should be the only ones able [...]]]></description>
			<content:encoded><![CDATA[<p>crontab is a scheduling system available on most linux distributions</p>
<p>Sometimes users will create cron jobs that will slow a server down.  Access to cron can easily be restricted to all users but the administrator by editing /etc/cron.allow </p>
<p>If, for example, root and only one person (with username user)  should be the only ones able to use cron just put <em>root</em> on one line and <em>user</em> on another in /etc/cron.allow.</p>
<p>Note: If cron.allow exists only users in the file will be able to use cron.</p>
<img src="http://blog.alltheinfo.org/?ak_action=api_record_view&id=106&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.alltheinfo.org/restricting-crontab/106/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Directory Structure</title>
		<link>http://blog.alltheinfo.org/linux-directory-structure/105/</link>
		<comments>http://blog.alltheinfo.org/linux-directory-structure/105/#comments</comments>
		<pubDate>Sat, 07 Oct 2006 02:09:07 +0000</pubDate>
		<dc:creator>Bob Weber</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[proc]]></category>
		<category><![CDATA[sbin]]></category>
		<category><![CDATA[tmp]]></category>
		<category><![CDATA[usr]]></category>
		<category><![CDATA[var]]></category>

		<guid isPermaLink="false">http://blog.alltheinfo.org/?p=105</guid>
		<description><![CDATA[To a Windows user the Linux Directory Structure can seem very foriegn. Here is a quick synopsis of the standard top level Directory Structure on a standard Linux box. / : The top level directory in the system. This is often called the root directory, because it is the &#8216;root&#8217; of the filesystem, though there [...]]]></description>
			<content:encoded><![CDATA[<p>To a Windows user the Linux Directory Structure can seem very foriegn. Here is a quick synopsis of the standard top level Directory Structure on a standard Linux box.</p>
<p><strong>/</strong> : The top level directory in the system. This is often called the root directory, because it is the &#8216;root&#8217; of the filesystem, though there is, in fact, a /root directory.</p>
<p><strong>/bin</strong> : The home of binaries for your system. The /bin directory is in the PATH environment variable by default, meaning that any executable file in this directory can be executed merely by entering the file name at the command line &#8211; provided you have executable permissions. </p>
<p><strong>/boot</strong> : Contains files necessary to boot your system. These include the kernel image and system.map.</p>
<p><strong>/dev</strong> : The dev directory is the top level of device abstraction in Linux. This is where each device filesystem will be mounted from. Interfaces to your hard drives, cdrom, mouse and sound card are all found here.</p>
<p><strong>/etc</strong> : Most configuration files in Linux are contained in the /etc directory. This also houses startup scripts.</p>
<p><strong>/home</strong> : The home directories for each system user. A user is placed in /home/ when logging in.</p>
<p><strong>/lib</strong> : Default location for Library files shared throughout your system, although libraries can be stored in any directory as long as it is added to /etc/ld.so.conf.</p>
<p><strong>/proc</strong> : Another abstraction directory, /proc contains information about the processes on your system.</p>
<p><strong>/root</strong> : The home directory of the root user.</p>
<p><strong>/sbin</strong> : Contains additional system binaries, most of which are admin tools. You&#8217;ll need to be logged in as root to run many of these files, although you may be able to run them by explicitly specifying the path (/sbin/ifconfig).</p>
<p><strong>/tmp</strong> : The temporary directory.</p>
<p><strong>/usr</strong> : The /usr directory contains subdirectories that will be used system-wide by all users. These may include binaries, libraries, man files, and other user resources. This is also a good place to add new applications. When updating the operating system it is much easier to peruse /usr for applications than search the whole filesystem.</p>
<p><strong>/var</strong> : Contains the variable data that&#8217;s always changing as the system runs. This directory contains logs files, mail directories and printing spools.</p>
<img src="http://blog.alltheinfo.org/?ak_action=api_record_view&id=105&type=feed" alt="" /><p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-1075790833332307";
/* 234x60, created 9/19/09 */
google_ad_slot = "2750878150";
google_ad_width = 234;
google_ad_height = 60;
google_color_border = "0E270D";
google_color_bg = "0E270D";
google_color_link = "19790e";
google_color_url = "19790e";
google_color_text = "19790e";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>]]></content:encoded>
			<wfw:commentRss>http://blog.alltheinfo.org/linux-directory-structure/105/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure the linux to write corefiles as core.pid?</title>
		<link>http://blog.alltheinfo.org/configure-the-linux-to-write-corefiles-as-corepid/103/</link>
		<comments>http://blog.alltheinfo.org/configure-the-linux-to-write-corefiles-as-corepid/103/#comments</comments>
		<pubDate>Tue, 03 Oct 2006 02:02:49 +0000</pubDate>
		<dc:creator>Bob Weber</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[dump-core]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[pid]]></category>

		<guid isPermaLink="false">http://blog.alltheinfo.org/?p=103</guid>
		<description><![CDATA[If you dump core files you can run into a problem where multiple core files are dumped and one will overwrite the others. One solution to this problem is to change the Linux kernel so it will dump core to a file named core.pid . Starting in the 2.4.x kernel series this can be accomplished [...]]]></description>
			<content:encoded><![CDATA[<p>If you dump core files you can run into a problem where multiple core files are dumped and one will overwrite the others. One solution to this problem is to change the Linux kernel so it will dump core to a file named core.pid .</p>
<p>Starting in the 2.4.x kernel series this can be accomplished by changing the value of /proc/sys/kernel/core_uses_pid from 0 to 1.</p>
<img src="http://blog.alltheinfo.org/?ak_action=api_record_view&id=103&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.alltheinfo.org/configure-the-linux-to-write-corefiles-as-corepid/103/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bash Tutorial</title>
		<link>http://blog.alltheinfo.org/bash-tutorial/64/</link>
		<comments>http://blog.alltheinfo.org/bash-tutorial/64/#comments</comments>
		<pubDate>Fri, 11 Aug 2006 02:12:58 +0000</pubDate>
		<dc:creator>Bob Weber</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.alltheinfo.org/?p=64</guid>
		<description><![CDATA[OK, this one is for the techies out there. Found a great bash tutorial the other day and thought I&#8217;d share it. It doesn&#8217;t have just the standard lame stuff, I actually learned quite a bit. Things like !xyz:p will print the command that would be executed rather than executing it and !$ is the [...]]]></description>
			<content:encoded><![CDATA[<p>OK, this one is for the techies out there.  Found a <a href="http://www.deadman.org/bash.html">great bash tutorial the other day</a> and thought I&#8217;d share it. </p>
<p>It doesn&#8217;t have just the standard lame stuff, I actually learned quite a bit.  Things like</p>
<p><strong>!xyz:p</strong> will print the command that would be executed rather than executing it</p>
<p>and</p>
<p><strong>!$</strong> is the &#8220;end&#8221; of the previous command</p>
<img src="http://blog.alltheinfo.org/?ak_action=api_record_view&id=64&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.alltheinfo.org/bash-tutorial/64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/31 queries in 0.017 seconds using disk: basic
Object Caching 1038/1108 objects using disk: basic

Served from: blog.alltheinfo.org @ 2012-02-10 04:06:58 -->
