<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>VVelox.net</title>
    <link rel="alternate" type="text/html" href="http://vvelox.net/vveloxnet/" />
    <link rel="self" type="application/atom+xml" href="http://vvelox.net/vveloxnet/atom.xml" />
    <id>tag:vvelox.net,2008-12-22:/vveloxnet//2</id>
    <updated>2010-02-07T09:07:40Z</updated>
    
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.23-en</generator>

<entry>
    <title>FreeBSD IPFW ACK prioritization firewall type example</title>
    <link rel="alternate" type="text/html" href="http://vvelox.net/vveloxnet/2010/02/freebsd-ipfw-ack-prioritization-firewall-type-example.html" />
    <id>tag:vvelox.net,2010:/vveloxnet//2.22</id>

    <published>2010-02-07T09:06:10Z</published>
    <updated>2010-02-07T09:07:40Z</updated>

    <summary>The example below shows separating the traffic out between local, forthree subnets, and remote and then prioritizing the remote stuff forgetting the ACKs out a bit faster.If you are using FreeBSD with bittorrent or something else makingheavy use of a...</summary>
    <author>
        <name>VVelox</name>
        
    </author>
    
        <category term="FreeBSD" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="freebsd" label="FreeBSD" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="ipfw" label="IPFW" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-us" xml:base="http://vvelox.net/vveloxnet/">
        <![CDATA[The example below shows separating the traffic out between local, for<br />three subnets, and remote and then prioritizing the remote stuff for<br />getting the ACKs out a bit faster.<br /><br />If you are using FreeBSD with bittorrent or something else making<br />heavy use of a remote network, this is great for helping smooth out<br />the feel of remote access.<br /><br />##<br />##vulpes<br />##<br />[Vv][Uu][Ll][Pp][Ee][Ss])<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ##<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ##pipes<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ##<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #local<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ${fwcmd} pipe 1 config bw 100Mbit buckets 128<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #outbound<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ${fwcmd} pipe 2 config bw 512Kbit buckets 128<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #inbound<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ${fwcmd} pipe 3 config bw 3Mbit buckets 128<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ##<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ##queues<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ##<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #outbound ack prioritizing<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ${fwcmd} queue 1 config pipe 2 weight 100 buckets 128<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ${fwcmd} queue 2 config pipe 2 weight 1 buckets 128<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #inbound ack prioritizing<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ${fwcmd} queue 3 config pipe 3 weight 100 buckets 128<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ${fwcmd} queue 4 config pipe 3 weight 1 buckets 128<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #pass stuff to the local pipe<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ${fwcmd} add 500 pipe 1 tcp from me to 192.168.15.0/24<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ${fwcmd} add 500 pipe 1 tcp from 192.168.15.0/24 to me<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ${fwcmd} add 501 pipe 1 tcp from me to 192.168.14.0/24<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ${fwcmd} add 501 pipe 1 tcp from 192.168.14.0/24 to me<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ${fwcmd} add 502 pipe 1 tcp from me to 10.69.0.0/24<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ${fwcmd} add 502 pipe 1 tcp from 10.69.0.0/24 to me<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #pass stuff to the outbound pipe<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ${fwcmd} add 510 queue 1 tcp from me to any tcpflags ack<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ${fwcmd} add 510 queue 2 udp from me to any<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #pass stuff to the inbound pipe<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ${fwcmd} add 520 queue 3 tcp from any to me tcpflags ack<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ${fwcmd} add 520 queue 4 udp from any to me<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #allow everything through<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ${fwcmd} add 65000 pass all from any to any<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;;<br /><br /> ]]>
        
    </content>
</entry>

<entry>
    <title>making remote X uber useful</title>
    <link rel="alternate" type="text/html" href="http://vvelox.net/vveloxnet/2010/01/making-remote-x-uber-useful.html" />
    <id>tag:vvelox.net,2010:/vveloxnet//2.21</id>

    <published>2010-01-09T18:01:31Z</published>
    <updated>2010-01-09T18:17:02Z</updated>

    <summary><![CDATA[The problem with remote X is bandwidth. This means nice things like pixmap heavy themes and etc are a pain.remoteXcheck=`echo $DISPLAY | cut -d: -f 1`if [ -z "$remoteXcheck" ]; then&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fbpager&amp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sonata --hidden&amp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #pidgin &amp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ekiga &amp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; autocutsel -fork&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;...]]></summary>
    <author>
        <name>VVelox</name>
        
    </author>
    
        <category term="Unix" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="gtk" label="GTK" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="x" label="X" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="xdmcp" label="XDMCP" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="xnest" label="Xnest" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="fluxbox" label="fluxbox" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="xdm" label="xdm" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-us" xml:base="http://vvelox.net/vveloxnet/">
        <![CDATA[The problem with <font face="-editor-proxy">remote X is bandwidth. This means nice things like pixmap heavy themes and etc are a pain.<br /><br />remoteXcheck=`echo $DISPLAY | cut -d: -f 1`<br /><br />if [ -z "$remoteXcheck" ]; then<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fbpager&amp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sonata --hidden&amp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #pidgin &amp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ekiga &amp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; autocutsel -fork<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; zbgset -l<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; skype&amp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xcompmgr -d :0.0&amp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xcompmgr -d :0.1&amp;<br /><br /></font><font face="-editor-proxy">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; remote=""</font><br /><font face="-editor-proxy"><br /></font><font face="-editor-proxy">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><font face="-editor-proxy">xhost +127.0.0.1</font><br /><font face="-editor-proxy"><br />else<br /><br /></font><font face="-editor-proxy">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; remote=".remote"</font><br /><font face="-editor-proxy"><br /></font><font face="-editor-proxy">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; export </font><b><code class="envar">GTK2_RC_FILES="~/.gtkrc-2.0-remote"</code></b><br /><font face="-editor-proxy"><br />fi<br /><br />fluxbox -rc ~/.fluxbox/init$remote<br /></font><br />So for a local connection, it will start several apps, set the background and then run fluxbox using the default config, "~/.fluxbox/init". But for a remote connection, it will not run any apps, will not set the background, will tell GTK to use a alternate theme("~/.gtkrc-2.0-remote"), and tell fluxbox to load "~/.fluxbox/init.remote" for it's config.<br /><br />]]>
        
    </content>
</entry>

<entry>
    <title></title>
    <link rel="alternate" type="text/html" href="http://vvelox.net/vveloxnet/2009/09/i-am-happy-to-announce.html" />
    <id>tag:vvelox.net,2009:/vveloxnet//2.18</id>

    <published>2009-09-21T23:00:12Z</published>
    <updated>2009-09-21T23:07:54Z</updated>

    <summary>I am happy to announce, the world of managing POSIX users/groups stored in LDAP has gotten even easier.Plugtools supports adding, modifying, and removing both POSIX users and groups. Best of all, it also supports a plugin system.The most useful plugin...</summary>
    <author>
        <name>VVelox</name>
        
    </author>
    
        <category term="CPAN" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Perl" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Unix" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="cpan" label="CPAN" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="ldap" label="LDAP" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="posix" label="POSIX" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="perl" label="Perl" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="plugtools" label="Plugtools" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="samba" label="Samba" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="groups" label="groups" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="users" label="users" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-us" xml:base="http://vvelox.net/vveloxnet/">
        <![CDATA[I am happy to announce, the world of managing POSIX users/groups stored in LDAP has gotten even easier.<br /><br /><a href="http://search.cpan.org/dist/Plugtools/">Plugtools</a> supports adding, modifying, and removing both POSIX users and groups. Best of all, it also supports a plugin system.<br /><br />The most useful plugin I've written for it so far is <a href="http://search.cpan.org/dist/Plugtools-Plugins-Samba/">Plugtools::Plugins::Samba</a>, which allows Samba users to be created in LDAP as well as turning existing users in LDAP into Samba accounts as well.<br /><br />Plugtools: <a href="http://search.cpan.org/dist/Plugtools/">http://search.cpan.org/dist/Plugtools/</a><br />Plugtools::Plugins::Samba: <a href="http://search.cpan.org/dist/Plugtools-Plugins-Samba/">http://search.cpan.org/dist/Plugtools-Plugins-Samba/</a> <div><br /></div>]]>
        
    </content>
</entry>

<entry>
    <title>Watchmen</title>
    <link rel="alternate" type="text/html" href="http://vvelox.net/vveloxnet/2009/03/watchmen.html" />
    <id>tag:vvelox.net,2009:/vveloxnet//2.17</id>

    <published>2009-03-09T23:09:04Z</published>
    <updated>2009-03-09T23:27:59Z</updated>

    <summary>Saw the movie this weekend. I liked it mostly, minus the ending. My complaints about the it are two, as follows.1: No squid thing based alien invasion hoax.2: I don&apos;t happen to remember the Night Owl getting as worked up...</summary>
    <author>
        <name>VVelox</name>
        
    </author>
    
        <category term="Misc" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="movies" label="movies" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="watchmen" label="watchmen" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-us" xml:base="http://vvelox.net/vveloxnet/">
        <![CDATA[Saw the movie this weekend. I liked it mostly, minus the ending. My complaints about the it are two, as follows.<br /><br />1: No squid thing based alien invasion hoax.<br />2: I don't happen to remember the Night Owl getting as worked up over it all as he did in the comic. He actually came across as a fairly whiny in the movie versus being indifferent towards the events in once he understood them.<br /><br />Among a smaller complaint, Rorschach did not come across as any near as psychotic of a character in the movie as in the novel. It actually left a nice bit missing as to character. They also happened to miss various chunks of character development for him, such as the parts who would explain who the people were at the end.<br /><br />In regards to psychotic characters, I think they did a good job of capturing the Comedians character. This part actually surprised me as I was sort of expecting this character's violent personality to be toned down a bit for the movie.<br /><br />The very major complaint I have with it, is they don't really explore the motivation around why each one became who they are enough. They did a bit, but they missed it for a nice chunk of the characters, especially the first ones.<br />]]>
        
    </content>
</entry>

<entry>
    <title>Easy mounting from the command line.</title>
    <link rel="alternate" type="text/html" href="http://vvelox.net/vveloxnet/2009/01/easy-mounting-from-the-command-line.html" />
    <id>tag:vvelox.net,2009:/vveloxnet//2.16</id>

    <published>2009-01-26T10:09:35Z</published>
    <updated>2009-01-26T10:18:37Z</updated>

    <summary> alias mudf if \( \! -e ~/mnt/\!\:1 \) mkdir ~/mnt/\!\:1 \; mount_udf /dev/\!\:1 ~/mnt/\!\:1 alias mfat if \( \! -e ~/mnt/\!\:1 \) mkdir ~/mnt/\!\:1 \; mount_msdosfs /dev/\!\:1 ~/mnt/\!\:1 alias mcd if \( \! -e ~/mnt/\!\:1 \) mkdir \!\:1 \;...</summary>
    <author>
        <name>VVelox</name>
        
    </author>
    
        <category term="Unix" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-us" xml:base="http://vvelox.net/vveloxnet/">
        <![CDATA[<tt>
alias mudf      if \( \! -e ~/mnt/\!\:1 \) mkdir ~/mnt/\!\:1 \; mount_udf /dev/\!\:1 ~/mnt/\!\:1<br>
alias mfat      if \( \! -e ~/mnt/\!\:1 \) mkdir ~/mnt/\!\:1 \; mount_msdosfs /dev/\!\:1 ~/mnt/\!\:1<br>
alias mcd       if \( \! -e ~/mnt/\!\:1 \) mkdir \!\:1 \; mount_cd9660 -r /dev/\!\:1 ~/mnt/\!\:1<br>
alias um        umount ~/mnt/\!\:1<br>
</tt>
<br>
The above TCSH aliases are useful for mounting disks under FreeBSD. Just create '~/mnt/' and dump the commands in '~/.cshrc' and it is good to do.<br>
<br>
'mfat' and 'mcd' are mount various MSDOS and ISO-9660 filesystems. Nothing really fancy, but simply choosing a place to mount it. Most importantly it shortens the number of required keys pressed to mount something.<br>
<br>
'mcd' changes to a mountpoint for a specified device.<br>
<br>
'um' unmounts one of the mounted devices.<br>
]]>
        
    </content>
</entry>

<entry>
    <title>ZConf::Runner - Just published.</title>
    <link rel="alternate" type="text/html" href="http://vvelox.net/vveloxnet/2009/01/zconfrunner---just-published.html" />
    <id>tag:vvelox.net,2009:/vveloxnet//2.15</id>

    <published>2009-01-06T06:37:05Z</published>
    <updated>2009-01-06T06:53:52Z</updated>

    <summary>Wooho! 24 now.This is a little perl module for opening a file based on it&apos;s mimetype and specified action. Unlike most other things like this, this allows one to multiple actions to be defined per mimetype. Thus one can have...</summary>
    <author>
        <name>VVelox</name>
        
    </author>
    
        <category term="CPAN" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Perl" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="cpan" label="CPAN" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="perl" label="Perl" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="zconf" label="ZConf" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="zconfrunner" label="ZConf::Runner" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-us" xml:base="http://vvelox.net/vveloxnet/">
        <![CDATA[Wooho! 24 now.<br /><br />This is a little perl module for opening a file based on it's mimetype and specified action. Unlike most other things like this, this allows one to multiple actions to be defined per mimetype. Thus one can have have one for viewing, another for editing, and etc.<br /><br />This a file can be ran using two methodes. The first is using an available desktop entry and the second is specified command.<br /><br /><a href="http://search.cpan.org/%7Evvelox/ZConf-Runner/">http://search.cpan.org/~vvelox/ZConf-Runner/</a><br /><br />]]>
        
    </content>
</entry>

<entry>
    <title>LARC::DB!  My 23rd Perl module published last night.</title>
    <link rel="alternate" type="text/html" href="http://vvelox.net/vveloxnet/2008/12/larcdb-my-23rd-perl-module-published-last-night.html" />
    <id>tag:vvelox.net,2008:/vveloxnet//2.14</id>

    <published>2008-12-28T23:32:46Z</published>
    <updated>2008-12-28T23:37:27Z</updated>

    <summary>May seem a bit trivial, but I&apos;ve been feelling annoyed with a lack of a standardized method for storing SQLite DBs and I like the idea of beginning to push SQL for desktop stuff while leaving everything in a nicely...</summary>
    <author>
        <name>VVelox</name>
        
    </author>
    
    <category term="cpan" label="CPAN" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="larc" label="LARC" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="larcdb" label="LARC::DB" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-us" xml:base="http://vvelox.net/vveloxnet/">
        <![CDATA[May seem a bit trivial, but I've been feelling annoyed with a lack of a standardized method for storing SQLite DBs and I like the idea of beginning to push SQL for desktop stuff while leaving everything in a nicely organized manner.<br /><br /><a href="http://search.cpan.org/dist/LARC-DB/">http://search.cpan.org/dist/LARC-DB/</a><br /><br /><div><br /></div>]]>
        
    </content>
</entry>

<entry>
    <title>I don&apos;t remember checking in.</title>
    <link rel="alternate" type="text/html" href="http://vvelox.net/vveloxnet/2008/12/i-dont-remember-checking-in.html" />
    <id>tag:vvelox.net,2008:/vveloxnet//2.13</id>

    <published>2008-12-26T22:29:27Z</published>
    <updated>2008-12-26T22:51:41Z</updated>

    <summary><![CDATA[&gt; alias exit "echo You can checkout any time you like, ; echo&nbsp; But you can never leave!"&gt; bindkey -c "^D"&nbsp; "echo You can checkout any time you like, ; echo&nbsp; But you can never leave!"...]]></summary>
    <author>
        <name>VVelox</name>
        
    </author>
    
        <category term="stupid unix tricks" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-us" xml:base="http://vvelox.net/vveloxnet/">
        <![CDATA[<blockquote>&gt; alias exit "echo You can checkout any time you like, ; echo&nbsp;
But you can never leave!"<br />&gt; bindkey -c "^D"&nbsp; "echo You can checkout any time you like, ; echo&nbsp;
But you can never leave!"<br /></blockquote><br />]]>
        
    </content>
</entry>

<entry>
    <title>crontab fun</title>
    <link rel="alternate" type="text/html" href="http://vvelox.net/vveloxnet/2008/12/crontab-fun.html" />
    <id>tag:vvelox.net,2008:/vveloxnet//2.12</id>

    <published>2008-12-26T22:25:43Z</published>
    <updated>2008-12-26T22:28:27Z</updated>

    <summary><![CDATA[&gt; setenv EDITOR='crontab -e ; crontab -e'&gt; crontab -eGo forkbomb! Go!I know this can be done using any thing that uses $ENV{EDITOR} or the like, but crontab is just funny....]]></summary>
    <author>
        <name>VVelox</name>
        
    </author>
    
        <category term="stupid unix tricks" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-us" xml:base="http://vvelox.net/vveloxnet/">
        <![CDATA[<blockquote>&gt; setenv EDITOR='crontab -e ; crontab -e'<br />&gt; crontab -e<br /></blockquote><br />Go forkbomb! Go!<br /><br />I know this can be done using any thing that uses $ENV{EDITOR} or the like, but crontab is just funny.<br /> ]]>
        
    </content>
</entry>

<entry>
    <title>rsync and error checking</title>
    <link rel="alternate" type="text/html" href="http://vvelox.net/vveloxnet/2008/12/rsync-and-error-checking.html" />
    <id>tag:vvelox.net,2008:/vveloxnet//2.11</id>

    <published>2008-12-25T02:36:01Z</published>
    <updated>2008-12-25T02:38:49Z</updated>

    <summary><![CDATA[I am a bit bummed this does not work.[kitsune@vixen42]/home/kitsune&gt; rsync /dev/urandom /dev/null skipping non-regular file "urandom"...]]></summary>
    <author>
        <name>VVelox</name>
        
    </author>
    
        <category term="stupid unix tricks" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-us" xml:base="http://vvelox.net/vveloxnet/">
        <![CDATA[I am a bit bummed this does not work.<br /><br /><blockquote>[kitsune@vixen42]/home/kitsune&gt; rsync /dev/urandom /dev/null <br />skipping non-regular file "urandom"<br /></blockquote><br />]]>
        
    </content>
</entry>

<entry>
    <title>Wooha! Up to 22 published modules.</title>
    <link rel="alternate" type="text/html" href="http://vvelox.net/vveloxnet/2008/12/wooha-up-to-22-published-modules.html" />
    <id>tag:vvelox.net,2008:/vveloxnet//2.10</id>

    <published>2008-12-25T02:32:17Z</published>
    <updated>2008-12-28T23:38:48Z</updated>

    <summary>With in the last year, I published 22 modules on CPAN or about one every two weeksWith in a few days, it will be 23 once I finish a bit more documentation on a new one I am working on....</summary>
    <author>
        <name>VVelox</name>
        
    </author>
    
        <category term="CPAN" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="cpan" label="CPAN" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-us" xml:base="http://vvelox.net/vveloxnet/">
        <![CDATA[With in the last year, I published 22 modules on CPAN or about one every two weeks<br /><br />With in a few days, it will be 23 once I finish a bit more documentation on a new one I am working on.<br /> ]]>
        
    </content>
</entry>

<entry>
    <title>Improving &apos;Dune&apos;...</title>
    <link rel="alternate" type="text/html" href="http://vvelox.net/vveloxnet/2008/12/improvind-dune.html" />
    <id>tag:vvelox.net,2008:/vveloxnet//2.8</id>

    <published>2008-12-23T22:43:41Z</published>
    <updated>2008-12-25T02:39:57Z</updated>

    <summary><![CDATA[cat Dune.txt | sed s/Spice/Oregano/g | sed s/spice/oregano/g &gt; Dune\ -\ Oregano.txtAnd it is now a way more entertaining read.cat Dune.txt | sed s/Spice/LSD/g | sed s/spice/LSD/g &gt; Dune\ -\ LSD.txtAnd parts of the plot now make sense....]]></summary>
    <author>
        <name>VVelox</name>
        
    </author>
    
        <category term="Scifi" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="stupid unix tricks" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-us" xml:base="http://vvelox.net/vveloxnet/">
        <![CDATA[<blockquote>cat Dune.txt | sed s/Spice/Oregano/g | sed s/spice/oregano/g &gt; Dune\ -\ Oregano.txt<br /></blockquote><br />And it is now a way more entertaining read.<br /><br /><blockquote>cat Dune.txt | sed s/Spice/LSD/g | sed s/spice/LSD/g &gt; Dune\ -\ LSD.txt<br /></blockquote><br />And parts of the plot now make sense.<br />]]>
        
    </content>
</entry>

</feed>
