<?xml version="1.0" encoding="iso-8859-1"?>
<!-- generator="Movable Type/2.661" -->
<rss version="0.91">
  <channel>
    <title>Live from Tokyo: Tech Blog</title>
    <link>http://www.stuartwoodward.com/tech/</link>
    <description>Notes of a Software Developer in Tokyo, Japan who still has a soft spot for  C#, Java and Python</description>
    <language>en-us</language>
    <webMaster></webMaster>
    <lastBuildDate>2004-05-05T20:24:42+09:00</lastBuildDate>
    <pubDate>2006-07-10T09:27:06+09:00</pubDate>

    <item>
      <title>Rename every file to filename.txt</title>
      <description>Charm allowed me to download all my LJ entries this month as text files but unfortunately they were not named with .txt which PyBloxsom requires to pick them up as postings. Again, some googling found me some Unix find command examples from which I was able to adpat an example to write this code find . -type f -name &quot;*&quot; -exec mv {} {}.txt \; which renames every file under the current directory to .txt....</description>
      <link>http://www.stuartwoodward.com/tech/archives/000382.html</link>
    </item>

    <item>
      <title>Installing Python on Debian Linux</title>
      <description>Just for laughs, I decided to install Debian Linux on my old Sony notebook. Once I bit the bullet and deleted Win98 completely I was able to, with DaveK&apos;s plain vanilla Sony CD-ROM drive, boot from the CD and do a basic install....</description>
      <link>http://www.stuartwoodward.com/tech/archives/000376.html</link>
    </item>

    <item>
      <title>Iinix Solutions</title>
      <description>It looks like Sajjad is doing well for himself as a Linux Consultant in Pakistan after leaving Japan earlier this year. If you are looking for someone to do remote work on your Linux systems or someone locally in Pakistan give him a call....</description>
      <link>http://www.stuartwoodward.com/tech/archives/000371.html</link>
    </item>

    <item>
      <title>Cron is my TiVo</title>
      <description>&quot;Cron is my TiVo&quot; describes a system like the one DavidB wanted to build....</description>
      <link>http://www.stuartwoodward.com/tech/archives/000280.html</link>
    </item>

    <item>
      <title>Postgres</title>
      <description>I need to see what SQL is being processed by Postgres. Starting Postgres from the command line like this will log it. /usr/local/pgsql/bin/postmaster -i -d 2 -D/home/pgsql/data -N620 -B2048 -o -S65536 &gt;&gt; /home/pgsql/postgres.log 2&gt; /home/pgsql/postgres.log Next, to figure out what all the options mean....</description>
      <link>http://www.stuartwoodward.com/tech/archives/000201.html</link>
    </item>

    <item>
      <title>Pure poetry</title>
      <description>rm -f `ls -1t | tail +8`...</description>
      <link>http://www.stuartwoodward.com/tech/archives/000199.html</link>
    </item>

    <item>
      <title>Cronjob change</title>
      <description>I&apos;m going to forget this... export EDITOR=vi crontab -e...</description>
      <link>http://www.stuartwoodward.com/tech/archives/000198.html</link>
    </item>

    <item>
      <title>SSH</title>
      <description>SSH is really nifty but can drive you mad. In the configuration file: /etc/ssh/sshd_config in the AllowUsers you can set which accounts are accessilbe from which IP addresses or range of IPs. This allows you to really lock down your security but if you mess it up you can lock yourself out of the machine and then you have to logon from the console. Not nice if the machine is in a data center far away. Also you can end up making it a real pain to log on to the machine by forcing logons through another machine making a...</description>
      <link>http://www.stuartwoodward.com/tech/archives/000193.html</link>
    </item>

    <item>
      <title>Server almost full! But why?</title>
      <description>One of our severs was reaching 95% usage capacity but df and du were giving wildly different figures for disk usage. JimT gave me the clue that du wouldn&apos;t see open files. When I checked with lsof there were a lot of files in the Apache logs folder that were &quot;deleted&quot; but were still open. Restarting Apache brought the figures back to normal....</description>
      <link>http://www.stuartwoodward.com/tech/archives/000177.html</link>
    </item>

    <item>
      <title>Installing Apache</title>
      <description>I just downloaded and installed Apache from the source on my Linux machine. Hey! I know that&apos;s not a big deal but there&apos;s a first time for everything!...</description>
      <link>http://www.stuartwoodward.com/tech/archives/000042.html</link>
    </item>

    <item>
      <title>Use the Source!</title>
      <description>Where do people usually keep the source packages they download? Later. On our machines we download the tar file to /tmp and the untar into the net administrators home directory. Once it is build we let root take over and install it....</description>
      <link>http://www.stuartwoodward.com/tech/archives/000041.html</link>
    </item>

  </channel>
</rss>