<?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>rvdavid: A Web Developer&#039;s Blog &#187; Fedora</title> <atom:link href="http://www.rvdavid.net/category/linux/fedora/feed/" rel="self" type="application/rss+xml" /><link>http://www.rvdavid.net</link> <description>A periodical blog of experiences from the angle of an autodidactic, paranoid and narcissistic web developer...</description> <lastBuildDate>Wed, 01 Sep 2010 12:47:15 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator><meta
xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" /> <item><title>Some Corrections on &#8220;Command Completion&#8221; issues in Fedora</title><link>http://www.rvdavid.net/some-corrections-on-command-completion-issues-in-fedora/</link> <comments>http://www.rvdavid.net/some-corrections-on-command-completion-issues-in-fedora/#comments</comments> <pubDate>Thu, 27 Sep 2007 14:56:08 +0000</pubDate> <dc:creator>rvdavid</dc:creator> <category><![CDATA[Fedora]]></category> <category><![CDATA[Linux]]></category><guid
isPermaLink="false">http://www.rvdavid.net/blog/some-corrections-on-command-completion-issues-in-fedora/</guid> <description><![CDATA[This is basically just a follow up from my last post which is now noise &#8211; I&#8217;m sorry &#8211; Here are a few clarifications: &#8220;Command Completion&#8221; not &#8220;Tab Hinting&#8221; What I had called &#8220;Tab Hinting&#8221; actually has a name in Linux. The correct term for it is &#8220;Command Completion&#8221; &#8220;It was always working&#8221; Man, do [...]]]></description> <content:encoded><![CDATA[<div
class="adsense adsense-leadin" style="float:right;margin: 12px;"><script type="text/javascript">google_ad_client = "pub-3968550303568935";
/* 250x250, created 07/06/10 */
google_ad_slot = "3782770990";
google_ad_width = 250;
google_ad_height = 250;</script> <script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></div><p>This is basically just a follow up from my <a
href="http://www.rvdavid.net/blog/limited-tab-hinting-in-fedora/" target="_blank">last post</a> which is now noise &#8211; I&#8217;m sorry &#8211; Here are a few clarifications:</p><ol><li><strong>&#8220;Command Completion&#8221; not &#8220;Tab Hinting&#8221; </strong><br
/> What I had called &#8220;Tab Hinting&#8221; actually has a name in Linux. The correct term for  it is &#8220;Command Completion&#8221;</p></li><li><strong>&#8220;It was always working&#8221;<br
/> </strong>Man, do I have pie on my face. It was apparently working all along, it&#8217;s just that it was/is working slowly, a little slower in Fedora than in Xubuntu which is what I was used to, but still working &#8211; for example if you type yum install ecl[tab][tab] it will hang for a little, then display a list of packages that start with ecl. I&#8217;m currently investigating how to make it faster. If however it does not work for you in Fedora something you can try is adding the line &#8220;set show-all-if-ambiguous on&#8221; in your /etc/inputrc folder.</p><p>Here&#8217;s a quick example:</p><pre lang="php">
# do not bell on tab-completion
#set bell-style noneset meta-flag on
set input-meta on
set convert-meta off
set output-meta on
set show-all-if-ambiguous on
... *snip*</pre></li></ol> ]]></content:encoded> <wfw:commentRss>http://www.rvdavid.net/some-corrections-on-command-completion-issues-in-fedora/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Trying out the Fedora 7 Linux Distro</title><link>http://www.rvdavid.net/trying-out-fedora-7/</link> <comments>http://www.rvdavid.net/trying-out-fedora-7/#comments</comments> <pubDate>Sat, 22 Sep 2007 01:15:23 +0000</pubDate> <dc:creator>rvdavid</dc:creator> <category><![CDATA[Fedora]]></category> <category><![CDATA[Linux]]></category><guid
isPermaLink="false">http://www.rvdavid.net/blog/trying-out-fedora-7/</guid> <description><![CDATA[Having recently converted my office and home workstations to Xubuntu, I&#8217;ve decided to dive in a little deeper and see what the Red Hat backed Fedora 7 is like. There are a few reasons for my decision to give Fedora a try. The first is just genuine interest &#8211; I like the thought of trying [...]]]></description> <content:encoded><![CDATA[<p>Having recently converted my office and home workstations to Xubuntu, I&#8217;ve decided to dive in a little deeper and see what the Red Hat backed Fedora 7 is like.</p><p>There are a few reasons for my decision to give Fedora a try.</p><p>The first is just genuine interest &#8211; I like the thought of trying new things and just wanted to see what a non-debian-based distro is link.</p><p>The second &#8211; which is probably the primary reason for me doing this is because the Dedicated Servers we are leasing in the States are all running Red Hat Enterprise.</p><p><span
id="more-58"></span>I was surprised at how lost I was when I had to do some things on the server. I thought I would be alright due to the &#8220;Quickening&#8221; I experienced with X/K/Ubuntu, but I was like a stunned deer staring at a pair of headlights of a semi-trailer truck fast approaching toward me. I mean sure, I could move stuff around and do other things, but the directory structure was somewhat different.</p><p>The blasted server didn&#8217;t even have vim installed on it, it only had vi. I wanted to install it, but I did not have apt-get/aptitude to hold my hand and so I read up on &#8220;yum&#8221;.</p><p>I start messing around with yum and did a &#8220;yum update&#8221; &#8211; it presented me with an option to install some things&#8230; prompted me if this is what I really wanted to do. &#8230; I cancelled the operation and quit the ssh connection. It was foreign to me. So in an effort to familiarise myself with a Red Hat based distro, I decided to install Fedora 7 an announcement I made at the Development room with my team members asking &#8220;wtf would you want to do that?&#8221;</p><p>As I started typing this post, I&#8217;m currently upgrading my newly installed  Fedora 7. It uses Gnome as it&#8217;s default desktop manager and came pre-installed with some recent software. As with all Linux distros I&#8217;ve used (all flavours of Ubuntu some RHEL and now, the not-so-enterprise Fedora), it is very responsive &#8211; something which I&#8217;ve become accustom to, so now when I need to do anything with my laptop which has Windows XP on it, I find myself clicking away at a restless pace when I launch an app on hardware laggy Windows.</p><p>Installation came at a price tho&#8217;. I thought installing Fedora would do the Ubuntu thing and try to incorporate other operating systems I have previously installed on my system. I had two hard drives, so I thought I&#8217;ll install Fedora to play with on sdb while keeping Xubuntu my primary OS on sda.</p><p>After backing up my home directory, I smack the DVD disc I burnt the Fedora 7 iso onto and rebooted. Installation went well checked the disc and it said that the disc was corrupt. I thought that it was peculiar as I burnt the cd without any hitches with brasero.</p><p>At 2am in the morning, fighting the images of my comfortable bed in my head, I thought it was a glitch and continued anyway. &#8211; bad idea! &#8211; The installer halted midway and the frustration woke me up.<br
/> The disc was indeed corrupt! Gah! I did not think it was a problem, I&#8217;ll just whip out an old Fedora Core 4 disc that came with a &#8220;Fedora Core 4 Unleashed&#8221; textbook that I purchased a year or two ago. I run the install and after configuring my hard drive partitions in setup I decided that it was pointless in doing this. I could just download the iso again and burn a new DVD. I cancelled out of the Fedora Core 4 installation wizard and reboot so that I can go and log onto my primary OS Xubuntu Feisty Fawn.</p><p>I glare at the screen as it tells me that there is a grub error 15. <strong>&#8220;F**********************CCKKKKKKKKKK!!!!!!!!!!&#8221;</strong></p><p>Somehow that last attempt at installing FC4 managed to format my drives! I don&#8217;t know how this happened, I guess I may have probably selected format all my hard drives instead of applying the advanced drive configuration I thought I did.  It&#8217;s 3am.  I&#8217;m not thinking straight and I felt like ripping my monitor up with it&#8217;s smug black screen and what seemed like a dancing blinking cursor.</p><p>Last thing I did before going to bed was running the Fedora Core 4 install at 3:30am before finally going to bed. Either the Fedora Core 4 install had some issues, or I was too distracted by my sidequest of staying awake. Either way&#8230; lesson learnt I suppose.</p><p>I spent a day or two using Fedora Core 4, I spent about 2 days with Fedora Core 4 at my home workstation and found it to be pretty standard. Playing around with some settings and yum.</p><p>I liked it enough to want to see what the newer shinier version was going to be like. I updated the repository to use Fedora 7&#8242;s and ran &#8220;yum upgrade&#8221; &#8211; after reading that this approach was highly discouraged &#8211; I did not see too much trouble with it, if it didn&#8217;t work, it&#8217;s a fresh install anyway &#8211; I could just get Fedora 7 again. As they had warned there were problems &#8211; broken dependencies all over the place! I guess this is the RPM Hell that I&#8217;ve read about.</p><p>On to plan B &#8211; The next day I asked Neil, my work colleague to burn the ISO on a DVD for me on his Windows laptop. That afternoon I installed FC7 &#8211; which brings us back here.  A brand new installation, no Xubuntu at my home workstation, Linux as my primary OS and Fedora 7 as my primary distro. <img
src='http://www.rvdavid.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p>Overall it was relatively painless. Hardware detection was a pretty standard aside from the my problematic Belkin F5d6001 Wireless Card which I anticipate I&#8217;d have to use ndiswrapper to get running, along with nvidia drivers that I haven&#8217;t tried to set up just yet.</p><p>I still need to figure out what to do with adding repositories and all that and find a replacement for other things, but it looks promising so far. Looking forward to the familiarisation process which shouldn&#8217;t be too steep now that I am familiar with the linux way of doing things.</p> ]]></content:encoded> <wfw:commentRss>http://www.rvdavid.net/trying-out-fedora-7/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching using disk

Served from: www.rvdavid.net @ 2010-09-10 20:39:05 -->