<?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>ItHowTo.ro</title>
	<atom:link href="http://www.ithowto.ro/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ithowto.ro</link>
	<description>Blog about IT realated stuff by WSS</description>
	<lastBuildDate>Tue, 06 Jul 2010 16:35:28 +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>Postfix smtp slow speed (delay) when sending e-mail</title>
		<link>http://www.ithowto.ro/2010/07/postfix-smtp-slow-speed-delay-sending-e-mail/</link>
		<comments>http://www.ithowto.ro/2010/07/postfix-smtp-slow-speed-delay-sending-e-mail/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 16:35:28 +0000</pubDate>
		<dc:creator>gkoo</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[e-mail]]></category>

		<guid isPermaLink="false">http://www.ithowto.ro/?p=146</guid>
		<description><![CDATA[We own 2 mail-servers running the same configuration postfix + courier + mysql_auth etc.
The servers have the same configuration but one of them had 3-4 seconds delays when sending e-mail.
After a bunch of hours of testing and retesting i found out that the DNS was faulty.
The first server had it&#8217;s own dns server running on [...]]]></description>
			<content:encoded><![CDATA[<p>We own 2 mail-servers running the same configuration postfix + courier + mysql_auth etc.<br />
The servers have the same configuration but one of them had 3-4 seconds delays when sending e-mail.</p>
<p>After a bunch of hours of testing and retesting i found out that the DNS was faulty.<br />
The first server had it&#8217;s own dns server running on localhost, the second one (the one with the delays) connected to our provider&#8217;s dns.<br />
I&#8217;ve installed a bind nameserver on the second server and all is ok now.</p>
<p>Hope it helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithowto.ro/2010/07/postfix-smtp-slow-speed-delay-sending-e-mail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: Install mondo rescue on debian lenny 5.0 using apt-get</title>
		<link>http://www.ithowto.ro/2010/03/howto-install-mondo-rescue-debian-lenny-5-0-apt-get/</link>
		<comments>http://www.ithowto.ro/2010/03/howto-install-mondo-rescue-debian-lenny-5-0-apt-get/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 10:42:39 +0000</pubDate>
		<dc:creator>gkoo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.ithowto.ro/?p=137</guid>
		<description><![CDATA[Mondo rescue is not present in the official debian lenny repositories.
If  you want install mondo using apt-get you&#8217;ll have to add the following to your /etc/apt/sources.list file:
deb ftp://ftp.mondorescue.org/debian 5.0 contrib
deb-src ftp://ftp.mondorescue.org/debian 5.0 contrib

Then run apt-get update and apt-get install mondo.
That&#8217;s it.
]]></description>
			<content:encoded><![CDATA[<p>Mondo rescue is not present in the official debian lenny repositories.</p>
<p>If  you want install mondo using apt-get you&#8217;ll have to add the following to your /<strong>etc/apt/sources.list</strong> file:</p>
<p><em>deb ftp://ftp.mondorescue.org/debian 5.0 contrib<br />
deb-src ftp://ftp.mondorescue.org/debian 5.0 contrib</em><br />
<br />
Then run <strong>apt-get update</strong> and <strong>apt-get install mondo</strong>.<br />
That&#8217;s it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithowto.ro/2010/03/howto-install-mondo-rescue-debian-lenny-5-0-apt-get/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error:  data.dircontent is undefined [***] plugins/Archiv/php/fileLoader.php?file=javascript 165 tinymce archiv</title>
		<link>http://www.ithowto.ro/2010/03/error-data-dircontent-is-undefined-pluginsarchivphpfileloader-phpfilejavascript-165-tinymce-archiv/</link>
		<comments>http://www.ithowto.ro/2010/03/error-data-dircontent-is-undefined-pluginsarchivphpfileloader-phpfilejavascript-165-tinymce-archiv/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 07:54:18 +0000</pubDate>
		<dc:creator>gkoo</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[Archiv]]></category>
		<category><![CDATA[tinyMce]]></category>

		<guid isPermaLink="false">http://www.ithowto.ro/?p=133</guid>
		<description><![CDATA[I really needed a file and image manager plugin for tinyMCE. As most of you know the official tinyMCE file manager isn&#8217;t free so after a few searches i ran over Archiv. Archiv is a very nice and free image manager. You can find the official website here.
The plugin is easy to integrate but a [...]]]></description>
			<content:encoded><![CDATA[<p>I really needed a file and image manager plugin for tinyMCE. As most of you know the official tinyMCE file manager isn&#8217;t free so after a few searches i ran over Archiv. Archiv is a very nice and free image manager. You can find the official website <a href="http://archiv.pwnd.nl/" target="_blank">here</a>.</p>
<p>The plugin is easy to integrate but a little tricky to configure. There are 2 places where you need to edit:</p>
<p>1) The tinyMCE init function where you&#8217;ll have to add:</p>
<p><em>tinyMCE.init({<br />
mode : &#8220;textareas&#8221;,<br />
theme : &#8220;advanced&#8221;,<br />
plugins : &#8220;Archiv&#8221;,<br />
Archiv_settings_file : &#8220;/abs/path/to/config.php&#8221;,<br />
theme_advanced_buttons1_add : &#8220;Archiv_files,Archiv_images&#8221;<br />
});</em><br />
2) The config file of the plugin in which the paths are required to be full paths not relative but i&#8217;ve tricked them like this:</p>
<p><em># full path to upload files to and show files from<br />
&#8216;upload_path&#8217;            =&gt; $_SERVER['DOCUMENT_ROOT']. &#8216;uploaded/&#8217;,<br />
# full URI to upload directory<br />
&#8216;upload_uri&#8217;            =&gt; &#8216;http://&#8217;. $_SERVER['HTTP_HOST']. &#8216;/uploaded/&#8217;,</em></p>
<p>This should get you up and running. Tune the rest of the config options to suit your needs and enjoy this wonderful plugin. Many thanks to the authors.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithowto.ro/2010/03/error-data-dircontent-is-undefined-pluginsarchivphpfileloader-phpfilejavascript-165-tinymce-archiv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drivers: Dell Vostro 1015 (Service Tag: FSD4XK1) Xp Drivers</title>
		<link>http://www.ithowto.ro/2010/03/drivers-dell-vostro-1015-service-tag-fsd4xk1-xp-drivers/</link>
		<comments>http://www.ithowto.ro/2010/03/drivers-dell-vostro-1015-service-tag-fsd4xk1-xp-drivers/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 12:48:12 +0000</pubDate>
		<dc:creator>gkoo</dc:creator>
				<category><![CDATA[Drivers]]></category>

		<guid isPermaLink="false">http://www.ithowto.ro/?p=127</guid>
		<description><![CDATA[I&#8217;ve recently bought a Dell Vostro 1015 for a client and spent half the day trying to install the drivers for it because those supplied by the dell website were not all working.
First of all you&#8217;ll have to update your Xp to SP3, otherwise you&#8217;ll have issues installing the Conexant Audio Card and Modem Card. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently bought a Dell Vostro 1015 for a client and spent half the day trying to install the drivers for it because those supplied by the dell website were not all working.</p>
<p>First of all you&#8217;ll have to update your Xp to SP3, otherwise you&#8217;ll have issues installing the Conexant Audio Card and Modem Card. Also you&#8217;ll have issues with the Wireless Driver which will connect only to WPA enabled routers not WPA2/PSK.</p>
<p>When installing the Wireless Driver do it manually from the Device Manager instead of using dell&#8217;s setup.</p>
<p>You can find the archive <a href="http://www.ithowto.ro/download/vostro_1015_xp_drivers_all.zip" target="_self">here</a> ( www.ithowto.ro/download/vostro_1015_xp_drivers_all.zip ).</p>
<p>Good luck.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithowto.ro/2010/03/drivers-dell-vostro-1015-service-tag-fsd4xk1-xp-drivers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: test if suPHP works with your apache installation.</title>
		<link>http://www.ithowto.ro/2010/03/howto-test-if-suphp-works-with-your-apache-installation/</link>
		<comments>http://www.ithowto.ro/2010/03/howto-test-if-suphp-works-with-your-apache-installation/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 18:49:12 +0000</pubDate>
		<dc:creator>gkoo</dc:creator>
				<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[linux administration]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://www.ithowto.ro/?p=119</guid>
		<description><![CDATA[I wrote this small script to verify that my suPHP was infact working on the server.
Copy &#38; paste this in to a file test.php on your server and run it on your favourite browser.
If the current script owner is the same as the user that php runs as, than suPHP works.
&#60;?php
echo &#8216;Current script owner: &#8216; [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote this small script to verify that my suPHP was infact working on the server.</p>
<p>Copy &amp; paste this in to a file test.php on your server and run it on your favourite browser.</p>
<p>If the current script owner is the same as the user that php runs as, than suPHP works.</p>
<p><em>&lt;?php</p>
<p>echo &#8216;Current script owner: &#8216; . get_current_user(). &#8216;&lt;br&gt;&#8217;;<br />
echo &#8216;UID:&#8217; . getmyuid() . &#8216;&lt;br&gt;&#8217;;<br />
echo &#8216;GID:&#8217; . getmygid() . &#8216;&lt;br&gt;&#8217;;<br />
echo &#8216;PID:&#8217; . getmypid() . &#8216;&lt;br&gt;&#8217;;<br />
echo &#8216;&lt;br&gt;&#8217;;<br />
echo &#8220;PHP runs under the user: [" . system('whoami') . "]&lt;br&gt;&#8221;;<br />
</em></p>
<p><em>?&gt;</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithowto.ro/2010/03/howto-test-if-suphp-works-with-your-apache-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix: Internet Explorer 6 div height when less than 20px</title>
		<link>http://www.ithowto.ro/2009/11/fix-internet-explorer-6-div-height-when-less-than-20px/</link>
		<comments>http://www.ithowto.ro/2009/11/fix-internet-explorer-6-div-height-when-less-than-20px/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 17:10:47 +0000</pubDate>
		<dc:creator>gkoo</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[ie6]]></category>

		<guid isPermaLink="false">http://www.ithowto.ro/?p=116</guid>
		<description><![CDATA[Empty divs in IE6 seem to have a minimum height more or less equal
to the current line-height so if you want to have an emty div of 10px for example IE will render it as
being 20px in height.
To fix this add a html comment inside the div:
&#60;div id=&#8221;smalldiv&#8221;&#62; &#60;!&#8211; &#8211;&#62; &#60;/div&#62;d
  
]]></description>
			<content:encoded><![CDATA[<p>Empty divs in IE6 seem to have a minimum height more or less equal<br />
to the current line-height so if you want to have an emty div of 10px for example IE will render it as<br />
being 20px in height.</p>
<p>To fix this add a html comment inside the div:</p>
<p>&lt;div id=&#8221;smalldiv&#8221;&gt; <strong>&lt;!&#8211; &#8211;&gt;</strong> &lt;/div&gt;d</p>
<p> <img src='http://www.ithowto.ro/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithowto.ro/2009/11/fix-internet-explorer-6-div-height-when-less-than-20px/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: Find Extensive Hard Disk Info on Linux</title>
		<link>http://www.ithowto.ro/2009/09/howto-find-hard-disk-information-on-linux/</link>
		<comments>http://www.ithowto.ro/2009/09/howto-find-hard-disk-information-on-linux/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 09:01:38 +0000</pubDate>
		<dc:creator>gkoo</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[linux administration]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.ithowto.ro/?p=111</guid>
		<description><![CDATA[If you want to find additional information on your hard disks in linux you can use an utility called: hdparm.
If you can&#8217;t find this utility install it using apt-get on debian: apt-get install hdparm
then at the console type: hdparm -I /dev/sda an it should list something like this:
/dev/sda:
ATA device, with non-removable media
Model Number:       ST31000340NS
Serial Number:      [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to find additional information on your hard disks in linux you can use an utility called: <strong>hdparm.</strong></p>
<p>If you can&#8217;t find this utility install it using apt-get on debian: <strong>apt-get install hdparm</strong></p>
<p>then at the console type: <strong>hdparm -I /dev/sda</strong> an it should list something like this:</p>
<p>/dev/sda:</p>
<p>ATA device, with non-removable media<br />
Model Number:       ST31000340NS<br />
Serial Number:      9QJ365N0<br />
Firmware Revision:  SN05<br />
Transport:          Serial<br />
Standards:<br />
Used: unknown (minor revision code 0&#215;0029)<br />
Supported: 8 7 6 5<br />
Likely used: 8<br />
Configuration:<br />
Logical         max     current<br />
cylinders       16383   16383<br />
heads           16      16<br />
sectors/track   63      63<br />
&#8211;<br />
CHS current addressable sectors:   16514064<br />
LBA    user addressable sectors:  268435455<br />
LBA48  user addressable sectors: 1953525168<br />
device size with M = 1024*1024:      953869 MBytes<br />
device size with M = 1000*1000:     1000204 MBytes (1000 GB)<br />
Capabilities:<br />
LBA, IORDY(can be disabled)<br />
Queue depth: 32<br />
Standby timer values: spec&#8217;d by Standard, no device specific minimum<br />
R/W multiple sector transfer: Max = 16  Current = 16<br />
Recommended acoustic management value: 254, current value: 0<br />
DMA: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 udma5 *udma6<br />
Cycle time: min=120ns recommended=120ns<br />
PIO: pio0 pio1 pio2 pio3 pio4<br />
Cycle time: no flow control=120ns  IORDY flow control=120ns<br />
Commands/features:<br />
Enabled Supported:<br />
*    SMART feature set<br />
Security Mode feature set<br />
*    Power Management feature set<br />
*    Write cache<br />
*    Look-ahead<br />
*    Host Protected Area feature set<br />
*    WRITE_BUFFER command<br />
*    READ_BUFFER command<br />
*    DOWNLOAD_MICROCODE<br />
SET_MAX security extension<br />
*    48-bit Address feature set<br />
*    Device Configuration Overlay feature set<br />
*    Mandatory FLUSH_CACHE<br />
*    FLUSH_CACHE_EXT<br />
*    SMART error logging<br />
*    SMART self-test<br />
*    General Purpose Logging feature set<br />
*    64-bit World wide name<br />
*    Write-Read-Verify feature set<br />
*    WRITE_UNCORRECTABLE_EXT command<br />
*    {READ,WRITE}_DMA_EXT_GPL commands<br />
*    Segmented DOWNLOAD_MICROCODE<br />
*    SATA-I signaling speed (1.5Gb/s)<br />
*    Native Command Queueing (NCQ)<br />
*    Phy event counters<br />
*    Software settings preservation<br />
*    SMART Command Transport (SCT) feature set<br />
*    SCT LBA Segment Access (AC2)<br />
*    SCT Error Recovery Control (AC3)<br />
*    SCT Features Control (AC4)<br />
*    SCT Data Tables (AC5)<br />
Security:<br />
Master password revision code = 65534<br />
supported<br />
not     enabled<br />
not     locked<br />
not     frozen<br />
not     expired: security count<br />
supported: enhanced erase<br />
196min for SECURITY ERASE UNIT. 196min for ENHANCED SECURITY ERASE UNIT.<br />
Logical Unit WWN Device Identifier: 5000c50010f8c3d0<br />
NAA             : 5<br />
IEEE OUI        : c50<br />
Unique ID       : 010f8c3d0<br />
Checksum: correct</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithowto.ro/2009/09/howto-find-hard-disk-information-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache not reading .htaccess</title>
		<link>http://www.ithowto.ro/2009/06/apache-not-reading-htacces/</link>
		<comments>http://www.ithowto.ro/2009/06/apache-not-reading-htacces/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 10:01:48 +0000</pubDate>
		<dc:creator>gkoo</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[linux administration]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://www.ithowto.ro/?p=105</guid>
		<description><![CDATA[I had this problem on a client&#8217;s server. Apache was not reading the .htaccess files thus mor_rewrite was not working. After i did a few searches i found out that the Directory settings in the apache configuration hat AllowOverride None as directive instead of AllowOverride All.
I made the change, restardet apache and all went as [...]]]></description>
			<content:encoded><![CDATA[<p>I had this problem on a client&#8217;s server. Apache was not reading the .htaccess files thus mor_rewrite was not working. After i did a few searches i found out that the Directory settings in the apache configuration hat AllowOverride None as directive instead of AllowOverride All.</p>
<p>I made the change, restardet apache and all went as it should.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithowto.ro/2009/06/apache-not-reading-htacces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Samba: Can&#8217;t browse domain computers list. The network path was not foud.</title>
		<link>http://www.ithowto.ro/2009/05/samba-cant-browse-domain-computers-list-the-network-path-was-not-foud/</link>
		<comments>http://www.ithowto.ro/2009/05/samba-cant-browse-domain-computers-list-the-network-path-was-not-foud/#comments</comments>
		<pubDate>Mon, 18 May 2009 10:53:04 +0000</pubDate>
		<dc:creator>gkoo</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[linux administration]]></category>
		<category><![CDATA[domain controller]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[samba]]></category>

		<guid isPermaLink="false">http://www.ithowto.ro/?p=102</guid>
		<description><![CDATA[I&#8217;ve ran into this situation while configuring a samba domain. I&#8217;ve searched for hours in forums and in google and found lots of causes for this issue. In my case i had the following:
i could ping the domain clients using their netbios name ( my pdc was also running as a wins server )
i could [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve ran into this situation while configuring a samba domain. I&#8217;ve searched for hours in forums and in google and found lots of causes for this issue. In my case i had the following:</p>
<p>i could ping the domain clients using their <strong>netbios name</strong> ( my pdc was also running as a wins server )</p>
<p>i could acces the clients by using their netbios name ( eg. <strong>\\netbiosname</strong> )</p>
<p>I just couldn&#8217;t <strong>browse the domain</strong> ( the <strong>list with computers on my domain</strong> ).</p>
<p>The problem was caused by samba working only on port <strong>445</strong>. I&#8217;ve enabled <strong>samba </strong>to work on port <strong>139 </strong>also and the error was gone.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithowto.ro/2009/05/samba-cant-browse-domain-computers-list-the-network-path-was-not-foud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: rename a samba domain member computer from registry</title>
		<link>http://www.ithowto.ro/2009/05/howto-rename-a-samba-domain-member-computer-from-registry/</link>
		<comments>http://www.ithowto.ro/2009/05/howto-rename-a-samba-domain-member-computer-from-registry/#comments</comments>
		<pubDate>Sat, 16 May 2009 22:46:43 +0000</pubDate>
		<dc:creator>gkoo</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[linux administration]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.ithowto.ro/?p=99</guid>
		<description><![CDATA[I had the difficult task to reorganise a medium network in a factory. Inbetween all the operations i had to do i also had to rename all the computers in the network and organise them by departments. Now this wouldn&#8217;t be such a headache unless all the computers are in a linux domain. As you [...]]]></description>
			<content:encoded><![CDATA[<p>I had the difficult task to reorganise a medium network in a factory. Inbetween all the operations i had to do i also had to rename all the computers in the network and organise them by departments. Now this wouldn&#8217;t be such a headache unless all the computers are in a linux domain. As you probably know when joining a domain, every computer gets a &#8220;computer account&#8221;. If you want to rename the computer you have to disconect the computer from the domain, reboot it, rename the computer, reboot it again, re-join the domain and reboot again to be able to login and have the new computer running in the domain again. This really sucks when you have to deal with 50 computers or more. Here&#8217;s the solution i found to do this.</p>
<p><strong>REMEMBER! THIS WORKS WITH A LINUX SAMBA DOMAIN running with a TDBSAM Backend, If you have a WINDOWS DOMAIN or a LINUX DOMAIN with LDAP BACKEND this WON&#8217;T WORK !!!! Also this howto was only tested with WINDOWS XP. I don&#8217;t know if it&#8217;ll work in vista but i think it should.<br />
</strong></p>
<p>First of all you have to login to the computer with a local administrative account ( eg. Administrator ).</p>
<p>Go to -&gt; Start -&gt; run &gt; and type <em><strong>regedit</strong></em>.</p>
<p>Go to this key: <strong>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ComputerName]</strong></p>
<p>Under Computer Name you&#8217;ll have 2 subfolders: <strong>ActiveComputerName </strong>and <strong>ComputerName</strong>, and in the 2 subfolders you&#8217;ll see the <strong>key ComputerName</strong> with the <strong>value </strong>being your current computer name. Change both of these values to the new name you want for your machine.</p>
<p>Reboot. ( this is the only time you need to reboot ).</p>
<p>Go to your linux domain controler and search for the <strong>smbpasswd </strong>file. This file stores both the computer and user accounts. Find your old computer&#8217;s name in this file. It should look something like this :</p>
<p><em><strong>GKOO$:1396:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:578E3D23GF5C1AA7588D3295281282EB:[W          ]:LCT-00000000:</strong></em></p>
<p>Change it&#8217;s name to the new name you assigned previously to your windows machine. Be sure to keep the $ mark at the and of the name ( the $ sign means this account is a machine account not a user account ) and also all the other numbers following your computer name.</p>
<p>Next create a machine account on your linux box with the new computer name:</p>
<p><em><strong>useradd -s /bin/false -d /dev/null gkoonew$ </strong></em> ( remember to always attach the $ sign to your machine account name ).</p>
<p>That&#8217;s it you should now be able to login to your domain with the new computer name. If you can&#8217;t watch the samba logs, they&#8217;ll tell you a lot. Also you can remove the old machine account from your linux users database to keep things more organised.</p>
<p>Good luck, GKoo.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithowto.ro/2009/05/howto-rename-a-samba-domain-member-computer-from-registry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
