<?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>Black On Stuff &#187; While Not At Work</title>
	<atom:link href="http://www.blackonstuff.com/category/while-not-at-work/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blackonstuff.com</link>
	<description>Blogging about nothing ...</description>
	<lastBuildDate>Mon, 15 Feb 2010 21:11:13 +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>How to change network adapter settings in Windows 7 from command line</title>
		<link>http://www.blackonstuff.com/2010-02-15/how-to-change-network-adapter-settings-in-windows-7-from-command-line/</link>
		<comments>http://www.blackonstuff.com/2010-02-15/how-to-change-network-adapter-settings-in-windows-7-from-command-line/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 21:11:13 +0000</pubDate>
		<dc:creator>Black</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[While Not At Work]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.blackonstuff.com/?p=124</guid>
		<description><![CDATA[I have two internet connections at home, mainly because I&#8217;m an Internet addict and any minute without Internet generates lots of frustration and secondly because I cannot afford to have any problems while connecting to the office network.
Now, one of my providers had some problems lately and I guess that&#8217;s just because of the rough [...]]]></description>
			<content:encoded><![CDATA[<p>I have two internet connections at home, mainly because I&#8217;m an Internet addict and any minute without Internet generates lots of frustration and secondly because I cannot afford to have any problems while connecting to the office network.</p>
<p>Now, one of my providers had some problems lately and I guess that&#8217;s just because of the rough winter which does not seem to end. I am using this provider as the main link on the desktop computer, directly plugged in, the other one being used for the wireless network (iPhone, notebook, fridge etc). Since the connection is getting bad from time to time, I need to switch from one network adapter to another that has just lan connectivity but it is connected to the wireless router. This means I just need to add the router IP address as the gateway and DNS on the secondary adapter. Doing this with clicks on the adapter settings takes time and when you have to train other people that use the same computer to do this it gets rough.</p>
<p>So I made this two batch scripts that add or remove the DNS/gateway IPs from the secondary adapter, so whenever I need to switch from one adapter to another I click on the corresponding bat files.</p>
<p>To get Internet connectivity on the secondary adapter:</p>
<blockquote><p>netsh interface ip set address name=&#8221;your_network_adapter_name&#8221; source=static addr=10.0.0.xxx mask=255.255.255.yyy gateway=10.0.0.zzz<br />
netsh int ipv4 set dnsservers &#8220;your_network_adapter_name&#8221; static 10.0.0.zzz primary</p>
<p>(where 10.0.0.zzz is the wireless router IP address)</p></blockquote>
<p>To remove Internet connectivity on the secondary adapter:</p>
<blockquote><p>netsh interface ip set address name=&#8221;your_network_adapter_name&#8221; source=static addr=10.0.0.xxx mask=255.255.255.yyy<br />
netsh int ipv4 delete dnsservers &#8220;your_network_adapter_name&#8221; 10.0.0.zzz</p></blockquote>
<p>These two scripts must be run with elevated privileges in Windows 7 (right click on the script -&gt; Run as Administrator). As this might not be the most elegant way to switch the Internet connection and might need improvement to completely disable the first adapter, it works for me as it is.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackonstuff.com/2010-02-15/how-to-change-network-adapter-settings-in-windows-7-from-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to uninstall Ubuntu</title>
		<link>http://www.blackonstuff.com/2007-06-14/how-to-uninstall-ubuntu/</link>
		<comments>http://www.blackonstuff.com/2007-06-14/how-to-uninstall-ubuntu/#comments</comments>
		<pubDate>Thu, 14 Jun 2007 20:24:43 +0000</pubDate>
		<dc:creator>Black</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[While Not At Work]]></category>

		<guid isPermaLink="false">http://www.blackonstuff.com/2007-06-14/how-to-uninstall-ubuntu/</guid>
		<description><![CDATA[So I have decided to uninstall Ubuntu. I had it on a big partition of 50GB and another one with 2 GB for swap. I had only a few problems with this system, but the main reason to get rid of it was because switching between two systems was quite annoying. I mean you either [...]]]></description>
			<content:encoded><![CDATA[<p>So I have decided to uninstall <a href="http://www.blackonstuff.com/2007-02-09/patience-my-friend-it-takes-time-me-myself-and-ubuntu/">Ubuntu</a>. I had it on a big partition of 50GB and another one with 2 GB for swap. I had only a few problems with this system, but the main reason to get rid of it was because switching between two systems was quite annoying. I mean you either have it all in one place or not.</p>
<p>I have found that accessing NTFS partitions was quite easy, even in write mode.</p>
<p>I have found that accessing ext2 partitions from my XP was easy too. For this I was using <a href="http://www.fs-driver.org/">Ext2 IFS for Windows</a>, a driver that maps the linux partitions into XP drives. I was disappointed to see that I could tamper Ubuntu from XP, read and write configuration files etc. Not too safe.</p>
<p>The interface on Ubuntu was quite nice but I messed up something related to transparency and windows effects so the interface was running quite in slow-motion. Too many settings related to these kind of enhancements so I wasn&#8217;t able to setup the default settings.</p>
<p>The system update procedure was very easy, even tough there were a lot of packages to update each time.</p>
<p>I tried to install my TV card to watch some DVB TV on my Ubuntu, but this was quite impossible. The lack of drivers for this is something one should think before trying to use another system.</p>
<p>So here is how I have uninstalled  Ubuntu: delete all two partitions and reformat them with an XP compatible file system (FAT32 or NTFS). To restore the masterboot record, most of web articles were pointing me to use Windows Recovery Console available only from XP install CD and an utility tool called fixmbr. But since I could not find my XP cd I had to look for another tool. The best one I found was <a href="http://www.geocities.com/mbrwizard/">MBRWizard</a> who does more than just fixing the MBR but that was enough for me.</p>
<p>The command line for this was &#8220;MBRWiz.exe /Repair=1&#8243;. Simple, huh?</p>
<p>So remember: if you&#8217;re not ready to fully go using just one OS, you will not be able to use two at the same time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackonstuff.com/2007-06-14/how-to-uninstall-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Patience, my friend! It takes time! (me, myself and Ubuntu)</title>
		<link>http://www.blackonstuff.com/2007-02-09/patience-my-friend-it-takes-time-me-myself-and-ubuntu/</link>
		<comments>http://www.blackonstuff.com/2007-02-09/patience-my-friend-it-takes-time-me-myself-and-ubuntu/#comments</comments>
		<pubDate>Fri, 09 Feb 2007 06:55:32 +0000</pubDate>
		<dc:creator>Black</dc:creator>
				<category><![CDATA[While Not At Work]]></category>

		<guid isPermaLink="false">http://www.blackonstuff.com/2007-02-09/patience-my-friend-it-takes-time-me-myself-and-ubuntu/</guid>
		<description><![CDATA[For months I was feeling the need to change something on my home computer. And not in terms of hardware but in terms of the operating system. I&#8217;m a Windows user for years; I loved Win2000 and only went to XP when I had to change my hard-drive. Doing some research, I decided that Ubuntu [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.blackonstuff.com/wp-content/uploads/2007/02/ubuntu-logo.png" title="ubuntu-logo.png" alt="ubuntu-logo.png" align="left" hspace="10" />For months I was feeling the need to change something on my home computer. And not in terms of hardware but in terms of the operating system. I&#8217;m a Windows user for years; I loved <a href="http://www.microsoft.com/windows2000/default.mspx" target="_blank">Win2000</a> and only went to <a href="http://www.microsoft.com/windowsxp/" target="_blank">XP</a> when I had to change my hard-drive. Doing some research, I decided that <a href="http://www.ubuntu.com" target="_blank">Ubuntu</a> is a Linux flavor that might work for me, it had everything a Windows users should expect.</p>
<p>So I have installed it in a virtual machine first using <a href="http://www.vmware.com" target="_blank">VMWare</a>. Smooth installation, it didn&#8217;t seem to take too much memory on my computer. I had only one problem: network connection, since I wanted to share my XP connection and not connecting directly to the router. Here is how it worked for me: start the &#8220;Set up a home or small office network&#8221;, follow the wizard and share the internet connection. Then go to Ubuntu to network settings and add the gateway the Win XP local IP address and DNS the DNS addresses already set up on Windows (from provider). Then configure the firewall on the Windows computer to accept remote connections from the virtual machine. That&#8217;s it. First time in my life when I played with the Win XP internet connection sharing.</p>
<p>Anyway, having internet connectivity on Ubuntu was a success, so I was able to download the appropriate codecs for playing mp3 and divx files. Office tools were already there (Open Office).</p>
<p>Finally, I have decided to go forward and install Ubuntu directly on my system and not in the virtual machine. So I partitioned my hard-drive, did it by the book with a separate 2GB swap partition. My friends recommended <a href="http://www.kubuntu.com" target="_blank">Kubuntu</a>, so I went for this. The installation was pretty straight forward, I love especially the <a href="https://help.ubuntu.com/community/LiveCD" target="_blank">Live CD</a> where you can &#8220;try before install&#8221; the basic OS features. I was amazed that after installation I even had my internet connection ready, without doing anything. That&#8217;s neat.</p>
<p>But, being used with XP, I was expecting the same font smoothness and at least the same speed. Activating features like transparency made the system work quite in re-run. Opening applications took more than on my XP. And I&#8217;m not talking about a slow system, it&#8217;s a P4 3GHz with 1GB RAM.</p>
<p>Using the software repositories (both Universe and Multiverse) is like having an indexed download portal at your fingertips. This is nice and Windows does not have that.</p>
<p>Trying to figure out how to use the second monitor made me switch back to Windows. From what I understood searching the web/forums, this is still a problem in Linux in general. Also, I wasn&#8217;t able to start my digital TV Tuner and I&#8217;m not willing to continue without having the same comfort as in XP.</p>
<p>My conclusion: it&#8217;s worth trying a Linux OS, you can clearly see the evolution in the last years. But for productivity reasons, if you&#8217;re used with another system you should stick there, otherwise you might end us searching for buttons or icons that you don&#8217;t have. It is for sure a step toward Microsoft-Independence that could take a time to make it. And a lot of patience. I wonder what the future will bring, now that Vista is out and MS went into the graphical and productivity zone.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackonstuff.com/2007-02-09/patience-my-friend-it-takes-time-me-myself-and-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
