<?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>Tue, 31 Jan 2012 06:22:30 +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>Linux local privilege escalation via SUID</title>
		<link>http://www.kartook.com/2012/01/linux-local-privilege-escalation-via-suid/</link>
		<comments>http://www.kartook.com/2012/01/linux-local-privilege-escalation-via-suid/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 09:22:25 +0000</pubDate>
		<dc:creator>Nghiem Ba Hieu</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[cve]]></category>
		<category><![CDATA[escalation]]></category>
		<category><![CDATA[mempodipper]]></category>
		<category><![CDATA[privilege]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.kartook.com/?p=1853</guid>
		<description><![CDATA[<p>According to CVE-2012-0056, linux kernel 2.6.39 and later versions is vulnerable to local privilege escalation by any local users due to the mem_write function does not properly check for permissions when writing to /proc/&#60;pid&#62;/mem, when ASLR is disabled.</p> <p>Please take a look at this demonstration to see how it works.</p> <p>Reference:</p> <p>1. http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-0056</p> <p>2. http://blog.zx2c4.com/749</p> <p>&#160;</p> <p>Possibly Related [...]]]></description>
		<wfw:commentRss>http://www.kartook.com/2012/01/linux-local-privilege-escalation-via-suid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to uninstall Vmware workstation v 8.0.0.471780.bundle</title>
		<link>http://www.kartook.com/2011/09/how-to-uninstall-vmware-workstation-v-8-0-0-471780-bundle/</link>
		<comments>http://www.kartook.com/2011/09/how-to-uninstall-vmware-workstation-v-8-0-0-471780-bundle/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 05:27:35 +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=1823</guid>
		<description><![CDATA[<p>I want to uninstall  the Vmware workstation v 8.0.0.471780 on my laptop .</p> <p>Oprating System:Ubuntu 10.10 -64bit ..</p> <p>kartook@Kartook:~/Downloads$ vmware-installer -l Product Name         Product Version ==================== ==================== vmware-workstation   8.0.0.471780 kartook@Kartook:~/Downloads$ sudo vmware-installer -u vmware-workstation   8.0.0.471780 kartook@Kartook:~/Downloads$</p> <p>Possibly Related Posts:</p> Linux local privilege escalation via SUID CisCo : Installing the VSG ( Virutual Security Gateway ) Software from an ISO File
CisCO UCS Required Documentation listed
Cisco Datacenter /Nexus 1000V Videos
CisCO : Nexus and Cisco&#8217;s Unified Computing System

]]></description>
		<wfw:commentRss>http://www.kartook.com/2011/09/how-to-uninstall-vmware-workstation-v-8-0-0-471780-bundle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux : Flash fullscreen doesn&#8217;t work on Ubuntu 10.10</title>
		<link>http://www.kartook.com/2011/07/linux-flash-fullscreen-doesnt-work-on-ubuntu-10-10/</link>
		<comments>http://www.kartook.com/2011/07/linux-flash-fullscreen-doesnt-work-on-ubuntu-10-10/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 05:34:59 +0000</pubDate>
		<dc:creator>kartook</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Q & A]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.kartook.com/?p=1774</guid>
		<description><![CDATA[<p>Flash fullscreen doesn&#8217;t work on Ubuntu 10.10</p> <p>Reason : </p> <p>The problem has something to do with flash having hardware acceleration enabled</p> <p>Solution :</p> <p>Open a terminal and type the following: sudo mkdir /etc/adobe sudo su sudo echo \&#8221;OverrideGPUValidation = 1\&#8221; &#62;&#62; /etc/adobe/mms.cfg</p> <p>After executing the code above, we haven&#8217;t had a problem viewing flash [...]]]></description>
		<wfw:commentRss>http://www.kartook.com/2011/07/linux-flash-fullscreen-doesnt-work-on-ubuntu-10-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VCP Home LAB : Part -3</title>
		<link>http://www.kartook.com/2011/05/vcp-home-lab-part-3/</link>
		<comments>http://www.kartook.com/2011/05/vcp-home-lab-part-3/#comments</comments>
		<pubDate>Fri, 06 May 2011 06:57:02 +0000</pubDate>
		<dc:creator>kartook</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.kartook.com/?p=1761</guid>
		<description><![CDATA[<p>VCP Home Lab- Part 3</p> <p>Physical HDD partitioning :</p> <p>HDD 1 &#8211; 1 TB </p> <p>Operating System                       : 100 GB    ( C : ) VCP LAB Images Machines     : 200 GB    ( D : ) ISO Images, thought Vmdk        : 200 GB    ( [...]]]></description>
		<wfw:commentRss>http://www.kartook.com/2011/05/vcp-home-lab-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VCP Home LAB – part-2</title>
		<link>http://www.kartook.com/2011/05/vcp-home-lab-%e2%80%93-part-2/</link>
		<comments>http://www.kartook.com/2011/05/vcp-home-lab-%e2%80%93-part-2/#comments</comments>
		<pubDate>Fri, 06 May 2011 04:15:22 +0000</pubDate>
		<dc:creator>kartook</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.kartook.com/?p=1759</guid>
		<description><![CDATA[<p style="padding-left: 30px;">I am using in this LAB for all are trail version applications . Few application will work for 180 days few less than 3 months .</p> <p style="padding-left: 30px;">&#160;</p> <p style="padding-left: 30px;">Software Collection : </p> <p style="padding-left: 30px;">Operating Systems    :  Windows 7 64 bit </p> <p style="padding-left: 30px;">Virtual layer               :  Vmware [...]]]></description>
		<wfw:commentRss>http://www.kartook.com/2011/05/vcp-home-lab-%e2%80%93-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux : HowTo check the DNS server entries?</title>
		<link>http://www.kartook.com/2011/02/linux-howto-check-the-dns-server-entries/</link>
		<comments>http://www.kartook.com/2011/02/linux-howto-check-the-dns-server-entries/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 05:31:31 +0000</pubDate>
		<dc:creator>kartook</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.kartook.com/?p=1744</guid>
		<description><![CDATA[<p>You can simply use that commands to find your DNS servers on a Linux/Unix/BSD based OS</p> <p>by usign: # cat /etc/resolv.conf </p> <p>or</p> <p> using: # less /etc/resolv.conf</p> <p>Possibly Related Posts:</p> Linux local privilege escalation via SUID CisCo : Installing the VSG ( Virutual Security Gateway ) Software from an ISO File CisCO UCS Required Documentation listed
Cisco : How to install SSL cert on Cisco ACS ?
Cisco Datacenter /Nexus 1000V Videos

]]></description>
		<wfw:commentRss>http://www.kartook.com/2011/02/linux-howto-check-the-dns-server-entries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>news : Linux Journal Insider &#8211; March 2011</title>
		<link>http://www.kartook.com/2011/02/news-linux-journal-insider-march-2011/</link>
		<comments>http://www.kartook.com/2011/02/news-linux-journal-insider-march-2011/#comments</comments>
		<pubDate>Thu, 03 Feb 2011 04:52:43 +0000</pubDate>
		<dc:creator>kartook</dc:creator>
				<category><![CDATA[E-Books]]></category>
		<category><![CDATA[E-Docz]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Q & A]]></category>

		<guid isPermaLink="false">http://www.kartook.com/?p=1741</guid>
		<description><![CDATA[<p>This month, Shawn and Kyle talk about the tools they keep in their pockets.  Smart phones are much more than just phones, and with Linux you&#8217;ve got multiple choices for handset operating systems &#8212; and this multiple choice test has only correct answers!  Get a taste of the &#8220;Linux in Your Pocket&#8221; issue of Linux [...]]]></description>
		<wfw:commentRss>http://www.kartook.com/2011/02/news-linux-journal-insider-march-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.linuxjournal.com/files/linuxjournal.com/ufiles/files/linuxjournal.com/audio/LJ_Insider_203.mp3" length="7238496" type="audio/mpeg" />
		</item>
		<item>
		<title>News : The New Features in LibreOffice 3.3</title>
		<link>http://www.kartook.com/2011/02/news-the-new-features-in-libreoffice-3-3/</link>
		<comments>http://www.kartook.com/2011/02/news-the-new-features-in-libreoffice-3-3/#comments</comments>
		<pubDate>Thu, 03 Feb 2011 04:18:47 +0000</pubDate>
		<dc:creator>kartook</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.kartook.com/?p=1738</guid>
		<description><![CDATA[<p>The Document Foundation launches LibreOffice 3.3</p> <p>The first stable release of the free office suite is available for download</p> <p>The Internet, January 25, 2011 &#8211; The Document Foundation launches LibreOffice 3.3, the first stable release of the free office suite developed by the community. In less than four months, the number of developers hacking LibreOffice [...]]]></description>
		<wfw:commentRss>http://www.kartook.com/2011/02/news-the-new-features-in-libreoffice-3-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Security : fail2ban and dependencies</title>
		<link>http://www.kartook.com/2011/01/security-fail2ban-and-dependencies/</link>
		<comments>http://www.kartook.com/2011/01/security-fail2ban-and-dependencies/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 14:04:28 +0000</pubDate>
		<dc:creator>kartook</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.kartook.com/?p=1734</guid>
		<description><![CDATA[<p>I like to install fail2ban on my Server for securing ssh and Asterisk .</p> <p>Installed: fail2ban.noarch 0:0.8.4-23.el5</p> <p>Dependency Installed: shorewall.noarch 0:4.0.15-1.el5       shorewall-common.noarch 0:4.0.15-1.el5 shorewall-perl.noarch 0:4.0.15-1.el5  shorewall-shell.noarch 0:4.0.15-1.el5</p> <p>Possibly Related Posts:</p> Linux local privilege escalation via SUID CisCo : Installing the VSG ( Virutual Security Gateway ) Software from an ISO File CisCO UCS Required Documentation listed
Cisco : How to install SSL cert on Cisco ACS ?
News : Have Facebook accounts been hacked in Bangalore?

]]></description>
		<wfw:commentRss>http://www.kartook.com/2011/01/security-fail2ban-and-dependencies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux :setting up NFS shares</title>
		<link>http://www.kartook.com/2010/12/linux-setting-up-nfs-shares/</link>
		<comments>http://www.kartook.com/2010/12/linux-setting-up-nfs-shares/#comments</comments>
		<pubDate>Sat, 11 Dec 2010 05:49:25 +0000</pubDate>
		<dc:creator>kartook</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.kartook.com/?p=1705</guid>
		<description><![CDATA[<p>On server:</p> <p>vi /etc/exports</p> <p>add:</p> <p>/home/data 192.168.170.0/255.255.255.0(rw)</p> <p># chkconfig nfsd on # service nfsd start</p> <p> On Client:</p> <p>#mkdir /home/data</p> <p>#mount -t nfs 192.168.170.1:/home/data /home/data</p> <p>Make it automount:</p> <p>#vi /etc/fstab</p> <p>192.168.170.1:/home /home nfs rw,bg,hard,intr 0 0</p> <p>Possibly Related Posts:</p> Linux local privilege escalation via SUID How to uninstall Vmware workstation v 8.0.0.471780.bundle Linux : Flash fullscreen doesn&#8217;t work on Ubuntu 10.10
VCP Home LAB : Part -3
VCP Home LAB – part-2

]]></description>
		<wfw:commentRss>http://www.kartook.com/2010/12/linux-setting-up-nfs-shares/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

