<?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>Harry Palmer &#187; Computers</title>
	<atom:link href="http://www.ipcress.net/blog/category/computers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ipcress.net/blog</link>
	<description>It isn't usual to read a B-107 to its subject, but I'm going to set you straight. "Insubordinate. Insolent. A trickster. Perhaps with criminal tendencies".</description>
	<lastBuildDate>Tue, 13 Sep 2011 19:46:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Addressbook2pine</title>
		<link>http://www.ipcress.net/blog/addressbook2pine/</link>
		<comments>http://www.ipcress.net/blog/addressbook2pine/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 15:24:56 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.ipcress.net/blog/?p=215</guid>
		<description><![CDATA[Addressbook2pine.]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.hawkwings.net/2005/10/29/addressbook2pine/'>Addressbook2pine</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ipcress.net/blog/addressbook2pine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Classic Pictures from Bell Labs</title>
		<link>http://www.ipcress.net/blog/classic-pictures-from-bell-labs/</link>
		<comments>http://www.ipcress.net/blog/classic-pictures-from-bell-labs/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 12:10:58 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.ipcress.net/blog/?p=94</guid>
		<description><![CDATA[From the wonderful collection of Lawrence Harley &#8220;Larry&#8221; Luckham.]]></description>
			<content:encoded><![CDATA[<p><img width=800 src="http://www.luckham.org/images/Bell%20Labs%20Days/Bell%20Labs22.jpg" alt="" /></p>
<p><img width=800 src="http://www.luckham.org/images/Bell%20Labs%20Days/Bell%20Labs14.jpg" alt="" /></p>
<p><img width=800 src="http://www.luckham.org/images/Bell%20Labs%20Days/Bell%20Labs04.jpg" alt="" /></p>
<p><img width=800 src="http://www.luckham.org/images/Bell%20Labs%20Days/Bell%20Labs03.jpg" alt="" /></p>
<p><img width=800 src="http://www.luckham.org/images/Bell%20Labs%20Days/Bell%20Labs20.jpg" alt="" /></p>
<p><img width=800 src="http://www.luckham.org/images/Bell%20Labs%20Days/Bell%20Labs21.jpg" alt="" /></p>
<p>From the wonderful collection of <a href="http://www.luckham.org/LHL.Bell%20Labs%20Days.html">Lawrence Harley &#8220;Larry&#8221; Luckham.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ipcress.net/blog/classic-pictures-from-bell-labs/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Fetchmail as a service in Solaris 10</title>
		<link>http://www.ipcress.net/blog/fetchmail-as-a-service-in-solaris-10/</link>
		<comments>http://www.ipcress.net/blog/fetchmail-as-a-service-in-solaris-10/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 21:00:10 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.ipcress.net/blog/?p=91</guid>
		<description><![CDATA[The general Solaris guide for adding a new service can be found here :- http://www.sun.com/software/solaris/howtoguides/smfmanifesthowto.jsp#4 Copy your working .fetchmailrc from your home directory to / Be warned though that running fetchmail as root is apparently not such a good idea. ben@sunblade /export/home/ben $ cp .fetchmailrc / ben@sunblade /export/home/ben $ cd / ben@sunblade / $ sudo [...]]]></description>
			<content:encoded><![CDATA[<p>The general Solaris guide for adding a new service can be found here :-</p>
<p><a href="http://www.sun.com/software/solaris/howtoguides/smfmanifesthowto.jsp#4">http://www.sun.com/software/solaris/howtoguides/smfmanifesthowto.jsp#4</a></p>
<p>Copy your working .fetchmailrc from your home directory to /<br />
Be warned though that running fetchmail as root is apparently not such a good idea.</p>
<p>ben@sunblade /export/home/ben $ cp .fetchmailrc /<br />
ben@sunblade /export/home/ben $ cd /<br />
ben@sunblade / $ sudo chmod 600 .fetchmailrc</p>
<p>A good sample manifest XML can be borrowed from :- </p>
<p><a href="http://www.blastwave.org/smf/manifests.php">http://www.blastwave.org/smf/manifests.php</a></p>
<p>Pasting XML into WordPress is not straight forward at all. Much easier if you simply download the file from here :-</p>
<p><a href="http://www.blastwave.org/smf/xml/fetchmail.xml">http://www.blastwave.org/smf/xml/fetchmail.xml</a></p>
<p>I changed this line to the correct path to the fetchmail binary for my machine :-</p>
<p>exec_method type=&#8221;method&#8221; name=&#8221;start&#8221; exec=&#8221;/opt/csw/bin/fetchmail -s -d 600 -K&#8221; timeout_seconds=&#8221;30&#8243;</p>
<blockquote><p>NOTE: After some experimentation I found that this will not work. I suspect that as we are making this service a network service any other disks are not yet mounted, in this case /opt is mounted from another disk. speculation Which means that the fetchmail binary must be on the boot disk./speculation I moved it from /opt/csw/bin/fetchmail to /usr/local/bin/fetchmail and it works fine.</p></blockquote>
<p>Save this file (with root permissions) to /var/svc/manifest/network</p>
<p>Then run the procedure to add and start the service :-</p>
<p>ben@sunblade /var/svc/manifest/network $ sudo svccfg validate fetchmail.xml<br />
ben@sunblade /var/svc/manifest/network $ sudo svccfg import fetchmail.xml<br />
ben@sunblade /var/svc/manifest/network $ sudo svcadm enable fetchmail:default<br />
ben@sunblade /var/svc/manifest/network $ sudo svcadm disable fetchmail:default</p>
<p>Logging is written to :-</p>
<p>/var/svc/log</p>
<p>To remove the service :-</p>
<p>ben@sunblade /var/svc/manifest/network $ sudo svccfg delete fetchmail</p>
<p>Update 27/02/2009 : This is isn&#8217;t working correctly so I&#8217;m giving up. Added the following to cron :-</p>
<p>0,15,30,45 * * * * /opt/csw/bin/fetchmail > /dev/null 2> /dev/null</p>
<p>fetchmail is really noisy even in slient mode so stdout and stderr are redirected to /dev/null to avoid receiving lots of email from crond.</p>
<p>Before :-</p>
<p>ben@sunblade /export/home/ben/Documents $ fetchmail<br />
fetchmail: Server CommonName mismatch: h03.com != mail.ipcress.net<br />
fetchmail: Server certificate verification error: self signed certificate<br />
fetchmail: Server certificate verification error: certificate has expired<br />
fetchmail: No mail for spy1u838p1 at mail.ipcress.net</p>
<p>What SHOULD work but doesn&#8217;t :-</p>
<p>ben@sunblade /export/home/ben/Documents $ fetchmail -s<br />
fetchmail: Server CommonName mismatch: h03.com != mail.ipcress.net<br />
fetchmail: Server certificate verification error: self signed certificate<br />
fetchmail: Server certificate verification error: certificate has expired<br />
ben@sunblade /export/home/ben/Documents $</p>
<p>After :-</p>
<p>ben@sunblade /export/home/ben/Documents $ fetchmail > /dev/null 2> /dev/null<br />
ben@sunblade /export/home/ben/Documents $</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ipcress.net/blog/fetchmail-as-a-service-in-solaris-10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Pixar Render Farm as used for Toy Story</title>
		<link>http://www.ipcress.net/blog/pixar-render-farm-as-used-for-toy-story/</link>
		<comments>http://www.ipcress.net/blog/pixar-render-farm-as-used-for-toy-story/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 10:28:48 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Film]]></category>

		<guid isPermaLink="false">http://www.ipcress.net/blog/?p=86</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ipcress.net/images/Pixar_Photo5.jpg" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ipcress.net/blog/pixar-render-farm-as-used-for-toy-story/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Lucasarts Games</title>
		<link>http://www.ipcress.net/blog/lucasarts-games/</link>
		<comments>http://www.ipcress.net/blog/lucasarts-games/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 17:06:08 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.ipcress.net/blog/?p=83</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ipcress.net/images/la_games.jpg " alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ipcress.net/blog/lucasarts-games/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asterisk IP PBX on Solaris</title>
		<link>http://www.ipcress.net/blog/asterisk-ip-pbx-on-solaris/</link>
		<comments>http://www.ipcress.net/blog/asterisk-ip-pbx-on-solaris/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 21:05:53 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.ipcress.net/blog/?p=66</guid>
		<description><![CDATA[One question I get asked a lot is &#8220;hey you&#8217;ve got all that Sun gear at home, what the hell do you do with it?&#8221; After working on a telco IP PBX solution for a couple of years I&#8217;ve just discovered Asterisk. It&#8217;s a Free software implementation of an IP Private Branch Exchange (or IP [...]]]></description>
			<content:encoded><![CDATA[<p>One question I get asked a lot is &#8220;hey you&#8217;ve got all that Sun gear at home, what the hell do you do with it?&#8221;</p>
<p>After working on a telco IP PBX solution for a couple of years I&#8217;ve just discovered Asterisk. </p>
<p><img src=http://www.sinologic.net/wp-content/uploads/2007/02/asterisk_logo.png /></p>
<p>It&#8217;s a Free software implementation of an IP Private Branch Exchange (or IP Centrex) application server. It provides IP telephony call control (soft switching) and all the usual PSTN style features for SIP (and other protocol) clients on hard and soft phones. All of which used to be done by extremely expensive proprietary equipment.</p>
<p>These are the features I have played with so far :-</p>
<li>Dial plans, create extensions, assign numbers and telephony features to those extensions.</li>
<li>Soft and hard SIP phones, including the same EyeBeam softphone client.</li>
<li>Voice mail.  Messages are recorded to .wav files on the server.</li>
<li>Auto attendant, create menu structures such as &#8220;Press 1 for voicemail&#8221;.</li>
<li>MP3 music on hold.</li>
<p>I have got it running at home on my <a href="http://www.ipcress.net/images/html/Ultra5/Ultra5.html">Ultra 5</a> and it works very well.  It&#8217;s actually rather too much for home use but it makes a very good platform to learn about the setup and maintenance of an IP PBX. The software is supplied with a demo configuration and this demonstrates back to back  (PBX to PBX) test calls to an Asterisk development server in the US via the internet.</p>
<p>For the moment I have no connection from my home server to the local PSTN network so all calls are SIP only. The software development of Asterisk is primarily supported by a company which makes TDM interface PCI cards for PCs called Digium:-</p>
<p><a href="http://">http://www.digium.com/en/index.php</a></p>
<p>The application documentation is still rather sparse but an O&#8217;Reilly book is available online for free, this is what I have been reading to setup a simple dial plan at home :-</p>
<p><a href="http://">http://www.asteriskdocs.org/</a></p>
<p>The last couple of days have been something of an epiphany for me, I&#8217;m used to trying to sell this kind of stuff for millions and yet here it is for free (as in speech and beer).  </p>
<p>Now when someone asks what I&#8217;ve been doing with &#8220;all that Sun stuff&#8221; I say &#8220;running my own private branch exchange!&#8221;.</p>
<p>For more information and Solaris .pkg binaries see this site :-</p>
<p><a href="http://">http://www.solarisvoip.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ipcress.net/blog/asterisk-ip-pbx-on-solaris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple Airport Express &#8211; WDS Remote</title>
		<link>http://www.ipcress.net/blog/apple-airport-express-wds-remote/</link>
		<comments>http://www.ipcress.net/blog/apple-airport-express-wds-remote/#comments</comments>
		<pubDate>Sun, 06 Jan 2008 15:59:26 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.ipcress.net/blog/?p=52</guid>
		<description><![CDATA[I thought I&#8217;d better start encrypting my wireless LAN at home. I had been using just a MAC address access list but with a another couple of wireless LANs appearing in the neighbourhood some extra security could be good. I had some difficulty to get the Wii working with WEP so tried WPA which worked. [...]]]></description>
			<content:encoded><![CDATA[<p>I thought I&#8217;d better start encrypting my wireless LAN at home. I had been using just a MAC address access list but with a another couple of wireless LANs appearing in the neighbourhood some extra security could be good.</p>
<p>I had some difficulty to get the Wii working with WEP so tried WPA which worked. Of course then the LAN in the attic which is connected by an Airport Express acting as a WDS remote stopped working.</p>
<p><img src="http://images.apple.com/downloads/macosx/apple/firmware_hardware/images/airportexpressfirmwareupdate63forwindows_20070608170929.jpg" alt="" /></p>
<p>I&#8217;d forgotten the rather obscure and seemingly undocumented procedure to set this up but found it again here :-</p>
<p><a href="http://forums.macosxhints.com/archive/index.php/t-27269.html">http://forums.macosxhints.com/archive/index.php/t-27269.html</a></p>
<blockquote><p>Reset your airport to start from scratch. Use a pen to press the reset button and hold the button without letting go while unplugging the device, wait 10 second, replug, (keep holding!), wait until you see the green light flash four times. Let go of reset button. Wait 45 seonds.<br />
Run the Airport Express Assistant.<br />
Select: Set Up a New Airport Express<br />
Select: Connect to my Current Wirelss Network, and place a Checkmark in the box for Extend the Range of my Airport Wirless Network<br />
Tell the assitant to join your existing network, name your Airport Express and Quit.<br />
Open the Airport Admin program<br />
Select the new Airport Express basestation that you just configured (above)<br />
Click on Configure<br />
Click on WDS tab<br />
Put a check in the WDS box and select &#8220;remote&#8221; from the drop down menu.</p></blockquote>
<p>Gareth mentioned that the DS only does WEP, oh dear.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ipcress.net/blog/apple-airport-express-wds-remote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UNIX Blocks (no pun intended)</title>
		<link>http://www.ipcress.net/blog/unix-blocks-no-pun-intended/</link>
		<comments>http://www.ipcress.net/blog/unix-blocks-no-pun-intended/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 14:22:07 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.ipcress.net/blog/?p=48</guid>
		<description><![CDATA[This image was used in a lot of AT&#038;T publications related to UNIX :- I have several early shell scripting guides from my time at Lucent featuring it on the cover. Nancy received an early christmas present this weekend and I couldn&#8217;t resist stealing a few.]]></description>
			<content:encoded><![CDATA[<p>This image was used in a lot of AT&#038;T publications related to UNIX :-</p>
<p><img src="http://www.bell-labs.com/history/unix/images/86-300838-EM.jpeg" alt="" /></p>
<p>I have several early shell scripting guides from my time at Lucent featuring it on the cover.</p>
<p>Nancy received an early christmas present this weekend and I couldn&#8217;t resist stealing a few.</p>
<p><img src="http://www.ipcress.net/images/unix.jpg" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ipcress.net/blog/unix-blocks-no-pun-intended/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IBM Blues</title>
		<link>http://www.ipcress.net/blog/ibm-blues/</link>
		<comments>http://www.ipcress.net/blog/ibm-blues/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 13:58:06 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.ipcress.net/blog/?p=46</guid>
		<description><![CDATA[I was thinking about the way my first employer, Compuware acted after we had finished the Y2K testing project in Brussels. They were left with this oddball team of mainframe junkies and they had no idea what to do with us. They had only one sales person trying to sell our team part time and [...]]]></description>
			<content:encoded><![CDATA[<p>I was thinking about the way my first employer, Compuware acted after we had finished the Y2K testing project in Brussels. They were left with this oddball team of mainframe junkies and they had no idea what to do with us. They had only one sales person trying to sell our team part time and they treated us like dirt, refusing to give us our own PCs and forcing us to &#8220;hot desk&#8221; etc. I remember that we were told off for reading the newspaper in the office when there was simply nothing else to do. We&#8217;d go off and play cards in an empty meeting room. </p>
<p>Of course you can&#8217;t put up with that for long and everybody left after a couple of months, just what they wanted. I came to Belgium and the rest of the team joined a competitor in the city. I think many of them were happy to get out of Slough and into central London.</p>
<p>I think I was the only one of the team actually interested in the technical workings of MVS. I bought this extremely expensive book in Foyles :-</p>
<p><img src="http://www22.inetba.com/technicalcomputerseminars/images/bothbooks1.jpg" alt="" /></p>
<p>I even got into Rexx programming and wrote a very bad version of Hangman for the terminal. Looking back through old floppies I couldn&#8217;t find any of my own JCL so here&#8217;s a bit from Wikipedia :-</p>
<p>//IS198CPY JOB (IS198T30500),&#8217;COPY JOB&#8217;,CLASS=L,MSGCLASS=X<br />
//COPY01   EXEC PGM=IEBGENER<br />
//SYSPRINT DD  SYSOUT=*<br />
//SYSUT1   DD  DSN=OLDFILE,DISP=SHR<br />
//SYSUT2   DD  DSN=NEWFILE,<br />
//           DISP=(NEW,CATLG,DELETE),<br />
//           SPACE=(CYL,(40,5),RLSE),<br />
//           DCB=(LRECL=115,BLKSIZE=1150)<br />
//SYSIN    DD  DUMMY</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ipcress.net/blog/ibm-blues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VAX VMS login.com &#8211; 1994 vintage</title>
		<link>http://www.ipcress.net/blog/vax-vms-logincom-1994-vintage/</link>
		<comments>http://www.ipcress.net/blog/vax-vms-logincom-1994-vintage/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 13:49:38 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.ipcress.net/blog/?p=47</guid>
		<description><![CDATA[$ SET PROCESS/NAME=&#8221;THX-1138&#8243; $ ACS SET LIB [.ADALIB] $ ACS SET SOURCE [.ADALIB.SOURCE] $ $ COLPR :==&#8221;PRINT/QUEUE=ITC$COLOUR_PRINT/NOTIFY &#8221; $ LASER :==&#8221;PRINT/QUEUE=SYS$LASER/NOTIFY &#8221; $ LQ :==&#8221;PRINT/QUEUE=SYS$LQPRINT/NOTIFY &#8221; $ P281 :==&#8221;PRINT/QUEUE=J281$LPA/NOTIFY &#8221; $ PRINT :==&#8221;PRINT/QUEUE=ITC$PRINT/NOTIFY &#8221; $ PS :==&#8221;PRINT/QUEUE=ITC$PSCRIPT/NOTIFY &#8221; $ $ SHCOLPR :==&#8221;SHOW QUEUE ITC$COLOUR_PRINT/ALL &#8221; $ SHEN :==&#8221;SHOW ENTRY/FULL &#8221; $ SHGEN :==&#8221;SHOW QUEUE GEN [...]]]></description>
			<content:encoded><![CDATA[<p>$ SET PROCESS/NAME=&#8221;THX-1138&#8243;<br />
$ ACS SET LIB [.ADALIB]<br />
$ ACS SET SOURCE [.ADALIB.SOURCE]<br />
$<br />
$ COLPR         :==&#8221;PRINT/QUEUE=ITC$COLOUR_PRINT/NOTIFY	&#8221;<br />
$ LASER         :==&#8221;PRINT/QUEUE=SYS$LASER/NOTIFY       	&#8221;<br />
$ LQ            :==&#8221;PRINT/QUEUE=SYS$LQPRINT/NOTIFY     	&#8221;<br />
$ P281		:==&#8221;PRINT/QUEUE=J281$LPA/NOTIFY		&#8221;<br />
$ PRINT		:==&#8221;PRINT/QUEUE=ITC$PRINT/NOTIFY	&#8221;<br />
$ PS            :==&#8221;PRINT/QUEUE=ITC$PSCRIPT/NOTIFY     	&#8221;<br />
$<br />
$ SHCOLPR       :==&#8221;SHOW QUEUE ITC$COLOUR_PRINT/ALL    	&#8221;<br />
$ SHEN          :==&#8221;SHOW ENTRY/FULL                    	&#8221;<br />
$ SHGEN         :==&#8221;SHOW QUEUE GEN BATCH/ALL           	&#8221;<br />
$ SHLASER       :==&#8221;SHOW QUEUE SYS$LASER/ALL           	&#8221;<br />
$ SHLQ          :==&#8221;SHOW QUEUE SYS$LQPRINT/ALL         	&#8221;<br />
$ SHP281        :==&#8221;SHOW QUEUE J281$LPA/ALL             &#8221;<br />
$ SHPR          :==&#8221;SHOW QUEUE ITC$PRINT/ALL           	&#8221;<br />
$ SHPS          :==&#8221;SHOW QUEUE ITC$PSCRIPT/ALL         	&#8221;<br />
$<br />
$ CLS		:== &#8220;WRITE SYS$OUTPUT CLR+HOME                          &#8221;<br />
$ COOL		:== &#8220;SET ACL/ACL=(IDENTIFIER=[*,*],ACCESS=EXECUTE) GRAPHICS.DIR&#8221;<br />
$ FTP 		:== &#8220;$UCX$FTP/ULTRIX					&#8221;<br />
$ LO 		:== &#8220;logout/f                                           &#8221;<br />
$<br />
$ LOCAL		:== &#8220;SET DEF DISK$LOCAL:[SCRATCH]                       &#8221;<br />
$ M*AIL		:== &#8220;MAIL /EDIT=SEND                                    &#8221;<br />
$ MAIN		:== &#8220;SET DEF SYS$LOGIN					&#8221;<br />
$ NO*TES	:== &#8220;RUN SYS$SYSTEM:NOTES$MAIN                          &#8221;<br />
$ R*UN		:== &#8220;RUN                                                &#8221;<br />
$ TNB		:== &#8220;SET TERMINAL/NOBROAD                               &#8221;<br />
$ TYB		:== &#8220;SET TERMINAL/BROAD                                 &#8221;<br />
$ USESYS	:== &#8220;ASSIGN/USER_MODE SYS$COMMAND SYS$INPUT		&#8221;<br />
$<br />
$ SA 		:== &#8220;SHOW ACC						&#8221;<br />
$ SB		:== &#8220;SHOW BROAD                                         &#8221;<br />
$ SCPU		:== &#8220;SHOW SYS/NODE=V8800				&#8221;<br />
$ SDEV		:== &#8220;SHOW DEVICE                                        &#8221;<br />
$<br />
$ SM		:== &#8220;SHOW USER BLEWIS/FULL                            &#8221;<br />
$ SN		:== &#8220;SHOW USERS/NODE=ALL/FULL                           &#8221;<br />
$ SO		:== &#8220;SHOW USER OPERATOR/FULL                            &#8221;<br />
$ SQ		:== &#8220;SHOW QUOTA                                         &#8221;<br />
$ SS		:== &#8220;SHOW SYSTEM                                    	&#8221;<br />
$ ST		:== &#8220;SHOW TERMINAL                                      &#8221;<br />
$ SU		:== &#8220;SHOW USERS /FULL                                   &#8221;<br />
$ TIME		:== &#8220;SHOW TIME                                          &#8221;<br />
$ WHAT		:== &#8220;SHOW SYMBOL/GLOBAL                                 &#8221;<br />
$<br />
$ E*VE		:== &#8220;EDIT/TPU/NOCOMMAND                                 &#8221;<br />
$ EL		:== &#8220;EDIT/TPU/NOCOMMAND [BSCIT00IS01.BLEWIS]LOGIN.COM &#8221;<br />
$ PHOTOLOG	:== &#8220;PLAYBACK PHOTO.LOG/OUT=EDIT.TXT/TYPE=RECORD/STRIP	&#8221;<br />
$ T		:== &#8220;TYPE/PAGE                                          &#8221;<br />
$<br />
$ SAY		:== &#8220;WRITE SYS$OUTPUT &#8221;<br />
$</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ipcress.net/blog/vax-vms-logincom-1994-vintage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

