<?xml version="1.0" encoding="UTF-8"?>
<!-- name="generator" content="SnipSnap/1.0b2-uttoxeter" -->
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:blogChannel="http://backend.userland.com/blogChannelModule" >

  <channel>
    <title>RimuHosting Bliki</title>
    
    <link>http://bliki.rimuhosting.com/space/start</link>
    <description></description>
    <dc:title>start</dc:title>
<dc:language>en</dc:language>
<dc:copyright>Copyright 2007</dc:copyright>
<dc:type>Text</dc:type>
<dc:date>2007-05-07T14:30:22GMT+12:00</dc:date>
<dc:identifier>http://bliki.rimuhosting.com/space/start</dc:identifier>
<dc:creator>retep</dc:creator>

    <!-- <blogChannel:changes>http://www.weblogs.com/rssUpdates/changes.xml</changes> -->
    <admin:generatorAgent rdf:resource="http://www.snipsnap.org/space/version-1.0b2-uttoxeter"/>
    
       <item>
        <title>articles improvement ideas</title>
        <link>http://bliki.rimuhosting.com/space/start/2007-08-22/1#articles_improvement_ideas</link>
        <description>A few notes to self for things I'd like to work on when I find some time:

write a bliki article for vnstat. It's very useful for tracking bandwidth usage, specially for dedicated server that don't have our (very cool) control panel bandwidth monitoring feature.
continue the fail2ban article. I noticed many customers need such a tool and it would be great to make their lifes and our staff lifes easier by writing a full howto article.
expand the "troubleshooting linux performance" article
</description>
        <guid isPermaLink="true">http://bliki.rimuhosting.com/space/start/2007-08-22/1#articles_improvement_ideas</guid>
        <content:encoded>A few notes to self for things I'd like to work on when I find some time:
&lt;ul class="star"&gt;
&lt;li&gt;write a bliki article for vnstat. It's very useful for tracking bandwidth usage, specially for dedicated server that don't have our (very cool) control panel bandwidth monitoring feature.&lt;/li&gt;
&lt;li&gt;continue the fail2ban article. I noticed many customers need such a tool and it would be great to make their lifes and our staff lifes easier by writing a full howto article.&lt;/li&gt;
&lt;li&gt;expand the "troubleshooting linux performance" article&lt;/li&gt;
&lt;/ul&gt;</content:encoded>
        <dc:title>articles improvement ideas</dc:title>
<dc:language>en</dc:language>
<dc:copyright>Copyright 2007</dc:copyright>
<dc:type>Text</dc:type>
<dc:date>2007-08-23T03:07:47GMT+12:00</dc:date>
<dc:identifier>http://bliki.rimuhosting.com/space/start/2007-08-22/1#articles_improvement_ideas</dc:identifier>
<dc:creator>yves</dc:creator>

        <comments>http://bliki.rimuhosting.comcomments/start/2007-08-22/1#post</comments>
      </item>
    
       <item>
        <title>Things abuout iptables and vsftp</title>
        <link>http://bliki.rimuhosting.com/space/start/2007-04-15/1#Things_abuout_iptables_and_vsftp</link>
        <description>There are a couple things about tickets I worked on today I wanted to remember.</description>
        <guid isPermaLink="true">http://bliki.rimuhosting.com/space/start/2007-04-15/1#Things_abuout_iptables_and_vsftp</guid>
        <content:encoded>There are a couple things about tickets I worked on today I wanted to remember.</content:encoded>
        <dc:title>Things abuout iptables and vsftp</dc:title>
<dc:language>en</dc:language>
<dc:copyright>Copyright 2007</dc:copyright>
<dc:type>Text</dc:type>
<dc:date>2007-04-16T15:50:55GMT+12:00</dc:date>
<dc:identifier>http://bliki.rimuhosting.com/space/start/2007-04-15/1#Things_abuout_iptables_and_vsftp</dc:identifier>
<dc:creator>john</dc:creator>

        <comments>http://bliki.rimuhosting.comcomments/start/2007-04-15/1#post</comments>
      </item>
    
       <item>
        <title>iptables</title>
        <link>http://bliki.rimuhosting.com/space/start/2007-04-15/1</link>
        <description>Not everyone knows (like me) that iptables has some configuration details in /etc/sysconfig/iptables-config on Red Hat based distros.  Like for instance nothing you save with /sbin/iptables-save will be saved unless you edit this file.</description>
        <guid isPermaLink="true">http://bliki.rimuhosting.com/space/start/2007-04-15/1</guid>
        <content:encoded>Not everyone knows (like me) that iptables has some configuration details in /etc/sysconfig/iptables-config on Red Hat based distros.  Like for instance nothing you save with /sbin/iptables-save will be saved unless you edit this file.</content:encoded>
        <dc:title>iptables</dc:title>
