<?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>MSP Studio</title>
	<atom:link href="http://www.mspstudio.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mspstudio.net</link>
	<description></description>
	<lastBuildDate>Thu, 17 Nov 2011 16:00:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Disable IPv6 in Kubuntu</title>
		<link>http://www.mspstudio.net/2011/11/17/disable-ipv6-kubuntu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=disable-ipv6-kubuntu</link>
		<comments>http://www.mspstudio.net/2011/11/17/disable-ipv6-kubuntu/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 16:00:57 +0000</pubDate>
		<dc:creator>Rsynister</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://www.mspstudio.net/?p=836</guid>
		<description><![CDATA[IPv6 isn't as popular as it should be, and within a home network concept, it's not really useful.  Unless you want to learn how it works. ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mspstudio.net/wp-content/uploads/2011/11/snapshot3.png"><img class="alignleft size-medium wp-image-837" title="snapshot3" src="http://www.mspstudio.net/wp-content/uploads/2011/11/snapshot3-300x91.png" alt="" width="300" height="91" /></a>IPv6 isn&#8217;t as popular as it should be, and within a home network concept, it&#8217;s not really useful.  Unless you want to learn how it works.</p>
<p>With Kubuntu, the /etc/sysctl.conf file holds the key. Adding the following line at the end of the file and then rebooting, will disable IPv6 from your network connection setup:</p>
<p style="padding-left: 30px;"><strong>net.ipv6.conf.all.disable_ipv6 = 1</strong></p>
<p>I have tested this from  version 10.04 until the current Kubuntu version.</p>
<p>My philosophy about this is if I do not use something, why should it be running.  I like to run a clean environment and knowing what lies behind the curtains.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mspstudio.net/2011/11/17/disable-ipv6-kubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Remove Sudo</title>
		<link>http://www.mspstudio.net/2011/11/08/to-remove-sudo/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=to-remove-sudo</link>
		<comments>http://www.mspstudio.net/2011/11/08/to-remove-sudo/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 14:05:22 +0000</pubDate>
		<dc:creator>Rsynister</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Sudo]]></category>

		<guid isPermaLink="false">http://www.mspstudio.net/?p=766</guid>
		<description><![CDATA[This post is for anybody that want to run as root but with a different username. W-what? Yes, I said it; run as root with another username. I know this might be useless for some, but this might be useful for others. Either way, it&#8217;s always fun to play around and find how things work. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><strong>This post is for anybody that want to run as root but with a different username. W-what? Yes, I said it; run as root with another username. I know this might be useless for some, but this might be useful for others. Either way, it&#8217;s always fun to play around and find how things work. So, let&#8217;s do the unthinkable and remove sudo.</strong></p>
<p style="text-align: justify;">I have to start this post with a disclaimer. I do not recommend to do the following, but saying this, you can always do whatever you want. Well, it&#8217;s your damn computer and if something happens, don&#8217;t blame me.</p>
<h2 style="text-align: justify;">Why would someone want to do this?</h2>
<p style="text-align: justify;">There might be many reasons why someone would want to do this. For me, the main reasons would be to remove the need to type sudo for every commands, and it&#8217;s also for the sheer freedom. This operating system is base on freedom, and it lets its users use their computer the way they see fit. Besides, I&#8217;m a rebel without a cause, trying to defy what society dictates. I never was a follower and will never be one.</p>
<p style="text-align: justify;">Some may argue about sudo&#8217;s indispensability in our unsecured world, and I&#8217;ll let them argue all they want. Of course, if you surf porn all day and download tons of shit, you deserve to have your computer hacked. And if someone were to get access to your system, it would probably mean that they already know your password, which makes sudo absolutely useless.</p>
<p style="text-align: justify;">However, I can&#8217;t stress enough to be careful. Do not play stupid with a machine that contains important file. Always make sure that you are ready to re-install your OS. I don&#8217;t think you&#8217;ll need to, but it&#8217;s better to be prepared.</p>
<p style="text-align: justify;">I&#8217;ve ran with this configuration for about 2 years now, and I haven&#8217;t encountered any problems that couldn&#8217;t be resolved. Plus, I never tried the rm -r /* command and don&#8217;t think I ever will.</p>
<h2 style="text-align: justify;">How To:</h2>
<p style="text-align: justify;">Really, sudo cannot be removed, but the workaround is to set your user as root. There might be many ways to do this, but I&#8217;m only going to show you one way. I&#8217;m an old soul hence I do everything through the konsole.</p>
<p style="text-align: justify;">First, we must allow root to run on the computer&#8212;-<a title="Enable Root In Kubuntu" href="http://www.mspstudio.net/2011/11/07/enable-root-kubuntu/">read the following post on how to enable root</a>.</p>
<p style="text-align: justify;">After enabling the root account, you must change your username group and id number. To do this you must modify the /etc/passwd file. Open the file with a text editor and find your username. By default, the first username you create will have 1000 for its user-id and group number. You&#8217;ll have to change it so it looks like this:</p>
<p style="text-align: justify; padding-left: 30px;"><strong>username:x:0:0:username,,,:/home/username:/bin/bash</strong></p>
<p style="text-align: justify;">Now you just have to restart KDM and you&#8217;ll have a sudo-free Linux.</p>
<p style="text-align: justify;">I always thought that sudo should be an option instead of being mandatory. I know that it&#8217;s needed for certain people, but at the same time, it&#8217;s in the way of other&#8217;s creativity. There&#8217;s always a way to make thing happen with Linux and that&#8217;s what I like about it. It might be a sacrilege for some but I really find sudo annoying and by doing this, I can leave this awful aspect of Linux behind. But always remember, if you do this, you will run as root, everything you do will have some consequences.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mspstudio.net/2011/11/08/to-remove-sudo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable Root In Kubuntu</title>
		<link>http://www.mspstudio.net/2011/11/07/enable-root-kubuntu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=enable-root-kubuntu</link>
		<comments>http://www.mspstudio.net/2011/11/07/enable-root-kubuntu/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 19:53:00 +0000</pubDate>
		<dc:creator>Rsynister</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[Root]]></category>

		<guid isPermaLink="false">http://www.mspstudio.net/?p=768</guid>
		<description><![CDATA[Here are three steps to enable the root account in Kubuntu.

First, open the file /etc/kde4/kdm/kdmrc with your favorite text editor.  Within the file find AllowRootLogin=false and change it to AllowRootLogin=true.  Save and close the file.]]></description>
			<content:encoded><![CDATA[<p>Here are three steps to enable the root account in Kubuntu.</p>
<p>First, open the file /etc/kde4/kdm/kdmrc with your favorite text editor.  Within the file find <em>AllowRootLogin=false</em> and change it to <em>AllowRootLogin=true. </em> Save and close the file.</p>
<p>Now you have to change the root password.  To do this, simply write the following command in the Konsole:  #<em>passwd root.  </em>It will prompt you to type your new Unix password.  Always make sure that you have a proper password.  Your password&#8217;s complexity will dictate how long it will take for your computer to be hacked.,</p>
<p>Reboot and voilà, root is enable.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mspstudio.net/2011/11/07/enable-root-kubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Unthink: Let&#8217;s Take Over Facebook with A &#8220;Please try again later.&#8221;</title>
		<link>http://www.mspstudio.net/2011/10/26/unthink-facebook-please-later/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=unthink-facebook-please-later</link>
		<comments>http://www.mspstudio.net/2011/10/26/unthink-facebook-please-later/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 19:37:57 +0000</pubDate>
		<dc:creator>Rsynister</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Unthink]]></category>

		<guid isPermaLink="false">http://www.mspstudio.net/?p=761</guid>
		<description><![CDATA[Day number 2 and I&#8217;m still unable to use Unthink.   Instead of an error message we are now getting a message stating that the server are full and to try again later.  Well, I&#8217;ve been trying since 8a.m. this morning. I don&#8217;t know how they&#8217;re going to take over anything if it continues like [...]]]></description>
			<content:encoded><![CDATA[<p>Day number 2 and I&#8217;m still unable to use Unthink.   Instead of an error message we are now getting a message stating that the server are full and to try again later.  Well, I&#8217;ve been trying since 8a.m. this morning.</p>
<p>I don&#8217;t know how they&#8217;re going to take over anything if it continues like this.  I saw some reports stating that it&#8217;s going to be the new Facebook, but I can&#8217;t imagine it.  I&#8217;m going to be good with them and give them a week to resolves their issues.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mspstudio.net/2011/10/26/unthink-facebook-please-later/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Unthink: Getting Slaughtered On the First Day.</title>
		<link>http://www.mspstudio.net/2011/10/25/unthink-slaughtered-day/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=unthink-slaughtered-day</link>
		<comments>http://www.mspstudio.net/2011/10/25/unthink-slaughtered-day/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 19:45:05 +0000</pubDate>
		<dc:creator>Rsynister</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[Unthink]]></category>

		<guid isPermaLink="false">http://www.mspstudio.net/?p=753</guid>
		<description><![CDATA[Unthink, a new social-media site, is just being pounded by traffic.  You would think that would be a good thing, but when the site becomes to slow and you cannot do anything on it, it may be a deal breaker. As per their twitter feed, they are stating that they are installing new servers to [...]]]></description>
			<content:encoded><![CDATA[<p>Unthink, a new social-media site, is just being pounded by traffic.  You would think that would be a good thing, but when the site becomes to slow and you cannot do anything on it, it may be a deal breaker.</p>
<p>As per their twitter feed, they are stating that they are installing new servers to fix the issue but they cannot keep up.  They didn&#8217;t anticipate the amount of traffic they are receiving.</p>
<p>It&#8217;s too early to tell if this site will be the next social hangout, and I can tell you, it&#8217;s not a great beginning for them.  Yes, they are only in beta, of course, but they should be ready to receive everyone they sent an email to and they were not.</p>
<h3><a href="http://twitter.com/Iunthink">UNTHINK Twitter Feed</a></h3>
<ul>
<li><a href="http://twitter.com/search?q=%23UNTHINK">#UNTHINK</a> Well we just went down! There has been a tsunami of signups! Adding MORE servers quickly. |<a href="http://twitter.com/Iunthink/statuses/128920703859826689">0 minutes ago</a></li>
<li><a href="http://twitter.com/search?q=%23UNTHINK">#UNTHINK</a> servers are getting hammered! We are adding servers as fast as we can but can&#8217;t even keep up! | <a href="http://twitter.com/Iunthink/statuses/128902073503854592">1 hour ago</a></li>
</ul>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mspstudio.net/2011/10/25/unthink-slaughtered-day/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Plasma-Widget-NetworkManagement: 11.10 upgrade fix</title>
		<link>http://www.mspstudio.net/2011/10/24/plasma-widget-networkmanagement-11-10-upgrade-fix/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=plasma-widget-networkmanagement-11-10-upgrade-fix</link>
		<comments>http://www.mspstudio.net/2011/10/24/plasma-widget-networkmanagement-11-10-upgrade-fix/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 14:55:37 +0000</pubDate>
		<dc:creator>Rsynister</dc:creator>
				<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[11.10]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[network management]]></category>

		<guid isPermaLink="false">http://www.mspstudio.net/?p=744</guid>
		<description><![CDATA[I&#8217;m just banging my head on my keyboard as this problem was too easy to fix. Like many of you, I keep my /home directory on a separate partition just to make sure I don&#8217;t lose anything of my settings, my pictures, or whatever is important when I do an upgrade, but having this partition [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m just banging my head on my keyboard as this problem was too easy to fix. Like many of you, I keep my /home directory on a separate partition just to make sure I don&#8217;t lose anything of my settings, my pictures, or whatever is important when I do an upgrade, but having this partition created this problem. I had settings spanning from five past distribution infecting my computer.</p>
<p>You would think when you upgrade, the config files would reinitialize themselves but they don&#8217;t, and just by deleting the ~/.kde/share/config folder, my problems went away. Mind you, I had to redo all my configuration, but it was worth the price.</p>
<p>I guess within the millions of files contained in that folder, there was one file that didn&#8217;t agree with the new plasma network management widget. By removing that folder, it just reinitialize everything.</p>
<p>So stop wasting time and just redo your configuration. It&#8217;s always good anyways to clean up once in a while.</p>
<p>If anyone knows the exact file or files that need to be deleted without affecting all the configurations, let me know by writing a comment. The community would really appreciate it.</p>
<p>&nbsp;</p>
<p><a title="11.10 Oneiric Network Management Problems" href="http://www.mspstudio.net/2011/10/18/kubuntu-11-10-oneiric-network-management-problem/">Original Article</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mspstudio.net/2011/10/24/plasma-widget-networkmanagement-11-10-upgrade-fix/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Facebook: More Friends = Bigger Brains</title>
		<link>http://www.mspstudio.net/2011/10/21/facebook-friends-bigger-brains/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=facebook-friends-bigger-brains</link>
		<comments>http://www.mspstudio.net/2011/10/21/facebook-friends-bigger-brains/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 14:58:45 +0000</pubDate>
		<dc:creator>Rsynister</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[opinion]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[stupid]]></category>

		<guid isPermaLink="false">http://www.mspstudio.net/?p=739</guid>
		<description><![CDATA[There is another ridiculous research about Facebook.   It states that someone with a lot of friends may have a bigger brain.   Seriously, are they for real? Does it really mean that Justin Bieber is more intelligent than me?   I&#8217;m pretty sure my brain is bigger, not because I&#8217;m more intelligent, but because I&#8217;m bigger than the guy. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">There is another ridiculous research about Facebook.   It states that someone with a lot of friends may have a bigger brain.   Seriously, are they for real? Does it really mean that Justin Bieber is more intelligent than me?   I&#8217;m pretty sure my brain is bigger, not because I&#8217;m more intelligent, but because I&#8217;m bigger than the guy.</p>
<p style="text-align: justify;">Having more friends doesn&#8217;t do anything the size of the brain.  The height and the size of a person might have a bigger impact than Facebook will ever have. The only thing that would inflate in this case would be the ego, and it probably mean that the person is  an ass and doesn&#8217;t have a real social life.</p>
<p style="text-align: justify;">I would like to suggest to all the researchers out there to stop spending money on theories that will not help improving the humans kind.  Intelligence is not measured by the size of the brain but what you do with it.</p>
<p style="text-align: justify;">
<p style="text-align: justify;">
]]></content:encoded>
			<wfw:commentRss>http://www.mspstudio.net/2011/10/21/facebook-friends-bigger-brains/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Letter to E-Books Writers</title>
		<link>http://www.mspstudio.net/2011/10/19/letter-writers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=letter-writers</link>
		<comments>http://www.mspstudio.net/2011/10/19/letter-writers/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 18:22:10 +0000</pubDate>
		<dc:creator>Rsynister</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Writing]]></category>
		<category><![CDATA[e-books]]></category>
		<category><![CDATA[letter]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[writer]]></category>

		<guid isPermaLink="false">http://www.mspstudio.net/?p=728</guid>
		<description><![CDATA[Dear Writers: I will try to make this short as I don&#8217;t want to waste too much of your time.  Surely, this is an obvious statement that most writer will agree upon, but I fear that it is not obvious enough as this problem plagues the e-book communities around the world. Please, do not turn your 1000 [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Dear Writers:</p>
<p style="text-align: justify;">I will try to make this short as I don&#8217;t want to waste too much of your time.  Surely, this is an obvious statement that most writer will agree upon, but I fear that it is not obvious enough as this problem plagues the e-book communities around the world.</p>
<p style="text-align: justify;">Please, do not turn your 1000 words essay or article into a 30 page e-book.</p>
<p style="text-align: justify;">Lately, I&#8217;ve read a lot of e-books and found myself perplex by the lack of substance in them.   They announce themselves as having 10, 20, and even 30 pages of useful content, but lack in all aspect of&#8212;-how can I say this&#8212;having content.  Someone would think that by the name &#8220;E-Book&#8221;, it would be some sort of electronic book.  I have seen many books in my time and I haven&#8217;t seen any book with one simple article that share the wisdom on how to wash your hands.  In my world, those are called pamphlets, documents, article, but never called a book..</p>
<p style="text-align: justify;">Yes, of course, you have 30 pages, but what are those 30 pages consisting of?  White space, double interlined, two sentences paragraphs, large margins, large fonts, and big huge ass titles with big  pictures of people doing stuff that are not related to the subject in question.</p>
<p style="text-align: justify;">Again, please stop promoting your e-books that are worth as much as a Word document.</p>
<p style="text-align: justify;">Thanks you.</p>
<p style="text-align: justify;">
]]></content:encoded>
			<wfw:commentRss>http://www.mspstudio.net/2011/10/19/letter-writers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Kubuntu 11.10 Oneiric Network Management Problems</title>
		<link>http://www.mspstudio.net/2011/10/18/kubuntu-11-10-oneiric-network-management-problem/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=kubuntu-11-10-oneiric-network-management-problem</link>
		<comments>http://www.mspstudio.net/2011/10/18/kubuntu-11-10-oneiric-network-management-problem/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 17:12:28 +0000</pubDate>
		<dc:creator>Rsynister</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://www.mspstudio.net/?p=717</guid>
		<description><![CDATA[I know that I should&#160;re-install my Linux when a new distribution is&#160;available, but I never learn. &#160;Perhaps in hope that this time, the upgrade will work flawlessly, but there&#8217;s always something that fails in the process. &#160;For this&#160;distribution, it was my network. At first, I was getting a slow boot. &#160;My Linux told me to [...]]]></description>
			<content:encoded><![CDATA[<p>I know that I should&nbsp;re-install my Linux when a new distribution is&nbsp;available, but I never learn. &nbsp;Perhaps in hope that this time, the upgrade will work flawlessly, but there&#8217;s always something that fails in the process. &nbsp;For this&nbsp;distribution, it was my network.</p>
<p style="text-align: justify;">At first, I was getting a slow boot. &nbsp;My Linux told me to wait 60 second just in case my network connection would decide to show up. &nbsp;Of course, like banging your head on a wall, the 60 second wait was useless. &nbsp;I searched high and low for a solution on the Internet. &nbsp;I found one that fixed my 60 second boot-up problem. &nbsp; I had to move everything in the /var/run directory to the /run/ directory, and then simply add symbolic links to that folder&#8212;-yeah, I know, I was like, &#8220;What the fuck is this?&#8221;</p>
<div style="float:left;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-2281538013759297";
/* Post ads */
google_ad_slot = "3985367456";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<p style="text-align: justify;">ln -s /run /var/run</p>
<p style="text-align: justify;">ln -s /run/lock /var/lock</p>
<p style="text-align: justify;">That only fixed the 60 second boot-up problem. &nbsp;I was unable to work with my network manager. &nbsp; In fact, I had access to all my network cards through the konsole, which is fine and dandy, but I have to work with multiple networks, and changing everything without the GUI is just a plain pain in the ass.</p>
<p style="text-align: justify;">I tried everything that was written on every blog and forum without any results. &nbsp;So I made the&nbsp;decision&nbsp;to scrap everything and reinstall from scratch.</p>
<p style="text-align: justify;">Hold and behold, the problem was still there. &nbsp; No matter, from upgrade or fresh install, I couldn&#8217;t get my network manager to work. &nbsp;Really, the problem lies with the plasma-widget-networkmanagement. &nbsp;It simply doesn&#8217;t work with my laptop. &nbsp;To fix this problem, I had to install the Gnome network manager (apt-get install network-manager-gnome) and then remove the kde network management (apt-get remove network-manager-kde). &nbsp;I also had to make the nm-applet launch at boot-up, but now I can manage all my connections without any problems.</p>
<p style="text-align: justify;">It might be a hardware incompatibility, but it was working with Natty. &nbsp;All and all, this workaround works. &nbsp;I will keep it for a while until I can have a proper resolution for this problem.</p>
<p style="text-align: justify;">__________________________________________</p>
<p style="text-align: justify;">Update: &nbsp;Here is the fix for this problem.</p>
<h2><a title="Permanent Link to Plasma-Widget-NetworkManagement: 11.10 upgrade fix" href="http://www.mspstudio.net/2011/10/24/plasma-widget-networkmanagement-11-10-upgrade-fix/" rel="bookmark">Plasma-Widget-NetworkManagement: 11.10 upgrade fix</a></h2>
<p style="text-align: justify;">
]]></content:encoded>
			<wfw:commentRss>http://www.mspstudio.net/2011/10/18/kubuntu-11-10-oneiric-network-management-problem/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Becoming a Professional Writer: A Writing Niche or Repetition?</title>
		<link>http://www.mspstudio.net/2011/09/21/professional-writer-writing-niche/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=professional-writer-writing-niche</link>
		<comments>http://www.mspstudio.net/2011/09/21/professional-writer-writing-niche/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 14:17:53 +0000</pubDate>
		<dc:creator>Rsynister</dc:creator>
				<category><![CDATA[Writing]]></category>
		<category><![CDATA[niche]]></category>
		<category><![CDATA[repetition]]></category>

		<guid isPermaLink="false">http://www.mspstudio.net/?p=657</guid>
		<description><![CDATA[Blogs are everywhere these days. We can almost say that the Internet is blog made. For any type of subject the world has to offer, I can assure you that there is a blog for it----if not, then create one, it's easy. This is where the niche paradigm comes in.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Blogs are everywhere these days. We can almost say that the Internet is blog made. For any type of subject the world has to offer, I can assure you that there is a blog for it&#8212;-if not, then create one, it&#8217;s easy. This is where the <em><a title="niche" href="http://dictionary.reference.com/browse/niche">niche</a></em> paradigm comes in.</p>
<p style="text-align: justify;">It&#8217;s been written, almost as a blog rule, to choose a <em>niche</em> and stick with it. But I&#8217;m here to negate that rule. No writer will only write about one subject, because it would bore the hell of them,&#8212;-I know, I would be bored&#8212;-and they end up repeating themselves over and over.</p>
<p style="text-align: justify;">Like I said, the major problem with a <em>niche</em> is repetition. I&#8217;m subscribe to writing sites, but most of them don&#8217;t last a week on my RSS <a title="Aggregator" href="http://dictionary.reference.com/browse/aggregator">aggregator</a>. Writers are constantly rewriting their earlier posts and that irritates me. I&#8217;m all for recycling but not for blog posts. Say it once and then move on. Of course, you can expand a subject in so many ways, but lingering on it and saying the same thing over and over is not the way to do things. Find something else to say; find something new.</p>
<p style="text-align: justify;">Now, let&#8217;s move on the good part of <em>niche</em> writing. It&#8217;s plain and simple. It makes your site more accessible to readers. Most Internet users search for one subject at a time, and when they find a webpage that only talks about the subject they&#8217;re looking for, they will read more than just the headlines.</p>
<p style="text-align: justify;">So what to do when you don&#8217;t want to write on just one subject? You can create multiple blogs. Each blog should have their main subject and that way, you wont be stuck on one thing. This is my goal for the future of my blog.</p>
<p style="text-align: justify;">Choose your <em>niche</em> or <em>niches</em> and write, but do not repeat yourself. It makes the Internet <a title="redundant" href="http://dictionary.reference.com/browse/redundant">redundant</a> and sometime boring.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mspstudio.net/2011/09/21/professional-writer-writing-niche/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

