<?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>The ClearBlog &#187; Computers and Technology</title>
	<atom:link href="http://www.clearmindtech.com/blog/category/computers-and-technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clearmindtech.com/blog</link>
	<description>Technology for a Clear Mind</description>
	<lastBuildDate>Thu, 06 Nov 2008 19:54:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Small-to-medium business uptake of linux?</title>
		<link>http://www.clearmindtech.com/blog/2006/04/17/small-to-medium-business-uptake-of-linux/</link>
		<comments>http://www.clearmindtech.com/blog/2006/04/17/small-to-medium-business-uptake-of-linux/#comments</comments>
		<pubDate>Mon, 17 Apr 2006 19:24:00 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Computers and Technology]]></category>

		<guid isPermaLink="false">http://www.clearmindtech.com/blog2/?p=4</guid>
		<description><![CDATA[http://www.zdnet.com.au/news/software/0,2000061733,39187298,00.htm brings up an interesting issue. Part of the topic really is a lack of management at such places. The types of tasks which need to be done in the enterprise haven&#8217;t been analyzed, and thus employees are allowed to do basically anything they want with their machines. They consequently are encouraged to rely on [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.zdnet.com.au/news/software/0,2000061733,39187298,00.htm">http://www.zdnet.com.au/news/software/0,2000061733,39187298,00.htm</a> brings up an interesting issue. Part of the topic really is a lack of management at such places. The types of tasks which need to be done in the enterprise haven&#8217;t been analyzed, and thus employees are allowed to do basically anything they want with their machines. They consequently are encouraged to rely on any old application which comes their way, and get hooked to it.</p>
<p>SMEs really need to have a sense of what computers will do for their enterprise. Why do they have computers, and how do they add to the bottom line of the company? That reasoning then should have impacts with employee job roles and with information technology spends, no matter how small.</p>
<p>If an employee truly only needs to work with a web browser and with a spreadsheet, it is ridiculous to use a Windows machine. Technology choices should then go from there.</p>
<p>Employees will simply learn to copy, whatever the tasks. If Mozilla and OpenOffice are given for tasks, then the employees will cope. Once that is all they use, then if they show up one day and all their data is on a server of some sort (IMAP, shared backed up server, etc.), and they can still run Mozilla and OpenOffice, then there you go.</p>
<p>The &#8220;gravy&#8221; (media players, chat software, etc.) really can be duplicated for free on linux without incident. Be better, in fact.</p>
<p>This form of thinking can apply to lowering one&#8217;s Windows spend as well. There are open source alternatives on Windows, and they should be used as much as possible. Start with OpenOffice, Thunderbird, and Firefox. Gaim if you need chat. MS Access is still handy on Windows &#8212; a MySql/OpenOffice emulation is on its way.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clearmindtech.com/blog/2006/04/17/small-to-medium-business-uptake-of-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCP Hints</title>
		<link>http://www.clearmindtech.com/blog/2005/04/17/scp-hints/</link>
		<comments>http://www.clearmindtech.com/blog/2005/04/17/scp-hints/#comments</comments>
		<pubDate>Sun, 17 Apr 2005 19:12:52 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Computers and Technology]]></category>

		<guid isPermaLink="false">http://www.clearmindtech.com/blog2/?p=5</guid>
		<description><![CDATA[Just a few quick speed hints for using SCP, which came my way:
The -C flag will tell SSH/SCP to compress stuff.  In general I use it
all the time.  CPUs are so much faster than networks still so
compression is your friend.
Depending on your platform, using the blowfish cipher should be a little
faster than using [...]]]></description>
			<content:encoded><![CDATA[<p>Just a few quick speed hints for using SCP, which came my way:</p>
<blockquote><p><em>The -C flag will tell SSH/SCP to compress stuff.  In general I use it<br />
all the time.  CPUs are so much faster than networks still so<br />
compression is your friend.</em></p>
<p><em>Depending on your platform, using the blowfish cipher should be a little<br />
faster than using the default 3des or aes128 (don&#8217;t quote me on the<br />
aes128 claim, they&#8217;re both pretty close).  </em></p>
<p><em>Most people don&#8217;t realize, but you can configure all sorts of options on<br />
a global and a per host level in your ~/.ssh/config file.  This is nice<br />
because you can force it to use a different port for certain hosts,<br />
different ciphers, not allow password, only forward X for some hosts,<br />
etc.</em></p>
<p><em>Here&#8217;s a little snippet to drop in your ~/.ssh/config that will make you<br />
use blowfish for your cipher and compress all data going over the<br />
network with GZip at level 6.</em></p>
<p><em>Host *<br />
Compression yes<br />
Ciphers blowfish-cbc,aes128-cbc,3des-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc</em></p>
<p><em>I&#8217;m actually a little confused about why exactly this works, as the docs<br />
say it is only for SSH1 and not SSH2, but testing a 11 meg text file<br />
(about 20 copies of Huckleberry Finn repeated over and over), with<br />
compression gave me an overall throughput of 90.6K (11 megs in 1 minute,<br />
51 seconds), without compression gave an overall throughput of 32.8K (11<br />
megs in 4:58).   Totally non-scientific, but good enough for me to<br />
conclude that it&#8217;s doing something, especially considering that my cable<br />
modem says that it&#8217;s current upstream rate 384000bps.</em></p>
<p><em>At this point, I&#8217;ll also throw in a quick plug for using mod_gzip (or<br />
the equivalent) on your servers, especially if hosting them over a cable<br />
modem.  For simple HTML you&#8217;ll usually get compression rates of about<br />
66% or so.  Works great for my server hosted on my cable modem, keeps<br />
the pages zippy.  Most clients support this (yes, even IE supports<br />
compression of data).   </em></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.clearmindtech.com/blog/2005/04/17/scp-hints/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open source in the police department</title>
		<link>http://www.clearmindtech.com/blog/2005/04/17/open-source-in-the-police-department/</link>
		<comments>http://www.clearmindtech.com/blog/2005/04/17/open-source-in-the-police-department/#comments</comments>
		<pubDate>Sun, 17 Apr 2005 19:02:29 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Computers and Technology]]></category>

		<guid isPermaLink="false">http://www.clearmindtech.com/blog2/?p=6</guid>
		<description><![CDATA[What I appreciate about this article over at RedHat (as I read):
1. This guy clearly will bounce between operating systems.  He mentions &#8220;MSYS&#8221; (http://www.mingw.org/download.shtml) which also should be in one&#8217;s bag of tricks with cygwin.
2. He is willing to consider some old 8086 machines and dot-matrix printers as potential time-saving tools.
3. He mentions the [...]]]></description>
			<content:encoded><![CDATA[<p>What I appreciate about <a href="http://www.redhat.com/magazine/006apr05/features/police/">this article over at RedHat</a> (as I read):</p>
<p>1. This guy clearly will bounce between operating systems.  He mentions &#8220;MSYS&#8221; (<a href="http://www.mingw.org/download.shtml">http://www.mingw.org/download.shtml</a>) which also should be in one&#8217;s bag of tricks with cygwin.</p>
<p>2. He is willing to consider some old 8086 machines and dot-matrix printers as potential time-saving tools.</p>
<p>3. He mentions the <a href="http://www.linux-forensics.com/downloads.html">Penguin Sleuthkit</a>, which looks great as a forensic tool. It is incredibly important to use tools which protect the integrity of the scene &#8212; there can be no question of tampering with anything. This kit looks like it has the tools one would need to do a rapid look-over.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clearmindtech.com/blog/2005/04/17/open-source-in-the-police-department/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lighter-weight linux distributions</title>
		<link>http://www.clearmindtech.com/blog/2004/10/19/lighter-weight-linux-distributions/</link>
		<comments>http://www.clearmindtech.com/blog/2004/10/19/lighter-weight-linux-distributions/#comments</comments>
		<pubDate>Tue, 19 Oct 2004 19:25:21 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Computers and Technology]]></category>

		<guid isPermaLink="false">http://www.clearmindtech.com/blog2/?p=7</guid>
		<description><![CDATA[The linux world, in its fight to act like a point-for-point rebuttal to the Windows and Mac worlds, are busily adding features and bloat to desktop offerings. However, in the process, a regular mainstream Linux distribution like Mandrake or Red Hat take as much, and at times more, memory and processor speed as a Windows [...]]]></description>
			<content:encoded><![CDATA[<p>The linux world, in its fight to act like a point-for-point rebuttal to the Windows and Mac worlds, are busily adding features and bloat to desktop offerings. However, in the process, a regular mainstream Linux distribution like Mandrake or Red Hat take as much, and at times more, memory and processor speed as a Windows XP distribution does.</p>
<p>This came as something of a shock to me. Fedora just doesn&#8217;t run very well with 128MB, and barely does with 256MB. Yet, part of my reason for getting involved in the Linux services world is my belief that Linux is an excellent fit for older hardware. In other words, all those dusty computers from two generations ago, those Pentium Ones with 64MB RAM, could still be productive machines today.</p>
<p>Well, maybe so, but not with a recent mainstream distribution. Those distributions will occasionally work with older machines, especially if all you need is a really slow httpd or mysql server, but not (or not really) with a windowing environment. And if you can&#8217;t deal with something other than Gnome or KDE, well, forget it.</p>
<p>To figure out what to suggest to clients, I did a search on the state of the art in lighter-weight distributions.</p>
<p><strong>PUPPY LINUX</strong></p>
<p>Over at <a href="http://www.goosee.com/puppy/">http://www.goosee.com/puppy/</a>, this developer decided he wanted to take his operating system and his personal files with him in a USB 128MB pen drive. Along the way, he ended up making a fast and functional linux distribution.</p>
<p>It is especially usable for newbies, since it uses the MS Windows &#8216;clone&#8217; Fvwm95. Much else is nice about it, and there is plenty to explore. It needs to be tested with dialup connections, but that is about it.</p>
<p><strong>FEATHER LINUX</strong></p>
<p>Ever wonder why Klaus Knopper has to put all that stuff into Knoppix? Well, he doesn&#8217;t, and never said that he did. You always could roll your own. Can now, too.</p>
<p><a href="http://featherlinux.berlios.de">Feather Linux</a> is an attempt at removing enough from Knoppix to make a slim and usable Linux distribution. It has only gone through one revision (it is at 0.1 as of 10/2004), but it is one to watch. Try it out at</p>
<p><strong>VECTOR LINUX</strong></p>
<p><a href="http://www.vectorlinux.com/">Vector Linux</a> is one of the original distributions aimed at older computers. Its installer leaves plenty to be desired, and requires a bit of an enthusiast&#8217;s or an expert&#8217;s knowledge of how disk drives work; it as well gives some choice as to which windowing environment one wants to use, which will be non-intuitive for most folks. Generally, however, it shows the way to how to build a distribution with lower-end computers in mind.</p>
<p><strong>The Linux Terminal Server Project (LTSP)</strong></p>
<p>Some computers are too old really to do much at all, or for some offices, it doesn&#8217;t make sense to maintain applications and settings on a several computers. That&#8217;s where <a href="http://www.ltsp.org/">LTSP</a> comes in, offering packages which allow you to set up computers to run off a server, without a disk involved. Basically, any program runs only in RAM on a workstation, and therefore most everything (beyond floppy disks) will be stored on the server. This eases application maintenance, backups, and allows companies to clearly set rules on what is allowable to install and what isn&#8217;t.</p>
<p>A wonderful use of an old computer &#8212; set it to boot from network!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clearmindtech.com/blog/2004/10/19/lighter-weight-linux-distributions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source Security</title>
		<link>http://www.clearmindtech.com/blog/2004/04/19/open-source-security/</link>
		<comments>http://www.clearmindtech.com/blog/2004/04/19/open-source-security/#comments</comments>
		<pubDate>Mon, 19 Apr 2004 19:58:25 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Computers and Technology]]></category>

		<guid isPermaLink="false">http://www.clearmindtech.com/blog2/?p=8</guid>
		<description><![CDATA[Open Source Is Fertile Ground for Foul Play contains important security concerns. One part of the Total-Cost-of-Ownership will be, basically, open source code auditing, for those companies who go that route. No way to gloss over that. It is most certainly possible to inject malicious code into distributions, but you will certainly have to make [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.devx.com/opensource/Article/20111">Open Source Is Fertile Ground for Foul Play</a> contains important security concerns. One part of the Total-Cost-of-Ownership will be, basically, open source code auditing, for those companies who go that route. No way to gloss over that. It is most certainly possible to inject malicious code into distributions, but you will certainly have to make it past the review systems of the packages/distributions themselves (including MD5 checksums, diff reviews, the rather efficient ways in which vuln information works its way around the open source community, etc.).</p>
<p>As more companies go the open source route, however, they will have an economic incentive to keep the code clean. For instance, MySql would have a big problem on their hands if something happened to the MySql codebase. RedHat would if Postgresql had a problem. Mandrake if KDE had a problem. Thousands of companies, if Apache, PHP, or Python had a problem.</p>
<p>Fedora and Win2k3 don&#8217;t have many because they are relatively new. Fedora for one will certainly have scads, hundreds, and you&#8217;ll get hosed if you don&#8217;t keep things updated (and as much as possible shut off and/or removed from the system).</p>
<p>One interesting aspect is that many vulns have to do with optional, separable pieces of the distribution. For instance, if OpenSSH has a vuln of a certain version, it will touch Debian, Slackware, RH 9x, Mandrake 9x, etc. etc., but obviously SSH might or might not be used on a system. Same for PHP, which is part of almost all the dists. But only a certain subset of installations use it for anything.</p>
<p>To apply this to RH 9.0: Many RH 9.0 vulns (Xpdf, mutt, sendmail, postgresql, ethereal, etc.) won&#8217;t apply, depending on what you&#8217;re running. But the idiot factor will be in play; if you install a dist but then don&#8217;t remove/turn-off what you&#8217;re not using, then you&#8217;re in trouble.</p>
<p>(P.S. Nice Response: <a href="http://www.newsforge.com/article.pl?sid=04/02/13/0019204">Who&#8217;s guarding the guards? That would be us</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clearmindtech.com/blog/2004/04/19/open-source-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bootable Linux</title>
		<link>http://www.clearmindtech.com/blog/2004/03/02/bootable-linux/</link>
		<comments>http://www.clearmindtech.com/blog/2004/03/02/bootable-linux/#comments</comments>
		<pubDate>Tue, 02 Mar 2004 22:27:51 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Computers and Technology]]></category>

		<guid isPermaLink="false">http://www.clearmindtech.com/blog2/?p=9</guid>
		<description><![CDATA[One of the most enjoyable and potentially useful bits of linux paraphernalia has been the explosion of &#8220;bootable linux&#8221; distributions. For quite a while, the main ones which were well known were tomsrtbt and Knoppix. Since a couple years ago there has been a truly wonderful proliferation of bootable distributions, with more created all the [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most enjoyable and potentially useful bits of linux paraphernalia has been the explosion of &#8220;bootable linux&#8221; distributions. For quite a while, the main ones which were well known were <a href="http://www.toms.net/rb/">tomsrtbt</a> and <a href="http://www.knopper.net/knoppix/">Knoppix</a>. Since a couple years ago there has been a truly wonderful proliferation of bootable distributions, with more created all the time.</p>
<p>There are several direct and obvious benefits to bootable linux distributions:</p>
<ul>
<li>You can have a special-purpose linux dist for a single task</li>
<li>You can boot up linux on basically any machine, or at least find one that works, and so work in a familiar linux environment wherever you are</li>
<li>You can try out several distributions, in the spirit of getting more familiar with them</li>
<li>The bootable media is (almost always) read-only, so it won&#8217;t change or get damaged due to user error or playing with configuration settings &#8212; just restart and you&#8217;re back to where you began &#8212; thus, the bootable linux firewall: in the event of a security intrusion, reboot and you&#8217;re back to where you were before the intrusion &#8212; bad for forensics but good for uptime and recovery</li>
</ul>
<p>Anyway, here are a few of the up-and-coming ones, well, at least according to Jeff Honnold&#8217;s spindle of CDs:</p>
<p>MandrakeMove: this is the bootable CD from Mandrake, that wacky French company which makes one of the best and most user-friendly distributions currently.<br />
PHLAK, a.k.a. Professional Hackers Linux Attack Kit: yes, if you want to set up a bunker and start your intrusion tests as a White Hat security consultant, this is one of the dists you&#8217;ll have in your spindle.<br />
MenuetOS: Joe Lazar just mentioned this to me, currently playing with it.<br />
MEPIS: out of Morgantown WV, of all places.  Am thinking of making a pilgrimage down there.<br />
Movix: great for playing your media</p>
<p>UPDATE:<br />
Slashdot discusses <a href="http://linux.slashdot.org/article.pl?sid=05/02/02/0420241">a review of 18 live CDs</a>; lots to choose from!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clearmindtech.com/blog/2004/03/02/bootable-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>spamku!</title>
		<link>http://www.clearmindtech.com/blog/2004/01/19/spamku/</link>
		<comments>http://www.clearmindtech.com/blog/2004/01/19/spamku/#comments</comments>
		<pubDate>Mon, 19 Jan 2004 19:20:29 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Computers and Technology]]></category>

		<guid isPermaLink="false">http://www.clearmindtech.com/blog2/?p=10</guid>
		<description><![CDATA[Habeas apparently makes their money by giving folks tools to receive email which is &#8216;wanted&#8217;. Hilariously enough, however, one of the main ways they accomplish this is by: inserting a haiku into the headers of an email! A recent spam to my account showed the poetic verve of the company:
X-Habeas-SWE-1: winter into spring
X-Habeas-SWE-2: brightly anticipated
X-Habeas-SWE-3: [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.habeas.com">Habeas</a> apparently makes their money by giving folks tools to receive email which is &#8216;wanted&#8217;. Hilariously enough, however, one of the main ways they accomplish this is by: inserting a haiku into the headers of an email! A recent spam to my account showed the poetic verve of the company:</p>
<blockquote><p>X-Habeas-SWE-1: winter into spring<br />
X-Habeas-SWE-2: brightly anticipated<br />
X-Habeas-SWE-3: like Habeas SWE &#8482;<br />
X-Habeas-SWE-4: Copyright 2002 Habeas &#8482;<br />
X-Habeas-SWE-5: Sender Warranted Email (SWE) &#8482;. The sender of this<br />
X-Habeas-SWE-6: email in exchange for a license for this Habeas<br />
X-Habeas-SWE-7: warrant mark warrants that this is a Habeas Compliant<br />
X-Habeas-SWE-8: Message (HCM) and not spam. Please report use of this<br />
X-Habeas-SWE-9: mark in spam to <a href="http://www.habeas.com/report/"> http://www.habeas.com/report/</a>.</p></blockquote>
<p>Well, I don&#8217;t know about anyone else, but isn&#8217;t it obvious that headers of email can be forged five ways to friday?</p>
<p>So no one should be shocked, SHOCKED, that some spammers have figured out that by including these headers, spam filters can be bypassed. Comic relief, spamku style (thanks Dan Sparvero for the word &#8220;spamku&#8221;!), is to be found here: <a href="http://www.theregister.co.uk/content/55/34969.html">http://www.theregister.co.uk/content/55/34969.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.clearmindtech.com/blog/2004/01/19/spamku/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
