<?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>ForeverGeek &#187; TheSaint</title>
	<atom:link href="http://www.forevergeek.com/author/thesaint/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.forevergeek.com</link>
	<description>Nerds are for Dorks</description>
	<lastBuildDate>Fri, 10 Feb 2012 21:45:19 +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>Linux Running Out of Space?</title>
		<link>http://www.forevergeek.com/2005/10/linux_running_out_of_space/</link>
		<comments>http://www.forevergeek.com/2005/10/linux_running_out_of_space/#comments</comments>
		<pubDate>Mon, 10 Oct 2005 14:28:58 +0000</pubDate>
		<dc:creator>TheSaint</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://forevergeek.com/?p=2201</guid>
		<description><![CDATA[In this article, I will show how to check which directories and files are the largest. We will use 3 linux commands&#8230;..du , ls and sort. First lets do an example from your /home directory. Lets find out which directory is biggest # du -Sm &#124; sort -n after executing this command you will see directory listing with sizes like: 2 ./oshrt/src/cs 3 ./oshrt/sbin 4 ./ekg/src 5 ./oshrt/src/oshrtd 10 . In the first column you will see the directory size in megabytes, second column is directory name. The last entry only has a &#8220;.&#8221;. This represents the total size of all the files in all the directories where you executed]]></description>
			<content:encoded><![CDATA[<p>In this article, I will show how to check which directories and files are the largest. We will use 3 linux commands&#8230;..du , ls and sort.</p>
<p>First lets do an example from your /home directory. Lets find out which directory is biggest<br />
<blockquote><p># du -Sm | sort -n</p></blockquote>
<p>after executing this command you will see directory listing with sizes like:</p>
<blockquote><p>
2       ./oshrt/src/cs<br />
3       ./oshrt/sbin<br />
4       ./ekg/src<br />
5       ./oshrt/src/oshrtd<br />
10      .
</p></blockquote>
<p>In the first column you will see the directory size in megabytes, second column is directory name. The last entry only has a &#8220;.&#8221;.  This represents the total size of all the files in all the directories where you executed the command.  As you see the biggest dir is ./oshrt/src/oshrtd, lets find out which files in this directory are biggest.</p>
<blockquote><p># ls -lR ./oshrt/src/oshrtd/ | sort +4n</p></blockquote>
<p>Output shouldl look something like this:</p>
<blockquote><p>-rw-r&#8211;r&#8211;   1 user user  78068 Jul 24 15:12 server.o<br />
-rw-r&#8211;r&#8211;   1 user user  85520 Jan 10  2002 command.c.orig<br />
-rw-r&#8211;r&#8211;   1 user user  86122 Jan 21  2002 command.c<br />
-rw-r&#8211;r&#8211;   1 user user 111344 Jul 24 15:12 connection.o<br />
-rw-r&#8211;r&#8211;   1 user user 138708 Jul 24 15:12 oshrt.o<br />
-rw-r&#8211;r&#8211;   1 user user 143531 Jan 21  2002 oshrt.c</p></blockquote>
<p>The sort command sorts output from small to big file sizes, so the biggest file will be at the end of listing.  In this case, the biggest file is oshrt.c.  If you&#8217;re having space problems, you may want to try these commands on /var/log, because it is the most space eating directory :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forevergeek.com/2005/10/linux_running_out_of_space/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Microsoft&#039;s Halo Movie Made with Linux</title>
		<link>http://www.forevergeek.com/2005/10/microsofts_halo_movie_made_with_linux/</link>
		<comments>http://www.forevergeek.com/2005/10/microsofts_halo_movie_made_with_linux/#comments</comments>
		<pubDate>Mon, 10 Oct 2005 14:19:34 +0000</pubDate>
		<dc:creator>TheSaint</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://forevergeek.com/?p=2200</guid>
		<description><![CDATA[Universal Pictures and Twentieth Century Fox have annouced that Peter Jackson and Fran Walsh will act as executive producers for Halo The Movie. Halo the movie will be based on the famous Xbox game of course. The best thing is that Halo movie will be produced in Wellington, New Zeland on servers running open-source Linux operating system. Weta Digital uses more than 1k dual-processor IBM Blade servers running Fedora Linux from Red Hat. Funny isn&#8217;t it?]]></description>
			<content:encoded><![CDATA[<p>Universal Pictures and Twentieth Century Fox have annouced that Peter Jackson and Fran Walsh will act as executive producers for Halo The Movie. Halo the movie will be based on the famous Xbox game of course. The best thing is that Halo movie will be produced in Wellington, New Zeland on servers running open-source Linux operating system.<br />
Weta Digital uses more than 1k dual-processor IBM Blade servers running Fedora Linux from Red Hat.</p>
<p>Funny isn&#8217;t it?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forevergeek.com/2005/10/microsofts_halo_movie_made_with_linux/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Improving Syslog Functionality</title>
		<link>http://www.forevergeek.com/2005/10/improving_syslog_functionality/</link>
		<comments>http://www.forevergeek.com/2005/10/improving_syslog_functionality/#comments</comments>
		<pubDate>Fri, 07 Oct 2005 14:49:04 +0000</pubDate>
		<dc:creator>TheSaint</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://forevergeek.com/?p=2184</guid>
		<description><![CDATA[Syslog is a log daemon on linux systems, it logs all activities like kernel messages, connection messages, mail messages etc.. Syslog default configuration writes all logs from daemons to (in most cases) /var/log/ . If you go to that directory in your linux system you will see couple of log files like messages, secure etc&#8230; Now lets try to make it more handy :) open /etc/syslog.conf file with your favorite text editor , and put the following line at the end: # Log everything on tty12 *.* /dev/tty12 * Remember to use TABs not spaces between *.* and /dev/tty12 , syslog doesynt like spaces * Save it, and then restart]]></description>
			<content:encoded><![CDATA[<p>Syslog is a log daemon on linux systems, it logs all activities like kernel messages, connection messages, mail messages etc..  Syslog default configuration writes all logs from daemons to (in most cases) /var/log/ .  If you go to that directory in your linux system you will see couple of log files like messages, secure etc&#8230;</p>
<p>Now lets try to make it more handy :)</p>
<p>open /etc/syslog.conf file with your favorite text editor , and put the following line at the end:</p>
<blockquote><p>
# Log everything on tty12<br />
*.*			/dev/tty12
</p></blockquote>
<p>* Remember to use TABs not spaces between *.* and /dev/tty12 , syslog doesynt like spaces *</p>
<p>Save it, and then restart syslog using command:</p>
<blockquote><p>
killall -HUP syslogd
</p></blockquote>
<p>From now on, syslog writes to /var/log files and shows everything on tty12 (12-th console window).<br />
If you&#8217;re running a graphical console like KDE,GNOME etc.. try to push CTRL+ALT+F12 to see it.</p>
<p>This will make syslog more handy, and now you may always see whats going on in your system :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forevergeek.com/2005/10/improving_syslog_functionality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SuSe 10 Released</title>
		<link>http://www.forevergeek.com/2005/10/suse_10_released/</link>
		<comments>http://www.forevergeek.com/2005/10/suse_10_released/#comments</comments>
		<pubDate>Fri, 07 Oct 2005 14:20:51 +0000</pubDate>
		<dc:creator>TheSaint</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://forevergeek.com/?p=2183</guid>
		<description><![CDATA[Without making any big waves about it, Novell has released the latest version of its flagship linux distribution SuSe 10. This is the first SuSe linux released under the Novell OpenSuSe community model which was launched in early August. SuSe linux is designed to be cutting-edge for all the enthusiasts out there, while providing easy to use interfaces (KDE and GNOME) for less experienced users. The new version of SuSe contains over 1500 open-source linux applications which can be optionally installed (including latest FireFox and Opera web browsers and OpenOffice.org 2.0 Release candidate). Retail version suggested price is $59.]]></description>
			<content:encoded><![CDATA[<p>Without making any big waves about it, Novell has released the latest version of its flagship linux distribution SuSe 10. This is the first SuSe linux released under the Novell OpenSuSe community model which was launched in early August. SuSe linux is designed to be cutting-edge for all the enthusiasts out there, while providing easy to use interfaces (KDE and GNOME) for less experienced users.</p>
<p>The new version of SuSe contains over 1500 open-source linux applications which can be optionally installed (including latest FireFox and Opera web browsers and OpenOffice.org 2.0 Release candidate). Retail version suggested price is $59.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forevergeek.com/2005/10/suse_10_released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 5.10 RC Released</title>
		<link>http://www.forevergeek.com/2005/10/ubuntu_510_rc_released/</link>
		<comments>http://www.forevergeek.com/2005/10/ubuntu_510_rc_released/#comments</comments>
		<pubDate>Fri, 07 Oct 2005 14:15:22 +0000</pubDate>
		<dc:creator>TheSaint</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://forevergeek.com/?p=2182</guid>
		<description><![CDATA[One week before final release of Ubuntu 5.10 Linux distribution, the Ubuntu team released latest Release Candidate (RC). Ubuntu 5.10RC includes the installation CDs, live CDs, and DVDs for three architectures. To download Ubuntu 5.10RC go to: US: http://us.releases.ubuntu.com/releases/5.10/ EU: http://se.releases.ubuntu.com/5.10/ UK: http://releases.ubuntu.com/5.10/ and the rest: http://releases.ubuntu.com/5.10/ The final version of Ubuntu 5.10 will be available on October 13th.]]></description>
			<content:encoded><![CDATA[<p>One week before final release of Ubuntu 5.10 Linux distribution, the Ubuntu team released latest Release Candidate (RC).  Ubuntu 5.10RC includes the installation CDs, live CDs, and DVDs for three architectures. To download Ubuntu 5.10RC go to:</p>
<p>US: <a href="http://us.releases.ubuntu.com/releases/5.10/">http://us.releases.ubuntu.com/releases/5.10/</a><br />
EU: <a href="http://se.releases.ubuntu.com/5.10/">http://se.releases.ubuntu.com/5.10/</a><br />
UK: <a href="http://releases.ubuntu.com/5.10/">http://releases.ubuntu.com/5.10/</a><br />
and the  rest: <a href="http://releases.ubuntu.com/5.10/">http://releases.ubuntu.com/5.10/</a></p>
<p>The final version of Ubuntu 5.10 will be available on October 13th.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forevergeek.com/2005/10/ubuntu_510_rc_released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Check Disk Space in Linux</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/</link>
		<comments>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/#comments</comments>
		<pubDate>Thu, 06 Oct 2005 16:16:23 +0000</pubDate>
		<dc:creator>TheSaint</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>

		<guid isPermaLink="false">http://forevergeek.com/?p=2181</guid>
		<description><![CDATA[There are plenty of tools with which you can check your disk space. However, Linux already has a built in function to show you just what you need to know. Open a terminal window or push (ctrl+alt+F1 to go to console) and type: # df You will see something like this(your output may be different, depending on how many partitions/harddrives/cdroms you have mounted): Filesystem 1K-blocks Used Available Use% Mounted on /dev/hda3 78012484 17606992 56442660 24% / /dev/hda1 101086 16400 79467 18% /boot none 516808 0 516808 0% /dev/shm /tmp 247919 7339 227780 4% /tmp This one looks a bit unreadable, because size is represented in 1K-blocks, lets try to make]]></description>
			<content:encoded><![CDATA[<div style=' float: right;'  class="alignright"><script type="text/javascript" src="http://static.ak.connect.facebook.com/connect.php/en_US"></script><script type="text/javascript">FB.init("3b8bf1244a8d24ba70d5251c6a1118e8");</script><fb:fan profile_id="103703397653" stream="0" connections="10" logobar="0" width="300"></fb:fan></div>
<p>There are plenty of tools with which you can check your disk space.                                                                                                                                                                                                                                                                However, Linux already has a built in function to show you just what you need to know.  Open a terminal window or push (ctrl+alt+F1 to go to console) and type:</p>
<blockquote><p>
# df
</p></blockquote>
<p>You will see something like this(your output may be different, depending on how many partitions/harddrives/cdroms you have mounted):</p>
<blockquote><p>
Filesystem           1K-blocks      Used Available Use% Mounted on<br />
/dev/hda3             78012484  17606992  56442660  24% /<br />
/dev/hda1               101086     16400     79467  18% /boot<br />
none                    516808         0    516808   0% /dev/shm<br />
/tmp                    247919      7339    227780   4% /tmp
</p></blockquote>
<p>This one looks a bit unreadable, because size is represented in 1K-blocks, lets try to make it clean and more readable:</p>
<blockquote><p># df -h</p>
<p>
Filesystem            Size  Used Avail Use% Mounted on<br />
/dev/hda3              75G   17G   54G  24% /<br />
/dev/hda1              99M   17M   78M  18% /boot<br />
none                  505M     0  505M   0% /dev/shm<br />
/tmp                  243M  7.2M  223M   4% /tmp
</p>
</blockquote>
<p>
Now the size is represented by megabytes and gigabytes &#8230; better? :)  Now let&#8217;s create an executable file to show the disk sizes:</p>
<blockquote>
<p>#!/bin/sh</p>
<p>DISC=$1<br />
PARTITION=`df -h |grep $DISC |awk &#8216;{print $1}&#8217;`<br />
SIZE=`df -h|grep $DISC|awk &#8216;{print $2}&#8217;`<br />
USED=`df -h|grep $DISC|awk &#8216;{print $3}&#8217;`<br />
FREE=`df -h|grep $DISC|awk &#8216;{print $4}&#8217;`</p>
<p>echo &#8220;Partition: $PARTITION&#8221;<br />
echo &#8220;Total size: $SIZE&#8221;<br />
echo &#8220;Used space: $USED&#8221;<br />
echo &#8220;Free space: $FREE&#8221;</p>
</blockquote>
<p>Simply copy &#038; paste this script into for example into a file named info.sh(create it with VI or JOE or even PICO).  Next, you&#8217;ll need to make it executable.  To do this, use the following command:</p>
<blockquote><p># chmod +x info.sh</p></blockquote>
<p>Now, to execute the file, you need to run it, and pass it the correct argument.  For our example, we are going to use hda3. So, to execute the file, type in the command as below&#8230;.</p>
<blockquote><p># ./info.sh hda3</p></blockquote>
<p>Tadaaa :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>How to become a Hacker *doh!*</title>
		<link>http://www.forevergeek.com/2005/10/how_to_become_a_hacker_doh/</link>
		<comments>http://www.forevergeek.com/2005/10/how_to_become_a_hacker_doh/#comments</comments>
		<pubDate>Thu, 06 Oct 2005 14:48:15 +0000</pubDate>
		<dc:creator>TheSaint</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://forevergeek.com/?p=2177</guid>
		<description><![CDATA[This is my first post at ForeverGeek , so please be gentle :) Surfing over the internet I found an interesting article on How to become a Hacker. I will not comment on it &#8230; another way to tell people what to do to become a hacker (should be Chacker instead of Hacker i think..hehe). Erm, and of course someone should tell to the author what Cracker means&#8230; Q: How can I get the password for someone else&#8217;s account? A: This is cracking. Go away, idiot. Yea, sure &#8230;. cracking &#8230;IMHO its still hacking If you want to read this paper, click here]]></description>
			<content:encoded><![CDATA[<p>This is my first post at ForeverGeek , so please be gentle :)</p>
<p>Surfing over the internet I found an interesting article on <b>How to become a Hacker</b>.<br />
I will not comment on it &#8230; another way to tell people what to do to become a hacker<br /> (should be Chacker instead of Hacker i think..hehe).<br />
Erm, and of course someone should tell to the author what <b>Cracker</b> means&#8230;</p>
<blockquote><p>
<em><br />Q: How can I get the password for someone else&#8217;s account?<br />
<br />A: This is cracking. Go away, idiot.</em>
</p></blockquote>
<p>Yea, sure &#8230;. cracking &#8230;IMHO its still hacking</p>
<p>If you want to read this paper, <a href="http://www.catb.org/~esr/faqs/hacker-howto.html">click here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.forevergeek.com/2005/10/how_to_become_a_hacker_doh/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
	</channel>
</rss>

