<?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>Problem With Solutions &#187; Basic Linux</title>
	<atom:link href="http://www.bestdesigns.co.in/blog/category/basic-linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bestdesigns.co.in/blog</link>
	<description>Something Different In Linux</description>
	<lastBuildDate>Fri, 09 Dec 2011 11:55:05 +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>awk linux command</title>
		<link>http://www.bestdesigns.co.in/blog/awk-linux-command</link>
		<comments>http://www.bestdesigns.co.in/blog/awk-linux-command#comments</comments>
		<pubDate>Mon, 03 Jan 2011 08:35:57 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[Linux Commands]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=1968</guid>
		<description><![CDATA[why awk? awk is small, fast, and simple, unlike, say, perl. awk also has a clean comprehensible C-like input language, unlike, say, perl. And while it can&#8217;t do everything you can do in perl, it can do most things that are actually text processing, and it&#8217;s much easier to work with. what do you do?<a href="http://www.bestdesigns.co.in/blog/awk-linux-command">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/awk-linux-command/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>email when access the server</title>
		<link>http://www.bestdesigns.co.in/blog/email-when-access-the-server</link>
		<comments>http://www.bestdesigns.co.in/blog/email-when-access-the-server#comments</comments>
		<pubDate>Sat, 23 Oct 2010 19:49:29 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[Shell Programming and Scripting]]></category>
		<category><![CDATA[ssh access]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=1605</guid>
		<description><![CDATA[It&#8217;s always a good practice &#38; from the security point of view to get notified instantly through an email when someone logs into your server through SSH with root privileges. Open the file .bashrc for the root user. Vi /root/.bashrc enter the following code into echo &#8216;SSH Root Access (Your Server Name) on:&#8217; `date` `who`<a href="http://www.bestdesigns.co.in/blog/email-when-access-the-server">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/email-when-access-the-server/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Make your shell colorful</title>
		<link>http://www.bestdesigns.co.in/blog/make-your-shell-colorful</link>
		<comments>http://www.bestdesigns.co.in/blog/make-your-shell-colorful#comments</comments>
		<pubDate>Thu, 21 Oct 2010 02:27:08 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[FUN]]></category>
		<category><![CDATA[Shell Programming and Scripting]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=1601</guid>
		<description><![CDATA[You can easily changed your black ssh screen to colorful screen by using following steps. 1) Login to the server via SSH as root 2) Edit the .bash_profile file found in the /root directory &#38; paste the following line: vi  .bash_profile export PS1="\[$(tput bold)$(tput setb 4)$(tput setaf 7)\]\u@\h:\w $ \[$(tput sgr0)\]" Save &#38; quit the<a href="http://www.bestdesigns.co.in/blog/make-your-shell-colorful">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/make-your-shell-colorful/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>https to http redirection</title>
		<link>http://www.bestdesigns.co.in/blog/https-to-http-redirection</link>
		<comments>http://www.bestdesigns.co.in/blog/https-to-http-redirection#comments</comments>
		<pubDate>Fri, 01 Oct 2010 14:34:23 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[https to http]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=1548</guid>
		<description><![CDATA[How to redirect domain from https://domain.com to http://domain.com ? Ans: If you tried all the possibilities with the .htaccess file and your domain is still not redirected from https to http then finally you can add following code in virtual host entry means in httpd.conf file. Search the 443 entry for a domain and add<a href="http://www.bestdesigns.co.in/blog/https-to-http-redirection">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/https-to-http-redirection/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using wget to download FTP folders</title>
		<link>http://www.bestdesigns.co.in/blog/wget-download-ftp-folders</link>
		<comments>http://www.bestdesigns.co.in/blog/wget-download-ftp-folders#comments</comments>
		<pubDate>Mon, 30 Aug 2010 13:44:08 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[Email Marketing Series]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[wget + ftp]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=1085</guid>
		<description><![CDATA[If you want to copy all of the files and folders from one host to another by using the ftp account. Then use the following command to download the files/folders on remote server by using wget. Use this command on destination server. wget -r ftp://username:password@ip.of.old.host Some on the hosting provider disabled the main ftp account<a href="http://www.bestdesigns.co.in/blog/wget-download-ftp-folders">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/wget-download-ftp-folders/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>create yum repository on local machine</title>
		<link>http://www.bestdesigns.co.in/blog/create-yum-repository-local-machine</link>
		<comments>http://www.bestdesigns.co.in/blog/create-yum-repository-local-machine#comments</comments>
		<pubDate>Mon, 28 Jun 2010 01:22:55 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[Email Marketing Series]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[create yum repository]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=948</guid>
		<description><![CDATA[If you want to install software/packages after installation of linux  (CentOS, Fedora etc.). You can create the yum repository to install all the software/packages which is present into the instillation CD. When you have try to install software/packages then some time it shows dependencies problems. To fix this problem I suggest your create the local machine<a href="http://www.bestdesigns.co.in/blog/create-yum-repository-local-machine">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/create-yum-repository-local-machine/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>SSH with private key authentication</title>
		<link>http://www.bestdesigns.co.in/blog/ssh-private-key-authentication</link>
		<comments>http://www.bestdesigns.co.in/blog/ssh-private-key-authentication#comments</comments>
		<pubDate>Mon, 28 Jun 2010 01:05:34 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[Email Marketing Series]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Add ssh user]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=945</guid>
		<description><![CDATA[How to Add ssh user on linux server ? Ans: You can use the putyykey generator and generate the ssh key for the user and copy into the local computer.You can download the puttykey generator from the URL http://the.earth.li/~sgtatham/putty/latest/x86/puttygen.exe The following are the steps for creating ssh user with the authentication :- #adduser test #passwd<a href="http://www.bestdesigns.co.in/blog/ssh-private-key-authentication">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/ssh-private-key-authentication/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove IP from Brute Force Protection</title>
		<link>http://www.bestdesigns.co.in/blog/remove-ip-brute-force-protection</link>
		<comments>http://www.bestdesigns.co.in/blog/remove-ip-brute-force-protection#comments</comments>
		<pubDate>Mon, 22 Feb 2010 14:23:59 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[Email Marketing Series]]></category>
		<category><![CDATA[Error and solution]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Remove IP from Brute Force Protection]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=762</guid>
		<description><![CDATA[How to remove blocked  ip address from the Brute Force Protection by using SSH  ? When WHM locks out an user account, especially “root”, the best way is to wait for 10 minutes to see if the account will be unlocked. If the locks persists, webmaster and administrator who still can remote login via SSH<a href="http://www.bestdesigns.co.in/blog/remove-ip-brute-force-protection">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/remove-ip-brute-force-protection/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Zip and Unzip files in UNIX</title>
		<link>http://www.bestdesigns.co.in/blog/zip-unzip-files-unix</link>
		<comments>http://www.bestdesigns.co.in/blog/zip-unzip-files-unix#comments</comments>
		<pubDate>Mon, 08 Feb 2010 12:33:44 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[Unzip files]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=727</guid>
		<description><![CDATA[Here is how to Zip and Unzip files in UNIX unzip myFile.zip - This command will uncompress compressed files with the .zip extension. tar xvf myFile.tar - This command will uncompress compressed files with the .tar extension. gunzip myFile.gz           - This command will uncompress compressed files with the .gz extension.]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/zip-unzip-files-unix/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to stop syn attack on linux server</title>
		<link>http://www.bestdesigns.co.in/blog/stop-syn-attack-linux-server</link>
		<comments>http://www.bestdesigns.co.in/blog/stop-syn-attack-linux-server#comments</comments>
		<pubDate>Sun, 20 Dec 2009 17:18:11 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[DDOS]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[How to stop syn attack]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=665</guid>
		<description><![CDATA[The SYN (TCP connection request) attack is a common denial of service (DoS) technique. A SYN flood is a form of denial-of-service attack in which an attacker sends a succession of SYN requests to a target&#8217;s system When a client attempts to start a TCP connection to a server, the client and server exchange a<a href="http://www.bestdesigns.co.in/blog/stop-syn-attack-linux-server">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/stop-syn-attack-linux-server/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

