<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Arun's Weblog</title>
	<atom:link href="http://ubuntucrack.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntucrack.wordpress.com</link>
	<description>Feel power of linux Ubuntu</description>
	<lastBuildDate>Wed, 14 Jan 2009 14:22:39 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='ubuntucrack.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/9a293c11e23405db97d0bee7c23cef2d?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Arun's Weblog</title>
		<link>http://ubuntucrack.wordpress.com</link>
	</image>
			<item>
		<title>Install Apache, php 5 and mysql</title>
		<link>http://ubuntucrack.wordpress.com/2009/01/14/lamp/</link>
		<comments>http://ubuntucrack.wordpress.com/2009/01/14/lamp/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 14:22:39 +0000</pubDate>
		<dc:creator>arun161087</dc:creator>
				<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[lamp]]></category>

		<guid isPermaLink="false">http://ubuntucrack.wordpress.com/?p=43</guid>
		<description><![CDATA[Installing Apache
sudo apt-get install apache2
Testing Apache
Once that&#8217;s finished installing, we can start up Apache to test it by typing&#8230;
sudo /etc/init.d/apache2 start
Now open up your browser (or if you&#8217;re a time saver,) and point it to&#8230;
http://localhost
If you&#8217;re cleanly installing Apache, you&#8217;ll see the default installed folder index, or you&#8217;ll see your normal server pages if you&#8217;ve [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntucrack.wordpress.com&blog=4528938&post=43&subd=ubuntucrack&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><h3>Installing Apache</h3>
<blockquote><p><em><code>sudo apt-get install apache2</code></em></p></blockquote>
<h3>Testing Apache</h3>
<p>Once that&#8217;s finished installing, we can start up Apache to test it by typing&#8230;</p>
<blockquote><p><em><code>sudo /etc/init.d/apache2 start</code></em></p></blockquote>
<p>Now open up your browser (or if you&#8217;re a time saver,) and point it to&#8230;</p>
<blockquote><p><code>http://localhost</code></p></blockquote>
<p>If you&#8217;re cleanly installing Apache, you&#8217;ll see the default installed folder index, or you&#8217;ll see your normal server pages if you&#8217;ve updated.</p>
<h3>Installing PHP</h3>
<p>Now that Apache is installed, PHP is next&#8230;</p>
<blockquote><p><em><code>sudo apt-get install php5</code></em></p></blockquote>
<p>Once PHP has finished installing, if we restart Apache&#8230;</p>
<blockquote><p><em><code>sudo /etc/init.d/apache2 restart</code></em></p></blockquote>
<h3>Testing PHP</h3>
<p>To test PHP, we&#8217;ll make a new PHP document with any editor you want&#8230;</p>
<blockquote><p><em><code>sudo gedit /var/www/phpinfo.php</code></em></p></blockquote>
<p>And paste the following code into the file to run PHP&#8217;s phpinfo() function, which will show us a myriad of information about PHP&#8230;</p>
<blockquote><p><code>&lt;?php phpinfo(); ?&gt;</code></p></blockquote>
<p>Now we can save the file, and browse to&#8230;</p>
<blockquote><p><code>http://localhost/phpinfo.php</code></p></blockquote>
<p>To see all of the information about your PHP installation. For security reasons, you should remove this page when you&#8217;re done with it. If you want to do that quickly&#8230;</p>
<blockquote><p><em><code>sudo rm -rf /var/www/phpinfo.php</code></em></p></blockquote>
<p>Assuming you named the file phpinfo.php.</p>
<h3>Installing MySQL</h3>
<p>To install MySQL, in our terminal window&#8230;</p>
<blockquote><p><em><code>sudo apt-get install mysql-server</code></em></p></blockquote>
<p>If this is a clean installation of MySQL, it will prompt you to set your root password. Make sure that you type it correctly, as it will only ask you once. If you&#8217;ve upgraded, or installed MySQL before, it may not prompt you for a password.</p>
<h3>Testing MySQL</h3>
<p>Once MySQL is finished installing, we can test MySQL by connecting to it, using&#8230;</p>
<blockquote><p><em><code>mysql -uroot -pyourpassword</code></em></p></blockquote>
<p>After filling in your own password after -p, you&#8217;ll see a MySQL prompt.<br />
That&#8217;s it, you&#8217;re done! You can type &#8216;exit&#8217; to get out of MySQL.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntucrack.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntucrack.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntucrack.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntucrack.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntucrack.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntucrack.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntucrack.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntucrack.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntucrack.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntucrack.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntucrack.wordpress.com&blog=4528938&post=43&subd=ubuntucrack&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ubuntucrack.wordpress.com/2009/01/14/lamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/eecd207067b7e54fd176805b5053927a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">arun161087</media:title>
		</media:content>
	</item>
		<item>
		<title>Find live computers in a network</title>
		<link>http://ubuntucrack.wordpress.com/2008/09/13/find-live-computers-in-a-network/</link>
		<comments>http://ubuntucrack.wordpress.com/2008/09/13/find-live-computers-in-a-network/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 17:30:22 +0000</pubDate>
		<dc:creator>arun161087</dc:creator>
				<category><![CDATA[Hack]]></category>
		<category><![CDATA[Troubleshoot]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[nmap]]></category>

		<guid isPermaLink="false">http://ubuntucrack.wordpress.com/?p=40</guid>
		<description><![CDATA[In case of linux to find live computers in a network we use NMAP network scanner tool.
so in this case first you have to install the nmap .
# sudo apt-get install nmap
if your network is having ip like this 192.168.0.254 &#8211; 255
then use this command
# nmap -sP 192.168.0.1-255
nmap will look whether any of the hosts [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntucrack.wordpress.com&blog=4528938&post=40&subd=ubuntucrack&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In case of linux to find live computers in a network we use NMAP network scanner tool.</p>
<p>so in this case first you have to install the nmap .</p>
<p><strong># sudo apt-get install nmap</strong></p>
<p>if your network is having ip like this 192.168.0.254 &#8211; 255</p>
<p>then use this command</p>
<p><strong># nmap -sP 192.168.0.1-255</strong></p>
<p><strong>nmap</strong> will look whether any of the hosts between 192.168.0.1 and 192.168.0.254 is online&#8230;..</p>
<p>and you will see the output like this..</p>
<p>output&#8212;</p>
<p><em>arun@arun-laptop:~$ nmap -sP 192.168.31.0-255</p>
<p>Starting Nmap 4.53 ( http://insecure.org ) at 2008-09-13 22:06 IST<br />
mass_dns: warning: Unable to determine any DNS servers. Reverse DNS is disabled. Try using &#8211;system-dns or specify valid servers with &#8211;dns_servers<br />
Host 192.168.31.39 appears to be up.<br />
Host 192.168.31.45 appears to be up.<br />
Host 192.168.31.48 appears to be up.<br />
Host 192.168.31.49 appears to be up.<br />
Host 192.168.31.50 appears to be up.<br />
Host 192.168.31.58 appears to be up.<br />
Host 192.168.31.65 appears to be up.<br />
Host 192.168.31.97 appears to be up.<br />
Host 192.168.31.165 appears to be up.<br />
Host 192.168.31.236 appears to be up.<br />
Host 192.168.31.237 appears to be up.<br />
Host 192.168.31.238 appears to be up.<br />
Host 192.168.31.239 appears to be up.<br />
Host 192.168.31.240 appears to be up.<br />
Host 192.168.31.241 appears to be up.<br />
Host 192.168.31.254 appears to be up.<br />
Nmap done: 256 IP addresses (16 hosts up) scanned in 12.288 seconds</em></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ubuntucrack.wordpress.com/40/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ubuntucrack.wordpress.com/40/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntucrack.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntucrack.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntucrack.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntucrack.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntucrack.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntucrack.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntucrack.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntucrack.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntucrack.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntucrack.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntucrack.wordpress.com&blog=4528938&post=40&subd=ubuntucrack&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ubuntucrack.wordpress.com/2008/09/13/find-live-computers-in-a-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/eecd207067b7e54fd176805b5053927a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">arun161087</media:title>
		</media:content>
	</item>
		<item>
		<title>Disable or drop all ping packats all together</title>
		<link>http://ubuntucrack.wordpress.com/2008/09/04/disable-or-drop-all-ping-packats-all-together/</link>
		<comments>http://ubuntucrack.wordpress.com/2008/09/04/disable-or-drop-all-ping-packats-all-together/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 13:23:28 +0000</pubDate>
		<dc:creator>arun161087</dc:creator>
				<category><![CDATA[Linux(others)]]></category>
		<category><![CDATA[Troubleshoot]]></category>
		<category><![CDATA[ping]]></category>

		<guid isPermaLink="false">http://ubuntucrack.wordpress.com/?p=36</guid>
		<description><![CDATA[Generally you can use iptables to block or allow ping requests.
You can setup kernel variable to drop all ping packets. Type the following command at shell prompt:
# echo &#8220;1&#8243; &#62; /proc/sys/net/ipv4/icmp_echo_ignore_all
This instructs the kernel to simply ignore all ping requests (ICMP type 0 messages).  To enable ping request type the command:
#echo &#8220;0&#8243; &#62; /proc/sys/net/ipv4/icmp_echo_ignore_all
You [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntucrack.wordpress.com&blog=4528938&post=36&subd=ubuntucrack&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Generally you can use iptables to block or allow ping requests.</p>
<p>You can setup kernel variable to drop all ping packets. Type the following command at shell prompt:<br />
<strong># echo &#8220;1&#8243; &gt; /proc/sys/net/ipv4/icmp_echo_ignore_all</strong></p>
<p>This instructs the kernel to simply ignore all ping requests (ICMP type 0 messages).  To enable ping request type the command:<br />
<strong>#echo &#8220;0&#8243; &gt; /proc/sys/net/ipv4/icmp_echo_ignore_all</strong></p>
<p>You can add following line to /etc/sysctl.conf file:<br />
<strong># vi /etc/sysctl.conf </strong><br />
Append following line:<br />
<strong>net.ipv4.icmp_echo_ignore_all = 1</strong></p>
<p>Save and close the file.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ubuntucrack.wordpress.com/36/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ubuntucrack.wordpress.com/36/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntucrack.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntucrack.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntucrack.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntucrack.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntucrack.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntucrack.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntucrack.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntucrack.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntucrack.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntucrack.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntucrack.wordpress.com&blog=4528938&post=36&subd=ubuntucrack&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ubuntucrack.wordpress.com/2008/09/04/disable-or-drop-all-ping-packats-all-together/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/eecd207067b7e54fd176805b5053927a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">arun161087</media:title>
		</media:content>
	</item>
		<item>
		<title>How to setup as DNS client / name server IP addres in LINUX</title>
		<link>http://ubuntucrack.wordpress.com/2008/09/02/how-to-setup-as-dns-client-name-server-ip-addres-in-linux/</link>
		<comments>http://ubuntucrack.wordpress.com/2008/09/02/how-to-setup-as-dns-client-name-server-ip-addres-in-linux/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 13:11:53 +0000</pubDate>
		<dc:creator>arun161087</dc:creator>
				<category><![CDATA[Troubleshoot]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://ubuntucrack.wordpress.com/?p=32</guid>
		<description><![CDATA[Many new Linux user finds it difficult to setup / modify new name server address (NS1 / NS2).
Local name resolution is done via /etc/hosts file. If you have small network then use /etc/hosts file. DNS (domain name service is accountable for associating domain names with ip address, for example domain yahoo.com is easy to remember [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntucrack.wordpress.com&blog=4528938&post=32&subd=ubuntucrack&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Many new Linux user finds it difficult to setup / modify new name server address (NS1 / NS2).</p>
<p>Local name resolution is done via /etc/hosts file. If you have small network then use /etc/hosts file. DNS (domain name service is accountable for associating domain names with ip address, for example domain yahoo.com is easy to remember than IP address 202.66.66.12) provides better name resolution. To configure Linux as DNS client you need to edit or modify /etc/resolv.conf file. This file defines which name servers to use. You want to setup linux to browse net or run network services like www or smtp; then you need to point out to correct ISP DNS servers:</p>
<p>Setup DNS Name resolution</p>
<p>Steps to configure Linux as DNS client, first login as a root user (use su command):</p>
<p>Step # 1: Open /etc/resolv.conf file:</p>
<p># vi /etc/resolv.conf</p>
<p>Step #2: Add your ISP nameserver as follows:</p>
<p>search isp.com<br />
nameserver 202.54.1.110<br />
nameserver 202.54.1.112<br />
nameserver 202.54.1.115Note Max. three nameserver can be used/defined at a time.</p>
<p>Step # 3:Test setup nslookup or dig command:</p>
<p>$ dig <a href="http://www.nixcraft.com/" target="_blank">www.ubuntucrack.wordpress.com</a><br />
$ nslookup <a href="http://www.nixcraft.com/" target="_blank">www.ubuntucrack.wordpress.com</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ubuntucrack.wordpress.com/32/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ubuntucrack.wordpress.com/32/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntucrack.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntucrack.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntucrack.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntucrack.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntucrack.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntucrack.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntucrack.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntucrack.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntucrack.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntucrack.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntucrack.wordpress.com&blog=4528938&post=32&subd=ubuntucrack&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ubuntucrack.wordpress.com/2008/09/02/how-to-setup-as-dns-client-name-server-ip-addres-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/eecd207067b7e54fd176805b5053927a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">arun161087</media:title>
		</media:content>
	</item>
		<item>
		<title>Disable ipv6 address in ubuntu 7.10</title>
		<link>http://ubuntucrack.wordpress.com/2008/09/01/disable-ipv6-address-in-ubuntu-710/</link>
		<comments>http://ubuntucrack.wordpress.com/2008/09/01/disable-ipv6-address-in-ubuntu-710/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 13:17:12 +0000</pubDate>
		<dc:creator>arun161087</dc:creator>
				<category><![CDATA[Troubleshoot]]></category>

		<guid isPermaLink="false">http://ubuntucrack.wordpress.com/?p=34</guid>
		<description><![CDATA[I found a really quick fix today for disabling ipv6 completely on Ubuntu 7.10. We’ll simply need to change a line in one of the configuration files that loads the ipv6 module to the kernel. As of yet I have not figured out a way to update this change outside of restarting the machine.
Change the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntucrack.wordpress.com&blog=4528938&post=34&subd=ubuntucrack&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I found a really quick fix today for disabling ipv6 completely on Ubuntu 7.10. We’ll simply need to change a line in one of the configuration files that loads the ipv6 module to the kernel. As of yet I have not figured out a way to update this change outside of restarting the machine.</p>
<p>Change the line is /etc/modprobe.d/aliases from:</p>
<blockquote><p><em><code>alias net-pf-10 ipv6</code></em></p></blockquote>
<p>to</p>
<blockquote><p><em><code>alias net-pf-10 off</code></em></p></blockquote>
<p>Again, at this point you’ll need to restart your machine for the change to take place. If anyone knows of a way to avoid the reboot I would appreciate it.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ubuntucrack.wordpress.com/34/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ubuntucrack.wordpress.com/34/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntucrack.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntucrack.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntucrack.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntucrack.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntucrack.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntucrack.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntucrack.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntucrack.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntucrack.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntucrack.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntucrack.wordpress.com&blog=4528938&post=34&subd=ubuntucrack&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ubuntucrack.wordpress.com/2008/09/01/disable-ipv6-address-in-ubuntu-710/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/eecd207067b7e54fd176805b5053927a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">arun161087</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux Interest</title>
		<link>http://ubuntucrack.wordpress.com/2008/08/31/linux-interest/</link>
		<comments>http://ubuntucrack.wordpress.com/2008/08/31/linux-interest/#comments</comments>
		<pubDate>Sun, 31 Aug 2008 13:51:46 +0000</pubDate>
		<dc:creator>arun161087</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ubuntucrack.wordpress.com/?p=38</guid>
		<description><![CDATA[see this then u know the reality
http://royal.pingdom.com/?p=340
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntucrack.wordpress.com&blog=4528938&post=38&subd=ubuntucrack&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>see this then u know the reality</p>
<p>http://royal.pingdom.com/?p=340</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ubuntucrack.wordpress.com/38/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ubuntucrack.wordpress.com/38/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntucrack.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntucrack.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntucrack.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntucrack.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntucrack.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntucrack.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntucrack.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntucrack.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntucrack.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntucrack.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntucrack.wordpress.com&blog=4528938&post=38&subd=ubuntucrack&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ubuntucrack.wordpress.com/2008/08/31/linux-interest/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/eecd207067b7e54fd176805b5053927a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">arun161087</media:title>
		</media:content>
	</item>
		<item>
		<title>How to start telnet in vista</title>
		<link>http://ubuntucrack.wordpress.com/2008/08/31/how-to-start-telnet-in-vista/</link>
		<comments>http://ubuntucrack.wordpress.com/2008/08/31/how-to-start-telnet-in-vista/#comments</comments>
		<pubDate>Sun, 31 Aug 2008 05:54:54 +0000</pubDate>
		<dc:creator>arun161087</dc:creator>
				<category><![CDATA[Troubleshoot]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://ubuntucrack.wordpress.com/?p=26</guid>
		<description><![CDATA[1. Click on Start button, then go to Control Panel -&#62; Programs.
2. Under the Programs and Features section, click Turn Windows features on or off. If User Account Control permission confirmation request warning pops up, click on Continue. If you are prompted for an administrator password, type the password.
3. In the Windows Features dialog box, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntucrack.wordpress.com&blog=4528938&post=26&subd=ubuntucrack&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>1. Click on Start button, then go to Control Panel -&gt; Programs.</p>
<p>2. Under the Programs and Features section, click Turn Windows features on or off. If User Account Control permission confirmation request warning pops up, click on Continue. If you are prompted for an administrator password, type the password.</p>
<p>3. In the Windows Features dialog box, select (tick) the Telnet Server check box.</p>
<p>4. Click OK. Wait for the installation to finish.</p>
<p>5.Go back to Control Panel, then go to System -&gt; Administrator Tools.</p>
<p>6. Click on Services applet (services.msc if you prefer to use Run command or Start Search).</p>
<p>7 .Locate the “Telnet” service, right-click on it and select Properties.</p>
<p>8. In the Startup Type drop down menu, select “Automatic” instead of “Disabled”.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ubuntucrack.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ubuntucrack.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntucrack.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntucrack.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntucrack.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntucrack.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntucrack.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntucrack.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntucrack.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntucrack.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntucrack.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntucrack.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntucrack.wordpress.com&blog=4528938&post=26&subd=ubuntucrack&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ubuntucrack.wordpress.com/2008/08/31/how-to-start-telnet-in-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/eecd207067b7e54fd176805b5053927a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">arun161087</media:title>
		</media:content>
	</item>
		<item>
		<title>Download Ebooks</title>
		<link>http://ubuntucrack.wordpress.com/2008/08/27/download-ebooks/</link>
		<comments>http://ubuntucrack.wordpress.com/2008/08/27/download-ebooks/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 11:21:17 +0000</pubDate>
		<dc:creator>arun161087</dc:creator>
				<category><![CDATA[Ebook]]></category>
		<category><![CDATA[Ebooks]]></category>

		<guid isPermaLink="false">http://ubuntucrack.wordpress.com/?p=19</guid>
		<description><![CDATA[Here is text file i am going to give you for download. Download it as soon as possible because after sometime the links will destroy.
There are a lot of ebooks like :
The.Hacker.Quarterly.vol19.no3-EEn.pdf
A-List_Publishing.Hacker_Linux_Uncovered.chm
Addison_Wesley_-_Hackers_Delight.chm
Anti-Hacker_ToolKit_-_McGraw_Hill_2E_2004.chm
CRC_Press_-_Cyber_Crime_Investigator_s_Field_Guide.pdf
e-book_-_Java_2_Network_Security.pdf
ebook.oreilly.-.windows.xp.hacks.sharereactor.chm
For.Dummies.Hacking.for.Dummies.Apr.2004.eBook-DDU.pdf
McGraw.Hill.HackNotes.Linux.and.Unix.Security.Portable.Reference.eBook-DDU.pdf
Wiley_-_0470852852_-_Internet_Security_-_fly.pdf
Syngress__Hack_Proofing_Your_E-Commerce_Site.pdf
and lots of more your link is   EBOOKS.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntucrack.wordpress.com&blog=4528938&post=19&subd=ubuntucrack&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here is text file i am going to give you for download. Download it as soon as possible because after sometime the links will destroy.</p>
<p>There are a lot of ebooks like :</p>
<p>The.Hacker.Quarterly.vol19.no3-EEn.pdf</p>
<p>A-List_Publishing.Hacker_Linux_Uncovered.chm</p>
<p>Addison_Wesley_-_Hackers_Delight.chm</p>
<p>Anti-Hacker_ToolKit_-_McGraw_Hill_2E_2004.chm</p>
<p>CRC_Press_-_Cyber_Crime_Investigator_s_Field_Guide.pdf</p>
<p>e-book_-_Java_2_Network_Security.pdf</p>
<p>ebook.oreilly.-.windows.xp.hacks.sharereactor.chm</p>
<p>For.Dummies.Hacking.for.Dummies.Apr.2004.eBook-DDU.pdf</p>
<p>McGraw.Hill.HackNotes.Linux.and.Unix.Security.Portable.Reference.eBook-DDU.pdf</p>
<p>Wiley_-_0470852852_-_Internet_Security_-_fly.pdf</p>
<p>Syngress__Hack_Proofing_Your_E-Commerce_Site.pdf</p>
<p>and lots of more your link is   <a title="EBOOKS" href="http://arun161087.googlepages.com/ebooks.txt" target="_blank">EBOOKS</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ubuntucrack.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ubuntucrack.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntucrack.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntucrack.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntucrack.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntucrack.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntucrack.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntucrack.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntucrack.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntucrack.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntucrack.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntucrack.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntucrack.wordpress.com&blog=4528938&post=19&subd=ubuntucrack&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ubuntucrack.wordpress.com/2008/08/27/download-ebooks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/eecd207067b7e54fd176805b5053927a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">arun161087</media:title>
		</media:content>
	</item>
		<item>
		<title>Install ubuntu studio theme</title>
		<link>http://ubuntucrack.wordpress.com/2008/08/26/install-ubuntu-studio-theme/</link>
		<comments>http://ubuntucrack.wordpress.com/2008/08/26/install-ubuntu-studio-theme/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 07:30:37 +0000</pubDate>
		<dc:creator>arun161087</dc:creator>
				<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[Ubuntu studio theme]]></category>

		<guid isPermaLink="false">http://ubuntucrack.wordpress.com/?p=17</guid>
		<description><![CDATA[Ubuntu Studio is a multimedia editing/creation flavour of Ubuntu. It’s built for the GNU/Linux audio, video, and graphic enthusiast or professional.
1. Edit /etc/apt/sources.list and put this line:
 deb http://archive.ubuntustudio.org/ubuntustudio feisty main
2. Get the gpg for that repo
 $ wget http://archive.ubuntustudio.org/ubuntustudio.gpg -O- &#124; sudo apt-key add -

3. Run
 $ sudo apt-get update
4. If you want to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntucrack.wordpress.com&blog=4528938&post=17&subd=ubuntucrack&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Ubuntu Studio is a multimedia editing/creation flavour of Ubuntu. It’s built for the GNU/Linux audio, video, and graphic enthusiast or professional.</p>
<p>1. Edit /etc/apt/sources.list and put this line:</p>
<p><strong> deb <a href="http://archive.ubuntustudio.org/ubuntustudio" target="_blank">http://archive.ubuntustudio.org/ubuntustudio</a> feisty main</strong></p>
<p>2. Get the gpg for that repo</p>
<p><strong> $ wget <a href="http://archive.ubuntustudio.org/ubuntustudio.gpg" target="_blank">http://archive.ubuntustudio.org/ubuntustudio.gpg</a> -O- | sudo apt-key add -<br />
</strong><br />
3. Run</p>
<p><strong> $ sudo apt-get update</strong></p>
<p>4. If you want to install all the themes that is used in Ubuntu Studio, including gdm theme, wallpapers, icon theme, session splashes and gtk theme use this</p>
<p><strong> $ sudo apt-get install ubuntustudio-look</strong></p>
<p>I didn’t installed gdm theme and session splashes so i did this:</p>
<p><strong> sudo apt-get install ubuntustudio-theme ubuntustudio-icon-theme  ubuntustudio-wallpapers</strong></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ubuntucrack.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ubuntucrack.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntucrack.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntucrack.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntucrack.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntucrack.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntucrack.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntucrack.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntucrack.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntucrack.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntucrack.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntucrack.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntucrack.wordpress.com&blog=4528938&post=17&subd=ubuntucrack&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ubuntucrack.wordpress.com/2008/08/26/install-ubuntu-studio-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/eecd207067b7e54fd176805b5053927a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">arun161087</media:title>
		</media:content>
	</item>
		<item>
		<title>Deny All Access in One Second or Less</title>
		<link>http://ubuntucrack.wordpress.com/2008/08/25/deny-all-access-in-one-second-or-less/</link>
		<comments>http://ubuntucrack.wordpress.com/2008/08/25/deny-all-access-in-one-second-or-less/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 16:17:01 +0000</pubDate>
		<dc:creator>arun161087</dc:creator>
				<category><![CDATA[Troubleshoot]]></category>

		<guid isPermaLink="false">http://ubuntucrack.wordpress.com/?p=23</guid>
		<description><![CDATA[The first method is by far the quickest. Just run the following command (as root):
# touch /etc/nologin
This will deny access to anyone trying to log in to the machine. You&#8217;ll want to be sure to keep an active login session on the machine after you create this file or make sure that root is allowed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntucrack.wordpress.com&blog=4528938&post=23&subd=ubuntucrack&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The first method is by far the quickest. Just run the following command (as root):</p>
<p># touch /etc/nologin</p>
<p>This will deny access to anyone trying to log in to the machine. You&#8217;ll want to be sure to keep an active login session on the machine after you create this file or make sure that root is allowed to log in on the local console or via SSH, since a root login will bypass this mechanism. You&#8217;ll know it&#8217;s working because the logs for some services will tell you that access was denied because of the presence of the nologin file. Others will just say &#8220;failed password.&#8221;</p>
<p>This method can be improved through the use of a nologin.txt file, where you can put some text that users will see when they try to log in. If you have a scheduled downtime, for instance, you can put the details into this file so that users will get a friendly reminder that the machine is unavailable during the downtime window.</p>
<p>Create a file called /etc/hosts.deny.ALL, which should consist of only one line:</p>
<p>##### /etc/hosts.deny.ALL<br />
ALL:ALL@ALL</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ubuntucrack.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ubuntucrack.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntucrack.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntucrack.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntucrack.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntucrack.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntucrack.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntucrack.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntucrack.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntucrack.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntucrack.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntucrack.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntucrack.wordpress.com&blog=4528938&post=23&subd=ubuntucrack&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ubuntucrack.wordpress.com/2008/08/25/deny-all-access-in-one-second-or-less/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/eecd207067b7e54fd176805b5053927a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">arun161087</media:title>
		</media:content>
	</item>
	</channel>
</rss>