<?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>shared</title>
	<atom:link href="http://dipes.com.np/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://dipes.com.np/blog</link>
	<description>at dipes dot com dot np</description>
	<lastBuildDate>Sat, 31 Mar 2012 03:09:37 +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>Opera desktop and Nepali Unicode</title>
		<link>http://dipes.com.np/blog/?p=230</link>
		<comments>http://dipes.com.np/blog/?p=230#comments</comments>
		<pubDate>Sat, 31 Mar 2012 03:08:00 +0000</pubDate>
		<dc:creator>dipesm</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://dipes.com.np/blog/?p=230</guid>
		<description><![CDATA[Nagariknews.com in opera looks very unreadable in nepali unicode font at least difficult. The mangal font would have been easier to read in the browser. Firefox by default takes mangal and so no problem in it. But opera (my version 11.61) takes Aparajita as default in monospace font for Devnagari. In monospace font it is [...]]]></description>
			<content:encoded><![CDATA[<p>Nagariknews.com in opera looks very unreadable in nepali unicode font at least difficult. The mangal font would have been easier to read in the browser. Firefox by default takes mangal and so no problem in it. But opera (my version 11.61) takes Aparajita as default in monospace font for Devnagari. In monospace font it is only Aparajita font, could not be changed. Though changing the other in Mangal worked in my co-workers but has not resolved in mine. Whereas Kantipur site is fine in this.</p>
<p>For the co-worker changing it to <em>Mangal</em>&nbsp;font in Normal section &nbsp;<em>Devnagari </em>Writing system &gt; in&nbsp;<em>International fonts</em>&nbsp;from the fonts of the advanced tab from the preference menu, it switched back to Mangal Font.</p>
<p>Tools &gt;&gt; Preference &gt;&gt; Advanced &gt;&gt; Fonts &gt;&gt; International fonts &gt;&gt; Writing system &gt;&gt; Devnagari &gt;&gt; Normal font &gt;&gt; Mangal.</p>
]]></content:encoded>
			<wfw:commentRss>http://dipes.com.np/blog/?feed=rss2&#038;p=230</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Page6 never gets updated</title>
		<link>http://dipes.com.np/blog/?p=224</link>
		<comments>http://dipes.com.np/blog/?p=224#comments</comments>
		<pubDate>Sat, 31 Mar 2012 02:55:17 +0000</pubDate>
		<dc:creator>dipesm</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://dipes.com.np/blog/?p=224</guid>
		<description><![CDATA[Page6 a nepali weekly entertainment paper never gets its updated version in the online at http://page6.com.np/. Its collection from different internet sources is very popular among the school kids. But for past three weeks its paper version was not made available in the market. Its fine now (available now).]]></description>
			<content:encoded><![CDATA[<p>Page6 a nepali weekly entertainment paper never gets its updated version in the online at http://page6.com.np/. Its collection from different internet sources is very popular among the school kids. But for past three weeks its paper version was not made available in the market. Its fine now (available now).</p>
]]></content:encoded>
			<wfw:commentRss>http://dipes.com.np/blog/?feed=rss2&#038;p=224</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Koha Installation Offline in Centos 6.0</title>
		<link>http://dipes.com.np/blog/?p=202</link>
		<comments>http://dipes.com.np/blog/?p=202#comments</comments>
		<pubDate>Sat, 10 Mar 2012 18:33:11 +0000</pubDate>
		<dc:creator>dipesm</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://dipes.com.np/blog/?p=202</guid>
		<description><![CDATA[Installing koha in online environment is pretty simpler and easier than offine. All the dependencies are needed to be downloaded first, and finding the dependencies for me really took long. Finally below is the way I got thorugh. All the required files and dependencies are directory listed here, except the iso of Centos 6. I [...]]]></description>
			<content:encoded><![CDATA[<p>Installing koha in online environment is pretty simpler and easier than offine. All the dependencies are needed to be downloaded first, and finding the dependencies for me really took long. Finally below is the way I got thorugh. All the required files and dependencies are directory listed <a title="Koha Offline files" href="http://dipes.com.np/downloads/kohaoffline/" target="_blank">here</a>, except the iso of Centos 6. I will be adding all file in single zip soon.</p>
<p>Install Centos 6.0</p>
<p>Centos Desktop minimal edition was choosen with the customizati0n and added the following packages:</p>
<p>Applications: Emacs, Graphics -&gt; ImageMagick</p>
<p>Base: Perl</p>
<p>Databases: MySQL Client, MySQL Server</p>
<p>Development: Additional Development -&gt; libxslt-devel, tcp_wrappers-devel</p>
<p>Languages: Nepali if needed</p>
<p>Servers: Print Server, Email Server</p>
<p>Web Services: PHP Support -&gt; php-mysql, Web Server -&gt; all Perl modules</p>
<p>&nbsp;</p>
<p>Selinux and firewall are disabled in the system.</p>
<p>Disable selinux<br />
setenforce 0</p>
<p>Turn off firewall<br />
service iptables stop<br />
service ip6tables stop</p>
<p>To disables firewall service<br />
chkconfig iptables off<br />
chkconfig ip6tables off</p>
<p>Turning mysql and apache as service<br />
chkconfig mysqld on<br />
chkconfig httpd on</p>
<p>Copy the repo file for CENTOS repo, here I have disabled the internet CENTOS repo so our system will not spend its time on searching the installation file in the internet.<br />
cp CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo</p>
<p>Copy the repo file for cdrom, here I have added the location of the Centos 6 CDROM and enabled it<br />
cp CentOS-Media.repo /etc/yum.repos.d/CentOS-Media.repo</p>
<p>Now creating our own local repo server for the installation of some packages necessary for koha<br />
yum -y &#8211;nogpgcheck localinstall /media/CentOS_6.0_Final/Packages/createrepo-0.9.8-4.el6.noarch.rpm<br />
mkdir /var/myrepo<br />
cp myrepo/* /var/myrepo/<br />
createrepo /var/myrepo<br />
cp myrepo.repo /etc/yum.repos.d/myrepo.repo</p>
<p>Now installing the files from our local repo that are needed by koha</p>
<p>yum -y install libyaz libyaz-devel perl-CPAN perl-CPAN-Meta-YAML gcc GraphicsMagick-perl perl-YAML</p>
<p>Fix the GraphicsMagic installationcd /usr/lib/perl5/auto/Graphics/Magick<br />
mv Magick.so Magick-0.so<br />
ld -share -o Magick.so `pwd`/Magick-0.so /usr/lib/libGraphicsMagick.so.3.6.0</p>
<p>&nbsp;</p>
<p>Unpack koha<br />
tar zxf koha-3.06.03.tar.gz<br />
cd koha-3.06.03<br />
perl koha_perl_deps.pl -m | grep &#8216;Yes&#8217; | sed -e &#8216;s/::/-/g&#8217; | awk &#8216;{print &#8220;yum -y install perl-&#8221;$1}&#8217; &gt; perl-pkgs-install</p>
<p>sh perl-pkgs-install</p>
<p>It will install the perl modules for the koha from our local repo and cdrom repo.</p>
<p>But there are still some perl modules which are not available in rpm, and need to be installed from the source file.</p>
<p>cd perlpkg</p>
<p>run the commands from the files<br />
11cI<br />
12cI<br />
13cI<br />
14cI<br />
15cI<br />
16cI</p>
<p>Don’t run all of them at once since we won’t be able to see the errors if any.</p>
<p>From the unzipped koha directory run<br />
perl koha_perl_deps.pl -m | grep &#8216;Yes&#8217; | awk &#8216;{print &#8220;cpan -i &#8220;$1}&#8217; &gt; perl-modules-install<br />
sh perl-modules-install</p>
<p>Cat perl-modules-install</p>
<p>All the necessary perl modules must have been installed</p>
<p>Set up MySQL<br />
[mysqld]<br />
default-character-set=utf8<br />
character-set-server=utf8<br />
skip-character-set-client-handshake</p>
<p>Restart the Mysql daemon</p>
<p>service mysqld restart</p>
<p>Secure mysqld installation.  Follow the prompts and set a root password<br />
/usr/bin/mysql_secure_installation</p>
<p>Create koha database.  Give it a password other than &#8216;kohakoha&#8217;<br />
mysqladmin -u root -p create koha<br />
mysql -u root –p<br />
grant all privileges on koha.* to kohaadmin@localhost identified by &#8216;kohakoha&#8217;;<br />
flush privileges ;<br />
exit</p>
<p>groupadd koha<br />
useradd koha -s /bin/false -d /usr/share/koha -g koha -M</p>
<p>&nbsp;</p>
<p>Install KOHA<br />
cd into KOHA installation directory and type<br />
perl Makefile.PL<br />
make<br />
make install</p>
<p>vi /etc/profile.d/koha.tcsh<br />
setenv KOHA_CONF /etc/koha/koha-conf.xml<br />
setenv PERL5LIB /usr/share/koha/lib</p>
<p>vi /etc/profile.d/koha.sh<br />
export KOHA_CONF=/etc/koha/koha-conf.xml<br />
export PERL5LIB=/usr/share/koha/lib</p>
<p>Set up HTTPD<br />
ln -s /etc/koha/koha-httpd.conf /etc/httpd/conf.d/<br />
vi /etc/httpd/conf/httpd.conf<br />
Listen 8080</p>
<p>&nbsp;</p>
<p>Go to http://localhost:8080/ to set up the admin interface</p>
<p>Your might have to edit etc/koha/koha-conf.xml for the corret kohaadmin and password (here kohakoha)</p>
<p>Reference:</p>
<p>http://wiki.koha-community.org/wiki/Koha_3.6_on_Centos_6.2_i386</p>
]]></content:encoded>
			<wfw:commentRss>http://dipes.com.np/blog/?feed=rss2&#038;p=202</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogging from the desktop</title>
		<link>http://dipes.com.np/blog/?p=211</link>
		<comments>http://dipes.com.np/blog/?p=211#comments</comments>
		<pubDate>Sat, 10 Mar 2012 18:17:00 +0000</pubDate>
		<dc:creator>dipesm</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://dipes.com.np/blog/?p=211</guid>
		<description><![CDATA[I don&#8217;t blog much, but when it comes to blogging its really hard to type in the wordpress editing page. Sometimes the cursor just vanishes out, nowhere to be seen. Some desktop blogging tools from http://www.centernetworks.com/wordpress-desktop-blogging Its really frustating: I too cannot use Word 2007 to post on my wordpress blog. Trying to download free [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t blog much, but when it comes to blogging its really hard to type in the wordpress editing page. Sometimes the cursor just vanishes out, nowhere to be seen.
</p>
<p>Some desktop blogging tools from
</p>
<p>http://www.centernetworks.com/wordpress-desktop-blogging
</p>
<p><span style="text-decoration:line-through">Its really frustating: </span>
	</p>
<p><span style="text-decoration:line-through">I too cannot use Word 2007 to post on my wordpress blog. </span>Trying to download free Zoundry.
</p>
<p>Update:
</p>
<p>Finally it worked with Word. XML-RPC api is disabled by default. It should be enabled from Settings &gt;&gt; Writings &gt;&gt; Remote Publishing
</p>
<p>XML-RPC &#8211; Enable the WordPress, Movable Type, MetaWeblog and Blogger XML-RPC publishing protocols.
</p>
<p>However Word has to download existing post each time I wish to open and Zoundry does not have rich text editing like word. I can&#8217;t find strikethrough in Zoundry.</p>
]]></content:encoded>
			<wfw:commentRss>http://dipes.com.np/blog/?feed=rss2&#038;p=211</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sality Killer and Virut Killer</title>
		<link>http://dipes.com.np/blog/?p=195</link>
		<comments>http://dipes.com.np/blog/?p=195#comments</comments>
		<pubDate>Sat, 18 Jun 2011 10:57:59 +0000</pubDate>
		<dc:creator>dipesm</dc:creator>
				<category><![CDATA[Computer Solution]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://dipes.com.np/blog/?p=195</guid>
		<description><![CDATA[Every exe in your computer can get infected with sality virus and virut virus if you are not aware of these. Once they get infected your system and other drives, the installation of avira antivirus is fatal as it quarantines all the exe infected virus including the explorer.exe and other all the system programs. Then [...]]]></description>
			<content:encoded><![CDATA[<p>Every exe in your computer can get infected with sality virus and virut virus if you are not aware of these. Once they get infected your system and other drives, the installation of avira antivirus is fatal as it quarantines all the exe infected virus including the explorer.exe and other all the system programs. Then it will lock you outside of your computer making it unaccessible to the user, forcing the user to reinstallation of the operating system. To fight against them, kaspersky has pretty two tools salitykiller and virutkiller, better says to run them in safe mode, but the virus is smart itself to disable the safe mode as well. They work pretty good in normal mode too but they are exposed to the infected system, themselves are infected with those two creepy virus. So better way run them in the zipped mode and run a full scan. It works.</p>
<p>Here too, its time consuming and the use might thing the formatting and reinstallation of the system may be the easy way to handle this. But the care should be taken to take the backups of user data in the system drive.</p>
<p>However even after the reinstallation if the care is not given the whole system can be reinfected if any one of the infected exe file from the other drivers are executed in the system. Even the drivers should not be installed b4 cleaning the whole system. Running a full scan after the reinstallation of the operating system will do.</p>
<p>Happy killing sality and virut. If you enjoy working with them, test them in virtual OS or vmware.</p>
]]></content:encoded>
			<wfw:commentRss>http://dipes.com.np/blog/?feed=rss2&#038;p=195</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>igfxwt32.exe</title>
		<link>http://dipes.com.np/blog/?p=182</link>
		<comments>http://dipes.com.np/blog/?p=182#comments</comments>
		<pubDate>Sat, 18 Jun 2011 10:16:40 +0000</pubDate>
		<dc:creator>dipesm</dc:creator>
				<category><![CDATA[Computer Solution]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://dipes.com.np/blog/?p=182</guid>
		<description><![CDATA[Searching for the trouble at the Internet, its really not that hard to get. But the solution for the problem, thats really hard to get and one has to go for searching and searching to find the real one solution. A little virus that resides on our computer and that adds an exception in the [...]]]></description>
			<content:encoded><![CDATA[<p>Searching for the trouble at the Internet, its really not that hard to get. But the solution for the problem, thats really hard to get and one has to go for searching and searching to find the real one solution.<br />
A little virus that resides on our computer and that adds an exception in the windows firewall with NETLAN or LANX or any name, its really annoying and moreover the C: drive these folders<br />
c:\sanbox<br />
c:\cwsanbox<br />
c:\program files\wireshark</p>
<p>Everytime you delete it, it does not hesitate to get itself deleted but once your computer wakes up after reboot those folders are there with some exe files within them. The presence of this virus can be detected by autoruns tool at the startup tab with the name of Intel Wifi Service with the missing publisher name of the file, pointing to the file igfxwt32.exe in system32 folder of the system drive.</p>
<p>The unlocker tools also fails to delete the file igfxwt32.exe, it says it will be able to delete the file after the reboot but never will. The malware bytes which is free to try comes to the rescue in such case. But it will take too much time enough to install a new system. However that nuisance file can be deleted by from other bootable system. and then a fresh install of antivirus and full scan as well as that by malware bytes can free up the system. In some cases the malware bytes too hangs up with nothing doing itself other than NOT RESPONDING in the Task Manager.</p>
<p><a href="http://dipes.com.np/blog/wp-content/uploads/2011/06/vir1.png"><img class="alignnone size-medium wp-image-185" title="vir1" src="http://dipes.com.np/blog/wp-content/uploads/2011/06/vir1-300x157.png" alt="" width="300" height="157" /></a><a href="http://dipes.com.np/blog/wp-content/uploads/2011/06/vir2.png"><img class="alignnone size-medium wp-image-186" title="vir2" src="http://dipes.com.np/blog/wp-content/uploads/2011/06/vir2-300x175.png" alt="" width="300" height="175" /></a></p>
<p><a href="http://dipes.com.np/blog/wp-content/uploads/2011/06/vir3.png"><img class="alignnone size-medium wp-image-187" title="vir3" src="http://dipes.com.np/blog/wp-content/uploads/2011/06/vir3-300x205.png" alt="" width="300" height="205" /></a></p>
<p>&nbsp;</p>
<p><a href="http://dipes.com.np/blog/wp-content/uploads/2011/06/vir5.png"><img class="alignnone size-medium wp-image-188" title="vir5" src="http://dipes.com.np/blog/wp-content/uploads/2011/06/vir5-300x169.png" alt="" width="300" height="169" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://dipes.com.np/blog/?feed=rss2&#038;p=182</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Can I return to the classic Yahoo! homepage?</title>
		<link>http://dipes.com.np/blog/?p=165</link>
		<comments>http://dipes.com.np/blog/?p=165#comments</comments>
		<pubDate>Sat, 18 Jun 2011 09:37:23 +0000</pubDate>
		<dc:creator>dipesm</dc:creator>
				<category><![CDATA[Mail]]></category>

		<guid isPermaLink="false">http://dipes.com.np/blog/?p=165</guid>
		<description><![CDATA[Yahoo says NO. as the document updated on Last Updated: February 03, 2011 http://help.yahoo.com/l/us/yahoo/homepage/homepage/whatsnew/homepage-98.html and I had lost hope on getting my old classic YAHOO which I am too used too. The last couple of weeks as I just accidently happened to click on the New Yahoo Beta, I had hard time on uploading the [...]]]></description>
			<content:encoded><![CDATA[<p>Yahoo says NO.<br />
as the document updated on Last Updated: February 03, 2011</p>
<p>http://help.yahoo.com/l/us/yahoo/homepage/homepage/whatsnew/homepage-98.html</p>
<p>and I had lost hope on getting my old classic YAHOO which I am too used too. The last couple of weeks as I just accidently happened to click on the New Yahoo Beta, I had hard time on uploading the attachments and on slow connections could not get my mail working. Not all the new bells and whistles are welcomed.  I had not had my opera 11.01 working on yahoomail and it asked me upgrade my browser or switch the browser, and instead gave me the hard option I had been waiting for for which I had given hope.  I don&#8217;t know about the yahoo updates of too many people complaining about the problems in Yahoo Beta and searching harder to get yahoo classic running, n however with a coincidence I got my yahoo classic running in my unupdated opera. It so happened that I forget to update my opera from office desktop yesterday. Who knows I would not have got this classic yahoo working if had did that.</p>
<p><a href="http://dipes.com.np/blog/wp-content/uploads/2011/06/yahoo-classic-login.png"><img class="alignnone size-medium wp-image-170" title="yahoo-classic-login" src="http://dipes.com.np/blog/wp-content/uploads/2011/06/yahoo-classic-login-300x156.png" alt="" width="300" height="156" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://dipes.com.np/blog/?feed=rss2&#038;p=165</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fotos Virus</title>
		<link>http://dipes.com.np/blog/?p=133</link>
		<comments>http://dipes.com.np/blog/?p=133#comments</comments>
		<pubDate>Fri, 07 Aug 2009 06:20:18 +0000</pubDate>
		<dc:creator>dipesm</dc:creator>
				<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://blog.dipes.com.np/?p=133</guid>
		<description><![CDATA[If you are getting messages from your fiends with the subject &#8216;Fotos &#8216; then you are getting forwarded a virus. The first prevention is not to click on any of the three attatched picture link like Imagens anexadas: DSC_614.jpg &#8211; DSC_615.jpg &#8211; DSC_616.jpg This is automated mail sent by the virus to all the contacts [...]]]></description>
			<content:encoded><![CDATA[<p>If you are getting messages from your fiends with the subject &#8216;Fotos <date>&#8216; then you are getting forwarded a virus.<br />
The first prevention is not to click on any of the three attatched picture link like Imagens anexadas:  DSC_614.jpg &#8211;  DSC_615.jpg &#8211;  DSC_616.jpg<br />
This is automated mail sent by the virus to all the contacts of the sender in his/her address book. If your computer is already infected with this virus, then there should be _winnt folder in c: drive or system drive. Safely remove this directory to prevent the virus send this automated mail to your contacts in your address book.</p>
]]></content:encoded>
			<wfw:commentRss>http://dipes.com.np/blog/?feed=rss2&#038;p=133</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting WiFi in HTC</title>
		<link>http://dipes.com.np/blog/?p=126</link>
		<comments>http://dipes.com.np/blog/?p=126#comments</comments>
		<pubDate>Wed, 01 Jul 2009 10:59:37 +0000</pubDate>
		<dc:creator>dipesm</dc:creator>
				<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://blog.dipes.com.np/?p=126</guid>
		<description><![CDATA[Wifi was easily detected but cannot browse the internet. I was connecting with ease to the CNet ADSL Wireless Router and was able to browse the internet using the wifi in HTC Touch P3452. However in the new network with InfoSmart Router this device even didn&#8217;t detected the wireless access point. But the HTC Touch [...]]]></description>
			<content:encoded><![CDATA[<p>Wifi was easily detected but cannot browse the internet.</p>
<p>I was connecting with ease to the CNet ADSL Wireless Router and was able to browse the internet using the wifi in HTC Touch P3452.</p>
<p>However in the new network with InfoSmart Router this device even didn&#8217;t detected the wireless access point. But the HTC Touch Diamond was able to detect this access point and was also able to connect to this access point. But it was also failing to browse the internet through it. Always said the page could not be found. I then installed the task manager from fdcsoft from <a href="http://www.gsmhacks.com/forums/pocket-pc-windows-smartphone-applications/47860-fdcsoft-task-manager-ppc-app.html">http://www.gsmhacks.com/forums/pocket-pc-windows-smartphone-applications/47860-fdcsoft-task-manager-ppc-app.html</a> Through its ping test I was not even able to ping the wireless router. So after little searching I found out the solution of it. Just chage a small setting<br />
Go Start -&gt; Settings -&gt; Connections -&gt; Wireless LAN -&gt; Power Mode -&gt; and slide all the way to Best Performance.<br />
That just solved the problem in both the HTC Touch P3452 and the Diamond.</p>
]]></content:encoded>
			<wfw:commentRss>http://dipes.com.np/blog/?feed=rss2&#038;p=126</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Active Directory with DNS Server in Linux</title>
		<link>http://dipes.com.np/blog/?p=117</link>
		<comments>http://dipes.com.np/blog/?p=117#comments</comments>
		<pubDate>Wed, 01 Jul 2009 09:50:45 +0000</pubDate>
		<dc:creator>dipesm</dc:creator>
				<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://blog.dipes.com.np/?p=117</guid>
		<description><![CDATA[Integrating Active Directory with the Linux DNS Server Lately I was working on integrating the newly configuring Windows 2003 Active Directory with the old running DNS server which was running on linux. After a day or two searching on the intenet I finally found a way to integrate the windows and linux together. Generally we [...]]]></description>
			<content:encoded><![CDATA[<p>Integrating Active Directory with the Linux DNS Server<br />
Lately I was working on integrating the newly configuring Windows 2003 Active Directory with the old running DNS server which was running on linux.  After a day or two searching on the intenet I finally found a way to integrate the windows and linux together.</p>
<p>Generally we install DNS server into an Active Directory. The separation might have been far easier if the DNS server had been the Windows Server itself, but some tweakings were required when the server was Linux.</p>
<p>The Linux DNS server was far old running and the new Active Directory was to integrate to it. So the active directory was installed in the windows 2003 server with the domain name adtest.dipes.com.np and the full name of this computer being dc.adtest.dipes.com.np</p>
<p>The preferred dns of the server itself was like that of others and the clients, e.g. 192.168.40.2 (the ip of linux dns server)<br />
The windows server (domain controller) ip was 192.168.40.13</p>
<p>Then inspecting the netlogon.dns file, the following lines of codes of database were written in the dns database file of linux (dipes.com.np zone file)</p>
<p><code><br />
dc.adtest		IN	    A	      192.168.40.13</p>
<p>_ldap._tcp.adtest.dipes.com.np. SRV 0 0 389 dc.adtest.dipes.com.np.<br />
_kerberos._tcp.adtest.dipes.com.np. SRV 0 0 88 dc.adtest.dipes.com.np.<br />
_ldap._tcp.dc._msdcs.adtest.dipes.com.np. SRV 0 0 389 dc.adtest.dipes.com.np.<br />
_kerberos._tcp.dc._msdcs.adtest.dipes.com.np. SRV 0 0 88 dc.adtest.dipes.com.np.<br />
</code><br />
And this was what looked in the netlogon.dns file in windows server<br />
<code>adtest.dipes.com.np. 600 IN A 192.168.40.13<br />
_ldap._tcp.adtest.dipes.com.np. 600 IN SRV 0 100 389 dc.adtest.dipes.com.np.<br />
_ldap._tcp.Default-First-Site-Name._sites.adtest.dipes.com.np. 600 IN SRV 0 100 389 dc.adtest.dipes.com.np.<br />
_ldap._tcp.pdc._msdcs.adtest.dipes.com.np. 600 IN SRV 0 100 389 dc.adtest.dipes.com.np.<br />
_ldap._tcp.gc._msdcs.adtest.dipes.com.np. 600 IN SRV 0 100 3268 dc.adtest.dipes.com.np.<br />
_ldap._tcp.Default-First-Site-Name._sites.gc._msdcs.adtest.dipes.com.np. 600 IN SRV 0 100 3268 dc.adtest.dipes.com.np.<br />
_ldap._tcp.359ce6bb-ad7c-46c9-8cb3-ee36d2c72f5c.domains._msdcs.adtest.dipes.com.np. 600 IN SRV 0 100 389 dc.adtest.dipes.com.np.<br />
gc._msdcs.adtest.dipes.com.np. 600 IN A 192.168.40.13<br />
fc3d8251-738c-402d-9ba1-33f2402923eb._msdcs.adtest.dipes.com.np. 600 IN CNAME dc.adtest.dipes.com.np.<br />
_kerberos._tcp.dc._msdcs.adtest.dipes.com.np. 600 IN SRV 0 100 88 dc.adtest.dipes.com.np.<br />
_kerberos._tcp.Default-First-Site-Name._sites.dc._msdcs.adtest.dipes.com.np. 600 IN SRV 0 100 88 dc.adtest.dipes.com.np.<br />
_ldap._tcp.dc._msdcs.adtest.dipes.com.np. 600 IN SRV 0 100 389 dc.adtest.dipes.com.np.<br />
_ldap._tcp.Default-First-Site-Name._sites.dc._msdcs.adtest.dipes.com.np. 600 IN SRV 0 100 389 dc.adtest.dipes.com.np.<br />
_kerberos._tcp.adtest.dipes.com.np. 600 IN SRV 0 100 88 dc.adtest.dipes.com.np.<br />
_kerberos._tcp.Default-First-Site-Name._sites.adtest.dipes.com.np. 600 IN SRV 0 100 88 dc.adtest.dipes.com.np.<br />
_gc._tcp.adtest.dipes.com.np. 600 IN SRV 0 100 3268 dc.adtest.dipes.com.np.<br />
_gc._tcp.Default-First-Site-Name._sites.adtest.dipes.com.np. 600 IN SRV 0 100 3268 dc.adtest.dipes.com.np.<br />
_kerberos._udp.adtest.dipes.com.np. 600 IN SRV 0 100 88 dc.adtest.dipes.com.np.<br />
_kpasswd._tcp.adtest.dipes.com.np. 600 IN SRV 0 100 464 dc.adtest.dipes.com.np.<br />
_kpasswd._udp.adtest.dipes.com.np. 600 IN SRV 0 100 464 dc.adtest.dipes.com.np.<br />
ForestDnsZones.adtest.dipes.com.np. 600 IN A 192.168.40.13<br />
_ldap._tcp.ForestDnsZones.adtest.dipes.com.np. 600 IN SRV 0 100 389 dc.adtest.dipes.com.np.<br />
_ldap._tcp.Default-First-Site-Name._sites.ForestDnsZones.adtest.dipes.com.np. 600 IN SRV 0 100 389 dc.adtest.dipes.com.np.<br />
DomainDnsZones.adtest.dipes.com.np. 600 IN A 192.168.40.13<br />
_ldap._tcp.DomainDnsZones.adtest.dipes.com.np. 600 IN SRV 0 100 389 dc.adtest.dipes.com.np.<br />
_ldap._tcp.Default-First-Site-Name._sites.DomainDnsZones.adtest.dipes.com.np. 600 IN SRV 0 100 389 dc.adtest.dipes.com.np.</code><br />
The next step was the finally joining the client with the domain controller with its previous old settings of preferred dns being same (i.e. 192.168.40.2)</p>
]]></content:encoded>
			<wfw:commentRss>http://dipes.com.np/blog/?feed=rss2&#038;p=117</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://stats.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://stats.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->

