<?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>Linux Neophyte &#187; Edgy</title>
	<atom:link href="http://linuxneophyte.com/tag/edgy/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxneophyte.com</link>
	<description>Trials of a Linux Newb.</description>
	<lastBuildDate>Mon, 20 Oct 2008 12:42:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Copying large files to CIFS mount (XP) may corrupt data!?</title>
		<link>http://linuxneophyte.com/copying-large-files-to-cifs-mount-xp-may-corrupt-data/</link>
		<comments>http://linuxneophyte.com/copying-large-files-to-cifs-mount-xp-may-corrupt-data/#comments</comments>
		<pubDate>Thu, 08 Mar 2007 21:41:33 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[CIFS]]></category>
		<category><![CDATA[Edgy]]></category>

		<guid isPermaLink="false">http://linuxneophyte.com/copying-large-files-to-cifs-mount-xp-may-corrupt-data/</guid>
		<description><![CDATA[I&#8217;ve been being extremely careful with my files, I&#8217;m not 100% convinced that moving files between my Linux and Windows machines via Samba is flawless.  As it turns out, there is a problem&#8230;
I&#8217;m copying FC-6-i386-DVD.iso, which is 3.3G (3525195776 bytes) from my home dir to a Samba share (hosted by a fully patched XP [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been being extremely careful with my files, I&#8217;m not 100% convinced that moving files between my Linux and Windows machines via Samba is flawless.  As it turns out, there <strong>is</strong> a problem&#8230;</p>
<p>I&#8217;m copying <em>FC-6-i386-DVD.iso</em>, which is 3.3G (3525195776 bytes) from my home dir to a Samba share (hosted by a fully patched XP box).  Before I copy the file, I create an md5 sum of the ISO.  After the copy, I compare the file to the sum and it always fails <img src='http://linuxneophyte.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>I can transfer the file from the Linux box to the XP box via FTP without issue.  So what the hell is happening when I copy it to the box via Samba?  The only difference I&#8217;m seeing is that the date and time on the file after the transfer has changed.  That&#8217;s perfectly normal.  Just comparing the file sizes doesn&#8217;t tell me anything, they match.  The only indication that there is a problem with the file is that the md5 hash is not passing.</p>
<p>It&#8217;s not just this file either, it seems that most but not all (???) large files fail when I check them after copying.  It also seems to be limited to this install (Edgy).  For fun, I tried mounting the same share using the same options (rw,guest,file_mode=0660,dir_mode=0770,uid=&lt;myuid&gt;) and was able to transfer a large file from a machine running Dapper without issue.  Both machines seem to be running the same versions of the samba tools.  This is FRUSTRATING.</p>
<p>Before I post this, I&#8217;m going to poke around and see what I can find out about the issue.</p>
<p>&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;  (&lt;&#8211; those dots are an indication of time passing)</p>
<p>Well!  I think I have a work-around.  I ran the command dmesg and found &#8220;alotta&#8221; errors that read &#8220;CIFS VFS: No writable handles for inode&#8221;.  I popped that into Google and found <a href="http://www.nabble.com/Corrupted-data-on-write-to-Windows-2003-Server-t2782623.html" target="_blank">this page</a> with a &#8220;fix&#8221;.  I remounted the share with the &#8220;forcedirectio&#8221; option and things seem  to be working as expected!  Damn glad I found this.  I&#8217;ll continue to monitor my copies for a while, but at the moment I feel pretty good about the fix.</p>
<p>Here&#8217;s what scares me, how many people are ending up with damaged files and don&#8217;t know it?  I haven&#8217;t tested the ISO I used in the example after learning that it failed verification, for all I know it&#8217;s useless.  What if somebody is copying files from his Linux box to his Windows box for backup?  How many people are using md5 to compare files copied across the LAN?  This could be really ugly for some.  <img src='http://linuxneophyte.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/copying-large-files-to-cifs-mount-xp-may-corrupt-data/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Stupid Ubuntu Tricks: Change Bootsplash</title>
		<link>http://linuxneophyte.com/stupid-ubuntu-tricks-change-bootsplash/</link>
		<comments>http://linuxneophyte.com/stupid-ubuntu-tricks-change-bootsplash/#comments</comments>
		<pubDate>Tue, 30 Jan 2007 13:35:25 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[CLI]]></category>
		<category><![CDATA[Console]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Edgy]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linuxneophyte.com/stupid-ubuntu-tricks-change-bootsplash/</guid>
		<description><![CDATA[I mentioned in a recent post that I had installed KDE on my lappy, when I did it, I used the recommended Ubuntu method; sudo aptitude install kubuntu-desktop.  If you don&#8217;t know, that installs all of the apps and settings that you&#8217;d have if you installed from the Kubuntu CD.  That&#8217;s all fine [...]]]></description>
			<content:encoded><![CDATA[<p>I mentioned in a recent post that I had installed KDE on my lappy, when I did it, I used the recommended Ubuntu method; <code>sudo aptitude install kubuntu-desktop</code>.  If you don&#8217;t know, that installs all of the apps and settings that you&#8217;d have if you installed from the Kubuntu CD.  That&#8217;s all fine and good with me save for one thing; I don&#8217;t want the Kubuntu boot/shutdown splash screens.  I really like the sexy black/orange splash that comes with stock Ubuntu (which is what I installed back in the day).  I used the following method to restore the default usplash.</p>
<p>Get to a shell prompt, and execute the following commands:</p>
<p><code>sudo update-alternatives --config usplash-artwork.so</code></p>
<p>You&#8217;ll be prompted with the following:</p>
<blockquote><p>There are 2 alternatives which provide `usplash-artwork.so&#8217;.<br />
Selection    Alternative<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
1    /usr/lib/usplash/usplash-theme-ubuntu.so<br />
*2    /usr/lib/usplash/usplash-theme-kubuntu.so<br />
Press enter to keep the default[*], or type selection number:</p></blockquote>
<p>I entered 1 to select <code>usplash-theme-ubuntu.so</code> and hit Enter.</p>
<p>Now enter the command below:</p>
<p><code>sudo dpkg-reconfigure linux-image-$(uname -r)</code></p>
<p>You&#8217;ll receive a few status messages, and then a few moments later you&#8217;ll have your prompt back.  Now go about your business, you&#8217;re done!  The next time you boot, you&#8217;ll have the default Ubuntu boot splash staring back at you.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/stupid-ubuntu-tricks-change-bootsplash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DD-WRT: My Router Runs Linux</title>
		<link>http://linuxneophyte.com/dd-wrt-my-router-runs-linux/</link>
		<comments>http://linuxneophyte.com/dd-wrt-my-router-runs-linux/#comments</comments>
		<pubDate>Sun, 07 Jan 2007 06:28:30 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[DD-WRT]]></category>
		<category><![CDATA[Edgy]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linuxneophyte.com/dd-wrt-my-router-runs-linux/</guid>
		<description><![CDATA[Installing DD-WRT on the Linksys WRT54GL went pretty much as the installation instructions said it would.  I made it a point to follow them EXACTLY.  Before getting started, I reviewed a lot of the info on the wiki pertaining to my particular router model as well as others.
Firstly, I powered up the router [...]]]></description>
			<content:encoded><![CDATA[<p>Installing <a target="_blank" href="http://www.dd-wrt.com">DD-WRT</a> on the <a target="_blank" href="http://en.wikipedia.org/wiki/WRT54G">Linksys WRT54GL</a> went pretty much as the installation instructions said it would.  I made it a point to follow them EXACTLY.  Before getting started, I reviewed a lot of the info on the <a target="_blank" href="http://www.dd-wrt.com/wiki/index.php/Main_Page">wiki</a> pertaining to my particular router model as well as others.</p>
<p>Firstly, I powered up the router and performed a hard reset (hold the reset button down for 30 seconds).  This just ensures that the router is using its factory default configuration.  I then unplugged my Ubuntu Edgy machine from the old router and connected it to the WRT54GL.  I reconfigured my network interface from a static address to DHCP and renewed my IP.  I did this from the command line so it looked like <code>sudo ifdown eth0 ; sudo ifup eth0</code>.</p>
<p>The firmware installation is done from the router&#8217;s web based administration panel, so using Firefox 2.0.0.1 I logged in and navigated to the firmware upload administration tab.  I used the browse button to locate <code>dd-wrt.v23_generic.bin</code> (which I had downloaded and extracted when I ordered the router) and clicked upgrade. After a few moments, I received a page telling me that the upload was successful and I walked away from the whole project for 5 minutes (as the wiki instructed me to.  I wanted a beer anyway).</p>
<p>Time passes&#8230;</p>
<p>Back at the keyboard now, I click the <em>Continue</em> button and I&#8217;m presented with a white page and some fields asking for my username and password.  I close Firefox, perform another hard reset of the router, open Firefox again and enter the address of router.  Just like magic, I&#8217;m presented with the DD-WRT configuration pages of the router.  Success!</p>
<p>Since it&#8217;s late and I just want to get things working, I&#8217;m only doing the basics, setting up static DHCP and a new wireless SSID.</p>
<p>Step one, change the default password from &#8220;admin&#8221; to something much, much better.  Next, I collect all of the MAC addresses from the machines on my network and make my way to the Administration/Services tab.  There, I assigned the MAC addresses to host names/IP addresses and configured my LAN domain name (just something I like to play with).  I started testing DCHP by connecting to each of the Linux machines, changing them from a static to a DHCP configuration and renewing the IP address (same commands as above).  Flawless!  With the Linux machines done I configure the rest of the machines on the network the same way.</p>
<p>Next, I create a new wireless SSID and configure my two wireless machines to associate with it.  This is where I had a little trouble.  Everything but the Ubuntu install on the laptop connected without issue.  For whatever reason I just can&#8217;t get the bcm4306 based wireless card to associate with the router using manually configured NDISwrapper.  I&#8217;ll revisit this when I&#8217;m not so tired <img src='http://linuxneophyte.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Update:</strong>  I think I have this fixed, I&#8217;ll tell you how in another post</p>
<p>I know I said I was only doing the basics, but I had to try SSH.  So back to the Services tab, I enable SSH management (and disable Telnet as I&#8217;ll never use it) and click the <em>Reboot Router</em> button.  Next, I open a terminal session and enter <code>ssh dd-wrt</code>.  I log in with my user/pass and I&#8217;m at an ASH shell prompt.  The output from a <code>uname -r</code> reads like <code>Linux DDWRT 2.4.34-pre2 #170 Fri Sep 15 20:10:21 CEST 2006 mips unknown</code>.  Pretty sexy <img src='http://linuxneophyte.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>All in all it was a satisfying experience.  I&#8217;m running Linux on my router and there&#8217;s a LOT of cool things I can do.  I haven&#8217;t scratched the surface yet, I&#8217;ll be exploring options for a while and when I come across something sweet I&#8217;ll post about it here.  If you&#8217;re at all interested in exploring DD-WRT, start by checking out the compatibility list and reading up on the features.  The wiki is a great place to start.  I had no trouble ordering a 100% compatible router for around $55.00 US (there was a rebate).</p>
<p>If you&#8217;re new to Linux and don&#8217;t want to have to manage your router from a command shell, no worries.  The web configuration pages are extremely useful and cover the full configuration of the router in a point and click fashion.  You just can&#8217;t go wrong <img src='http://linuxneophyte.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/dd-wrt-my-router-runs-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Started With VIM</title>
		<link>http://linuxneophyte.com/getting-started-with-vim/</link>
		<comments>http://linuxneophyte.com/getting-started-with-vim/#comments</comments>
		<pubDate>Wed, 03 Jan 2007 18:17:35 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[Console]]></category>
		<category><![CDATA[Edgy]]></category>
		<category><![CDATA[Getting Help]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VIM]]></category>

		<guid isPermaLink="false">http://linuxneophyte.com/getting-started-with-vim/</guid>
		<description><![CDATA[I&#8217;m still following the course over at LinuxBasics.org (and I&#8217;m waaaay behind at the moment).  Chapter 6 is all about editors, and specifically the Vim editor.  So for a least the next few posts, I&#8217;ll be composing in Vim and then pasting into Wordpress.
Vim is the editor I&#8217;ve been forcing myself to use [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m still following the course over at <a target="_blank" href="http://linuxbasics.org">LinuxBasics.org</a> (and I&#8217;m waaaay behind at the moment).  Chapter 6 is all about editors, and specifically the Vim editor.  So for a least the next few posts, I&#8217;ll be composing in Vim and then pasting into Wordpress.</p>
<p>Vim is the editor I&#8217;ve been forcing myself to use since jumping into the Linux ring.  I chose it because I had heard of it before, I had actually used a GUI version of it in Windows for a while to maintain a Windrop IRC bot, and because everything I had read online made it clear that Vim was a very common and powerful UNIX editor.</p>
<p>There are tons of sweet commands in Vim that allow you to keep your fingers on the keyboard at all times.  IMO, much preferable to mousing around an editor (even when I couldn&#8217;t type, I still found the keyboard faster).  The commands do (of course) require a little practice to really nail down.  The good news is that there&#8217;s an extremely simple to follow tutor built into the program.  To run it, simply enter <code>vimtutor</code> at the command line and follow the on-screen instructions.  I did find this tutor back when I started using Vim, I went through it once to collect enough information to make using the editor bearable, now I&#8217;m actually taking some time to get this down.  Unless you&#8217;re an elephant, you&#8217;ll probably need to run the tutor a few times.</p>
<p><em>I&#8217;ve re-read the last two paragraphs, it almost sounds like I dislike using Vim.  That couldn&#8217;t be further from the truth.  It&#8217;s got a learning curve to it, it requires some thought in the beginning and (fortunately) that eventually leads to muscle memory.  It was a moderately tough road at the start.  So indeed, in the beginning I had to force myself to use it and at times it was as frustrating as hell.  That ends, and I&#8217;m very comfortable using it on a daily basis now (I admit that I&#8217;m still looking up commands from time to time).  The more you use it the better it gets.  <img src='http://linuxneophyte.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </em></p>
<p>Whatever you do, don&#8217;t go starting up Vim without (at the very least) going through the tutor or checking out some online tutorials.  One of the things that make it such a powerful editor is that it has two modes, command and input.  When you first launch it, you&#8217;re in command mode.  Unless you happen to enter an <code>i</code>, <code>a</code> or <code>o</code> as the first character, you&#8217;re going to find yourself a little confused and probably annoyed.</p>
<p>Vim is certainly worth snuggling up to if you want to hone some of your skills.  If you&#8217;ve been exploring your system, you know that almost every configuration file is comprised of plain text and you need an editor to make changes to them.  Since you&#8217;ll find Vim on just about any distro, you&#8217;ll want this weapon in your arsenal.</p>
<p><strong>Note:</strong> If you&#8217;re using Edgy, perform a <code>sudo apt-get install vim</code> before getting started, it seems that Ubuntu defaulted to Vi (the inspiration for Vim) and IMO, it&#8217;s just a bit more difficult get used to.</p>
<p>For more help with Vim check out the links below:</p>
<p>*<a target="_blank" href="http://www.apmaths.uwo.ca/%7Exli/vim/vim_tutorial.html">http://www.apmaths.uwo.ca/~xli/vim/vim_tutorial.html</a></p>
<p>*<a target="_blank" href="http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html">http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html</a> (neat cheat sheet)</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/getting-started-with-vim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Console Bandwidth Monitors: nload &amp; bwm-ng</title>
		<link>http://linuxneophyte.com/console-bandwidth-monitors-nload-bwm-ng/</link>
		<comments>http://linuxneophyte.com/console-bandwidth-monitors-nload-bwm-ng/#comments</comments>
		<pubDate>Fri, 15 Dec 2006 12:48:03 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Console]]></category>
		<category><![CDATA[Edgy]]></category>
		<category><![CDATA[FC6]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Sytem Monitor]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://newbie.linuxworldnet.com/console-bandwidth-monitors-nload-bwm-ng/</guid>
		<description><![CDATA[I was wondering what nifty utilities were available for monitoring my bandwidth from the console. After a few minutes of googling I found my answer. There were two options that I found right away, bwm-ng and nload. Both programs have similar features so it really came down to look. Since I was slightly happier with [...]]]></description>
			<content:encoded><![CDATA[<p>I was wondering what nifty utilities were available for monitoring my bandwidth from the console. After a few minutes of googling I found my answer. There were two options that I found right away, <a target="_blank" href="http://www.gropp.org/">bwm-ng</a> and <a target="_blank" href="http://www.roland-riegel.de/nload/index.html">nload</a>. Both programs have similar features so it really came down to look. Since I was slightly happier with nload, I installed it on all of my full-time Linux machines, this included Fedora 6, Ubuntu Edgy and a Debian Sarge server. Don&#8217;t take my word for it though, if you have a hankerin&#8217; to monitor your bandwidth, check them both out.</p>
<p>The screen-cap below is shows <code>nload</code> and a few other programs running.  The first row is the local machine (FC6), the second row is (from left to right) a Debian Sarge server and an Ubuntu Edgy desktop.  The third row shows an available console and an <code>scp</code> command transferring a file from the Fedora box to the Debian box.</p>
<p><a title="Bandwidth Monitor" class="imagelink" target="_blank" href="http://linuxneophyte.com/wp-content/uploads/2007/01/bwmonitor.jpg"><img width="128" height="95" alt="Bandwidth Monitor" id="image111" src="http://linuxneophyte.com/wp-content/uploads/2007/01/bwmonitor.jpg" /></a></p>
<p><strong>Installing on Ubuntu:</strong></p>
<p>Be sure that you have the Universe repo enabled (click <a target="_blank" href="http://ubuntuguide.org/wiki/Ubuntu_Edgy#How_to_add_extra_repositories">here</a> for help)</p>
<p><code>sudo apt-get install nload bwm-ng</code></p>
<p><strong>Installing on Fedora:</strong></p>
<p>Installing an nload package on Fedora requires adding another repo to your yum configuration.  The steps are below.</p>
<p><strong>1:</strong> First create the <code>dries.repo</code> file as root.  If you aren&#8217;t a Gnome user, you can substitute <code>gedit</code> with <code>kwrite</code> or <code>kate</code> below.</p>
<blockquote><p><code>su -c 'gedit /etc/yum.repos.d/dries.repo'</code></p></blockquote>
<p>Paste the four lines below into the editor, save and exit:</p>
<blockquote><p><code>[dries]<br />
name=Extra Fedora rpms dries - $releasever - $basearch<br />
baseurl=http://ftp.belnet.be/packages/dries.ulyssis.org/fedora/linux/$releasever/$basearch/dries/RPMS/<br />
enabled=0</code></p></blockquote>
<p><strong>2:</strong> Download the GPG key, install it and then remove the local copy (once it&#8217;s imported, you don&#8217;t need the key file any longer)</p>
<blockquote><p><code><em>wget</em> http://dries.studentenweb.org/rpm/RPM-GPG-KEY.dries.txt</code></p>
<p><code>su -c 'rpm --import RPM-GPG-KEY.dries.txt'</code></p>
<p><code>rm RPM-GPG-KEY.dries.txt</code></p></blockquote>
<p>Done, now you can install the programs via yum.  The Dries repo isn&#8217;t enabled by default (I only leave official yum repos enabled on my machine).  The command below will enable the repo for this install only.  If you want to enable dries full-time, edit the dries.repo file and change <code>enabled=0</code> to <code>enabled=1</code>.</p>
<blockquote><p><code>su -c 'yum --enablerepo=dries install nload bwm-ng'</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/console-bandwidth-monitors-nload-bwm-ng/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ubuntu Edgy: Failed to Initialize HAL!</title>
		<link>http://linuxneophyte.com/ubuntu-edgy-failed-to-initialize-hal/</link>
		<comments>http://linuxneophyte.com/ubuntu-edgy-failed-to-initialize-hal/#comments</comments>
		<pubDate>Sun, 03 Dec 2006 04:00:52 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Edgy]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://newbie.linuxworldnet.com/ubuntu-edgy-failed-to-initialize-hal/</guid>
		<description><![CDATA[Grumble!  For whatever reason, I started receiving a &#8220;Failed to Initialize HAL!&#8221; error whenever I started my notebook and launched Gnome.  The result was that powersaving features were disabled.  There may have been other issues but I didn&#8217;t have time to explore.  This machine is primarily used by the Mrs. and [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Grumble!</strong>  For whatever reason, I started receiving a &#8220;Failed to Initialize HAL!&#8221; error whenever I started my notebook and launched Gnome.  The result was that powersaving features were disabled.  There may have been other issues but I didn&#8217;t have time to explore.  This machine is primarily used by the Mrs. and her user experience with the computers in this house needs to be perfect, that&#8217;s a hangup of mine, she&#8217;s actually pretty relaxed when it comes to the machines.  As long as they work when she needs them she&#8217;s cool.</p>
<p>The good news is that there&#8217;s an easy fix for it.  <a target="_blank" href="https://launchpad.net/distros/ubuntu/+source/dbus/+bug/19577">https://launchpad.net/distros/ubuntu/+source/dbus/+bug/19577</a> gives you all that you need to get fixed up.  However this shouldn&#8217;t really be a problem..  It seems that this fix was for Breezy and it shouldn&#8217;t have been a problem in Edgy. *shrugs*</p>
<p>Anyway, to fix this problem, enter the commands below.  After that, all should be fine.  Oh, I just rebooted after entering the commands, you may not need to do that.</p>
<p><code>sudo update-rc.d -f dbus remove</code></p>
<p><code>sudo update-rc.d dbus defaults 12</code></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/ubuntu-edgy-failed-to-initialize-hal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding &#8220;Open Terminal&#8221; to Gnome Context Menu</title>
		<link>http://linuxneophyte.com/adding-open-terminal-to-gnome-context-menu/</link>
		<comments>http://linuxneophyte.com/adding-open-terminal-to-gnome-context-menu/#comments</comments>
		<pubDate>Thu, 23 Nov 2006 04:00:18 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Edgy]]></category>
		<category><![CDATA[FC6]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://newbie.linuxworldnet.com/adding-open-terminal-to-gnome-context-menu/</guid>
		<description><![CDATA[Ever wish that you could right-click the Gnome desktop or a folder and open a terminal window?  It&#8217;s a simple installation away in both Ubuntu and Fedora.  I do sorta wonder why this isn&#8217;t included in Gnome by default.
Ubuntu:
Open your package manager and locate/install nautilus-open-terminal or alternatively open a terminal prompt and enter [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wish that you could right-click the Gnome desktop or a folder and open a terminal window?  It&#8217;s a simple installation away in both Ubuntu and Fedora.  I do sorta wonder why this isn&#8217;t included in Gnome by default.</p>
<p><strong>Ubuntu:</strong></p>
<p>Open your package manager and locate/install <strong>nautilus-open-terminal</strong> or alternatively open a terminal prompt and enter the command <font face="Courier, monospace">sudo apt-get install nautilus-open-terminal</font></p>
<p>Now restart Gnome (log out and back in) or open a terminal and enter <font face="Courier, monospace">ps aux |grep nautilus</font> then locate the PID for <em>nautilus</em> and issue a <font face="Courier, monospace">kill -HUP <em>[pid]</em><br />
</font></p>
<p><strong>Fedora:</strong></p>
<p>Open a terminal prompt and enter the command <font face="Courier, monospace">su -c &#8216;yum install nautilus-open-terminal&#8217;</font></p>
<p>Now restart Gnome (log out and back in) or open a terminal and enter <font face="Courier, monospace">ps aux |grep nautilus</font> then locate the PID for <em>nautilus</em> and issue a <font face="Courier, monospace">kill -HUP <em>[pid]</em></font></p>
<p><strong>Happy Thanksgiving!</strong> Food, football and naps.  Who doesn&#8217;t love this holiday????</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/adding-open-terminal-to-gnome-context-menu/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Print to PDF: cups-pdf</title>
		<link>http://linuxneophyte.com/print-to-pdf-cups-pdf/</link>
		<comments>http://linuxneophyte.com/print-to-pdf-cups-pdf/#comments</comments>
		<pubDate>Mon, 20 Nov 2006 16:14:12 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[CUPS]]></category>
		<category><![CDATA[Edgy]]></category>
		<category><![CDATA[FC6]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://newbie.linuxworldnet.com/print-to-pdf-cups-pdf/</guid>
		<description><![CDATA[Something I&#8217;ve been missing since my migration to Linux is the ability to print whatever I want to a PDF.  I find it insanely useful when I want a copy of purchase receipts or just about anything else that I should have a record of.  I usually don&#8217;t print anything to paper, simply [...]]]></description>
			<content:encoded><![CDATA[<p>Something I&#8217;ve been missing since my migration to Linux is the ability to print whatever I want to a PDF.  I find it insanely useful when I want a copy of purchase receipts or just about anything else that I should have a record of.  I usually don&#8217;t print anything to paper, simply because I&#8217;ll just lose it or recycle it and then regret it 6 months later when I need a copy.  Enter cups-pdf, a super easy way of outputting &#8220;stuff&#8221; to PDF.</p>
<p><strong>Installing on Ubuntu 6.10:</strong></p>
<p><font face="Courier, monospace">sudo apt-get install cups-pdf </font></p>
<p>Create the printer:</p>
<ol>
<li>From the Gnome System menu, navigate to System > Administration > Printing.</li>
<li>Double click on New Printer</li>
<li>PDF Printer should already be selected under Use a detected printer, click Forward</li>
<li>Select Generic from the Manufacturer drop down menu</li>
<li>Select Postscript Printer in the Model section, click Forward</li>
<li>Name your printer (I chose PDF-Printer) and click Apply</li>
</ol>
<p>All set, you can now opt to print web pages, or whatever else to your Cups/PDF-Printer.  Ubuntu saves the PDFs to your <font face="Courier, monospace">~/PDF/</font> directory (if you want to change the default location, use the last paragraph on this post as a guide).</p>
<p><strong>Installing on Fedora Core 6:</strong></p>
<p>Fedora keeps this package in the extras repo, you can install it using the command below.</p>
<p><font face="Courier, monospace">su -c &#8216;yum install cups-pdf&#8217;</font></p>
<p>A few seconds later I had a new printer named <em>Cups-PDF</em>, that when selected would print whatever I wanted to a PDF on my desktop.  I personally don&#8217;t want all of my PDFs saved to the desktop so I created a PDF folder in my home dir and made a change to the config file:</p>
<p>As root, edit <font face="Courier, monospace">/etc/cups/cups-pdf.conf</font>, locate the line that reads <font face="Courier, monospace">Out ${HOME}/Desktop</font> and change it to <font face="Courier, monospace">Out ${HOME}/PDF</font>.  I didn&#8217;t need to restart the CUPS service to apply the change, it just worked. <img src='http://linuxneophyte.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/print-to-pdf-cups-pdf/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Linux Play Time: Beryl, VMware and Future Blogs</title>
		<link>http://linuxneophyte.com/linux-play-time-beryl-vmware-and-future-blogs/</link>
		<comments>http://linuxneophyte.com/linux-play-time-beryl-vmware-and-future-blogs/#comments</comments>
		<pubDate>Sat, 18 Nov 2006 00:55:24 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Beryl]]></category>
		<category><![CDATA[Compiz]]></category>
		<category><![CDATA[Edgy]]></category>
		<category><![CDATA[Eye Candy]]></category>
		<category><![CDATA[FC6]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://newbie.linuxworldnet.com/linux-play-time-beryl-vmware-and-future-blogs/</guid>
		<description><![CDATA[I was able to leave work early today, I LOVE when that happens..  I took care of some personal responsibilities and came home to beer and some time with my desktop.  I haven&#8217;t had a lot of time to really play since I installed Edgy.
Beryl:
I gotta say, the Beryl project is extremely cool. [...]]]></description>
			<content:encoded><![CDATA[<p>I was able to leave work early today, I LOVE when that happens..  I took care of some personal responsibilities and came home to beer and some time with my desktop.  I haven&#8217;t had a lot of time to really play since I installed Edgy.</p>
<p><strong>Beryl:</strong></p>
<p>I gotta say, the Beryl project is extremely cool.  I had a great time picking out a skydome wallpaper and just tweaking out the desktop effects.  I had to kill off the trailfocus plugin in beryl, I was getting annoyed with the fading out of apps.  Other than that, I couldn&#8217;t be happier with the software.  It&#8217;s just amazing.  I have a nice fresh looking desktop with fun effects that just may help convince a few others to give Linux a shot (you KNOW anyone coming into this abode will be visiting my machine).  Yeah, yeah, eye candy isn&#8217;t the reason to switch operating systems.  That doesn&#8217;t mean that it won&#8217;t have an impact on some of those who are more reluctant to make the change.  Who knows?</p>
<p>On the topic of Beryl, it seems that the folks over at Fedora are creating packages for it.  That&#8217;s excellent news!  I&#8217;ve noticed that Beryl core and Beryl devel have made it into the repos.  I&#8217;m hoping that they&#8217;re planning to create packages for the plugins and extra toys as well.</p>
<p><strong>*Note:</strong> if you followed the instructions for installing Beryl 0.1.1 in <a target="_blank" href="http://linuxneophyte.com/beryl-on-fedora-core-6/">this post</a>, and you update to the latest version in the Fedora repos, you WILL break Beryl.  The good news is that  it&#8217;s easy to fix.  The RPMs referenced in the post have been updated to v 0.1.2.  You can just download and install all of the packages except for core and devel (the post explains how if you don&#8217;t know what I&#8217;m talking about). After that, Beryl will be back, and up-to-date.  Be sure to play with the &#8220;burn&#8221; animation.  It looks NICE, but IMO it gets too annoying to use regularly.  I wouldn&#8217;t mind seeing a &#8220;smoke&#8221; animation.  Something that turns into wisps of smoke when you close an app could be pretty sexy <img src='http://linuxneophyte.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>VMware:</strong></p>
<p>I took some time today to set up some test VMware appliances for LinuxWorldNet.  I&#8217;ll be using these &#8220;machines&#8221; to explore software and record my steps so I can post some how-to&#8217;s here.  I&#8217;ve mostly completed the Fedora install, I&#8217;ll be working on Edgy shortly and I&#8217;ve created a Debian stable server for testing.</p>
<p><strong>Upcoming Things:</strong></p>
<p>I&#8217;ll be using the Debian VM to test out some FTP servers for Linux.  I currently use Gene6 for Windows and would like to make the move to one of my Linux machines.  I have no idea how well this will work out, I&#8217;ll post about my ups and downs here.  Its going to be tough for any FTP server to beat G6, that&#8217;s just an amazing app.  As I get into it, I&#8217;ll tell you what my requirements are and we&#8217;ll see how far I can get <img src='http://linuxneophyte.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I also plan on covering the configuration of OpenSSH server for both Fedora and Ubuntu.  I&#8217;ll explain how to set them up in the most paranoid way I know how.  I&#8217;m hoping that any newbies stumbling upon this blog will be able to open his/her SSH server to the evils of the Internet and still feel confident that they will be as safe as can possibly be.</p>
<p>That&#8217;s pretty much it for now.  The only other thing I&#8217;d like to put out there is this; I&#8217;d like to hear from anyone that checks this blog out and has a few minutes to fire off a comment or email (matt at linuxworldnet dot com).  Let me know what you think or if there&#8217;s a topic you&#8217;d like covered (I&#8217;ll do what I can, I&#8217;m still new to this Linux thing myself).</p>
<p>I need to get back to my beer and play, laydah!</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/linux-play-time-beryl-vmware-and-future-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sendEmail, A light and simple command line mailer</title>
		<link>http://linuxneophyte.com/sendemail-a-light-and-simple-command-line-mailer/</link>
		<comments>http://linuxneophyte.com/sendemail-a-light-and-simple-command-line-mailer/#comments</comments>
		<pubDate>Mon, 13 Nov 2006 04:00:42 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Edgy]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[FC6]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://newbie.linuxworldnet.com/sendemail-a-light-and-simple-command-line-mailer/</guid>
		<description><![CDATA[I&#8217;ve been working on backing up my home directory automatically, generally when I automate a process I like to get an email notification of completion and perhaps a log file as proof.  Ubuntu doesn&#8217;t seem to have a command line mailer installed by default and many of the apps in the repos have heavy [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on backing up my home directory automatically, generally when I automate a process I like to get an email notification of completion and perhaps a log file as proof.  Ubuntu doesn&#8217;t seem to have a command line mailer installed by default and many of the apps in the repos have heavy dependencies (such as exim or postfix).  I don&#8217;t plan on running a mail server, and these programs add a level of complexity that just isn&#8217;t necessary (not to mention I&#8217;m just not ready to mess with them).  I found a small script that does exactly what I need, sendEmail.  It&#8217;s only dependency is perl and that should already be installed on your system.</p>
<p><font face="Courier, monospace">sendEmail -f [from address] -t [to address] [another to address] -u ['subject'] -m ['body'] -a [attachment] -s [your SMTP server]</font></p>
<p>As the example above shows, you simply call the script, specify your from address, specify the to address (one or many), define a subject and body (if you are including spaces in the subject or body wrap them in quotes), attach a file if you like, and then give it the address of your SMTP server (which was provided to you by your ISP).  It&#8217;s just that simple and it just works.</p>
<p>I couldn&#8217;t locate sendEmail in the Fedora repos (Ubuntu has it in the Universe repo) but it&#8217;s VERY easy to install yourself.  Download the official release from <a target="_blank" href="http://caspian.dotconf.net/menu/Software/SendEmail/">http://caspian.dotconf.net/menu/Software/SendEmail/</a> to your home directory, then enter the commands below.</p>
<p>Note: At the time of this writing the current version is 1.54 and the downloaded filename is <font face="Courier, monospace">sendEmail-v1.54.tar.gz</font>.  The filename may change later so you&#8217;ll have to adjust the commands below accordingly.  You will need the root password to install this script to the locations below.</p>
<p>Open a terminal window and go to your home folder (or the location of the downloaded file)</p>
<p><font face="Courier, monospace">su -c &#8216;<em>tar</em> -xzvf sendEmail-v1.54.tar.gz -C /usr/lib/&#8217;</font><br />
<font face="Courier, monospace">su -c &#8216;ln -s /usr/lib/sendEmail-v1.54/sendEmail /usr/bin/&#8217;</font></p>
<p>The first command will extract the files to <font face="Courier, monospace">/usr/lib/sendEmail-v1.54/</font>.  The second command just creates a symbolic link in <font face="Courier, monospace">/usr/bin/</font> that will allow you to call sendEmail from the command line.  For those interested, <font face="Courier, monospace">su -c</font> switches user to root, executes the command following the -c and then returns you to your normal user level.  I tend to use this method so I don&#8217;t forget to log out of the root account and accidentally break something.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/sendemail-a-light-and-simple-command-line-mailer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
