<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Nothing to see here, moving along...</title>
	<atom:link href="http://billtotman.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://billtotman.com</link>
	<description>Can't wait to move away from WordPress.</description>
	<lastBuildDate>Sat, 19 Dec 2009 15:00:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Nested Sessions of &#8217;screen&#8217; and Some PS1 Tricks</title>
		<link>http://billtotman.com/?p=95</link>
		<comments>http://billtotman.com/?p=95#comments</comments>
		<pubDate>Wed, 02 Dec 2009 23:43:03 +0000</pubDate>
		<dc:creator>billt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[screen PS1]]></category>

		<guid isPermaLink="false">http://billtotman.com/?p=95</guid>
		<description><![CDATA[Here&#8217;s my original &#8217;slide&#8217; shown at NYCBUG&#8217;s December 2009 meeting.
But, here&#8217;s my full tricked out ~/.screenrc values:

escape ^tt
shelltitle makarioi
# k black
# r red
# g green
# y orange
# b blue
# m magenta
# c cyan
# w light grey
# d default
#
# R coral
# K grey
# G bright green
# Y yellow
# B purple
# M pink
# C bright cyan
# W [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://billtotman.com/billtotman_nested-screen-sessions_PS1-tricks.pdf">Here&#8217;s</a> my original &#8217;slide&#8217; shown at <a href="http://www.nycbug.org/index.php?NAV=Home;SUBM=10239">NYCBUG</a>&#8217;s December 2009 meeting.</p>
<p>But, here&#8217;s my full tricked out <code>~/.screenrc</code> values:<br/><br />
<code><br />
escape ^tt</p>
<p>shelltitle makarioi</p>
<p># k black<br />
# r red<br />
# g green<br />
# y orange<br />
# b blue<br />
# m magenta<br />
# c cyan<br />
# w light grey<br />
# d default<br />
#<br />
# R coral<br />
# K grey<br />
# G bright green<br />
# Y yellow<br />
# B purple<br />
# M pink<br />
# C bright cyan<br />
# W white</p>
<p>hardstatus on<br />
hardstatus alwayslastline "%{Wb}%?%-Lw%?%{Cb}%n*%f %t%?(%u)%?%{Wb}%?%+Lw%= %{Wb}@ %H %{kb}| %{Cb}%Y%{kb}_%{Cb}%m%{kb}_%{Cb}%d%{kb}_%{Cb}%D %{kb}| %{Wb}%c"</code></p>
<p>To help make sense of the <code>hardstatus</code> colors the following <code>%{Cb}</code> is &#8216;<code>bright cyan</code>&#8216; on a &#8216;<code>black</code>&#8216; background.</p>
<p>Ok, ok: here&#8217;s the most important part of your <code>~/.screenrc</code> file: the <code>escape</code> directive.</p>
<p><strong>ALL</strong> of my <code>root</code> logins have the following &#8220;<code>escape ^^</code>&#8221; value: <code>vv</code>.</p>
<p>Sure, you can&#8217;t <code>^v</code> to paste into a shell, if your shell and desktop allow that, but *meh*, who cares? I&#8217;ve replaced that with <code>X11</code>&#8217;s <code>middle click</code> and Putty&#8217;s <code>right click</code>.</p>
<p>So, what about the rest of my user logins? I don&#8217;t <em>exclusively</em> login as <code>root</code> and I also use the <a href="http://en.wikipedia.org/wiki/Dvorak_Simplified_Keyboard">Dvorak keyboard layout</a>. With that in mind, what has worked out for me is to use, as the, what I&#8217;ll call, &#8216;<strong>the main login</strong>&#8216;; which is my main user on the main host I login into &#8211; and that I would establish the root-nested-screen session at and with. (Hope that makes sense.).</p>
<p>With that user, I use this directive: <code>escape ^tt</code>.</p>
<p>With other, non-root, users, I use <code>escape ^^g</code>.</p>
<p>*taking a breath*</p>
<p>Ok, if you&#8217;re an avid <code>*Nix</code> user, you might have noticed how my last directive kills one particular function in both <code>vi</code> and <code>vim</code>: <code>^g</code>. But, I&#8217;ve learned to live without knowing which file I&#8217;m currently editing in <code>vi/m</code>. No biggie.</p>
<p>Now, <strong>BEHOLD</strong> here are my super-select (if not secret, even!) <code>PS1</code> variables and color codings:</p>
<p><code>$ echo $PS1<br />
\[\e[00;34m\]________________________________________________________________________________\n\[\e[01;34m\](\j) \[\e[01;33m\]\h \[\e[00;31m\]<\t> \[\e[01;34m\]\w \n$ \[\e[00m\]<br />
</code></p>
<p>What? What do you mean I haven&#8217;t <em><strong>really</strong></em> shown anything <em>really</em> new&#8230;. You&#8217;re right. Let me redeem myself:</p>
<p><code>DIVIDER=${BLUE}<br />
JOBCOUNTER=${PURPLE}<br />
HOSTCOLOR=${YELLOW}<br />
TIMECOLOR=${RED}<br />
PATHCOLOR=${PURPLE}<br />
OUTPUTCOLOR=${NOCOLOR}<br />
PS2COLOR=${RED}</p>
<p># Standard 'root' PS1 variable:<br />
export PS1="\[${DIVIDER}\]________________________________________________________________________________\n\[${JOBCOUNTER}\](\j) \[${HOSTCOLOR}\]\h \[${TIMECOLOR}\]<\t> \[${PATHCOLOR}\]\w \n\$ \[${OUTPUTCOLOR}\]"<br />
export PS2="\[${PS2COLOR}\]-> \[${OUTPUTCOLOR}\]"<br />
</code></p>
<p>*blush* I&#8217;ve forgotten how specialized I&#8217;d tricked out my <code>$PS1</code> variable&#8230;. at least there&#8217;s some indications of what I&#8217;m trying to accomplish.</p>
<p>But, what if you don&#8217;t want to build your <code>command prompt</code> as I do?</p>
<p>Here are the color code hook-ups. You can use them in your <code>~/.bashrc</code> file if you wish:</p>
<p><code># My PS color variables:<br />
    BLACK='\e[00;30m'<br />
    BLACKISH='\e[01;30m'<br />
    RED='\e[00;31m'<br />
    ORANGE='\e[01;31m'<br />
    GREEN='\e[00;32m'<br />
    LIGHTGREEN='\e[01;32m'<br />
    BROWN='\e[00;33m'<br />
    YELLOW='\e[01;33m'<br />
    BLUE='\e[00;34m'<br />
    PURPLE='\e[01;34m'<br />
    MAGENTA='\e[00;35m'<br />
    PINK='\e[01;35m'<br />
    DARKCYAN='\e[00;36m'<br />
    CYAN='\e[01;36m'<br />
    GREY='\e[00;37m'<br />
    WHITE='\e[01;37m'<br />
    B_BLACK='\e[00;40m'<br />
    B_BLACKER='\e[01;40m'<br />
    B_RED='\e[00;41m'<br />
    B_ORANGE='\e[01;41m'<br />
    B_GREEN='\e[00;42m'<br />
    B_LIGHTGREEN='\e[01;42m'<br />
    B_BROWN='\e[00;44m'<br />
    B_YELLOW='\e[01;44m'<br />
    B_BLUE='\e[00;44m'<br />
    B_PURPLE='\e[01;44m'<br />
    B_MAGENTA='\e[00;45m'<br />
    B_PINK='\e[01;45m'<br />
    B_DARKCYAN='\e[00;46m'<br />
    B_CYAN='\e[01;46m'<br />
    B_GREY='\e[00;47m'<br />
    B_WHITE='\e[01;47m'<br />
    NOCOLOR='\e[00m'<br />
</code></p>
<p><strong>ROCK ON!</strong>Now you, too, can use variables to specify <code>PS1</code> colors as you like.</p>
<p>Man, I hope you enjoyed this.</p>
<p>Later,<br />
bt</p>
<p>P.S. Coming later: If you want to have certain sessions start up automatically with a new <code>screen</code> session, there are some directives you can set up in your <code>~/.screenrc</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://billtotman.com/?feed=rss2&amp;p=95</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>I Miss Bottle Rockets</title>
		<link>http://billtotman.com/?p=89</link>
		<comments>http://billtotman.com/?p=89#comments</comments>
		<pubDate>Thu, 22 Oct 2009 23:11:52 +0000</pubDate>
		<dc:creator>billt</dc:creator>
				<category><![CDATA[...my History]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bottle rockets Bartlesville Oklahoma youth]]></category>

		<guid isPermaLink="false">http://billtotman.com/?p=89</guid>
		<description><![CDATA[I just saw a product that had 'bottle rocket' in it's name. I immediately remembered the sulfurous smell of bottle rockets...]]></description>
			<content:encoded><![CDATA[<p>I just saw a product that had &#8216;bottle rocket&#8217; in it&#8217;s name. I immediately remembered the sulfurous smell of bottle rockets and the thrill they brought me as a boy&#8230; shooting them from my backyard; off into the black of night at the bottom of the slow hill heading north from Bartlesville, Oklahoma.</p>
<p>They made the bottles dirty; grey from the smoke&#8230; a reminder of the price of the thrill of the zip and the pop: up and above.</p>
]]></content:encoded>
			<wfw:commentRss>http://billtotman.com/?feed=rss2&amp;p=89</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finally, a company that knows how to put support matters into perspective.</title>
		<link>http://billtotman.com/?p=86</link>
		<comments>http://billtotman.com/?p=86#comments</comments>
		<pubDate>Fri, 04 Sep 2009 16:29:58 +0000</pubDate>
		<dc:creator>billt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://billtotman.com/?p=86</guid>
		<description><![CDATA[Finally, a company that knows how to put support matters into perspective.
Here are the support request severity options from Dreamhost web hosting:
]]></description>
			<content:encoded><![CDATA[<p>Finally, a company that knows how to put support matters into perspective.</p>
<p>Here are the support request severity options from Dreamhost web hosting:</p>
<div class="wp-caption aligncenter" style="width: 665px"><img title="Dreamhost Support Severities" src="http://billtotman.com/Dreamhost_support_severities.jpg" alt="Dreamhost Support Severities" width="655" height="128" /><p class="wp-caption-text">Dreamhost Support Severities</p></div>
]]></content:encoded>
			<wfw:commentRss>http://billtotman.com/?feed=rss2&amp;p=86</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Early (1st?) Rear Suspension Bike</title>
		<link>http://billtotman.com/?p=70</link>
		<comments>http://billtotman.com/?p=70#comments</comments>
		<pubDate>Tue, 27 Jan 2009 17:46:55 +0000</pubDate>
		<dc:creator>billt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://billtotman.com/?p=70</guid>
		<description><![CDATA[I remember being a kid, when my oldest step-brother, Mitch, was into motocross. His dad, my step-father, modified a bike for him by making the rear triangle suspended by a motorcycle shock.
Here&#8217;s the pic:

That&#8217;s just a scan &#8211; not as good looking as the b&#038;w original nestled in the frame of another picture hanging on [...]]]></description>
			<content:encoded><![CDATA[<p>I remember being a kid, when my oldest step-brother, Mitch, was into motocross. His dad, my step-father, modified a bike for him by making the rear triangle suspended by a motorcycle shock.</p>
<p>Here&#8217;s the pic:<br />
<img src="images/BIKE-Jul-74_by_Richard-Bruce-Gwin.jpg"></p>
<p>That&#8217;s just a scan &#8211; not as good looking as the b&#038;w original nestled in the frame of another picture hanging on his wall. But, there it is.</p>
<p>Let me know what you think &#8211; especially if you have pics of pre-July 1974 suspension bikes.</p>
<p>(To get a better view of the image right-click on it and select &#8216;View Image&#8217; &#8211; or the equivalent in your browser.)</p>
]]></content:encoded>
			<wfw:commentRss>http://billtotman.com/?feed=rss2&amp;p=70</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Adding an GELI encrypted partition with ZFS under FreeBSD</title>
		<link>http://billtotman.com/?p=41</link>
		<comments>http://billtotman.com/?p=41#comments</comments>
		<pubDate>Wed, 21 Jan 2009 21:18:20 +0000</pubDate>
		<dc:creator>billt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[ZFS]]></category>

		<guid isPermaLink="false">http://billtotman.com/?p=41</guid>
		<description><![CDATA[Here are the following commands necessary for adding a GELI encrypted partition with ZFS under FreeBSD 7.0:
For this example I used my /dev/ad1s1 partition after the modules for GELI and ZFS have been loaded or built into the kernel.

$ geli init -v -b -e aes -s 4096 -l 256 /dev/ad1s1
Enter new passphrase:
Reenter new passphrase:
Calculating number [...]]]></description>
			<content:encoded><![CDATA[<p>Here are the following commands necessary for adding a GELI encrypted partition with ZFS under FreeBSD 7.0:</p>
<p>For this example I used my /dev/ad1s1 partition after the modules for GELI and ZFS have been loaded or built into the kernel.</p>
<p><code><br />
<strong>$ geli init -v -b -e aes -s 4096 -l 256 /dev/ad1s1</strong></code></p>
<ol>Enter new passphrase:<br />
Reenter new passphrase:<br />
Calculating number of iterations&#8230;<br />
Done, using 47492 iterations.<br />
Metadata value stored on /dev/ad1s1.<br />
Done.</ol>
<p><strong>[$ echo 'hint.kbdmux.0.disabled="1"' &gt; /boot/device.hints]</strong></p>
<p><strong>$ geli attach /dev/ad1s1</strong></p>
<ol>Enter passphrase:</ol>
<p><strong>$ ls /dev/ad1s1*</strong></p>
<ol>/dev/ad1s1  /dev/ad1s1.eli</ol>
<p><strong>$ zpool create -m /var/mybackups backups /dev/ad1s1.eli<br />
$ zpool list</strong></p>
<ol>NAME                    SIZE    USED   AVAIL    CAP  HEALTH     ALTROOT<br />
backups                 189G   24.3G    165G    12%  ONLINE     -</ol>
<p><strong>$ vim /etc/fstab</strong></p>
<ol>backups         /var/mybackups zfs      rw,noauto   0       0</ol>
<p>Thanks to <a href="http://rink.nu/about.php">Rink Springer</a> for his helpful article:<br />
<a href="http://rink.nu/entry.php?id=105">Encrypting your laptop with ELI and ZFS</a></p>
<p>Along with the links that helped him:<br />
<a href="http://www.wanda25.de/geli.html">http://www.wanda25.de/geli.html</a><br />
<a href="http://wiki.freebsd.org/ZFSOnRoot">http://wiki.freebsd.org/ZFSOnRoot</a></p>
]]></content:encoded>
			<wfw:commentRss>http://billtotman.com/?feed=rss2&amp;p=41</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Sushi Mambo</title>
		<link>http://billtotman.com/?p=15</link>
		<comments>http://billtotman.com/?p=15#comments</comments>
		<pubDate>Fri, 02 Jan 2009 05:17:49 +0000</pubDate>
		<dc:creator>billt</dc:creator>
				<category><![CDATA[Food]]></category>
		<category><![CDATA[restaurants]]></category>
		<category><![CDATA[New York City]]></category>

		<guid isPermaLink="false">http://billtotman.com/?p=15</guid>
		<description><![CDATA[Sushi Mambo &#8211; The best sushi I&#8217;ve had (so far):
View Larger Map
]]></description>
			<content:encoded><![CDATA[<p>Sushi Mambo &#8211; The best sushi I&#8217;ve had (so far):</p>
<p><iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=255+Bleecker+St,+New+York,+NY%E2%80%8E&amp;sll=40.732356,-74.002072&amp;sspn=0.003862,0.006909&amp;ie=UTF8&amp;source=embed&amp;ll=40.740689,-73.998499&amp;spn=0.015446,0.027637&amp;z=14&amp;iwloc=addr&amp;output=embed&amp;s=AARTsJrBFPeb5qXAic8bHQdpBtKuwiy9qA"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=255+Bleecker+St,+New+York,+NY%E2%80%8E&amp;sll=40.732356,-74.002072&amp;sspn=0.003862,0.006909&amp;ie=UTF8&amp;source=embed&amp;ll=40.740689,-73.998499&amp;spn=0.015446,0.027637&amp;z=14&amp;iwloc=addr" style="color:#0000FF;text-align:left">View Larger Map</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://billtotman.com/?feed=rss2&amp;p=15</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>1st New Year&#8217;s Eve in NYC</title>
		<link>http://billtotman.com/?p=8</link>
		<comments>http://billtotman.com/?p=8#comments</comments>
		<pubDate>Wed, 31 Dec 2008 13:25:15 +0000</pubDate>
		<dc:creator>billt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://billtotman.com/?p=8</guid>
		<description><![CDATA[A couple of friends from Texas are flying in today. We are planning on watching the ball drop in Times Square.
But, I&#8217;m having my reservations:

It&#8217;s already cold.
It will be colder still.
Accuweather says there&#8217;ll be rain at Noon today.
&#8230;with snow later this evening.
Then, it will be &#8220;brutally&#8221; cold for the ball drop.
They&#8217;re expecting 1,000,000 people in [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of friends from Texas are flying in today. We are planning on watching the ball drop in Times Square.</p>
<p>But, I&#8217;m having my reservations:</p>
<ul>
<li>It&#8217;s already cold.</li>
<li>It will be colder still.</li>
<li>Accuweather says there&#8217;ll be rain at Noon today.</li>
<li>&#8230;with snow later this evening.</li>
<li>Then, it will be &#8220;brutally&#8221; cold for the ball drop.</li>
<li>They&#8217;re expecting 1,000,000 people in that (relatively) small area.</li>
<li>Most of them will be drunk (I&#8217;m guesing).</li>
</ul>
<p>The upside is that I&#8217;ll be with my wife and friends. Also, I should try it once and be done with it.</p>
<p>If I do this again I think I&#8217;ll require an invite to some where indoors and with a view.</p>
]]></content:encoded>
			<wfw:commentRss>http://billtotman.com/?feed=rss2&amp;p=8</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1st post!</title>
		<link>http://billtotman.com/?p=3</link>
		<comments>http://billtotman.com/?p=3#comments</comments>
		<pubDate>Tue, 30 Dec 2008 22:22:45 +0000</pubDate>
		<dc:creator>billt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://billtotman.com/?p=3</guid>
		<description><![CDATA[1st post isn't such an honor...]]></description>
			<content:encoded><![CDATA[<p><em>1st post</em> isn&#8217;t such an honor&#8230; when there&#8217;s no competition.</p>
]]></content:encoded>
			<wfw:commentRss>http://billtotman.com/?feed=rss2&amp;p=3</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
