<?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"
	>

<channel>
	<title>!NSFW</title>
	<atom:link href="http://nsfw.ibnmasud.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nsfw.ibnmasud.com</link>
	<description>Safe for Work</description>
	<pubDate>Tue, 29 Jul 2008 05:54:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Posting from an iphone</title>
		<link>http://nsfw.ibnmasud.com/posting-from-an-iphone/</link>
		<comments>http://nsfw.ibnmasud.com/posting-from-an-iphone/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 05:54:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://nsfw.ibnmasud.com/posting-from-an-iphone/</guid>
		<description><![CDATA[I just downloaded the wordpress blogging app from the apple app store. This is going to be a test post to a see how useable this app is.
The app seemed to crash once while I was writing this post. But since it saved a draft locally, I was able to get back all my content [...]]]></description>
			<content:encoded><![CDATA[<p>I just downloaded the wordpress blogging app from the apple app store. This is going to be a test post to a see how useable this app is.</p>
<p>The app seemed to crash once while I was writing this post. But since it saved a draft locally, I was able to get back all my content within seconds.</p>
<p><a href="http://nsfw.ibnmasud.com/wp-content/uploads/2008/07/l-640-480-820212bc-4978-49f5-b697-42862b14beb9.jpeg"><img src="http://nsfw.ibnmasud.com/wp-content/uploads/2008/07/l-640-480-820212bc-4978-49f5-b697-42862b14beb9.jpeg" alt="photo" width="300" height="225" class="alignnone size-full wp-image-364" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://nsfw.ibnmasud.com/posting-from-an-iphone/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Adding Ubuntu to Active Directory with Likewise Open</title>
		<link>http://nsfw.ibnmasud.com/adding-ubuntu-to-active-directory-with-likewise-open/</link>
		<comments>http://nsfw.ibnmasud.com/adding-ubuntu-to-active-directory-with-likewise-open/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 20:15:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[active directory]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://nsfw.ibnmasud.com/?p=14</guid>
		<description><![CDATA[The company I work for has been a Windows only shop for a long time and has recently starting moving towards Linux. We&#8217;re growing at fast pace and sustaining our operations remaining a Windows shop will be too expensive. That&#8217;s not to say we&#8217;re completely ditching MS.
I recently put into service a new server running [...]]]></description>
			<content:encoded><![CDATA[<p>The company I work for has been a Windows only shop for a long time and has recently starting moving towards Linux. We&#8217;re growing at fast pace and sustaining our operations remaining a Windows shop will be too expensive. That&#8217;s not to say we&#8217;re completely ditching MS.</p>
<p>I recently put into service a new server running Ubuntu Server 8.04.1 to host our SVN and continuous build server (Hudson). I was looking for a way to authenticate the server against Active Directory and came across Likewise Open. I was surprised at the simplicity of the whole setup.</p>
<ol>
<li><span>sudo apt-get install likewise-open</span></li>
<li><span>sudo domainjoin-cli join yourdomain.com yourADusername</span></li>
<li><span>sudo update-rc.d likewise-open defaults</span></li>
<li><span>sudo /etc/init.d/likewise-open start</span></li>
</ol>
<p>Just make sure to replace yourdomain.com and yourADusername with your own domain name and active directory username. If you&#8217;re using a firewall, which you should be, make sure the required TCP/UDP ports are open.</p>
<p>I still need to figure out how to mount network shares automatically. I&#8217;ll keep this post updated with my findings.</p>
]]></content:encoded>
			<wfw:commentRss>http://nsfw.ibnmasud.com/adding-ubuntu-to-active-directory-with-likewise-open/feed/</wfw:commentRss>
		</item>
		<item>
		<title>No HyperTerminal in Vista, use Putty instead</title>
		<link>http://nsfw.ibnmasud.com/no-hyperterminal-in-vista-use-putty-instead/</link>
		<comments>http://nsfw.ibnmasud.com/no-hyperterminal-in-vista-use-putty-instead/#comments</comments>
		<pubDate>Thu, 29 May 2008 17:12:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://nsfw.ibnmasud.com/?p=13</guid>
		<description><![CDATA[I found out today that HyperTerminal is no longer included in Windows Vista when I wanted to connect to the console port of a switch. You can still get HyperTerminal Personal Edition from Hilgraeve, the company Microsoft licensed the software from or you can use Putty. With Putty you can also have Raw, Telnet, Rlogin, [...]]]></description>
			<content:encoded><![CDATA[<p>I found out today that HyperTerminal is no longer included in Windows Vista when I wanted to connect to the console port of a switch. You can still get HyperTerminal Personal Edition from <a href="http://www.hilgraeve.com/htpe/download.html" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.hilgraeve.com');">Hilgraeve</a>, the company Microsoft licensed the software from or you can use Putty. With Putty you can also have Raw, Telnet, Rlogin, and SSH sessions in addition to Serial. You can download Putty from <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/" title="here" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.chiark.greenend.org.uk');">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nsfw.ibnmasud.com/no-hyperterminal-in-vista-use-putty-instead/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Non-branded SFP modules in Cisco Switches</title>
		<link>http://nsfw.ibnmasud.com/non-branded-sfp-modules-in-cisco-switches/</link>
		<comments>http://nsfw.ibnmasud.com/non-branded-sfp-modules-in-cisco-switches/#comments</comments>
		<pubDate>Thu, 15 May 2008 21:08:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[web]]></category>

		<category><![CDATA[cisco]]></category>

		<category><![CDATA[switch]]></category>

		<guid isPermaLink="false">http://nsfw.ibnmasud.com/?p=12</guid>
		<description><![CDATA[Generally GBICs have been open so you can use any brand. Cisco equipment won&#8217;t accept &#8220;just any vendor&#8217;s&#8221; compatible SFPs. I found this out the hard way last year trying to save some money when I purchased a couple of OEM SFP transceivers from Dell to use in a Cisco switch. Plugging in the SFP [...]]]></description>
			<content:encoded><![CDATA[<p>Generally GBICs have been open so you can use any brand. Cisco equipment won&#8217;t accept &#8220;just any vendor&#8217;s&#8221; compatible SFPs. I found this out the hard way last year trying to save some money when I purchased a couple of OEM SFP transceivers from Dell to use in a Cisco switch. Plugging in the SFP module would disable the port. The switch&#8217;s firmware supposedly checks the identifying data in the SFP&#8217;s internal Flash memory, and if it isn&#8217;t built by Cisco, the switch refuses to enable that slot.  It&#8217;s not only Cisco that does this. Other vendors like Extreme Networks and 3Com are also reported to do the same. </p>
<p>I had to to give in and purchase a $300+ Cisco branded SFP from CDW to use with this switch. Fortunately, there is a way to disable this check in the switch depending on the IOS version installed on the switch. </p>
<p>Issuing the following commands will allow for unsupported SFPs and wont disable the port.</p>
<p><code>switch(config)#service unsupported-transciever<br />
switch(config)#no errdisable detect cause gbic-invalid<br />
</code></p>
<p>You will be presented with a warning after the first command with something to the effect that if you experience any problems with the switch, Cisco may deny support if the cause is determined to be the &#8216;unsupported&#8217; SFP.</p>
]]></content:encoded>
			<wfw:commentRss>http://nsfw.ibnmasud.com/non-branded-sfp-modules-in-cisco-switches/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Changing the Power Configuration Policy</title>
		<link>http://nsfw.ibnmasud.com/changing-the-power-configuration-policy/</link>
		<comments>http://nsfw.ibnmasud.com/changing-the-power-configuration-policy/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 19:26:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[2003]]></category>

		<category><![CDATA[cmd]]></category>

		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://nsfw.ibnmasud.com/?p=11</guid>
		<description><![CDATA[Windows Administrators can change the power configuration policy from the command line using the powercfg.exe ultility present on all Windows XP/2003 systems.
To list the current policies
POWERCFG /list
To change the active policy
POWERCFG /SETACTIVE "policy_name&#8221;   (replace policy_name with a real policy name)
The following example sets the &#8220;Home/Office Desk&#8221; profile to the given values.
POWERCFG /CHANGE "Home/Office [...]]]></description>
			<content:encoded><![CDATA[<p>Windows Administrators can change the power configuration policy from the command line using the powercfg.exe ultility present on all Windows XP/2003 systems.</p>
<p>To list the current policies<br />
<code>POWERCFG /list</code></p>
<p>To change the active policy<br />
<code>POWERCFG /SETACTIVE "<em>policy_name</em>&#8221;   (replace policy_name with a real policy name)</code></p>
<p>The following example sets the &#8220;Home/Office Desk&#8221; profile to the given values.<br />
<code>POWERCFG /CHANGE "Home/Office Desk" /monitor-timeout-ac 15<br />
POWERCFG /CHANGE "Home/Office Desk" /monitor-timeout-dc 10<br />
POWERCFG /CHANGE "Home/Office Desk" /disk-timeout-ac 20<br />
POWERCFG /CHANGE "Home/Office Desk" /disk-timeout-dc 15<br />
POWERCFG /CHANGE "Home/Office Desk" /standby-timeout-ac 25<br />
POWERCFG /CHANGE "Home/Office Desk" /standby-timeout-dc 20<br />
POWERCFG /CHANGE "Home/Office Desk" /hibernate-timeout-ac 0<br />
POWERCFG /CHANGE "Home/Office Desk" /hibernate-timeout-dc 0<br />
POWERCFG /CHANGE "Home/Office Desk" /processor-throttle-ac ADAPTIVE<br />
POWERCFG /CHANGE "Home/Office Desk" /processor-throttle-dc ADAPTIVE</code></p>
<p>You can also change profiles being used.<br />
<code>POWERCFG /SETACTIVE "Always On"</code></p>
<p>To create a new profile<br />
<code>POWERCFG /CREATE "New Policy"<br />
POWERCFG /CHANGE "New Policy" /monitor-timeout-ac 15<br />
POWERCFG /CHANGE "New Policy" /monitor-timeout-dc 10<br />
...<br />
...<br />
POWERCFG /CHANGE "New Policy" /processor-throttle-ac ADAPTIVE<br />
POWERCFG /CHANGE "New Policy" /processor-throttle-dc ADAPTIVE<br />
<code>POWERCFG /SETACTIVE "New Policy"</code><br />
</code></p>
<p>Links<br />
<a href="http://support.microsoft.com/kb/324347" onclick="javascript:pageTracker._trackPageview ('/outbound/support.microsoft.com');">How to use Powercfg.exe in Windows Server 2003</a><br />
<a href="http://technet2.microsoft.com/WindowsVista/en/library/1d58b934-f56a-4796-b2df-7be2eb9c03bc1033.mspx?mfr=true" onclick="javascript:pageTracker._trackPageview ('/outbound/technet2.microsoft.com');">Powercfg Command-Line Options</a><br />
<a href="http://www.energystar.gov/index.cfm?c=power_mgt.pr_power_mgt_powerconfig" onclick="javascript:pageTracker._trackPageview ('/outbound/www.energystar.gov');">Using Powerconfig.exe in a logon script to configure power management settings</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nsfw.ibnmasud.com/changing-the-power-configuration-policy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WMI Queries</title>
		<link>http://nsfw.ibnmasud.com/wmi-queries/</link>
		<comments>http://nsfw.ibnmasud.com/wmi-queries/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 19:02:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[query]]></category>

		<category><![CDATA[wmi]]></category>

		<category><![CDATA[wmic]]></category>

		<guid isPermaLink="false">http://nsfw.ibnmasud.com/?p=10</guid>
		<description><![CDATA[WMI scripting can be very useful creating filters to selectively apply Group Policies. It can also be used from the command line to get various bits of information about local or remote hosts.
For example, if you want to find out the version of MS Office installed on your PC, you can use the following:
wmic path [...]]]></description>
			<content:encoded><![CDATA[<p>WMI scripting can be very useful creating filters to selectively apply Group Policies. It can also be used from the command line to get various bits of information about local or remote hosts.</p>
<p>For example, if you want to find out the version of MS Office installed on your PC, you can use the following:<br />
<code>wmic path Win32_Product WHERE (Caption like "%microsoft office%") get Name, Version</code></p>
<p>On a remote PC:<br />
<code>wmic /node:remote_pcname path Win32_Product WHERE (Caption like "%microsoft office%") get Name, Version<code></p>
<p>You can even use it to get information from the BIOS<br />
<code>WMIC BIOS Get Manufacturer,Name,Version</code></p>
<p>List, start, or stop processes.<br />
<code>wmic process get Name<br />
wmic process call create "calc.exe"<br />
wmic process where name="calc.exe" call terminate<br />
</code></p>
<p>Other useful queries:<br />
Shows MAC Addressess of all network adaptors along with the processes controlling them.<br />
<code>wmic /node:PCNAME path Win32_NetworkAdapter get MACAddress, ProductName, ServiceName</code></p>
<p>This is only the beginning. Here are a few links for reference.<br />
<a href="http://www.ss64.com/nt/wmic.html" onclick="javascript:pageTracker._trackPageview ('/outbound/www.ss64.com');">Windows Management Instrumentation Command</a><br />
<a href="http://technet.microsoft.com/en-us/magazine/cc160919.aspx" onclick="javascript:pageTracker._trackPageview ('/outbound/technet.microsoft.com');">Gathering WMI Data without Writing a Single Line of Code</a><br />
<a href="http://www.robvanderwoude.com/wmic.html" onclick="javascript:pageTracker._trackPageview ('/outbound/www.robvanderwoude.com');">WMI queries from the command line</a><br />
<a href="http://blogs.technet.com/jhoward/archive/2005/02/23/378726.aspx" onclick="javascript:pageTracker._trackPageview ('/outbound/blogs.technet.com');">WMIC Samples</a><br />
<a href="http://msdn2.microsoft.com/en-us/library/aa394554(VS.85).aspx" onclick="javascript:pageTracker._trackPageview ('/outbound/msdn2.microsoft.com');">WMI Classess</a><br />
<a href="http://msdn2.microsoft.com/en-us/library/aa394077.aspx" onclick="javascript:pageTracker._trackPageview ('/outbound/msdn2.microsoft.com');">Win32_BIOS Class</a><br />
<a href="http://msdn2.microsoft.com/en-us/library/aa394585.aspx" onclick="javascript:pageTracker._trackPageview ('/outbound/msdn2.microsoft.com');">WMI Tasks for Scripts and Applications</a><br />
<a href="http://www.microsoft.com/technet/scriptcenter/guide/sas_cpm_ciwz.mspx?mfr=true" onclick="javascript:pageTracker._trackPageview ('/outbound/www.microsoft.com');">Retrieving System Information</a><br />
<a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&#038;familyid=9ef05cbd-c1c5-41e7-9da8-212c414a7ab0" onclick="javascript:pageTracker._trackPageview ('/outbound/www.microsoft.com');">Writing WMI Scripts Using the Scriptomatic Utility</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nsfw.ibnmasud.com/wmi-queries/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Changing your HOST file in Vista</title>
		<link>http://nsfw.ibnmasud.com/changing-your-host-file-in-vista/</link>
		<comments>http://nsfw.ibnmasud.com/changing-your-host-file-in-vista/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 15:56:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://nsfw.ibnmasud.com/archives/9</guid>
		<description><![CDATA[With the new and annoying UAC feature in Vista, if you try to modify your hosts file, it will not let you save it.  It tells you that you don&#8217;t have permission. To successfully modify the hosts file, run notepad.exe as an administrator, open the host file, edit and then save.
TIP: To open notepad [...]]]></description>
			<content:encoded><![CDATA[<p>With the new and annoying UAC feature in Vista, if you try to modify your <a href="http://en.wikipedia.org/wiki/Hosts_file" onclick="javascript:pageTracker._trackPageview ('/outbound/en.wikipedia.org');">hosts file</a>, it will not let you save it.  It tells you that you don&#8217;t have permission. To successfully modify the hosts file, run notepad.exe as an administrator, open the host file, edit and then save.</p>
<p>TIP: To open notepad as an administrator, type &#8216;notepad&#8217; in the search field in the start menu and press ctrl+shift+enter</p>
]]></content:encoded>
			<wfw:commentRss>http://nsfw.ibnmasud.com/changing-your-host-file-in-vista/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WebPage Redirection</title>
		<link>http://nsfw.ibnmasud.com/3/</link>
		<comments>http://nsfw.ibnmasud.com/3/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 02:31:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://nsfw.ibnmasud.com/archives/3</guid>
		<description><![CDATA[There are a number of ways of doing this. The most commonly and easiest to use are meta refreshes and javascript redirects. a better method would be to use a server-side redirect (PHP, ASP, .Net). I will list examples of each and also some of the disadvantages each have.
Meta Refresh
Using this meta tag in your [...]]]></description>
			<content:encoded><![CDATA[<p>There are a number of ways of doing this. The most commonly and easiest to use are meta refreshes and javascript redirects. a better method would be to use a server-side redirect (PHP, ASP, .Net). I will list examples of each and also some of the disadvantages each have.</p>
<p><strong>Meta Refresh</strong><br />
Using this meta tag in your html page will Redirect the page after a given interval to to the address specified.</p>
<p>This code will redirect the page to <em>ibnmasud.com</em> after 5 seconds:<br />
<code>&lt;meta http-equiv="refresh" content="5;url=http://ibnmasud.com" /&gt;</code><br />
Setting the interval to 0 will redirect to <em>ibnmasud.com</em> immediately:<br />
<code>&lt;meta http-equiv="refresh" content="0;url=http://ibnmasud.com" /&gt;</code><br />
Disadvantages:</p>
<ul>
<li>Using the back button will take you back to the redirect page which will then redirect you again. Firefox, Opera, and Safari ignore this behavior and IE users can double-click the back button. Also referred to as &#8220;brokeback buttons&#8221;.</li>
<li>Can easily be disabled on the client side. If disabled, the page will not redirect.</li>
</ul>
<p><strong>Javascript</strong><br />
Javascript gives you a lot more flexibility in redirecting pages.</p>
<p><em>Location.href Method</em><br />
Including this script on a page will immediately redirect visitors to the URL entered. This method creates two items in the browsers history. One for the page including this script and one for the page that this page will redirect to.<br />
<code>&lt;script type="text/javascript"&gt;<br />
window.location.href="http://nsfw.ibnmasud.com/";<br />
&lt;/script&gt;</code><br />
So it works the same way as a meta refresh in that it can lead you into a loop if you press the back button.</p>
<p><em>Location.replace Method</em><br />
The Location.replace method solves the loop problem by replacing the content of the browsers history with the redirected page&#8217;s address, i.e, only one item is created in the browsers history.<br />
<code>&lt;script type="text/javascript"&gt;<br />
location.replace(\'http://www.example.com/');<br />
&lt;/script&gt;</code><br />
Disadvantages:</p>
<ul>
<li>Google will not index pages redirected using javascript.</li>
<li>Can easily be disabled on the client side. If disabled, the page will not redirect.</li>
</ul>
<p><strong>PHP</strong><br />
A basic permanent (301) redirect in PHP uses the code below:<br />
<code>&lt;?PHP<br />
// This header tells the client the HTTP status code of the page<br />
header("HTTP/1.1 301 Moved Permanently");<br />
// The client must then be informed where the URI is now located<br />
header("Location: http://www.example.com/example");<br />
?&gt;<br />
</code></p>
<p><strong>Using .htaccess for Redirection</strong></p>
<p>When using the Apache web server, directory-specific .htaccess files (as well as apache&#8217;s main configuration files) can be used. For example, to redirect a single page:</p>
<p><code>Redirect 301 /oldpage.html http://www.example.com/newpage.html</code></p>
<p>To change domain names:</p>
<p><code>RewriteEngine On<br />
RewriteCond %{HTTP_HOST} ^.*oldwebsite\.com$ [NC]<br />
RewriteRule ^(.*)$ http://www.preferredwebsite.net/$1 [R=301,L]<br />
</code><br />
Disadvantages:<br />
Use of .htaccess for this purpose usually does not require administrative permissions, though it can be disabled.</p>
]]></content:encoded>
			<wfw:commentRss>http://nsfw.ibnmasud.com/3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Reset your lost Ubuntu Password</title>
		<link>http://nsfw.ibnmasud.com/reset-your-lost-ubuntu-password/</link>
		<comments>http://nsfw.ibnmasud.com/reset-your-lost-ubuntu-password/#comments</comments>
		<pubDate>Fri, 07 Dec 2007 05:08:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://nsfw.ibnmasud.com/archives/8</guid>
		<description><![CDATA[If you ever get locked out of your Ubuntu installation as I found myself to be tonight, you can reset your password quite easily using the following steps.

Power up your computer.
Press ESC at the grub menu.
Press e for edit.
Highlight the line that begins &#8220;Ubuntu, KERNEL ………&#8221; and press e.
Go to the end of this line, [...]]]></description>
			<content:encoded><![CDATA[<p>If you ever get locked out of your Ubuntu installation as I found myself to be tonight, you can reset your password quite easily using the following steps.</p>
<ol>
<li>Power up your computer.</li>
<li>Press ESC at the grub menu.</li>
<li>Press e for edit.</li>
<li>Highlight the line that begins &#8220;Ubuntu, KERNEL ………&#8221; and press e.</li>
<li>Go to the end of this line, add <em>rw init=/bin/bash</em> and press enter.</li>
<li>Press b to boot your system.</li>
<li>Your system will boot up to a passwordless root shell.</li>
<li>Type in <em>passwd username</em> where username is the username you lost the password for.</li>
<li>Set your password.</li>
<li>Type in reboot.</li>
</ol>
<p>That is it! you can now log in using your new password. You can even reset your root password here but cannot login with it at the login screen.</p>
]]></content:encoded>
			<wfw:commentRss>http://nsfw.ibnmasud.com/reset-your-lost-ubuntu-password/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Alternate Shortcuts to cut-copy-paste</title>
		<link>http://nsfw.ibnmasud.com/alternate-shortcuts-to-cut-copy-paste/</link>
		<comments>http://nsfw.ibnmasud.com/alternate-shortcuts-to-cut-copy-paste/#comments</comments>
		<pubDate>Mon, 15 Oct 2007 15:25:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://nsfw.ibnmasud.com/archives/7</guid>
		<description><![CDATA[Did you know there are alternate shortcuts to the commonly used cut (ctrl+x), copy (ctrl+c) and paste (ctrl+v) shortcuts?



Action
Shortcut
Alternate Shortcut


Cut
Ctrl+X
Del+Shift


Copy
Ctrl+C
Insert+Ctrl


Paste
Ctrl+V
Insert+Shift



These are kind of confusing so I&#8217;m sticking to the Ctrl+ shortcuts. For those who use different keyboard layouts like Dvorák the X, C and V keys are placed far apart and awkward to use. In [...]]]></description>
			<content:encoded><![CDATA[<p>Did you know there are alternate shortcuts to the commonly used cut (ctrl+x), copy (ctrl+c) and paste (ctrl+v) shortcuts?</p>
<blockquote>
<table width="99%">
<tr>
<td width="33%"><strong>Action</strong></td>
<td width="33%"><strong>Shortcut</strong></td>
<td width="33%"><strong>Alternate Shortcut</strong></td>
</tr>
<tr>
<td width="33%">Cut</td>
<td width="33%">Ctrl+X</td>
<td width="33%">Del+Shift</td>
</tr>
<tr>
<td width="33%">Copy</td>
<td width="33%">Ctrl+C</td>
<td width="33%">Insert+Ctrl</td>
</tr>
<tr>
<td width="33%">Paste</td>
<td width="33%">Ctrl+V</td>
<td width="33%">Insert+Shift</td>
</tr>
</table>
</blockquote>
<p>These are kind of confusing so I&#8217;m sticking to the Ctrl+ shortcuts. For those who use different keyboard layouts like Dvorák the X, C and V keys are placed far apart and awkward to use. In such cases the alternate shortcuts maybe easier to use.</p>
]]></content:encoded>
			<wfw:commentRss>http://nsfw.ibnmasud.com/alternate-shortcuts-to-cut-copy-paste/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
