<?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>fedora.short-stack.net</title>
	<atom:link href="http://fedora.short-stack.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://fedora.short-stack.net</link>
	<description>frustrations, successes, &#38; tears of joy from my fedora experience</description>
	<lastBuildDate>Wed, 29 Jul 2009 16:47:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Gnome-Do</title>
		<link>http://fedora.short-stack.net/?p=23</link>
		<comments>http://fedora.short-stack.net/?p=23#comments</comments>
		<pubDate>Wed, 29 Jul 2009 16:46:48 +0000</pubDate>
		<dc:creator>short stack</dc:creator>
				<category><![CDATA[gnome]]></category>
		<category><![CDATA[screenshots]]></category>

		<guid isPermaLink="false">http://fedora.short-stack.net/?p=23</guid>
		<description><![CDATA[i finally reformatted. i finally have fedora 11 on my main laptop. i reformatted my web server with cent OS and have been procrastinating getting that back up and running i have a lot of backing up/moving crap around to do. i am about to reformat my eee PC with linux mint (leaving for defcon [...]]]></description>
			<content:encoded><![CDATA[i finally reformatted. i finally have fedora 11 on my main laptop. i reformatted my web server with <a href="http://www.centos.org/">cent OS</a> and have been procrastinating getting that back up and running i have a lot of backing up/moving crap around to do. i am <em>about</em> to reformat my eee PC with <a href="http://www.linuxmint.com/">linux mint</a> (leaving for <a href="http://defcon.org">defcon</a> today so i don&#8217;t want it to be obliterated by evil shenanigans). we&#8217;ll see how that goes.
<br/><br/>
SO&#8230; in the midst of my reformatting frenzy, i did want to share something that has made gnome even prettier and fun to use. <a href="http://do.davebsd.com">gnome-do</a>. i had never seen it until i started my new job. a coworker referred it to me and now i&#8217;m referring it to whoever reads this. i don&#8217;t think i&#8217;ll ever not use it unless something better comes along.
<br/><br/>
i won&#8217;t be good at explaining it so i recommend trying it out. i&#8217;ll be more specific about my fedora 11 install later on, however it might prove to be a moot point if my hard drive dies. i think it&#8217;s about to bite the dust.
<br/><br/>
<center><a href="http://fedora.short-stack.net/wp-content/uploads/2009/07/screenshot.png" title="Screenshot"><img src="http://fedora.short-stack.net/wp-content/uploads/2009/07/screenshot.thumbnail.png" alt="Screenshot" /></a></center>]]></content:encoded>
			<wfw:commentRss>http://fedora.short-stack.net/?feed=rss2&amp;p=23</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Time to Reformat</title>
		<link>http://fedora.short-stack.net/?p=22</link>
		<comments>http://fedora.short-stack.net/?p=22#comments</comments>
		<pubDate>Wed, 25 Feb 2009 06:33:19 +0000</pubDate>
		<dc:creator>short stack</dc:creator>
				<category><![CDATA[updates]]></category>

		<guid isPermaLink="false">http://fedora.short-stack.net/?p=22</guid>
		<description><![CDATA[it&#8217;s about that time again. i think i&#8217;ll be reformatting soon. i can feel it.

fedora 10. this blog will more than likely come back alive.

in the meantime, i&#8217;m finishing up my research on the effects of gender socialization on females in open source. the details can be found at osfemales.short-stack.net.]]></description>
			<content:encoded><![CDATA[it&#8217;s about that time again. i think i&#8217;ll be reformatting soon. i can feel it.
<br/><br/>
fedora 10. this blog will more than likely come back alive.
<br/><br/>
in the meantime, i&#8217;m finishing up my research on the effects of gender socialization on females in open source. the details can be found at <a href="http://osfemales.short-stack.net">osfemales.short-stack.net</a>.]]></content:encoded>
			<wfw:commentRss>http://fedora.short-stack.net/?feed=rss2&amp;p=22</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Terminal!</title>
		<link>http://fedora.short-stack.net/?p=21</link>
		<comments>http://fedora.short-stack.net/?p=21#comments</comments>
		<pubDate>Wed, 12 Nov 2008 04:34:23 +0000</pubDate>
		<dc:creator>short stack</dc:creator>
				<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://fedora.short-stack.net/?p=21</guid>
		<description><![CDATA[this article is fantastic.

to tweet from the command line, make sure you have wget installed and simply do the following:

wget --keep-session-cookies --http-user=youremail --http-password=yourpassw \
    --post-data="status=HOORAY!" \

http://twitter.com:80/statuses/update.xml

OR!

curl -u youremail:yourpassw -d status=â€HOORAY!" http://twitter.com/statuses/update.xml

thank you, IBM, for distracting me even more tonight. i was not procrastinating nearly enough.]]></description>
			<content:encoded><![CDATA[<a href="http://www.ibm.com/developerworks/linux/library/l-friendfeed/index.html">this article</a> is fantastic.

to tweet from the command line, make sure you have wget installed and simply do the following:

<code>wget --keep-session-cookies --http-user=youremail --http-password=yourpassw \
    --post-data="status=HOORAY!" \

http://twitter.com:80/statuses/update.xml</code>

OR!

<code>curl -u youremail:yourpassw -d status=â€HOORAY!" http://twitter.com/statuses/update.xml</code>

thank you, IBM, for distracting me even more tonight. i was not procrastinating nearly enough.]]></content:encoded>
			<wfw:commentRss>http://fedora.short-stack.net/?feed=rss2&amp;p=21</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BCM4328</title>
		<link>http://fedora.short-stack.net/?p=20</link>
		<comments>http://fedora.short-stack.net/?p=20#comments</comments>
		<pubDate>Sun, 09 Nov 2008 01:22:28 +0000</pubDate>
		<dc:creator>short stack</dc:creator>
				<category><![CDATA[broadcom 4328]]></category>

		<guid isPermaLink="false">http://fedora.short-stack.net/?p=20</guid>
		<description><![CDATA[appalachLAN XII is today and i have spent the last 3+ hours reformatting my laptop. twice. i couldn&#8217;t make up my mind between 8 and 9&#8230; i settled with the one i know best.

it seems like every time i reformat, with every kernel update, i have to scour the internet for a new BCM4328 driver. [...]]]></description>
			<content:encoded><![CDATA[appalachLAN XII is today and i have spent the last 3+ hours reformatting my laptop. twice. i couldn&#8217;t make up my mind between 8 and 9&#8230; i settled with the one i know best.

it seems like every time i reformat, with every kernel update, i have to scour the internet for a new BCM4328 driver. the one that worked this time is R140746.

<code>wget http://ftp.us.dell.com/network/R140746.EXE</code>

i hope this helps someone. after you download that, do the following:

<code>echo "blacklist bcm43xx" &gt;&gt; /etc/modprobe.d/blacklist<br/>
yum install ndiswrapper<br/>
ndiswrapper -i bcmwl5.inf<br/>
ndiswrapper -l<br/>
ndiswrapper -m<br/>
modprobe ndiswrapper</code>

make sure you have a wireless interface set up under your network settings and make sure your /etc/modprobe.conf has an &#8220;alias wlan0 ndiswrapper&#8221; line somewhere in it.

you&#8217;ll probably have to reboot. you shouldn&#8217;t have to with modprobe but i had to.]]></content:encoded>
			<wfw:commentRss>http://fedora.short-stack.net/?feed=rss2&amp;p=20</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VLC Media Player</title>
		<link>http://fedora.short-stack.net/?p=19</link>
		<comments>http://fedora.short-stack.net/?p=19#comments</comments>
		<pubDate>Wed, 05 Nov 2008 06:52:39 +0000</pubDate>
		<dc:creator>short stack</dc:creator>
				<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://fedora.short-stack.net/?p=19</guid>
		<description><![CDATA[i don&#8217;t know why i didn&#8217;t switch sooner. it just WORKS!]]></description>
			<content:encoded><![CDATA[i don&#8217;t know why i didn&#8217;t switch sooner. it just WORKS!]]></content:encoded>
			<wfw:commentRss>http://fedora.short-stack.net/?feed=rss2&amp;p=19</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Quake 3 Arena</title>
		<link>http://fedora.short-stack.net/?p=18</link>
		<comments>http://fedora.short-stack.net/?p=18#comments</comments>
		<pubDate>Sun, 12 Oct 2008 16:48:31 +0000</pubDate>
		<dc:creator>short stack</dc:creator>
				<category><![CDATA[gaming]]></category>

		<guid isPermaLink="false">http://fedora.short-stack.net/?p=18</guid>
		<description><![CDATA[i never tried empathy (see previous post). i got sidetracked. such is life.

BUT&#8230; we had AppalachLAN XI yesterday (gaming club) and i had not played quake since before i went strictly linux. if you are not familiar with open source gaming, quake 3 arena runs on linux. WOO! i installed it and low and behold, [...]]]></description>
			<content:encoded><![CDATA[i never tried empathy (see previous post). i got sidetracked. such is life.
<br/><br/>
BUT&#8230; we had AppalachLAN XI yesterday (gaming club) and i had not played quake since before i went strictly linux. if you are not familiar with open source gaming, quake 3 arena runs on linux. WOO! i installed it and low and behold, it did not work.
<br/><br/>
turns out, if you have pulseaudio running, it does not like to work. i was screwing with it for HOURS and could not figure out what the error message was for. i would post it here, but i forgot to save it and thankfully have not replicated it. :-)
<br/><br/>
bottom line, if you try to install quake 3 arena (<a href="http://ioquake3.org">ioquake3.org</a>) on fedora and you get a funky error message, that might be your problem. give it a shot.

if all else fails, download <a href="http://openarena.ws">open arena</a>. it&#8217;s 100% open source and is based on the q3 engine.]]></content:encoded>
			<wfw:commentRss>http://fedora.short-stack.net/?feed=rss2&amp;p=18</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Empathy</title>
		<link>http://fedora.short-stack.net/?p=17</link>
		<comments>http://fedora.short-stack.net/?p=17#comments</comments>
		<pubDate>Mon, 11 Aug 2008 20:15:11 +0000</pubDate>
		<dc:creator>short stack</dc:creator>
				<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://fedora.short-stack.net/?p=17</guid>
		<description><![CDATA[i can&#8217;t wait to try this when i get home!!! updates to come.]]></description>
			<content:encoded><![CDATA[<a href="http://live.gnome.org/Empathy">i can&#8217;t wait to try this when i get home</a>!!! updates to come.]]></content:encoded>
			<wfw:commentRss>http://fedora.short-stack.net/?feed=rss2&amp;p=17</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screenshot Within Virtual Box</title>
		<link>http://fedora.short-stack.net/?p=16</link>
		<comments>http://fedora.short-stack.net/?p=16#comments</comments>
		<pubDate>Wed, 23 Jul 2008 03:06:00 +0000</pubDate>
		<dc:creator>short stack</dc:creator>
				<category><![CDATA[frustrations]]></category>

		<guid isPermaLink="false">http://fedora.short-stack.net/?p=16</guid>
		<description><![CDATA[is it possible? i&#8217;ve been googling this all night because i love to give myself headaches and am using remote desktop + virtual box + my usual desktop all at one time working on my portfolio. life would be much easier if i could just take a screenshot while i&#8217;m within virtual box of my [...]]]></description>
			<content:encoded><![CDATA[is it possible? i&#8217;ve been googling this all night because i love to give myself headaches and am using remote desktop + virtual box + my usual desktop all at one time working on my portfolio. life would be much easier if i could just take a screenshot while i&#8217;m within virtual box of my windows desktop but that darn pop up window to save my screenshot keeps coming up in fedora. I WANT TO PASTE IT IN WINDOWS&#8211;NOT SAVE IT IN LINUX.]]></content:encoded>
			<wfw:commentRss>http://fedora.short-stack.net/?feed=rss2&amp;p=16</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Help Installing Fonts</title>
		<link>http://fedora.short-stack.net/?p=15</link>
		<comments>http://fedora.short-stack.net/?p=15#comments</comments>
		<pubDate>Fri, 18 Jul 2008 16:13:57 +0000</pubDate>
		<dc:creator>short stack</dc:creator>
				<category><![CDATA[fonts]]></category>

		<guid isPermaLink="false">http://fedora.short-stack.net/?p=15</guid>
		<description><![CDATA[this was not as easy to figure out as i had hoped but i found a thread that explained how to install fonts in fedora that finally worked. most of them said to go to system > preferences > fonts but that menu item didn&#8217;t exist. so instead i just did this:


cp *.ttf /usr/share/fonts
fc-cache -v [...]]]></description>
			<content:encoded><![CDATA[this was not as easy to figure out as i had hoped but i found a thread that explained how to install fonts in fedora that finally worked. most of them said to go to system > preferences > fonts but that menu item didn&#8217;t exist. so instead i just did this:
<br /><br />
<code>
cp *.ttf /usr/share/fonts<br />
fc-cache -v -f
</code>
<br /><br />
log out and back in again and voile! you can has a new font.]]></content:encoded>
			<wfw:commentRss>http://fedora.short-stack.net/?feed=rss2&amp;p=15</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Pure Linux Bliss</title>
		<link>http://fedora.short-stack.net/?p=13</link>
		<comments>http://fedora.short-stack.net/?p=13#comments</comments>
		<pubDate>Tue, 08 Jul 2008 23:51:22 +0000</pubDate>
		<dc:creator>short stack</dc:creator>
				<category><![CDATA[adobe cs3 products]]></category>
		<category><![CDATA[windows emulation]]></category>

		<guid isPermaLink="false">http://fedora.short-stack.net/?p=13</guid>
		<description><![CDATA[there are SO many things i&#8217;ve done with fedora lately that i swear have changed my world. my god, it&#8217;s amazing. i know that sounds exaggerated but it&#8217;s the truth.

i tackled my photoshop woes this week and learned a lot in the process.

this week, we got a new girl at work. since the company i [...]]]></description>
			<content:encoded><![CDATA[there are SO many things i&#8217;ve done with fedora lately that i swear have changed my world. my god, it&#8217;s amazing. i know that sounds exaggerated but it&#8217;s the truth.
<br /><br />
i tackled my photoshop woes this week and learned a lot in the process.
<br /><br />
this week, we got a new girl at work. since the company i work with is fairly small, they can&#8217;t afford top notch computers for everyone in the office to work on. i decided i&#8217;d let her use mine and i&#8217;d just bring my laptop in, <i>completely</i> forgetting that i had not yet found a reasonable way to get the adobe suite working aside from the pain-in-the-ass, bandwidth-hogging remote desktop method. this gave me a mission.
<br /><br />
i&#8217;d seen my friends use a windows emulator but had never looked into it. mostly because i had left all my windows/warez CDs in boone. just my luck! i was in boone this weekend for my birthday and remembered to snag them all. step 1 accomplished.
<br /><br />
i googled a few solutions and found vmware server. it&#8217;s free and seemed like the perfect solution, except for when you up the RAM usage for the virtual server to 2 GB (the minimum requirements to install adobe master suite), you can barely move your mouse when it&#8217;s all said and done.
<br /><br />
a friend suggested virtual box and that is what i ended up using. after a lot of trial and error, i finally got things working. i will say this, though: make sure you give yourself enough space (15+ gigs) to install the programs you want because resizing the virtual disks is a serious headache.
<br /><br />
i looked up many ways to do it and finally found a system recovery ISO (reminded me a lot of knoppix) to boot the guest OS from, run gparted, copy the old partition, put it on a bigger one, and resize it. it took like 7 tries, however, because i kept getting an error in gparted and the new windows partition would not recognize the extra space and it acted like the partition was still 10 gigs instead of 15 (even though it was running off of the 15 gig partition). i honestly do not know what fixed that problem other than luck and jesus having pity on my soul and my processor. it may have been the fact that i finally selected the option to check/repair the new partition in gparted so when the guest OS booted, windows ran chkdsk and recognized the extra space. i&#8217;m still gonna say it was a miracle.
<br /><br />
so&#8230; short story long: if you want to run adobe master suite cs3, it runs beautifully (almost zero lag) under <a href="http://www.virtualbox.org/">virtualbox</a>.]]></content:encoded>
			<wfw:commentRss>http://fedora.short-stack.net/?feed=rss2&amp;p=13</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
