<?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>My Technical Notes &#187; Linux</title>
	<atom:link href="http://www.kartook.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kartook.com</link>
	<description>~ Cisco &#124; Windows &#124; Linux &#124; Vmware &#124; Security ~</description>
	<lastBuildDate>Fri, 30 Jul 2010 09:59:19 +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>How ot install Tweetdeck on ubuntu 10.04 64bit</title>
		<link>http://www.kartook.com/2010/07/how-ot-install-tweetdeck-on-ubuntu-10-04-64bit/</link>
		<comments>http://www.kartook.com/2010/07/how-ot-install-tweetdeck-on-ubuntu-10-04-64bit/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 09:59:19 +0000</pubDate>
		<dc:creator>kartook</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.kartook.com/?p=1584</guid>
		<description><![CDATA[<p>Whilst Adobe provide a 32bit version of their Adobe Air application for Linux, a native x64 version remains a dream. Thankfully, with few installed dependencies, the 32bit version will happily run on a 64bit installation too</p>
<p>Step 1 .
Get Air, Get Dependencies First things first &#8211; you will need a copy of Adobe Air for Linux. The [...]]]></description>
		<wfw:commentRss>http://www.kartook.com/2010/07/how-ot-install-tweetdeck-on-ubuntu-10-04-64bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware : How to setup Windows Active Directory authentication on ESX 4.0</title>
		<link>http://www.kartook.com/2010/07/vmware-how-to-setup-windows-active-directory-authentication-on-esx-4-0/</link>
		<comments>http://www.kartook.com/2010/07/vmware-how-to-setup-windows-active-directory-authentication-on-esx-4-0/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 09:57:04 +0000</pubDate>
		<dc:creator>kartook</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.kartook.com/?p=1576</guid>
		<description><![CDATA[<p>To setup Windows Active Directory authentication run the following command replacing “mydc01″ your domain controller name. Replace “mydomain.com” with your domain name.
You can add redundancy by adding multiple domain controllers by running the command again with the other server names</p>
<p>/usr/sbin/esxcfg-auth &#8211;enablead &#8211;addomain=mydomain.com &#8211;addc=mydc01.mydomain.com &#8211;krb5realm=mydomain.com &#8211;krb5kdc=mydc01.mydomain.com &#8211;krb5adminserver=mydc01.mydomain.com &#8211;krb5enable
/usr/sbin/esxcfg-auth &#8211;enablead &#8211;addomain=mydomain.com &#8211;addc=mydc02.mydomain.com &#8211;krb5realm=mydomain.com &#8211;krb5kdc=mydc02.mydomain.com &#8211;krb5adminserver=mydc02.mydomain.com &#8211;krb5enable</p>
<p>To add users [...]]]></description>
		<wfw:commentRss>http://www.kartook.com/2010/07/vmware-how-to-setup-windows-active-directory-authentication-on-esx-4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LINUX : How to Find the Most Memory taking process in Ubuntu</title>
		<link>http://www.kartook.com/2010/07/linux-how-to-find-the-most-memory-taking-process-in-ubuntu/</link>
		<comments>http://www.kartook.com/2010/07/linux-how-to-find-the-most-memory-taking-process-in-ubuntu/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 06:16:16 +0000</pubDate>
		<dc:creator>kartook</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.kartook.com/?p=1564</guid>
		<description><![CDATA[<p>Some Times system we need to kill the memory eater process. When your system become slower, check the following command and find the memory eater.</p>
<p>Open a terminal and Type the following command</p>
<p>
kartook@Dwarez:~$ sudo ps aux &#124; sort -nrk 4 &#124; head</p>
<p>Outputlooks like Below</p>
<p>
kartook@Dwarez:~$ sudo ps aux &#124; sort -nrk 4 &#124; head
kartook   2194 18.9 [...]]]></description>
		<wfw:commentRss>http://www.kartook.com/2010/07/linux-how-to-find-the-most-memory-taking-process-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vmware : How to install Vmware Tools on Backtrack4- Final</title>
		<link>http://www.kartook.com/2010/06/vmware-how-to-install-vmware-tools-on-backtrack4-final/</link>
		<comments>http://www.kartook.com/2010/06/vmware-how-to-install-vmware-tools-on-backtrack4-final/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 06:19:54 +0000</pubDate>
		<dc:creator>kartook</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.kartook.com/?p=1556</guid>
		<description><![CDATA[<p>I used VMware Workstation 7 to test this.</p>
<p>The BackTrack kernel sources are already in place, so all that’s left  to do is install BackTrack in VMware and start the VMware tools install. BackTrack uses up around 5 GB once installed, so plan accordingly.</p>
<p>mkdir /mnt/cdrom
mount /dev/cdrom3 /mnt/cdrom
cp -rf /mnt/cdrom/VMwareTools-7.8.5-156735.tar.gz /tmp/
cd /tmp/
tar zxpf VMwareTools-7.8.5-156735.tar.gz
wget  www.offensive-security.com/tools/vmware-tools-patch-backtrack4-7.8.5-2_6_29.tar
tar zxpf [...]]]></description>
		<wfw:commentRss>http://www.kartook.com/2010/06/vmware-how-to-install-vmware-tools-on-backtrack4-final/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux : CentOS-5.5 Released</title>
		<link>http://www.kartook.com/2010/05/linux-centos-5-5-released/</link>
		<comments>http://www.kartook.com/2010/05/linux-centos-5-5-released/#comments</comments>
		<pubDate>Sun, 16 May 2010 06:06:07 +0000</pubDate>
		<dc:creator>kartook</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.kartook.com/?p=1529</guid>
		<description><![CDATA[<p>CentOS-5.5 is based on the upstream release EL 5.5 and includes packages from all variants including Server and Client</p>
<p>All are torrent links user utorrent ( on windows ) or deluge ( Linux)</p>
<p> CD ISO:</p>
<p>http://mirror.centos.org/centos/5.5/isos/i386/CentOS-5.5-i386-bin-1to7.torrent</p>
<p>http://mirror.centos.org/centos/5.5/isos/x86_64/CentOS-5.5-x86_64-bin-1to8.torrent</p>
<p> DVD ISO:</p>
<p>http://mirror.centos.org/centos/5.5/isos/i386/CentOS-5.5-i386-bin-DVD.torrent</p>
<p>http://mirror.centos.org/centos/5.5/isos/x86_64/CentOS-5.5-x86_64-bin-DVD.torrent</p>
<p>
LiveCD ISO:</p>
<p>http://mirror.centos.org/centos/5.5/isos/i386/CentOS-5.5-i386-LiveCD.torrent</p>
<p>http://mirror.centos.org/centos/5.5/isos/x86_64/CentOS-5.5-x86_64-LiveCD.torrent</p>

<p>Possibly Related Posts:</p>

How ot install Tweetdeck on ubuntu 10.04 64bit
VMware : How to setup Windows Active Directory authentication on ESX [...]]]></description>
		<wfw:commentRss>http://www.kartook.com/2010/05/linux-centos-5-5-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux : How to fully block adsense adds on your system</title>
		<link>http://www.kartook.com/2010/05/linux-how-to-fully-block-adsense-adds-on-your-system/</link>
		<comments>http://www.kartook.com/2010/05/linux-how-to-fully-block-adsense-adds-on-your-system/#comments</comments>
		<pubDate>Sun, 16 May 2010 05:58:24 +0000</pubDate>
		<dc:creator>kartook</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Q & A]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.kartook.com/?p=1524</guid>
		<description><![CDATA[<p>The method uses IPtables to accomplish this</p>
<p>add the following lines to /etc/rc.local</p>
<p>iptables -F
iptables -A INPUT -s googleads.g.doubleclick.net   -j DROP
iptables -A INPUT -s pagead2.googlesyndication.com -j DROP
iptables -A INPUT -s ads.google.com                -j DROP
exit 0</p>
<p>Thanks : Tux</p>

<p>Possibly Related Posts:</p>

How ot install Tweetdeck [...]]]></description>
		<wfw:commentRss>http://www.kartook.com/2010/05/linux-how-to-fully-block-adsense-adds-on-your-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu : How to install ubuntu-restricted-extras on ubuntu 10.04lucid</title>
		<link>http://www.kartook.com/2010/05/ubuntu-how-to-install-ubuntu-restricted-extras-on-ubuntu-10-04lucid/</link>
		<comments>http://www.kartook.com/2010/05/ubuntu-how-to-install-ubuntu-restricted-extras-on-ubuntu-10-04lucid/#comments</comments>
		<pubDate>Sat, 15 May 2010 05:15:01 +0000</pubDate>
		<dc:creator>kartook</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.kartook.com/?p=1521</guid>
		<description><![CDATA[<p>Most digital media comes in some sort of proprietary format or another; MP3, AAC, DVDs, MPEG, and so on. Ubuntu by default doesn’t include these codecs due to licensing issues. However, it’s quite simple to install the necessary codecs, which come in the Ubuntu Restricted Extras packages. To do so, open up a Terminal window and [...]]]></description>
		<wfw:commentRss>http://www.kartook.com/2010/05/ubuntu-how-to-install-ubuntu-restricted-extras-on-ubuntu-10-04lucid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux : how to find your Mac Address ?</title>
		<link>http://www.kartook.com/2010/05/linux-how-to-find-your-mac-address/</link>
		<comments>http://www.kartook.com/2010/05/linux-how-to-find-your-mac-address/#comments</comments>
		<pubDate>Sat, 15 May 2010 05:07:59 +0000</pubDate>
		<dc:creator>kartook</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.kartook.com/?p=1518</guid>
		<description><![CDATA[<p>you can make finding the MAC address even  easier by parsing the  ifconfig command’s output with the grep command,  like this:</p>
<p>ifconfig &#124; grep HWaddr</p>
<p>This will only bring up the line of ifconfig’s output with the MAC   address.</p>
<p>Example :</p>
<p>kartook@H4C&#60;3r$ ifconfig &#124; grep HWaddr
eth0      Link encap:Ethernet  HWaddr 00:22:19:e5:b3:81
vmnet1    Link encap:Ethernet  HWaddr 00:50:56:c0:00:06
vmnet8    Link [...]]]></description>
		<wfw:commentRss>http://www.kartook.com/2010/05/linux-how-to-find-your-mac-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux : Google Picasa for ubuntu 10.04 lucida</title>
		<link>http://www.kartook.com/2010/05/linux-google-picasa-for-ubuntu-10-04-lucida/</link>
		<comments>http://www.kartook.com/2010/05/linux-google-picasa-for-ubuntu-10-04-lucida/#comments</comments>
		<pubDate>Sat, 15 May 2010 05:02:36 +0000</pubDate>
		<dc:creator>kartook</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.kartook.com/?p=1516</guid>
		<description><![CDATA[<p>Picasa 3.0 for Linux  (beta)
Instructions:</p>
<p> Picasa is free photo software from Google.  This             version is Linux compatible.         Picasa won&#8217;t delete your pictures or put them online without  your permission. </p>
<p> This is a [...]]]></description>
		<wfw:commentRss>http://www.kartook.com/2010/05/linux-google-picasa-for-ubuntu-10-04-lucida/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux : Rebuild deb package from installed files</title>
		<link>http://www.kartook.com/2010/05/linux-rebuild-deb-package-from-installed-files/</link>
		<comments>http://www.kartook.com/2010/05/linux-rebuild-deb-package-from-installed-files/#comments</comments>
		<pubDate>Thu, 13 May 2010 07:11:07 +0000</pubDate>
		<dc:creator>kartook</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.kartook.com/?p=1509</guid>
		<description><![CDATA[<p>Step 1 :</p>
<p>To rebuild Debian package (.deb) from an installation</p>
<p>kartook@H4C&#60;3r:~$apt-get install dpkg-repack</p>
<p>Now here i am going to rebuild K3B from my Ubuntu 10.04</p>
<p>kartook@H4C&#60;3r:~/packagebuild$ sudo dpkg-repack k3b
dpkg-deb: warning: &#8216;./dpkg-repack-13038/DEBIAN/control&#8217; contains user-defined field &#8216;Original-Maintainer&#8217;
dpkg-deb: building package `k3b&#8217; in `./k3b_1.91.0~rc2-0ubuntu3_amd64.deb&#8217;.
dpkg-deb: warning: ignoring 1 warnings about the control file(s)</p>
<p>kartook@H4C&#60;3r:~/packagebuild$
kartook@H4C&#60;3r:~/packagebuild$
kartook@H4C&#60;3r:~/packagebuild$
kartook@H4C&#60;3r:~/packagebuild$ ls
k3b_1.91.0~rc2-0ubuntu3_amd64.deb
kartook@H4C&#60;3r:~/packagebuild$
kartook@H4C&#60;3r:~/packagebuild$</p>

<p>Possibly Related Posts:</p>

How ot install Tweetdeck on ubuntu 10.04 64bit
News : [...]]]></description>
		<wfw:commentRss>http://www.kartook.com/2010/05/linux-rebuild-deb-package-from-installed-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
