<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.1" -->
<?xml-stylesheet href="http://wiki.thecodegirl.org//lib/styles/feed.css" type="text/css"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#">
    <title>[the] Code Girl</title>
    <tagline></tagline>
    <link rel="alternate" type="text/html" href="http://wiki.thecodegirl.org//"/>
    <id>http://wiki.thecodegirl.org//</id>
    <modified>2008-11-11T03:52:07+01:00</modified>
    <generator>FeedCreator 1.7.1</generator>
    <entry>
        <title>bash</title>
        <link rel="alternate" type="text/html" href="http://wiki.thecodegirl.org//doku.php?id=bash&amp;amp;do=diff1226268688"/>
        <created>2008-11-09T22:11:28+01:00</created>
        <issued>2008-11-09T22:11:28+01:00</issued>
        <modified>2008-11-09T22:11:28+01:00</modified>
        <id>http://wiki.thecodegirl.org//doku.php?id=bash&amp;amp;do=diff1226268688</id>
        <author>
            <name>[the] Code Girl</name>
            <email>codegirl@72.73.23.111</email>
        </author>
        <summary> If you view a binary file, and the prompt and all chars you type turn to garbage, try the following:  reset  or  ctrl-j reset ctrl-j  Prevent duplicates in your command history  Add this to $HOME/.bashrc:  # don't put duplicate lines in the history....</summary>
    </entry>
    <entry>
        <title>mutt</title>
        <link rel="alternate" type="text/html" href="http://wiki.thecodegirl.org//doku.php?id=mutt&amp;amp;do=diff1221235227"/>
        <created>2008-09-12T16:00:27+01:00</created>
        <issued>2008-09-12T16:00:27+01:00</issued>
        <modified>2008-09-12T16:00:27+01:00</modified>
        <id>http://wiki.thecodegirl.org//doku.php?id=mutt&amp;amp;do=diff1221235227</id>
        <author>
            <name>[the] Code Girl</name>
            <email>codegirl@70.167.246.199</email>
        </author>
        <summary> echo | mutt -s $subject -a $file_to_attach user@somewhere.com   sending HTML email (using file contents) from the command line/scripts  echo | mutt -e &amp;lsquo;my_hdr Content-Type: text/html&amp;rsquo; -s $subject -i $html_file user@somewhere.com  ...</summary>
    </entry>
    <entry>
        <title>firefox</title>
        <link rel="alternate" type="text/html" href="http://wiki.thecodegirl.org//doku.php?id=firefox&amp;amp;do=diff1220035098"/>
        <created>2008-08-29T18:38:18+01:00</created>
        <issued>2008-08-29T18:38:18+01:00</issued>
        <modified>2008-08-29T18:38:18+01:00</modified>
        <id>http://wiki.thecodegirl.org//doku.php?id=firefox&amp;amp;do=diff1220035098</id>
        <author>
            <name>[the] Code Girl</name>
            <email>codegirl@72.73.23.111</email>
        </author>
        <summary> You can create/edit the following variables using the special URL &amp;ldquo;about:config&amp;rdquo;.    Use YubNub instead of Google for default action of keywords in address bar keyword.URL = http://yubnub.org/parser/parse?command=   Now you can use all t...</summary>
    </entry>
    <entry>
        <title>mysql</title>
        <link rel="alternate" type="text/html" href="http://wiki.thecodegirl.org//doku.php?id=mysql&amp;amp;do=diff1218819130"/>
        <created>2008-08-15T16:52:10+01:00</created>
        <issued>2008-08-15T16:52:10+01:00</issued>
        <modified>2008-08-15T16:52:10+01:00</modified>
        <id>http://wiki.thecodegirl.org//doku.php?id=mysql&amp;amp;do=diff1218819130</id>
        <author>
            <name>[the] Code Girl</name>
            <email>codegirl@70.167.246.199</email>
        </author>
        <summary> use SUBSTRING(fieldname,position,length) gotcha: first character is position &amp;ldquo;1&amp;rdquo; NOT &amp;ldquo;0&amp;rdquo;, as you would expect  example, to view just the first 15 characters of &amp;lsquo;myfield&amp;rsquo;:  mysql&amp;gt; SELECT SUBSTRING(myfield,0,15) ...</summary>
    </entry>
    <entry>
        <title>navigation</title>
        <link rel="alternate" type="text/html" href="http://wiki.thecodegirl.org//doku.php?id=navigation&amp;amp;do=diff1218746370"/>
        <created>2008-08-14T20:39:30+01:00</created>
        <issued>2008-08-14T20:39:30+01:00</issued>
        <modified>2008-08-14T20:39:30+01:00</modified>
        <id>http://wiki.thecodegirl.org//doku.php?id=navigation&amp;amp;do=diff1218746370</id>
        <author>
            <name>[the] Code Girl</name>
            <email>codegirl@70.167.246.199</email>
        </author>
        <summary> Front page  Apache help  .rc/config files  bash tips  SSH tips  Linux system utilities  Linux system files  Firefox-related (incl GM scripts)  Fluxbox config files  mutt tips  MySQL tips  sed one-liners  wget examples/tips  Java/JRE/JDK tips       ...</summary>
    </entry>
    <entry>
        <title>perl</title>
        <link rel="alternate" type="text/html" href="http://wiki.thecodegirl.org//doku.php?id=perl&amp;amp;do=diff1217270496"/>
        <created>2008-07-28T18:41:36+01:00</created>
        <issued>2008-07-28T18:41:36+01:00</issued>
        <modified>2008-07-28T18:41:36+01:00</modified>
        <id>http://wiki.thecodegirl.org//doku.php?id=perl&amp;amp;do=diff1217270496</id>
        <author>
            <name>[the] Code Girl</name>
            <email>codegirl@70.167.246.199</email>
        </author>
        <summary> Perl tips  Install module in non-standard location  For whatever reason (maybe you don&amp;rsquo;t have permission) you may want to install a Perl module outside the standard tree.   perl Makefile.PL PREFIX=/path/to/install  To build more modules, that ...</summary>
    </entry>
    <entry>
        <title>ssh</title>
        <link rel="alternate" type="text/html" href="http://wiki.thecodegirl.org//doku.php?id=ssh&amp;amp;do=diff1214495569"/>
        <created>2008-06-26T15:52:49+01:00</created>
        <issued>2008-06-26T15:52:49+01:00</issued>
        <modified>2008-06-26T15:52:49+01:00</modified>
        <id>http://wiki.thecodegirl.org//doku.php?id=ssh&amp;amp;do=diff1214495569</id>
        <author>
            <name>[the] Code Girl</name>
            <email>codegirl@66.253.45.162</email>
        </author>
        <summary> $HOME/.ssh/config for server-specific SSH options  host my.hostname.com  port 12345  ...</summary>
    </entry>
    <entry>
        <title>start</title>
        <link rel="alternate" type="text/html" href="http://wiki.thecodegirl.org//doku.php?id=start&amp;amp;do=diff1214248353"/>
        <created>2008-06-23T19:12:33+01:00</created>
        <issued>2008-06-23T19:12:33+01:00</issued>
        <modified>2008-06-23T19:12:33+01:00</modified>
        <id>http://wiki.thecodegirl.org//doku.php?id=start&amp;amp;do=diff1214248353</id>
        <author>
            <name>[the] Code Girl</name>
            <email>codegirl@66.253.45.162</email>
        </author>
        <summary> Where I keep all my good tech data, various HOWTOs, tips and tricks. Updated regularly  MySQL  .rc files  icons useful for launchers  Shell scripts   Find large files  One liners using 'sed'   Bash tips   Perl tips   ...</summary>
    </entry>
    <entry>
        <title>linux_system - added entry about viewing dotfiles</title>
        <link rel="alternate" type="text/html" href="http://wiki.thecodegirl.org//doku.php?id=linux_system&amp;amp;do=diff1213973424"/>
        <created>2008-06-20T14:50:24+01:00</created>
        <issued>2008-06-20T14:50:24+01:00</issued>
        <modified>2008-06-20T14:50:24+01:00</modified>
        <id>http://wiki.thecodegirl.org//doku.php?id=linux_system&amp;amp;do=diff1213973424</id>
        <author>
            <name>[the] Code Girl</name>
            <email>codegirl@66.253.45.162</email>
        </author>
        <summary> Add this to your $HOME/.bashrc:  alias dot='ls -ldF .[a-zA-Z0-9]*'  Fix garbage chars when hitting backspace in a terminal  add this to your $HOME/.profile file:  stty erase ^H  Find out what process is listening on a certain port number  use netsta...</summary>
    </entry>
    <entry>
        <title>linux_system_files - created</title>
        <link rel="alternate" type="text/html" href="http://wiki.thecodegirl.org//doku.php?id=linux_system_files&amp;amp;do=diff1212612089"/>
        <created>2008-06-04T20:41:29+01:00</created>
        <issued>2008-06-04T20:41:29+01:00</issued>
        <modified>2008-06-04T20:41:29+01:00</modified>
        <id>http://wiki.thecodegirl.org//doku.php?id=linux_system_files&amp;amp;do=diff1212612089</id>
        <author>
            <name>[the] Code Girl</name>
            <email>codegirl@64.236.128.9</email>
        </author>
        <summary> ca::ctrlaltdel:echo &amp;ldquo;Steve you flaming fucktard, this is not a Windows server!&amp;rdquo;   ...</summary>
    </entry>
    <entry>
        <title>files:rcfiles</title>
        <link rel="alternate" type="text/html" href="http://wiki.thecodegirl.org//doku.php?id=files:rcfiles&amp;amp;do=diff1193681289"/>
        <created>2007-10-29T18:08:09+01:00</created>
        <issued>2007-10-29T18:08:09+01:00</issued>
        <modified>2007-10-29T18:08:09+01:00</modified>
        <id>http://wiki.thecodegirl.org//doku.php?id=files:rcfiles&amp;amp;do=diff1193681289</id>
        <author>
            <name>[the] Code Girl</name>
            <email>codegirl@207.210.243.26</email>
        </author>
        <summary> Fluxbox config files  .vimrc  set tabstop=4 ab cld $c-&amp;gt;log-&amp;gt;debug(&amp;quot; &amp;quot;); ab font2 font({-size =&amp;gt; 2},&amp;quot; &amp;quot;) ab ldie $logger-&amp;gt;logdie(&amp;quot; ab linfo $logger-&amp;gt;info(&amp;quot; &amp;quot;); ab lf $logger-&amp;gt;fatal(&amp;quot; &amp;quot;); ...</summary>
    </entry>
    <entry>
        <title>wiki:copyright</title>
        <link rel="alternate" type="text/html" href="http://wiki.thecodegirl.org//doku.php?id=wiki:copyright&amp;amp;do=diff1193680973"/>
        <created>2007-10-29T18:02:53+01:00</created>
        <issued>2007-10-29T18:02:53+01:00</issued>
        <modified>2007-10-29T18:02:53+01:00</modified>
        <id>http://wiki.thecodegirl.org//doku.php?id=wiki:copyright&amp;amp;do=diff1193680973</id>
        <author>
            <name>[the] Code Girl</name>
            <email>codegirl@207.210.243.26</email>
        </author>
        <summary>  &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;  The contents of this wiki are licensed under a Creative Commons Attribution-Share Alike 3.0 License.  ...</summary>
    </entry>
    <entry>
        <title>java - created</title>
        <link rel="alternate" type="text/html" href="http://wiki.thecodegirl.org//doku.php?id=java&amp;amp;do=diff1188400099"/>
        <created>2007-08-29T15:08:19+01:00</created>
        <issued>2007-08-29T15:08:19+01:00</issued>
        <modified>2007-08-29T15:08:19+01:00</modified>
        <id>http://wiki.thecodegirl.org//doku.php?id=java&amp;amp;do=diff1188400099</id>
        <author>
            <name>[the] Code Girl</name>
            <email>codegirl@207.210.243.26</email>
        </author>
        <summary> If &amp;ldquo;Java Webstart&amp;rdquo; apps open a window that is blank, use this env var, then start the app from there: export AWT_TOOLKIT=&quot;MToolkit&quot; javaws http://path/to/jnlp...</summary>
    </entry>
    <entry>
        <title>files:sed - added alternate 'remove whitespace' command string</title>
        <link rel="alternate" type="text/html" href="http://wiki.thecodegirl.org//doku.php?id=files:sed&amp;amp;do=diff1187211497"/>
        <created>2007-08-15T20:58:17+01:00</created>
        <issued>2007-08-15T20:58:17+01:00</issued>
        <modified>2007-08-15T20:58:17+01:00</modified>
        <id>http://wiki.thecodegirl.org//doku.php?id=files:sed&amp;amp;do=diff1187211497</id>
        <author>
            <name>[the] Code Girl</name>
            <email>codegirl@207.210.243.26</email>
        </author>
        <summary> Output file should contain no more than one blank line between lines of text. sed '/^$/d;G'  triple space a file sed 'G;G'   undo double-spacing (assumes even-numbered lines are always blank) sed 'n;d'   NUMBERING   # number each line of a file (sim...</summary>
    </entry>
    <entry>
        <title>apache - created</title>
        <link rel="alternate" type="text/html" href="http://wiki.thecodegirl.org//doku.php?id=apache&amp;amp;do=diff1179520752"/>
        <created>2007-05-18T20:39:12+01:00</created>
        <issued>2007-05-18T20:39:12+01:00</issued>
        <modified>2007-05-18T20:39:12+01:00</modified>
        <id>http://wiki.thecodegirl.org//doku.php?id=apache&amp;amp;do=diff1179520752</id>
        <author>
            <name>[the] Code Girl</name>
            <email>codegirl@207.210.243.26</email>
        </author>
        <summary> Put this in your .htaccess file IN the dir where you want NO authentication, when the parent dir of the dir in question DOES have authentication  Satisfy any  ...</summary>
    </entry>
    <entry>
        <title>evolution - created</title>
        <link rel="alternate" type="text/html" href="http://wiki.thecodegirl.org//doku.php?id=evolution&amp;amp;do=diff1164038599"/>
        <created>2006-11-20T16:03:19+01:00</created>
        <issued>2006-11-20T16:03:19+01:00</issued>
        <modified>2006-11-20T16:03:19+01:00</modified>
        <id>http://wiki.thecodegirl.org//doku.php?id=evolution&amp;amp;do=diff1164038599</id>
        <author>
            <name>[the] Code Girl</name>
            <email>codegirl@64.236.208.25</email>
        </author>
        <summary> - Linux&amp;rsquo;s answer to all the crybabies who MUST use Outlook or they&amp;rsquo;ll die (I say let them die, but that&amp;rsquo;s just me)   Keyboard Shortcuts  To customize keyboard shortcuts within the email portion, edit the file  /usr/share/evolution/...</summary>
    </entry>
    <entry>
        <title>firefox:greasemonkey_scripts</title>
        <link rel="alternate" type="text/html" href="http://wiki.thecodegirl.org//doku.php?id=firefox:greasemonkey_scripts&amp;amp;do=diff1155851402"/>
        <created>2006-08-17T21:50:02+01:00</created>
        <issued>2006-08-17T21:50:02+01:00</issued>
        <modified>2006-08-17T21:50:02+01:00</modified>
        <id>http://wiki.thecodegirl.org//doku.php?id=firefox:greasemonkey_scripts&amp;amp;do=diff1155851402</id>
        <author>
            <name>[the] Code Girl</name>
            <email>codegirl@64.236.128.14</email>
        </author>
        <summary> Most of these came from the O&amp;rsquo;Reilly &amp;ldquo;Greasemonkey Hacks&amp;rdquo; book/website  Display the action of a form by hovering over submit button ...</summary>
    </entry>
    <entry>
        <title>files:fluxconf</title>
        <link rel="alternate" type="text/html" href="http://wiki.thecodegirl.org//doku.php?id=files:fluxconf&amp;amp;do=diff1155247908"/>
        <created>2006-08-10T22:11:48+01:00</created>
        <issued>2006-08-10T22:11:48+01:00</issued>
        <modified>2006-08-10T22:11:48+01:00</modified>
        <id>http://wiki.thecodegirl.org//doku.php?id=files:fluxconf&amp;amp;do=diff1155247908</id>
        <author>
            <name>[the] Code Girl</name>
            <email>codegirl@64.236.128.14</email>
        </author>
        <summary> All these files are located in your .fluxbox directory within your home dir  keys  Fluxbox keyboard shortcuts  Note: &amp;ldquo;Mod1&amp;rdquo; is the Alt key and &amp;ldquo;Mod4&amp;rdquo; is the WindowsLogo key  * Alt-R opens a little &amp;lsquo;run box&amp;rsquo; (fbrun...</summary>
    </entry>
    <entry>
        <title>files:shell_scripts</title>
        <link rel="alternate" type="text/html" href="http://wiki.thecodegirl.org//doku.php?id=files:shell_scripts&amp;amp;do=diff1154466728"/>
        <created>2006-08-01T21:12:08+01:00</created>
        <issued>2006-08-01T21:12:08+01:00</issued>
        <modified>2006-08-01T21:12:08+01:00</modified>
        <id>http://wiki.thecodegirl.org//doku.php?id=files:shell_scripts&amp;amp;do=diff1154466728</id>
        <author>
            <name>[the] Code Girl</name>
            <email>codegirl@64.236.128.14</email>
        </author>
        <summary> Example output  CVS:  my $action       = $c-&amp;gt;request-&amp;gt;param('action'); local:  my $action = $c-&amp;gt;request-&amp;gt;param('action');       These all require &amp;quot;osd_cat&amp;quot;, available with the xosd package     show_cal cal | osd_cat -p bottom -...</summary>
    </entry>
    <entry>
        <title>files:icons - changed tomboy icon from xpm to png; added external links for all the apps on this page</title>
        <link rel="alternate" type="text/html" href="http://wiki.thecodegirl.org//doku.php?id=files:icons&amp;amp;do=diff1153755939"/>
        <created>2006-07-24T15:45:39+01:00</created>
        <issued>2006-07-24T15:45:39+01:00</issued>
        <modified>2006-07-24T15:45:39+01:00</modified>
        <id>http://wiki.thecodegirl.org//doku.php?id=files:icons&amp;amp;do=diff1153755939</id>
        <author>
            <name>[the] Code Girl</name>
            <email>codegirl@64.236.128.14</email>
        </author>
        <summary> Beagle search:   JEdit:   JPilot:   Tomboy:  ...</summary>
    </entry>
</feed>
