<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>/proc/self/jd</title>
    <link>http://www.nixnuts.net/bloxsom.cgi/</link>
    <description>News from the Nix Nut.</description>
    <language>en</language>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <generator>blosxom/2.1.2</generator>

  <item>
    <title>GPG Key Transition</title>
    <pubDate>Sun, 18 Jul 2010 09:46:00 -0500</pubDate>
    <link>http://www.nixnuts.net/bloxsom.cgi/2010/07/18#2010-07-18</link>
    <category></category>
    <guid isPermaLink="false">http://www.nixnuts.net/bloxsom.cgi/2010-07-18</guid>
    <description>&lt;p&gt;I&apos;ll be attending both DefCon and DebConf this year, so I&apos;m figuring this is as good a time as any to get my GPG key updated to something stronger than 1024 bit DSA.  I&apos;ve put a &lt;a href=&quot;/transition-2010-07-18.txt&quot;&gt;transition statement&lt;/a&gt; online as seems to be &lt;a href=&quot;http://www.debian-administration.org/users/dkg/weblog/48&quot;&gt;recommended.&lt;/a&gt;&lt;/p&gt;</description>
  </item>
  <item>
    <title>New HLUG Website</title>
    <pubDate>Sat, 31 Jan 2009 15:23:00 -0600</pubDate>
    <link>http://www.nixnuts.net/bloxsom.cgi/2009/01/31#2009-01-31</link>
    <category></category>
    <guid isPermaLink="false">http://www.nixnuts.net/bloxsom.cgi/2009-01-31</guid>
    <description>&lt;p&gt;After a long delay, the new HLUG website is finally up and running.  Rather than setting up a CMS on houstonlinux.org I&apos;ve set up a planet RSS feed aggregator to simply pull down news from the blogs of HLUG members.  This means that if you want to add a piece of news to our site you&apos;ll need to either (a) get it posted on one of the feeds that houstonlinux.org tracks or (b) start a blog and send me a link to the RSS feed.&lt;/p&gt;</description>
  </item>
  <item>
    <title>Most common commands</title>
    <pubDate>Sat, 10 May 2008 12:57:00 -0500</pubDate>
    <link>http://www.nixnuts.net/bloxsom.cgi/2008/05/10#2008-05-10</link>
    <category></category>
    <guid isPermaLink="false">http://www.nixnuts.net/bloxsom.cgi/2008-05-10</guid>
    <description>&lt;p&gt;For today&apos;s presentation&lt;/p&gt;
&lt;a href=&quot;http://www.oreillynet.com/onlamp/blog/2007/01/whats_in_your_bash_history.html&quot;&gt;http://www.oreillynet.com/onlamp/blog/2007/01/whats_in_your_bash_history.html&lt;/a&gt;&lt;br /&gt;
&lt;pre&gt;
Work OSX Workstation:
john-lightseys-computer:~ jd$ cut -f1 -d&quot; &quot; .bash_history | sort | uniq -c | sort -nr | head -n 20
  88 ssh
  88 ls
  82 exit
  60 cd
  30 sftp
  30 dig
  27 vi
  20 rm
  11 unzip
  11 mkdir
   7 less
   5 man
   4 mv
   4 cat
   3 zip
   3 perldoc
   3 lp
   2 svn
   2 sudo
   2 ps


Work Development Server (jd account)
jd@jd.dev.cpanel.net:~$ cut -f1 -d&quot; &quot; .bash_history | sort | uniq -c | sort -nr | head -n 20
    222 ls
    208 cd
     99 sudo
     96 exit
     53 mv
     52 rm
     37 svn
     29 fresh-rpmbuild-tree.pl
     28 fakeroot
     22 vi
     17 rpm
     15 nm
     14 ps
     13 cp
     12 grep
     10 less
      9 rpm2cpio
      8 ldd
      7 man
      5 cat


Work Development Server (root account)
root@jd.dev.cpanel.net:~# cut -f1 -d&quot; &quot; .bash_history | sort | uniq -c | sort -nr | head -n 20
   1386 svn
    916 vi
    776 cd
    665 ls
    151 cpgrep
    107 rm
     75 less
     62 make
     47 man
     45 fg
     41 dig
     40 ps
     37 perlcheck
     34 exit
     32 tar
     31 zonec
     30 diff
     27 cp
     24 /scripts/rebuildhttpdconf
     23 /scripts/easyapache

Home Desktop (recently reinstalled, user account)
jd@home:~$ cut -f1 -d&quot; &quot; .bash_history | sort | uniq -c | sort -nr | head -n 20
    192 ls
     46 cd
     41 vi
     37 rm
     26 sudo
     19 apt-cache
     18 exit
     13 du
     12 mv
      9 ./quick.pl
      9 dig
      8 tar
      8 java
      6 ssh
      6 sh
      6 ps
      4 less
      3 wc
      3 savage2.sh
      2 which

