<?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>Computer FAQs &#38; Tips &#187; Administrator</title>
	<atom:link href="http://www.computer-faqs.com/tag/administrator/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.computer-faqs.com</link>
	<description>Answers to your Questions, Tips to enhance your Experience</description>
	<lastBuildDate>Sun, 16 Aug 2009 23:16:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Cannot mount volume in Linux</title>
		<link>http://www.computer-faqs.com/2008/05/13/cannot-mount-volume-in-linux/</link>
		<comments>http://www.computer-faqs.com/2008/05/13/cannot-mount-volume-in-linux/#comments</comments>
		<pubDate>Tue, 13 May 2008 09:31:00 +0000</pubDate>
		<dc:creator>Manet</dc:creator>
				<category><![CDATA[FAQ & Tip]]></category>
		<category><![CDATA[Administrator]]></category>
		<category><![CDATA[Mount]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://compfaqs.acpiwat.com/?p=23</guid>
		<description><![CDATA[I have been getting problem with mounting my ntfs disk partition after upgrading my Ubuntu from verstion 7 to 8. I though I could be problem with the upgrade that stuff things up and something could went wrong while upgrading. After a few research, I’ve found it’s likely not because of the upgrade. The problem [...]]]></description>
			<content:encoded><![CDATA[<div class="postentry">
<p>I have been getting problem with mounting my ntfs disk partition after upgrading my Ubuntu from verstion 7 to 8.</p>
<p>I though I could be problem with the upgrade that stuff things up and something could went wrong while upgrading.</p>
<p>After a few research, I’ve found it’s likely not because of the upgrade. The problem could possibly be: the disk partition hasn’t been completely released from window processes.</p>
<p>What I did was, force mount with the following command:</p>
<p><code>manet@netubuntu:/$ sudo mount -t ntfs-3g /dev/sda1 /media/sda1 -o force<br />
manet@netubuntu:/$ sudo mount -t ntfs-3g /dev/sdb1 /media/FIXED250G -o force</code></p>
<p>They are mounted successfully with the following warning message<br />
<code><br />
$LogFile indicates unclean shutdown (0, 0)<br />
WARNING: Forced mount, reset $LogFile.</code></p>
<p>which can be ignored, but again this is done at your own risk.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.computer-faqs.com/2008/05/13/cannot-mount-volume-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Allow more sudoers</title>
		<link>http://www.computer-faqs.com/2007/11/02/allow-more-sudoers/</link>
		<comments>http://www.computer-faqs.com/2007/11/02/allow-more-sudoers/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 20:11:00 +0000</pubDate>
		<dc:creator>Manet</dc:creator>
				<category><![CDATA[FAQ & Tip]]></category>
		<category><![CDATA[Administrator]]></category>
		<category><![CDATA[Linux-Generic]]></category>

		<guid isPermaLink="false">http://compfaqs.acpiwat.com/?p=20</guid>
		<description><![CDATA[If you ever need more sudoer in your system or group, follow a few steps below On command line, type EDITOR=gedit sudo visudo Append the following line at the end of file system_username ALL=(ALL) ALL If you don&#8217;t prefer the above step, you can add user to to admin group which has permission to use [...]]]></description>
			<content:encoded><![CDATA[<p>If you ever need more sudoer in your system or group, follow a few steps below</p>
<p>On command line, type</p>
<blockquote class="codefunction"><p>EDITOR=gedit sudo visudo</p></blockquote>
<p>Append the following line at the end of file</p>
<pre class="cmdterminal">system_username ALL=(ALL) ALL</pre>
<p>If you don&#8217;t prefer the above step, you can add user to to admin group which has permission to use sudo. User the following command to add user to admin group.</p>
<blockquote class="codefunction"><p>sudo adduser a_username admin</p></blockquote>
<p>This appends the admin group to the user&#8217;s supplementary group list.  They will now have sudo access.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computer-faqs.com/2007/11/02/allow-more-sudoers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to recover Administrator Password on Windows?</title>
		<link>http://www.computer-faqs.com/2007/09/07/how-to-recover-administrator-password-on-windows/</link>
		<comments>http://www.computer-faqs.com/2007/09/07/how-to-recover-administrator-password-on-windows/#comments</comments>
		<pubDate>Fri, 07 Sep 2007 09:59:00 +0000</pubDate>
		<dc:creator>Manet</dc:creator>
				<category><![CDATA[FAQ & Tip]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Administrator]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[NTFS]]></category>
		<category><![CDATA[Password-Recovery]]></category>

		<guid isPermaLink="false">http://compfaqs.acpiwat.com/?p=13</guid>
		<description><![CDATA[Did you lost or totally forgot your windows Administrator password? Opss.. you also have a limitted access profile? Then you can not do things like install/uninstall software or even make any change to the system properties. Ok, do not panic and do not format your entire Windows. There are many different solution to it. Some [...]]]></description>
			<content:encoded><![CDATA[<p>Did you lost or totally forgot your windows Administrator password?<br />
Opss.. you also have a limitted access profile? Then you can not do things like install/uninstall software or even make any change to the system properties.<br />
Ok, <span style="font-weight: bold;">do not panic</span> and <span style="font-weight: bold;">do not</span> <span style="font-weight: bold;">format</span> your entire Windows. There are many different solution to it. Some come with a small fee, labor cost or support cost. BUT in this article you will get it recovered for free by just follow a few steps instruction below. I&#8217;ve came a cross this nice tool (<a href="http://home.eunet.no/%7Epnordahl/ntpasswd/">Offline NT Password &amp; Registry Editor</a>) and I think it&#8217;s really worthwhile to post it here for everyone else who suffer from such an incident.<br />
Eventhough you cannot recover the older password but you can set a new one. I&#8217;ll walk you through the process using Boot from CD method.</p>
<h4>Preparation</h4>
<ul>
<li>1 CD and ISO Burning Software (eg. Nero)</li>
<li>Download this <a href="http://home.eunet.no/%7Epnordahl/ntpasswd/cd070409.zip">CD Image</a> (zip file 2.85MB)</li>
<li>Unzip it using your favourit tool (eg. Winzip, 7-zip)</li>
<li>Burn the .iso file to CD. Using Disc Copy mode and point source drive to iso image and destination to CD Burner drive.</li>
<li>After it&#8217;s completed, you should have a bootable CD</li>
<li>Now, change your System CMOS to boot from CD ROM</li>
</ul>
<h4>Reset Password</h4>
<ul>
<li>Put that bootable CD in the drive</li>
<li>Reboot your computer from CD ROM</li>
<li>You should get this message
<pre class="cmdterminal">Disks:
Disk /dev/sda: 2147 MB, 2147483648 bytes
NT partitions found:
1 :   /dev/sda1    2043MB  Boot

Please select partition by number or
a = show all partitions, d = automatically load new disk drivers
m = manually load new disk drivers
l = relist NTFS/FAT partitions, q = quit
Select: [1]</pre>
</li>
<li>Disk partition 1 is selected by default. If there is more than one listed, chose the right one and Press Enter.</li>
<li>It will ask for path to registry directory
<pre class="cmdterminal">Mounting on /dev/ide/host0/bus0/target0/lun0/part1
NTFS volume version 3.1.
Filesystem is: NTFS

=========================================================
. Step TWO: Select PATH and registry files
=========================================================
What is the path to the registry directory? (relative to windows disk)
[windows/system32/config] :</pre>
<p>You notice the text in [ . . ] is the default value, if this is not right enter the right one according to which Operating system you are using.</p>
<pre class="cmdterminal">winnt35/system32/config - Windows NT 3.51
winnt/system32/config - Windows NT 4 and Windows 2000
windows/system32/config - Windows XP/2003</pre>
<p>then press Enter</li>
<li>A few options will be listed
<pre class="cmdterminal">Select which part of registry to load, use predefined choices
or list the files with space as delimiter
1 - Password reset [sam system security]
2 - RecoveryConsole parameters [software]
q - quit - return to previous
[1] :</pre>
<p>Options 1 is selected by default, just Press Enter to resent Password</li>
<li>Another options list will display
<pre class="cmdterminal">Loaded hives:

1 - Edit user data and passwords
2 - Syskey status &amp; change
3 - RecoveryConsole settings
- - -
9 - Registry editor, now with full write support!
q - Quit (you will be asked if there is something to save)

What to do? [1] -&gt; 1</pre>
<p>Press Enter to edit user data and passwords</li>
<li>List of System user will display
<pre class="cmdterminal">RID: 01f4, Username:
RID: 01f5, Username: , *disabled or locked*
RID: 03e8, Username: , *disabled or locked*
RID: 03eb, Username:
, *disabled or locked*
RID: 03ea, Username: , *disabled or locked*

Select: ! - quit, . - list users, 0x - User with RID (hex)
or simply enter the username to change: [Administrator]</pre>
<p>Administrator is selected by default, just Press Enter</li>
<li>Now it comes to an End
<pre class="cmdterminal">* = blank the password (This may work better than setting a
new password!)
Enter nothing to leave it unchanged
Please enter new password: *</pre>
<p>Enter new password for Administrator or Enter * if you don&#8217;t want any password</p>
<pre class="cmdterminal">Do you really wish to change it? (y/n) [n]</pre>
</li>
<li>Confirm the question by enter &#8220;y&#8221; and Press Enter</li>
<li>Now enter &#8220;!&#8221; then &#8220;q&#8221; to quit the menue</li>
<li>A confirm message will display before it make change to the system
<pre class="cmdterminal">About to write file(s) back! Do it? [n] : y</pre>
<p>Enter &#8220;y&#8221; then Press Enter</li>
<li>Great, you&#8217;ve done it!</li>
<li>Reboot your computer now ( Ctrl + Alt + Del ) and don&#8217;t forget to take off the CD</li>
</ul>
<p>Thanks to the <a href="http://home.eunet.no/%7Epnordahl/">Author</a> of the great software.</p>
<p>Reference:</p>
<p>http://home.eunet.no/~pnordahl/ntpasswd</p>
<p>http://home.eunet.no/~pnordahl/ntpasswd/cd070409.zip</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computer-faqs.com/2007/09/07/how-to-recover-administrator-password-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