<dc:language>en</dc:language>
<dc:copyright>Copyright 2007</dc:copyright>
<dc:type>Text</dc:type>
<dc:date>2007-04-16T15:50:55GMT+12:00</dc:date>
<dc:identifier>http://bliki.rimuhosting.com/space/start/2007-04-15/1</dc:identifier>
<dc:creator>john</dc:creator>

        <comments>http://bliki.rimuhosting.comcomments/start/2007-04-15/1#post</comments>
      </item>
    
       <item>
        <title>vsftp</title>
        <link>http://bliki.rimuhosting.com/space/start/2007-04-15/1</link>
        <description>Sometimes people really do want an anonymous ftp server.  It's just understood, that files are uploaded in /var/ftp/pub by default, but this might not be clear to a newbie.  This is the anon_root default setting, which doesn't appear in vsftpd.conf.  I always like to change to /home/ftp or something.The gotcha is that the pub folder is not writable.  Thats where chmod a+w /var/ftp/pub comes in handy.   Of course it's not a good idea to run an anonymous ftp server, usually this is a temporary situation to allow someone to upload some files.Here is a page I found with some good tips about anonymous logins on vsftp
&amp;#104;ttp://www.phptr.com/articles/article.asp?p=378136&amp;seqNum=7&amp;rl=1</description>
        <guid isPermaLink="true">http://bliki.rimuhosting.com/space/start/2007-04-15/1</guid>
        <content:encoded>Sometimes people really do want an anonymous ftp server.  It's just understood, that files are uploaded in /var/ftp/pub by default, but this might not be clear to a newbie.  This is the anon_root default setting, which doesn't appear in vsftpd.conf.  I always like to change to /home/ftp or something.&lt;p class="paragraph"/&gt;The gotcha is that the pub folder is not writable.  Thats where chmod a+w /var/ftp/pub comes in handy.   Of course it's not a good idea to run an anonymous ftp server, usually this is a temporary situation to allow someone to upload some files.&lt;p class="paragraph"/&gt;Here is a page I found with some good tips about anonymous logins on vsftp
&lt;img src="theme/images/Icon-Extlink.png" alt="&amp;gt;&amp;gt;" border="0"/&gt;&lt;span class="nobr"&gt;&lt;a href="http://www.phptr.com/articles/article.asp?p=378136&amp;#38;seqNum=7&amp;#38;rl=1"&gt;&amp;#104;ttp://www.phptr.com/articles/article.asp?p=378136&amp;seqNum=7&amp;rl=1&lt;/a&gt;&lt;/span&gt;</content:encoded>
        <dc:title>vsftp</dc:title>
<dc:language>en</dc:language>
<dc:copyright>Copyright 2007</dc:copyright>
<dc:type>Text</dc:type>
<dc:date>2007-04-16T15:50:55GMT+12:00</dc:date>
<dc:identifier>http://bliki.rimuhosting.com/space/start/2007-04-15/1</dc:identifier>
<dc:creator>john</dc:creator>

        <comments>http://bliki.rimuhosting.comcomments/start/2007-04-15/1#post</comments>
      </item>
    
       <item>
        <title>Remount /</title>
        <link>http://bliki.rimuhosting.com/space/start/2007-04-02/1#Remount_/_</link>
        <description>To remount root directory in single user mode.  Good for reseting root passwords when you get a message about passwd: Authentication token lock busymount -o remount,rw /</description>
        <guid isPermaLink="true">http://bliki.rimuhosting.com/space/start/2007-04-02/1#Remount_/_</guid>
        <content:encoded>To remount root directory in single user mode.  Good for reseting root passwords when you get a message about passwd: Authentication token lock busy&lt;p class="paragraph"/&gt;mount -o remount,rw /</content:encoded>
        <dc:title>Remount /</dc:title>
<dc:language>en</dc:language>
<dc:copyright>Copyright 2007</dc:copyright>
<dc:type>Text</dc:type>
<dc:date>2007-04-03T09:51:24GMT+12:00</dc:date>
<dc:identifier>http://bliki.rimuhosting.com/space/start/2007-04-02/1#Remount_/_</dc:identifier>
<dc:creator>john</dc:creator>

        <comments>http://bliki.rimuhosting.comcomments/start/2007-04-02/1#post</comments>
      </item>
    
  </channel>
</rss>