Home Desktop (recently reinstalled, root account)
home:~#  cut -f1 -d&quot; &quot; .bash_history | sort | uniq -c | sort -nr | head -n 20
    251 ls
     61 cd
     50 rm
     22 du
     16 cp
     13 mv
     12 apt-get
     10 exit
      8 ps
      7 mount
      5 umount
      5 df
      5 chown
      4 vi
      3 less
      3 /etc/init.d/network-manager
      3 cat
      2 /usr/sbin/NetworkManager
      2 mkdir
      2 man

Laptop (user account)
jd@macbook:~$ cut -f1 -d&quot; &quot; .bash_history | sort | uniq -c | sort -nr | head -n 20
    132 ls
     47 sudo
     40 exit
     37 cd
     30 svn
     23 ssh
     23 rm
     21 gnomevfs-ls
     17 apt-cache
     14 vi
     14 nd
      9 ps
      8 man
      6 sftp
      6 mv
      6 dig
      6 cat
      5 gpg
      3 top
      3 tar

Laptop (root account)
macbook:~# cut -f1 -d&quot; &quot; .bash_history | sort | uniq -c | sort -nr | head -n 20
     66 ls
     49 vi
     45 chroot
     43 cd
     36 /etc/init.d/gdm
     33 apt-get
     17 less
     16 xinit
     16 exit
     15 ps
     14 /etc/init.d/flumotion
     12 sudo
     12 /sbin/ifconfig
     12 apt-cache
     11 man
     11 dpkg
      6 kill
      5 which
      5 ssh
      5 reboot

Combined Totals:
1616	ls
1455	svn
1231	cd
1073	vi
296	exit
289	rm
186	sudo
151	cpgrep
122	ssh
116	less
94	ps
88	mv
86	dig
80	man
62	make
56	cp
48	apt-cache
45	apt-get
45	chroot
45	fg
43	tar
37	perlcheck
36	sftp
36	/etc/init.d/gdm
35	du
31	zonec
30	diff
29	fresh-rpmbuild-tree.pl
28	fakeroot
24	/scripts/rebuildhttpdconf
23	/scripts/easyapache
21	gnomevfs-ls
18	cat
17	rpm
16	xinit
15	nm
14	nd
14	/etc/init.d/flumotion
13	mkdir
12	grep
12	/sbin/ifconfig
11	unzip
11	dpkg
9	rpm2cpio
9	./quick.pl
8	ldd
8	java
7	which
7	mount
6	kill
6	sh
5	df
5	chown
5	umount
5	reboot
5	gpg
3	top
3	wc
3	/etc/init.d/network-manager
3	lp
3	savage2.sh
3	zip
3	perldoc
2	/usr/sbin/NetworkManager
&lt;/pre&gt;</description>
  </item>
  <item>
    <title>Grep Switches</title>
    <pubDate>Fri, 09 May 2008 10:50:00 -0500</pubDate>
    <link>http://www.nixnuts.net/bloxsom.cgi/2008/05/09#2008-05-09</link>
    <category></category>
    <guid isPermaLink="false">http://www.nixnuts.net/bloxsom.cgi/2008-05-09</guid>
    <description>&lt;p&gt;The LugNut isn&apos;t going to make it to the HLUG meeting on Saturday May 10th, so Pete asked me to put something together for the presentation.  I&apos;m going to do a talk about the most common commands in my bash history file, meaning we&apos;ll probably talk quite a bit about grep, svn, my favorite text editor, and file/directory manipulation.&lt;/p&gt;
&lt;p&gt;Catch it live at 2:00pm at &lt;a href=&quot;http://www.hal-pc.org&quot;&gt;HAL-PC&lt;/a&gt; in Houston, or watch the live video feed &lt;a href=&quot;http://www.nixnuts.net/video&quot;&gt;on this server.&lt;/a&gt;&lt;/p&gt;</description>
  </item>
  <item>
    <title>Retooling</title>
    <pubDate>Wed, 07 May 2008 01:50:00 -0500</pubDate>
    <link>http://www.nixnuts.net/bloxsom.cgi/2008/05/07#2008-05-07</link>
    <category></category>
    <guid isPermaLink="false">http://www.nixnuts.net/bloxsom.cgi/2008-05-07</guid>
    <description>&lt;p&gt;I spent last weekend completely reorganizing my AMD64 desktop system.  It had 1GB of RAM, 500GB of drive space over four SATA-150 drives (RAID 1,0...I&apos;m not that crazy) and a Debian Sid AMD64 install that predated Debian support for AMD64 by quite some time.  It was a big mess and had been driving me to use a laptop for everything.&lt;/p&gt;
&lt;p&gt;After a full weekend of work, the machine has a fresh Lenny install, 4GB of RAM, a single 1TB SATA-300 drive and a vastly reorganized home directory.  I managed to get rid of 200GB of garbage in the process.&lt;/p&gt;
&lt;p&gt;Now I just need to find time to fix all the castle-combat bugs that have accumulated lately.&lt;/p&gt;</description>
  </item>
  </channel>
</rss>
