<?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>Degen.Net - "Get Your Geek On"</title>
	<atom:link href="http://www.degen.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.degen.net</link>
	<description>"Get Your Geek On"</description>
	<lastBuildDate>Thu, 05 Jan 2012 17:39:45 +0000</lastBuildDate>
	<language>en-us</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Run-away Samba Logs from Hell!</title>
		<link>http://www.degen.net/?p=148</link>
		<comments>http://www.degen.net/?p=148#comments</comments>
		<pubDate>Thu, 05 Jan 2012 17:39:45 +0000</pubDate>
		<dc:creator>Eric Degen</dc:creator>
				<category><![CDATA[Internet & Networking]]></category>
		<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[samba]]></category>

		<guid isPermaLink="false">http://www.degen.net/?p=148</guid>
		<description><![CDATA[I recently encountered a problem on a Linux/Samba server &#8211; A full root drive. Much to my surprise I found that a single file was consuming over 80 Gigs &#8211; Hu?! Turns out the culprit was a log.XXXX.old file generated by the Samba process. These potentially high growth log files live in the /var/log/samba directory. [...]]]></description>
				<content:encoded><![CDATA[<p>I recently encountered a problem on a Linux/Samba server &#8211; A full root drive. Much to my surprise I found that a single file was consuming over 80 Gigs &#8211; Hu?! Turns out the culprit was a log.XXXX.old file generated by the Samba process.</p>
<p>These potentially high growth log files live in the /var/log/samba directory. While supposedly limited in size growth by the &#8220;max log size = XX&#8221; setting in the smb.conf file, I learned the hard way that this file size limitation does not apply to the .old archive of the live file. After the current active log file reaches the size determined by the max log size setting, the contents are appended onto an ever expanding log.XXXX.old file.</p>
<p>So what are the options to mitigate or manage these files? Of course as admins we should always be more proactive in managing and monitoring our systems logs and diagnostics &#8211; but there are only so many hours in a day. To that end I&#8217;m researching methods of log suppression. So far all my digging indicates that a &#8220;log level = 0&#8243; should cease all logging, but this does not appear to be the case as I see individual machine connection error logs continuing to generate.</p>
<p>So for now the symptom of a large log file has been identified, but the root cause as to why/how this file expanded remains a mystery.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.degen.net/?feed=rss2&#038;p=148</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Text is Best and other Remote Access Tricks</title>
		<link>http://www.degen.net/?p=131</link>
		<comments>http://www.degen.net/?p=131#comments</comments>
		<pubDate>Tue, 18 Oct 2011 14:26:23 +0000</pubDate>
		<dc:creator>Eric Degen</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[linux. remote]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[vnc]]></category>

		<guid isPermaLink="false">http://www.degen.net/?p=131</guid>
		<description><![CDATA[No no, that&#8217;s not &#8220;txt&#8221; as in OMG &#8211; LOL &#8211; BFD txting; but rather my return to the romance of the CLI. Don&#8217;t get me wrong &#8211; I never stopped appreciating the unadulterated power of the command line, it&#8217;s just taken my need to leverage outbound SSH from multiple locked down networks to fully [...]]]></description>
				<content:encoded><![CDATA[<p>No no, that&#8217;s not &#8220;txt&#8221; as in OMG &#8211; LOL &#8211; BFD txting; but rather my return to the romance of the CLI. Don&#8217;t get me wrong &#8211; I never stopped appreciating the unadulterated power of the command line, it&#8217;s just taken my need to leverage outbound SSH from multiple locked down networks to fully embrace the simple elegance of my home server ala putty.</p>
<p><strong>Challenge &#8211; IMAP access from a restricted network</strong></p>
<p>As I&#8217;m increasingly, &#8220;taking my show on the road&#8221;, I sometimes find myself in work enviormnets with limited, blocked or proxy access to the outside world (DAMN you PROXY!! &#8211; but that is a topic for another day.) Solution, get connected to my home server and connect to fire-walled resources from there. On a recent engagement I found that while most outbound traffic was allowed, IMAP was not. Web and SSH were being passed however; so in concept, the solution is basic enough &#8211; make an SSH connection to my home server, and run an IMAP client from there.</p>
<p>Already having an Mint Linux server (loves me some Mint), setup primarily for file serving, I simply opened SSH port 22 to the outside world. After connecting via Putty I required a textual mail client that would support IMAP. I&#8217;ll be honest, it&#8217;s been years since I&#8217;ve used PINE, so I was a bit unaware of what other CLI email clients are out there &#8211; fortunately I discovered &#8220;MUTT&#8221; &#8211; http://mutt.sourceforge.net/</p>
<p>Mutt can be a bit intimidating. While easy to install, like most Debian packages (sudo apt-get install mutt), the &#8220;Devil in the details&#8221;, is the not included by default, .muttrc config file. Yes you can read the project wiki or grab a sample one from others, but I found a web based automated builder tool &#8211; http://www.muttrcbuilder.org/ &#8211; it does the trick quite nicely, just add your custom elements and bingo. Within a few minutes I was able to check and clear mail with no client side setup other then establishing an SSH session &#8211; pretty slick!</p>
<p><strong>Challenge &#8211; Secure VNC access of the Internet</strong></p>
<p>So let&#8217;s say you only have that same SSH connection, but you need more visual goodness then a CLI email client can provide? Sounds like a you want a VNC connection &#8211; but how unsafe would that be to run over the Internet? Enter VNC (Port 5900) Tunneling via Putty.</p>
<p>First, launch Putty and enter the address you would like to connect to via SSH. Before establishing a session, look on the left hand side, you will see various configuration options. Expand the categories -&gt; Connection -&gt; SSH -&gt; Tunnels. Select Tunnels add the following information under add new forwarded port:</p>
<p>Source Port 5900<br />
Destination Port 127.0.0.1:5900</p>
<p>Now establish your SSH connection (Login), once connected open your VNC client and point the host back at your local machine &#8211; 127.0.0.1 and Bonus you&#8217;re all set.</p>
<p>So regardless your UI preference there&#8217;s an SSH solution out there for you &#8211; Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.degen.net/?feed=rss2&#038;p=131</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Return to Consulting</title>
		<link>http://www.degen.net/?p=126</link>
		<comments>http://www.degen.net/?p=126#comments</comments>
		<pubDate>Mon, 10 Oct 2011 22:40:41 +0000</pubDate>
		<dc:creator>Eric Degen</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[News & Updates]]></category>

		<guid isPermaLink="false">http://www.degen.net/?p=126</guid>
		<description><![CDATA[As regular readers might know, this space has been a bit underutilized in the past couple of years &#8211; yes I did say YEARS. But I&#8217;m pleased to report that with a career change in the past month I again find myself back in the IT consulting field. And it is a welcome change indeed &#8211; [...]]]></description>
				<content:encoded><![CDATA[<p>As regular readers might know, this space has been a bit underutilized in the past couple of years &#8211; yes I did say YEARS. But I&#8217;m pleased to report that with a career change in the past month I again find myself back in the IT consulting field. And it is a welcome change indeed &#8211; there is nothing like the thrill of new customers, projects and technologies to keep the mind sharp and provide plenty to write about. I look forward to sharing more in the months to come &#8211; see you back on the road!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.degen.net/?feed=rss2&#038;p=126</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FOG you, Ghost</title>
		<link>http://www.degen.net/?p=114</link>
		<comments>http://www.degen.net/?p=114#comments</comments>
		<pubDate>Wed, 18 Feb 2009 17:14:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet & Networking]]></category>
		<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[clone]]></category>
		<category><![CDATA[FOG]]></category>
		<category><![CDATA[Ghost]]></category>
		<category><![CDATA[imaging]]></category>
		<category><![CDATA[Open]]></category>
		<category><![CDATA[Source]]></category>

		<guid isPermaLink="false">http://www.degen.net/?p=114</guid>
		<description><![CDATA[Some of you who follow my twitter ramblings know that I recently completed an evaluation of Ghost Solution Suite vs FOG for a major system cloning project we have at work. Below are my final findings and recommendation that lead our organization to select the Open Source package FOG over our existing Symantec product. Please note, [...]]]></description>
				<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0in 0in 12pt; line-height: normal; mso-layout-grid-align: none;"><span style="color: black; mso-bidi-font-family: Calibri;"><span style="font-size: small;"><span style="font-family: Calibri;">Some of you who follow my twitter ramblings know that I recently completed an evaluation of Ghost Solution Suite vs FOG for a major system cloning project we have at work. Below are my final findings and recommendation that lead our organization to select the Open Source package FOG over our existing Symantec product. Please note, that we were already using Ghost Solution Suite version 1.0 not the most recent 2.5. Therefore this evaluation is really weighing whether to upgrade to 2.5, stay on 1.0 or migrate to FOG.</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 12pt; line-height: normal; mso-layout-grid-align: none;"><span style="color: black; mso-bidi-font-family: Calibri;"><span style="font-size: small;"><span style="font-family: Calibri;"><span style="color: black; mso-bidi-font-family: Calibri;"><span style="font-size: small;"><span style="font-family: Calibri;"><strong>To FOG or not to FOG, that is the question?</strong> </span></span></span></span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 12pt; line-height: normal; mso-layout-grid-align: none;"><span style="color: black; mso-bidi-font-family: Calibri;"><span style="font-size: small;"><span style="font-family: Calibri;">So I’ve spent most of the day evaluating Ghost Solution Suite to better understand just what capabilities it offers. I’m ready to report those findings, and I’ll say upfront, while I don’t want this to appear like a “bash fest” it might start to sound that way. None-the-less, here is what I’ve found in several key areas we should consider. </span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 12pt; line-height: normal; mso-layout-grid-align: none;"><span style="font-size: small;"><span style="font-family: Calibri;"><strong><span style="color: black; mso-bidi-font-family: Calibri;">Manageability</span></strong><span style="color: black; mso-bidi-font-family: Calibri;">:<span style="mso-spacerun: yes;"> </span>Ghost uses a tried and true File Based Image management system, accessed behind an MMC plugin. The MMC does appear to offer remote capabilities, so once this tool is loaded on a third machine you can access the server remotely. This model is similar to the SAV 10 and below model (a model that has been discontinued in favor of a Java approach beginning with SAV 11. It is also worth pointing out that this MMC model precludes access from any clients other then Windows. FOG utilizes a Web browser access front end atop a database driven model, therefore any computer with a browser can manage the cloning server.</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 12pt; line-height: normal; mso-layout-grid-align: none;"><span style="font-size: small;"><span style="font-family: Calibri;"><strong><span style="color: black; mso-bidi-font-family: Calibri;">Manageability Advantage</span></strong><span style="color: black; mso-bidi-font-family: Calibri;">:<span style="mso-spacerun: yes;"> </span>Neither </span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 12pt; line-height: normal; mso-layout-grid-align: none;"><span style="font-size: small;"><span style="font-family: Calibri;"><strong><span style="color: black; mso-bidi-font-family: Calibri;">Platform Support</span></strong><span style="color: black; mso-bidi-font-family: Calibri;">:<span style="mso-spacerun: yes;"> </span>Ghost really starts to show its age here, OS support only extends up to XP in the core product and only up to Windows 2000 for the accompanying 3Com PXE services (more about these below.)<span style="mso-spacerun: yes;"> </span>Since there are no patches for version 1.0 the only recourse for additional OS and File systems would be to purchase an upgrade to the a newer version. While Vista support is not key to us now, at some point we will need to migrate to Vista or Win 7, both of which use a newer version of NTFS than XP. FOG presently supports Vista, and has a track record of regular updates.</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 12pt; line-height: normal; mso-layout-grid-align: none;"><span style="font-size: small;"><span style="font-family: Calibri;"><strong><span style="color: black; mso-bidi-font-family: Calibri;">Platform Support Advantage</span></strong><span style="color: black; mso-bidi-font-family: Calibri;">:<span style="mso-spacerun: yes;"> </span>FOG</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 12pt; line-height: normal; mso-layout-grid-align: none;"><span style="font-size: small;"><span style="font-family: Calibri;"><strong><span style="color: black; mso-bidi-font-family: Calibri;">Hardware / Network Interoperability</span></strong><span style="color: black; mso-bidi-font-family: Calibri;">:<span style="mso-spacerun: yes;"> </span>Since Ghost 1.0 is already a few years old it suffers from a lack of current H/W and NIC support. This is compounded by the fact that it outsourced the PXE Network Boot tasks to an OEM software package from 3Com, which was even older then Ghost. 3Com Boot Services 1.02 is so old it does not officially support Windows XP, just up to 2000. On top of this, the built in Ghost method for adding network cards is NDIS driver based, meaning that if we are imaging a system with a new / different model NIC, the driver must be found for it and then a custom boot image must be loaded on a USB or DHCP/PXE server for each different NIC. Compared to the FOG methodology where a single generic Linux kernel is pushed out, that then has custom behavior on a system by system basis – there is no comparison. </span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 12pt; line-height: normal; mso-layout-grid-align: none;"><span style="font-size: small;"><span style="font-family: Calibri;"><strong><span style="color: black; mso-bidi-font-family: Calibri;">Hardware / Network Interoperability Advantage</span></strong><span style="color: black; mso-bidi-font-family: Calibri;">:<span style="mso-spacerun: yes;"> </span>FOG</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 12pt; line-height: normal; mso-layout-grid-align: none;"><span style="font-size: small;"><span style="font-family: Calibri;"><strong><span style="color: black; mso-bidi-font-family: Calibri;">Inventory Functionality</span></strong><span style="color: black; mso-bidi-font-family: Calibri;">:<span style="mso-spacerun: yes;"> </span>Unlike FOG, Ghost has no H/W level inventorying system. Since FOG treats each piece of hardware it encounters as a unique record (ala the NICs MAC address) in a MySQL DB, it provides detailed hardware level reporting, independent of the image loaded on the system.</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 12pt; line-height: normal; mso-layout-grid-align: none;"><span style="font-size: small;"><span style="font-family: Calibri;"><strong><span style="color: black; mso-bidi-font-family: Calibri;">Inventory Functionality Advantage</span></strong><span style="color: black; mso-bidi-font-family: Calibri;">: FOG</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 12pt; line-height: normal; mso-layout-grid-align: none;"><span style="font-size: small;"><span style="font-family: Calibri;"><strong><span style="color: black; mso-bidi-font-family: Calibri;">Training and Learning Curve</span></strong><span style="color: black; mso-bidi-font-family: Calibri;">: Perhaps the strongest argument in favor of Ghost is its familiarity. It has been in place here for some time and running atop a consistent Windows interface makes it operator friendly. FOG is a Linux only application and therefore some training will be necessary. This should be minimal as all management is web based and with PXE Netbooting on clients, there is no requirement, once the server is operational, for any deep Linux knowledgebase.</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 12pt; line-height: normal; mso-layout-grid-align: none;"><span style="font-size: small;"></span><span style="font-size: small;"><span style="font-family: Calibri;"><strong><span style="color: black; mso-bidi-font-family: Calibri;">Training and Learning Curve Advantage</span></strong><span style="color: black; mso-bidi-font-family: Calibri;">: Ghost</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 12pt; line-height: normal; mso-layout-grid-align: none;"><span style="font-size: small;"><span style="font-family: Calibri;"><strong><span style="color: black; mso-bidi-font-family: Calibri;">Licensing and Cost</span></strong><span style="color: black; mso-bidi-font-family: Calibri;">: Since it is possible that Ghost 2.5 (the current version) addresses many of the current versions shortcomings, price does come into the picture, as we would be required to get on support or worst case re-purchase the whole product. Comparatively FOG is bound by its GPL 3 license to always exist in a free and open form. FOG’s version history goes back 25 steps right now, and there is no indication that the project will soon be discontinued.</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 12pt; line-height: normal; mso-layout-grid-align: none;"><span style="font-size: small;"><span style="font-family: Calibri;"><strong><span style="color: black; mso-bidi-font-family: Calibri;">Licensing and Cost Advantage</span></strong><span style="color: black; mso-bidi-font-family: Calibri;">: FOG</span></span></span></p>
<p><span style="font-size: small;"><span style="font-family: Calibri;"></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 12pt; line-height: normal; mso-layout-grid-align: none;"><strong><span style="color: black; mso-bidi-font-family: Calibri;">Conclusion</span></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 12pt; line-height: normal; mso-layout-grid-align: none;"><span style="font-size: 11pt; color: black; line-height: 115%; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; mso-bidi-font-family: Calibri; mso-fareast-font-family: Calibri; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;">Given the overwhelming feature superiority of the Open Source package, FOG, and it’s low barrier of entry, financially and in training, I’m confident in recommending we migrate from Ghost to FOG. </span></p>
<p class="MsoNormal" style="margin: 0in 0in 12pt; line-height: normal; mso-layout-grid-align: none;">
]]></content:encoded>
			<wfw:commentRss>http://www.degen.net/?feed=rss2&#038;p=114</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Revenge of the Windows 7 SKUs</title>
		<link>http://www.degen.net/?p=112</link>
		<comments>http://www.degen.net/?p=112#comments</comments>
		<pubDate>Tue, 03 Feb 2009 19:57:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business & Industry]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.degen.net/?p=112</guid>
		<description><![CDATA[Just when you thought it was safe to Install the greatly simplified Windows 7…. Oh not so fast! ZD Net is reporting there will be at least six flavors available: Windows 7 Starter Edition (for emerging market and netbook users) Windows 7 Home Premium (the main &#8220;Media Center&#8221; equivalent) Windows 7 Home Basic (for emerging [...]]]></description>
				<content:encoded><![CDATA[<p>Just when you thought it was safe to Install the greatly simplified Windows 7…. Oh not so fast! ZD Net is reporting there will be at least six flavors available:</p>
<p>Windows 7 Starter Edition (for emerging market and netbook users)<br />
Windows 7 Home Premium (the main &#8220;Media Center&#8221; equivalent)<br />
Windows 7 Home Basic (for emerging market customers only)<br />
Windows 7 Professional (the business SKU for home users and non-enterprise licensees)<br />
Windows 7 Enterprise (for volume licensees)<br />
Windows 7 Ultimate (for consumers who want/need business features)</p>
<p>Additional reading on this subject can be found at&#8230;.</p>
<p><a href="http://blogs.chron.com/techblog/archives/2009/02/six_of_7_microsoft_announces_windows_7_versio.html" target="_blank">Dwight Silverman’s reporting on Microsoft’s many SKU’s and his experience loading Windows 7 on Netbooks</a>.</p>
<p><a href="http://www.engadget.com/2009/02/03/windows-7-skus-announced-yes-your-worst-nightmare-has-come-to/ " target="_blank">Story from Engadget, complete with Screen Shot</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.degen.net/?feed=rss2&#038;p=112</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change is the name of the Game</title>
		<link>http://www.degen.net/?p=108</link>
		<comments>http://www.degen.net/?p=108#comments</comments>
		<pubDate>Wed, 12 Nov 2008 03:23:57 +0000</pubDate>
		<dc:creator>Eric Degen</dc:creator>
				<category><![CDATA[Business & Industry]]></category>
		<category><![CDATA[Tech & Science]]></category>

		<guid isPermaLink="false">http://d2.degen.net/?p=171</guid>
		<description><![CDATA[While my blog postings tend to avoid anything political, I can not help but to mull over what the next four years of a new administration mean for the tech world. Throughout the campaigns virtually all the candidates exploited the power and reach of technology, from Ron Paul to Hillary Clinton. Whether via SMS or [...]]]></description>
				<content:encoded><![CDATA[<p>While my blog postings tend to avoid anything political, I can not help but to mull over what the next four years of a new administration mean for the tech world.</p>
<p>Throughout the campaigns virtually all the candidates exploited the power and reach of technology, from Ron Paul to Hillary Clinton. Whether via SMS or Web 2.0, there is no doubt that this (finally) was the year that the Internet and mobile devices really played a part in the outcome of a national election.</p>
<p>President Elect Barack Obama&#8217;s campaign got this from the start. The web, with its host of social networking sites and viral videos, was a game changer for Obama. Barack Obama and his supporters found a direct and pointed way to connect with our fast paced cyber enabled lifestyles.</p>
<p>Truly remarkable is the way that people opted in for this digital content. Regardless of how you voted, there is an eagerness among citizens nationwide to see if this spirit of transparency, immediacy and connectedness will be a hallmark of the comming administration. Are we witnessing the perfect nexus of technology and politics? Has the Internet matured to the point where it is a reliable, and in some cases the primary from of communication for citizens of the United States of America? (read: reached critical mass of mainstream users.)</p>
<p>An encouraging indicator of this is the newly launched http://www.change.gov/ web site. If there was such a site back during the Clinton to Bush transition, I never saw it. And it’s not a partisan observation to say this has less to do with politics and more to do with evolving technologies and the mainstream adoption, no make that expectation, of web communication vehicles.</p>
<p>I for one am very hopeful that technology initiatives like this and others we saw during the campaigns are the beginning of a more interactive form of government – perhaps one by the people, for the people and of the people.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.degen.net/?feed=rss2&#038;p=108</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare Goodness – no make that Greatness!</title>
		<link>http://www.degen.net/?p=106</link>
		<comments>http://www.degen.net/?p=106#comments</comments>
		<pubDate>Thu, 02 Oct 2008 14:07:51 +0000</pubDate>
		<dc:creator>Eric Degen</dc:creator>
				<category><![CDATA[Business & Industry]]></category>
		<category><![CDATA[Internet & Networking]]></category>
		<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://d2.degen.net/?p=168</guid>
		<description><![CDATA[I’ve been an ardent VMWare user and proponent for some time. But only recently have I had the opportunity to work with the VMWare flagship product, ESX Server. Let me just say…. Oh Good Lord! Disclaimer: ESX is not for everyone, it is first and foremost a dedicated server product; not something you are going [...]]]></description>
				<content:encoded><![CDATA[<p>I’ve been an ardent VMWare user and proponent for some time. But only recently have I had the opportunity to work with the VMWare flagship product, ESX Server. Let me just say…. Oh Good Lord!</p>
<p>Disclaimer: ESX is not for everyone, it is first and foremost a dedicated server product; not something you are going to load and play around with on a desktop pc. And until more recently, it has been a rather expensive endeavor, recently however, with the introduction of a freeware option (ala VM Server and Player), that has changed. <a href="http://www.vmware.com/products/esxi/" target="_blank"><strong>VMWare ESXi is now free to use</strong></a>, and boosts the same Core Hypervisor as its costly big brother ESX. There is even an upgrade path to the fully licensed version, should you require the full VI3 management suite. If you have the datacenter class gear, and are in need of a full time Virtualized platform I can not stress enough how wonderful a solution ESXi is. I’m presently deploying ESXi on Dell servers (on select new models it is even available as a flash based boot module – for no charge!)</p>
<p>If your needs do not necessitate full time data center VM operations, you still should look at the latest incarnation of VM Server. <a href="http://vmware.com/products/server/" target="_blank"><strong>Version 2.0 just went golden</strong></a>, and after playing with it on both Linux and Windows platforms the last week, I am equally impressed. Be forewarned, if you are a current VM Server 1.X user you are in for a shock – the new web based interface can be a little disorienting at first, but new and better functionality awaits. Just as before this product is completely free and absolutely suitable for production use.</p>
<p>Virtualization is unquestionably the wave of the future, both in servers and even on the desktop. If you have been waiting to dip a toe into the VM waters, wait no longer – with these new offerings from VMware now is the time to Virtulize!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.degen.net/?feed=rss2&#038;p=106</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is it Fall Yet?</title>
		<link>http://www.degen.net/?p=103</link>
		<comments>http://www.degen.net/?p=103#comments</comments>
		<pubDate>Sun, 14 Sep 2008 01:01:57 +0000</pubDate>
		<dc:creator>Eric Degen</dc:creator>
				<category><![CDATA[News & Updates]]></category>

		<guid isPermaLink="false">http://d2.degen.net/?p=167</guid>
		<description><![CDATA[As the rain pours down outside &#8211; the rennets of Hurricane Ike, sweeping north through Texas &#8211; I&#8217;m reminded of how desperately I long for a change in the temperature, some falling leafs, Football and a website redesign. Come&#8217;on doesn&#8217;t everyone associate all these things together? It&#8217;s been a while since my last post, and [...]]]></description>
				<content:encoded><![CDATA[<p>As the rain pours down outside &#8211; the rennets of Hurricane Ike, sweeping north through Texas &#8211; I&#8217;m reminded of how desperately I long for a change in the temperature, some falling leafs, Football and a website redesign. Come&#8217;on doesn&#8217;t everyone associate all these things together?</p>
<p>It&#8217;s been a while since my last post, and yes, there have been BIG changes indeed. Headlining these  is  my new position with the Federal Courts, US Probation in Dallas. Its a Big and welcome change from the last ten years as a high-travel technology consultant. The projects are expansive, and will introduce new technologies to my daily experience.</p>
<p>Change is also coming to this site; after two years in its current form it&#8217;s about time for a redesign. Leading the list of new options is a move to a LAMPP based CMS like Drupal. I&#8217;ve also had lots of feedback requesting  more downloads, tech tips ad photos – I hear you all, and we&#8217;ll see what can be done.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.degen.net/?feed=rss2&#038;p=103</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Big Changes Ahead!</title>
		<link>http://www.degen.net/?p=102</link>
		<comments>http://www.degen.net/?p=102#comments</comments>
		<pubDate>Thu, 24 Jul 2008 11:54:33 +0000</pubDate>
		<dc:creator>Eric Degen</dc:creator>
				<category><![CDATA[News & Updates]]></category>

		<guid isPermaLink="false">http://d2.degen.net/?p=165</guid>
		<description><![CDATA[Hello my old friends in the Blog-o-sphere! Been a while since I&#8217;ve posted as the wife and I where off in Europe on holiday, good stuff, maybe I&#8217;ll treat you with some pictures. As the title indicates I have some very big news that I&#8217;ll be posting in the coming weeks, exciting changes and new [...]]]></description>
				<content:encoded><![CDATA[<p>Hello my old friends in the Blog-o-sphere! Been a while since I&#8217;ve posted as the wife and I where off in Europe on holiday, good stuff, maybe I&#8217;ll treat you with some pictures.</p>
<p>As the title indicates I have some very big news that I&#8217;ll be posting in the coming weeks, exciting changes and new opportunities! But for now I need to focus on getting back up to speed with everything from US politics, to the latest linux revs &#8211; three weeks without broadband can really mess with your head.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.degen.net/?feed=rss2&#038;p=102</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One Weekend – Many Distros</title>
		<link>http://www.degen.net/?p=101</link>
		<comments>http://www.degen.net/?p=101#comments</comments>
		<pubDate>Mon, 30 Jun 2008 04:38:17 +0000</pubDate>
		<dc:creator>Eric Degen</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[linux distro ubuntu fedora debian grml suse]]></category>

		<guid isPermaLink="false">http://d2.degen.net/?p=164</guid>
		<description><![CDATA[Ah the dog days of summer, kids out of school, family travel, and lots of recently released Linux Distributions! So taking advantage of all three, as my family is out of the house for the weekend, I poured on some serious geek-time and loaded pretty much every new(ish) build I could get my hands on. [...]]]></description>
				<content:encoded><![CDATA[<p>Ah the dog days of summer, kids out of school, family travel, and lots of recently released Linux Distributions! So taking advantage of all three, as my family is out of the house for the weekend, I poured on some serious geek-time and loaded pretty much every new(ish) build I could get my hands on.</p>
<p><strong>The Old Standard: Ubuntu</strong></p>
<p>No surprise here, I use Ubuntu daily on most of my desktops and servers. But, it’s worth a mention that this weekend I bid farewell to the goodness that has been my favorite release to date, Gutsy (7.10). It was actually not intentional, but after a few hours of wrestling to get the latest VMW Server 1.0.6 onto the box, I threw up the white flag and just rebuilt with Hardy, VMserver loaded just fine.</p>
<p>For anyone new to the Blog, you might not be aware of my disappointment with 8.04 LTS (see <a href="http://d2.degen.net/?p=159" target="_blank">Ubuntu 8.04 – One Week in the Real World</a> for more about this.) Despite its irritants, Hardy is working quite well on every system I’ve loaded / upgraded, and while server upgrades are always a bit more dicey than a desktop it was time for these two servers of mine to get overhauled.</p>
<p>BTW – 8.04.1 appears to be heading our way soon (<a href="https://lists.ubuntu.com/archives/ubuntu-devel-announce/2008-June/000439.html" target="_blank">Ubuntu 8.04.1 freeze of hardy-proposed</a>.)  My guess is 8.04.1 is going to be the Hardy we all wanted to see from the get go.</p>
<p><strong>A Venerable Veteran: Fedora</strong></p>
<p>Red Hat / Fedora always will hold a soft spot in my heart as years ago it was the first distribution I used on a regular basis. Despite this affinity, I have not been a regular user of Fedora since version 6.0, this being the case it was high time to give 9.0 a try.</p>
<p>First, the positive – as always the Fedora artwork is beautiful! The legacy of wonderfully integrated and classy themes continues into Fedora 9, other distros take note. Also, the Live CD is a welcome new touch for Fedora (I think it was also in version 8.0, but it’s nice and new just the same.)</p>
<p>Sadly however, this was the shortest lived install of the weekend. After gawking at the gorgeous theme ended, I was left with a rather unimpressive desktop experience. Right off the bat I had problems connecting to Samba shares – not encouraging! A couple of lackluster hours and Fedora was off my test box and relegated back to infrequent use as a VM.</p>
<p><strong>The Most Promise Yet?: OpenSUSE</strong></p>
<p>Ok so maybe I’m just overly optimistic, but since I recently purchased an HP Mini-Note, which ships with SLED 10, I really want SUSE to be a great product – especially since getting Ubuntu loaded on my HP2133 is proving to be a challenge. Perhaps the new OpenSUSE 11 would have all the drivers I need?</p>
<p>But before I form impressions on new hardware, its only fair to give OpenSUSE a shake down on my tried and true desktop for a couple of days. Live CD, slick install, painless so far. Good (and very green) artwork, not nearly as sublime as LinuxMint, greets you – here however, the pleasantries end.</p>
<p>So the infernal “Slab” menu structure aside, navigation is still too difficult; finding key configuration and other applications was way to confusing. Then came the Yast updates. Slow and unresponsive as ever, and not nearly as clear about what is happening as Apt-Get. The final straw – shouldn’t installing the Nvidia driver improve monitor detection and performance? Not so much, after rebooting with the proprietary driver, my widescreen support (which had been working), failed; as did my desire to work any more with this distro.</p>
<p><strong>Durable, Dependable: Debian </strong></p>
<p>While I am a huge fan of the Debian package management system, I actually don’t have any production Debian systems at present. Since the last Debian box I installed was V4, I felt a little daring and gave Beta 2 of the forth coming Version 5 (Lenny) a try.</p>
<p>With no live CD/DVD, but a welcome GUI installer, getting started with this distro was no problem. At the point of this writing I am still working with Debian and will comment more in the coming days.</p>
<p>I will make this observation though, for a beta/development release I am actually surprised by how non ground breaking this major X.0 release appears to be. This is in striking contrast to the recent Ubuntu 8.04 release – chalked full of beta!<br />
<strong><br />
And now for Something Completely Different: GRML</strong></p>
<p>So whenever you mix German engineering and Linux you are bound to get something like this Distro. A word of warning, if you think Knoppix is too geeky, read no further! While GRML has a similar pedigree with its better known sibling form the fatherland; Debian based, live cd with decompression of drivers and apps on the fly, GRML goes a step further by offering an array of UI options.</p>
<p>A textual menu greets you upon boot, cluttered with options for just about every light-weight GUI you have every heard of, and then some! If that is not nerdy enough for you, you can run command line applications from a circa 1983 text menu launcher with seemingly hundreds choose from. Don’t misunderstand me, I like GRML. And as a utility Linux / boot CD it’s handy in any arsenal, I just don’t plan on booting it on a daily basis.</p>
<p>Were did my weekend go? Guess I better pick one of these guys and get ready for Monday.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.degen.net/?feed=rss2&#038;p=101</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
