<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[GP Singh's Knowledgeable Forum - All Forums]]></title>
		<link>http://www.gp-singh.com/</link>
		<description><![CDATA[GP Singh's Knowledgeable Forum - http://www.gp-singh.com]]></description>
		<pubDate>Wed, 19 Nov 2008 15:56:54 -0800</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[How To Get All Hidden Option Values in WP?]]></title>
			<link>http://www.gp-singh.com/showthread.php?tid=21</link>
			<pubDate>Sat, 04 Oct 2008 06:10:36 -0700</pubDate>
			<dc:creator>administrator</dc:creator>
			<guid isPermaLink="false">http://www.gp-singh.com/showthread.php?tid=21</guid>
			<description><![CDATA[Hi Friends,<br />
<br />
Today I found a new thing without using a plugin how can you get all options in a single page. These are options that shows you values for everything whatever you have on your website. Everything means values of Wordpress, values of all plugins.<br />
<br />
Can you change how much a user can upload. The default is 1MB (I think so) but you can change it to 1GB.<br />
<br />
Here is the thing:<br />
<br />
When u will click OPTIONS in your sites admin panel then this link showed up:<br />
<br />
<a href="http://www.yourdomain.com/wp-admin/options-general.php" target="_blank">http://www.yourdomain.com/wp-admin/options-general.php</a><br />
<br />
<br />
But if you manually change it as:<br />
<br />
<a href="http://www.yourdomain.com/wp-admin/options.php" target="_blank">http://www.yourdomain.com/wp-admin/options.php</a><br />
<br />
then you will see all hidden options.<br />
<br />
Regards,<br />
Admin.]]></description>
			<content:encoded><![CDATA[Hi Friends,<br />
<br />
Today I found a new thing without using a plugin how can you get all options in a single page. These are options that shows you values for everything whatever you have on your website. Everything means values of Wordpress, values of all plugins.<br />
<br />
Can you change how much a user can upload. The default is 1MB (I think so) but you can change it to 1GB.<br />
<br />
Here is the thing:<br />
<br />
When u will click OPTIONS in your sites admin panel then this link showed up:<br />
<br />
<a href="http://www.yourdomain.com/wp-admin/options-general.php" target="_blank">http://www.yourdomain.com/wp-admin/options-general.php</a><br />
<br />
<br />
But if you manually change it as:<br />
<br />
<a href="http://www.yourdomain.com/wp-admin/options.php" target="_blank">http://www.yourdomain.com/wp-admin/options.php</a><br />
<br />
then you will see all hidden options.<br />
<br />
Regards,<br />
Admin.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[kabat is here.]]></title>
			<link>http://www.gp-singh.com/showthread.php?tid=20</link>
			<pubDate>Sun, 28 Sep 2008 00:00:25 -0700</pubDate>
			<dc:creator>JatSkella</dc:creator>
			<guid isPermaLink="false">http://www.gp-singh.com/showthread.php?tid=20</guid>
			<description><![CDATA[Hi I am civil engineer I love to have some language or programming tips.]]></description>
			<content:encoded><![CDATA[Hi I am civil engineer I love to have some language or programming tips.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[My firstest topic!]]></title>
			<link>http://www.gp-singh.com/showthread.php?tid=19</link>
			<pubDate>Wed, 17 Sep 2008 06:50:44 -0700</pubDate>
			<dc:creator>dvdcatfivebas</dc:creator>
			<guid isPermaLink="false">http://www.gp-singh.com/showthread.php?tid=19</guid>
			<description><![CDATA[Hi there!<br />
My first post at this great forum!<br />
I wanna show u my dayly updated blog:  <a href="http://excellent-credit-card.blogspot.com" target="_blank">How to choose good credit card</a><br />
Have a nice day!<br />
BB!]]></description>
			<content:encoded><![CDATA[Hi there!<br />
My first post at this great forum!<br />
I wanna show u my dayly updated blog:  <a href="http://excellent-credit-card.blogspot.com" target="_blank">How to choose good credit card</a><br />
Have a nice day!<br />
BB!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How To Align Images Along With The Title]]></title>
			<link>http://www.gp-singh.com/showthread.php?tid=18</link>
			<pubDate>Mon, 15 Sep 2008 09:12:07 -0700</pubDate>
			<dc:creator>administrator</dc:creator>
			<guid isPermaLink="false">http://www.gp-singh.com/showthread.php?tid=18</guid>
			<description><![CDATA[Hi Friends,<br />
<br />
Today I will gonna teach you how to align images along with the post or page titles in the wordpress blogs or websites. The title can be on the main index template, page template or on the single page.<br />
<br />
Let take an example of my website:<br />
<br />
<a href="http://www.videos-lyrics.com" target="_blank">http://www.videos-lyrics.com</a><br />
<br />
It is really very easy to do so just you have to take a look at the code below:<br />
<br />
<blockquote><cite>Quote:</cite>&lt;div class="post"&gt;<br />
		<br />
<br />
		&lt;div class="title"&gt;<br />
		&lt;h1&gt;&lt;a href="&lt;?php the_permalink() ?&gt;" rel="bookmark" title="&lt;?php the_title(); ?&gt;"&gt;&lt;img src="http://www.videos-lyrics.com/earth.gif" align="left" /&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h1&gt;<br />
<br />
		<br />
	&lt;/div&gt;<br />
	<br />
	<br />
	&lt;/div&gt;</blockquote>
<br />
earth.gif is the image that I am using on my website. All you have to do is copy the code and change the image of yours. You can also put my image link as well I really don't mind<img src="http://www.gp-singh.com/images/smilies/tongue.gif" style="vertical-align: middle;" border="0" alt="Tongue" title="Tongue" />.<br />
<br />
Hope you understood the code. If don't please lemme know I really like to help you.<br />
<br />
Regards,<br />
Admin.]]></description>
			<content:encoded><![CDATA[Hi Friends,<br />
<br />
Today I will gonna teach you how to align images along with the post or page titles in the wordpress blogs or websites. The title can be on the main index template, page template or on the single page.<br />
<br />
Let take an example of my website:<br />
<br />
<a href="http://www.videos-lyrics.com" target="_blank">http://www.videos-lyrics.com</a><br />
<br />
It is really very easy to do so just you have to take a look at the code below:<br />
<br />
<blockquote><cite>Quote:</cite>&lt;div class="post"&gt;<br />
		<br />
<br />
		&lt;div class="title"&gt;<br />
		&lt;h1&gt;&lt;a href="&lt;?php the_permalink() ?&gt;" rel="bookmark" title="&lt;?php the_title(); ?&gt;"&gt;&lt;img src="http://www.videos-lyrics.com/earth.gif" align="left" /&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h1&gt;<br />
<br />
		<br />
	&lt;/div&gt;<br />
	<br />
	<br />
	&lt;/div&gt;</blockquote>
<br />
earth.gif is the image that I am using on my website. All you have to do is copy the code and change the image of yours. You can also put my image link as well I really don't mind<img src="http://www.gp-singh.com/images/smilies/tongue.gif" style="vertical-align: middle;" border="0" alt="Tongue" title="Tongue" />.<br />
<br />
Hope you understood the code. If don't please lemme know I really like to help you.<br />
<br />
Regards,<br />
Admin.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Don't keep much files on your server]]></title>
			<link>http://www.gp-singh.com/showthread.php?tid=17</link>
			<pubDate>Sun, 07 Sep 2008 00:18:23 -0700</pubDate>
			<dc:creator>administrator</dc:creator>
			<guid isPermaLink="false">http://www.gp-singh.com/showthread.php?tid=17</guid>
			<description><![CDATA[Hi friends,<br />
<br />
I have figured that out why the speed of your website is too slow. Why the visitors are decreasing everyday. Here is the explanation:<br />
<br />
I am having 300+ GB free space on my server but it's worth using that free space. I was uploading movies there for my collection. But I wasn't knowing it's reducing my website traffic. <br />
<br />
So, I mistakenly deleted all movies and eventually speed increased and so the traffic level. So, all I am suggesting to you is not to add anything to your server like wallpapers, movies, etc. Just add these things outside to some other server and link the files on your site. <br />
<br />
If you need unlimited space and bandwidth, please contact me asap.<br />
<br />
Thanks,<br />
Admin.]]></description>
			<content:encoded><![CDATA[Hi friends,<br />
<br />
I have figured that out why the speed of your website is too slow. Why the visitors are decreasing everyday. Here is the explanation:<br />
<br />
I am having 300+ GB free space on my server but it's worth using that free space. I was uploading movies there for my collection. But I wasn't knowing it's reducing my website traffic. <br />
<br />
So, I mistakenly deleted all movies and eventually speed increased and so the traffic level. So, all I am suggesting to you is not to add anything to your server like wallpapers, movies, etc. Just add these things outside to some other server and link the files on your site. <br />
<br />
If you need unlimited space and bandwidth, please contact me asap.<br />
<br />
Thanks,<br />
Admin.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to stop google from indexing my files on the server]]></title>
			<link>http://www.gp-singh.com/showthread.php?tid=16</link>
			<pubDate>Sat, 06 Sep 2008 19:55:25 -0700</pubDate>
			<dc:creator>administrator</dc:creator>
			<guid isPermaLink="false">http://www.gp-singh.com/showthread.php?tid=16</guid>
			<description><![CDATA[Hi,<br />
<br />
Where ever your files are add an .htaccess files there. .htaccess file is just a text file. Create a text file write this command in it: IndexIgnore *  and then save it and upload it in the root of your server. Then, rename that file to .htaccess.<br />
<br />
After that no one can see your files not even visitors or any google, msn, etc. crawlers.<br />
<br />
<br />
Regards,<br />
Admin.]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
Where ever your files are add an .htaccess files there. .htaccess file is just a text file. Create a text file write this command in it: IndexIgnore *  and then save it and upload it in the root of your server. Then, rename that file to .htaccess.<br />
<br />
After that no one can see your files not even visitors or any google, msn, etc. crawlers.<br />
<br />
<br />
Regards,<br />
Admin.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to go to the previous directory]]></title>
			<link>http://www.gp-singh.com/showthread.php?tid=15</link>
			<pubDate>Sun, 31 Aug 2008 06:01:27 -0700</pubDate>
			<dc:creator>administrator</dc:creator>
			<guid isPermaLink="false">http://www.gp-singh.com/showthread.php?tid=15</guid>
			<description><![CDATA[Hi,<br />
<br />
Try to use this command:<br />
<br />
cd -<br />
<br />
Or you can also use to enter the root:<br />
<br />
cd<br />
<br />
<br />
Hope this will help u a lot.]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
Try to use this command:<br />
<br />
cd -<br />
<br />
Or you can also use to enter the root:<br />
<br />
cd<br />
<br />
<br />
Hope this will help u a lot.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How To Transfer 20GB In 15 Minutes From One Server To Another]]></title>
			<link>http://www.gp-singh.com/showthread.php?tid=14</link>
			<pubDate>Sat, 30 Aug 2008 22:23:57 -0700</pubDate>
			<dc:creator>administrator</dc:creator>
			<guid isPermaLink="false">http://www.gp-singh.com/showthread.php?tid=14</guid>
			<description><![CDATA[<div style="text-align: justify;">Hi,<br />
<br />
Today I am here to explain how to transfer 20GB data in just 15 minutes from one server to another using putty software with Linux commands. <br />
<br />
Open your putty software, login your server with your username and password. Now run these command to transfer files one by one.<br />
<br />
cd home/path_of_the_folder_where_you_like_to_save_your_files/myfolder<br />
<br />
The above command will take you in the folder where you like to save your file. Here you don't have to tar/zip your files that is transfer without zipping your files together if the files are 1GB each like movies or any other big softwares.<br />
<br />
Now suppose your all files are here.<br />
<br />
<a href="http://mydomain.com/myfiles/file1" target="_blank">http://mydomain.com/myfiles/file1</a><br />
<br />
Now you have to run this command in putty:<br />
<br />
wget <a href="http://mydomain.com/myfiles/file1" target="_blank">http://mydomain.com/myfiles/file1</a><br />
<br />
It will start copying your data. Now here are two hidden things:<br />
<br />
1.) Start putty session run the above commands for one file. Then shut down or close your putty software, it will ask you for closing the current session. Click Yes. Don't worry it will not harm your transfer. Now start putty software again. Run the above commands again but this time you have to copy the next file like: wget <a href="http://mydomain.com/myfiles/file2" target="_blank">http://mydomain.com/myfiles/file2</a> and then it will start your transfer. Close your putty again. Run the above procedure again n again.<br />
<br />
This method is successful for the users who have 20GB data or more in 1GB each packages.<br />
<br />
2.) Don't get panic while changing path again n again for different files like <a href="http://mydomain.com/myfiles/file1" target="_blank">http://mydomain.com/myfiles/file1</a> or <a href="http://mydomain.com/myfiles/file2." target="_blank">http://mydomain.com/myfiles/file2.</a> This is a simple URL. I have used URL which have a lot of spaces and uppercase and lowercase words like <a href="http://mydomain.com/myfiles/Can" target="_blank">http://mydomain.com/myfiles/Can</a> You sEe What I'm Saying.fileextension<br />
<br />
So, in such cases what you have to do is simply CHMOD your myfiles folder to 777 so that if you use this link <a href="http://mydomain.com/myfiles/" target="_blank">http://mydomain.com/myfiles/</a> it will show you all files in your browser. Try to use firefox to see and copy the link locations easily. After copying each link location to the file go to your putty software and after writing wget just right click your mouse button, without asking anything your file location will be copied there in few nano seconds and then you have press enter to start transferring your file.<br />
<br />
Hope that will help you a lot in future.<br />
<br />
Regards,<br />
Admin</div>]]></description>
			<content:encoded><![CDATA[<div style="text-align: justify;">Hi,<br />
<br />
Today I am here to explain how to transfer 20GB data in just 15 minutes from one server to another using putty software with Linux commands. <br />
<br />
Open your putty software, login your server with your username and password. Now run these command to transfer files one by one.<br />
<br />
cd home/path_of_the_folder_where_you_like_to_save_your_files/myfolder<br />
<br />
The above command will take you in the folder where you like to save your file. Here you don't have to tar/zip your files that is transfer without zipping your files together if the files are 1GB each like movies or any other big softwares.<br />
<br />
Now suppose your all files are here.<br />
<br />
<a href="http://mydomain.com/myfiles/file1" target="_blank">http://mydomain.com/myfiles/file1</a><br />
<br />
Now you have to run this command in putty:<br />
<br />
wget <a href="http://mydomain.com/myfiles/file1" target="_blank">http://mydomain.com/myfiles/file1</a><br />
<br />
It will start copying your data. Now here are two hidden things:<br />
<br />
1.) Start putty session run the above commands for one file. Then shut down or close your putty software, it will ask you for closing the current session. Click Yes. Don't worry it will not harm your transfer. Now start putty software again. Run the above commands again but this time you have to copy the next file like: wget <a href="http://mydomain.com/myfiles/file2" target="_blank">http://mydomain.com/myfiles/file2</a> and then it will start your transfer. Close your putty again. Run the above procedure again n again.<br />
<br />
This method is successful for the users who have 20GB data or more in 1GB each packages.<br />
<br />
2.) Don't get panic while changing path again n again for different files like <a href="http://mydomain.com/myfiles/file1" target="_blank">http://mydomain.com/myfiles/file1</a> or <a href="http://mydomain.com/myfiles/file2." target="_blank">http://mydomain.com/myfiles/file2.</a> This is a simple URL. I have used URL which have a lot of spaces and uppercase and lowercase words like <a href="http://mydomain.com/myfiles/Can" target="_blank">http://mydomain.com/myfiles/Can</a> You sEe What I'm Saying.fileextension<br />
<br />
So, in such cases what you have to do is simply CHMOD your myfiles folder to 777 so that if you use this link <a href="http://mydomain.com/myfiles/" target="_blank">http://mydomain.com/myfiles/</a> it will show you all files in your browser. Try to use firefox to see and copy the link locations easily. After copying each link location to the file go to your putty software and after writing wget just right click your mouse button, without asking anything your file location will be copied there in few nano seconds and then you have press enter to start transferring your file.<br />
<br />
Hope that will help you a lot in future.<br />
<br />
Regards,<br />
Admin</div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[List All Latest 2008 Cars Manufactured By Ford Company]]></title>
			<link>http://www.gp-singh.com/showthread.php?tid=13</link>
			<pubDate>Fri, 29 Aug 2008 21:58:51 -0700</pubDate>
			<dc:creator>administrator</dc:creator>
			<guid isPermaLink="false">http://www.gp-singh.com/showthread.php?tid=13</guid>
			<description><![CDATA[Here is the list:<br />
<br />
<br />
•  2008 Ford Escape<br />
	<br />
	<br />
•  2008 Ford F-250<br />
	<br />
<br />
•  2008 Ford Expedition<br />
	<br />
	<br />
•  2008 Ford Fusion<br />
<br />
	<br />
•  2008 Ford Explorer<br />
	<br />
	<br />
•  2008 Ford Mustang<br />
<br />
	<br />
•  2008 Ford Explorer Sport Trac<br />
	<br />
	<br />
•  2008 Ford Taurus<br />
<br />
	<br />
•  2008 Ford F-150<br />
	<br />
	<br />
•  2008 Ford Taurus X]]></description>
			<content:encoded><![CDATA[Here is the list:<br />
<br />
<br />
•  2008 Ford Escape<br />
	<br />
	<br />
•  2008 Ford F-250<br />
	<br />
<br />
•  2008 Ford Expedition<br />
	<br />
	<br />
•  2008 Ford Fusion<br />
<br />
	<br />
•  2008 Ford Explorer<br />
	<br />
	<br />
•  2008 Ford Mustang<br />
<br />
	<br />
•  2008 Ford Explorer Sport Trac<br />
	<br />
	<br />
•  2008 Ford Taurus<br />
<br />
	<br />
•  2008 Ford F-150<br />
	<br />
	<br />
•  2008 Ford Taurus X]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Name Of All Car Companies In The World]]></title>
			<link>http://www.gp-singh.com/showthread.php?tid=12</link>
			<pubDate>Fri, 29 Aug 2008 21:55:43 -0700</pubDate>
			<dc:creator>administrator</dc:creator>
			<guid isPermaLink="false">http://www.gp-singh.com/showthread.php?tid=12</guid>
			<description><![CDATA[Here is the list of all car companies:<br />
<br />
<br />
•  Acura<br />
	<br />
	<br />
•  Ford<br />
	<br />
	<br />
•  Lincoln<br />
	<br />
	<br />
•  Saab<br />
<br />
	<br />
•  Audi<br />
	<br />
	<br />
•  GMC<br />
	<br />
	<br />
•  Mazda<br />
	<br />
	<br />
•  Saturn<br />
<br />
	<br />
•  Bentley<br />
	<br />
	<br />
•  Honda<br />
	<br />
	<br />
•  Mercedes-Benz<br />
	<br />
	<br />
•  Scion<br />
<br />
	<br />
•  BMW<br />
	<br />
	<br />
•  Hyundai<br />
	<br />
	<br />
•  Mercury<br />
	<br />
	<br />
•  Smart<br />
<br />
	<br />
•  Buick<br />
	<br />
	<br />
•  Infiniti<br />
	<br />
	<br />
•  Mitsubishi<br />
	<br />
	<br />
•  Subaru<br />
<br />
	<br />
•  Cadillac<br />
	<br />
	<br />
•  Jaguar<br />
	<br />
	<br />
•  Nissan<br />
	<br />
	<br />
•  Suzuki<br />
<br />
	<br />
•  Chevrolet<br />
	<br />
	<br />
•  Jeep<br />
	<br />
	<br />
•  Pontiac<br />
	<br />
	<br />
•  Toyota<br />
<br />
	<br />
•  Chrysler<br />
	<br />
	<br />
•  Land Rover<br />
	<br />
	<br />
•  Porsche<br />
	<br />
	<br />
•  Volvo<br />
<br />
	<br />
•  Dodge<br />
	<br />
	<br />
•  Lexus<br />
	<br />
<br />
Do you know any other companies?]]></description>
			<content:encoded><![CDATA[Here is the list of all car companies:<br />
<br />
<br />
•  Acura<br />
	<br />
	<br />
•  Ford<br />
	<br />
	<br />
•  Lincoln<br />
	<br />
	<br />
•  Saab<br />
<br />
	<br />
•  Audi<br />
	<br />
	<br />
•  GMC<br />
	<br />
	<br />
•  Mazda<br />
	<br />
	<br />
•  Saturn<br />
<br />
	<br />
•  Bentley<br />
	<br />
	<br />
•  Honda<br />
	<br />
	<br />
•  Mercedes-Benz<br />
	<br />
	<br />
•  Scion<br />
<br />
	<br />
•  BMW<br />
	<br />
	<br />
•  Hyundai<br />
	<br />
	<br />
•  Mercury<br />
	<br />
	<br />
•  Smart<br />
<br />
	<br />
•  Buick<br />
	<br />
	<br />
•  Infiniti<br />
	<br />
	<br />
•  Mitsubishi<br />
	<br />
	<br />
•  Subaru<br />
<br />
	<br />
•  Cadillac<br />
	<br />
	<br />
•  Jaguar<br />
	<br />
	<br />
•  Nissan<br />
	<br />
	<br />
•  Suzuki<br />
<br />
	<br />
•  Chevrolet<br />
	<br />
	<br />
•  Jeep<br />
	<br />
	<br />
•  Pontiac<br />
	<br />
	<br />
•  Toyota<br />
<br />
	<br />
•  Chrysler<br />
	<br />
	<br />
•  Land Rover<br />
	<br />
	<br />
•  Porsche<br />
	<br />
	<br />
•  Volvo<br />
<br />
	<br />
•  Dodge<br />
	<br />
	<br />
•  Lexus<br />
	<br />
<br />
Do you know any other companies?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Which Vehicles Do You Own?]]></title>
			<link>http://www.gp-singh.com/showthread.php?tid=11</link>
			<pubDate>Fri, 29 Aug 2008 20:52:09 -0700</pubDate>
			<dc:creator>administrator</dc:creator>
			<guid isPermaLink="false">http://www.gp-singh.com/showthread.php?tid=11</guid>
			<description><![CDATA[Hi,<br />
<br />
I have two scooters, one bike passion and one car Maruti 800 with euro 2 digitalized engine.<br />
<br />
What do you have at your home?]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I have two scooters, one bike passion and one car Maruti 800 with euro 2 digitalized engine.<br />
<br />
What do you have at your home?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to rename folders or files in Linux using ssh]]></title>
			<link>http://www.gp-singh.com/showthread.php?tid=9</link>
			<pubDate>Wed, 27 Aug 2008 02:55:41 -0700</pubDate>
			<dc:creator>administrator</dc:creator>
			<guid isPermaLink="false">http://www.gp-singh.com/showthread.php?tid=9</guid>
			<description><![CDATA[Hi,<br />
<br />
Here is the command which renames your folders or files:<br />
<br />
mv  youroldfilename  yournewfile.txt]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
Here is the command which renames your folders or files:<br />
<br />
mv  youroldfilename  yournewfile.txt]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to Zip and Unzip files using Linux Commands]]></title>
			<link>http://www.gp-singh.com/showthread.php?tid=8</link>
			<pubDate>Wed, 27 Aug 2008 02:51:55 -0700</pubDate>
			<dc:creator>administrator</dc:creator>
			<guid isPermaLink="false">http://www.gp-singh.com/showthread.php?tid=8</guid>
			<description><![CDATA[Hi,<br />
<br />
First of all you have to enter your directory where you have your file. Suppose your files are in the root of your server then see the command below to reach to that folder:<br />
<br />
cd /home/yourdomainpath/public_html<br />
<br />
Now lets tar/zip your file or even folder:<br />
<br />
tar -cvf fileorfoldername.tar ./ <br />
<br />
This command will zip everything or a single file and then save your zip file in your current directory where you are right now. If you like to shift your files from root somewhere else then see this command:<br />
<br />
tar -cvf sitepack.tar ./foldername/<br />
<br />
Now if you like to unzip your files then apply this command:<br />
<br />
tar -xvf fileorfoldername.tar<br />
<br />
This will unzip your files in which you are in your current folder.<br />
<br />
Regards,<br />
Admin.]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
First of all you have to enter your directory where you have your file. Suppose your files are in the root of your server then see the command below to reach to that folder:<br />
<br />
cd /home/yourdomainpath/public_html<br />
<br />
Now lets tar/zip your file or even folder:<br />
<br />
tar -cvf fileorfoldername.tar ./ <br />
<br />
This command will zip everything or a single file and then save your zip file in your current directory where you are right now. If you like to shift your files from root somewhere else then see this command:<br />
<br />
tar -cvf sitepack.tar ./foldername/<br />
<br />
Now if you like to unzip your files then apply this command:<br />
<br />
tar -xvf fileorfoldername.tar<br />
<br />
This will unzip your files in which you are in your current folder.<br />
<br />
Regards,<br />
Admin.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to transfer your data from one server to another online.]]></title>
			<link>http://www.gp-singh.com/showthread.php?tid=7</link>
			<pubDate>Wed, 27 Aug 2008 02:32:14 -0700</pubDate>
			<dc:creator>administrator</dc:creator>
			<guid isPermaLink="false">http://www.gp-singh.com/showthread.php?tid=7</guid>
			<description><![CDATA[Hi,<br />
<br />
Now you can shift/transfer your data online by using your Linux OS or Putty software if you are using your windows OS. Here are few commands or steps you can use through your telnet or SSH (ask your host provider whether SSH is enabled or not. If not then tell me to enable it.):<br />
<br />
1.) First you have to zip all your stuff using your control panel by using the command below:<br />
<br />
cd /home/yourdomainpath/public_html<br />
tar -cvf sitepack.tar ./<br />
<br />
This command will create a tar file in your root server.<br />
<br />
2.) After this has been done goto your new server and login through telnet or ssh and type the following:<br />
<br />
cd /home/yournewwebsitepath/public_html<br />
wget <a href="http://yourdomainname.com/sitepack.tar" target="_blank">http://yourdomainname.com/sitepack.tar</a>   <br />
<br />
It will copy all your stuff which you have zipped on your new server from your old one.<br />
<br />
3.) Now you have to unzip your tar file and the command you have to run is:<br />
<br />
tar -xvf sitepack.tar<br />
<br />
At this point it is important to make sure the owner and group on your files are correct after unzipping your tar file. You can check this by typing:<br />
<br />
ls -la<br />
<br />
If you want to change the owner of the files then use the command below:<br />
<br />
chown -R owner.group ./<br />
<br />
this command will ask you the owner and the group for each file and you have to type the names manually. This command is not so important as the above commands are.<br />
<br />
Hope this will helped you alot.<br />
<br />
Regards,<br />
Admin.]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
Now you can shift/transfer your data online by using your Linux OS or Putty software if you are using your windows OS. Here are few commands or steps you can use through your telnet or SSH (ask your host provider whether SSH is enabled or not. If not then tell me to enable it.):<br />
<br />
1.) First you have to zip all your stuff using your control panel by using the command below:<br />
<br />
cd /home/yourdomainpath/public_html<br />
tar -cvf sitepack.tar ./<br />
<br />
This command will create a tar file in your root server.<br />
<br />
2.) After this has been done goto your new server and login through telnet or ssh and type the following:<br />
<br />
cd /home/yournewwebsitepath/public_html<br />
wget <a href="http://yourdomainname.com/sitepack.tar" target="_blank">http://yourdomainname.com/sitepack.tar</a>   <br />
<br />
It will copy all your stuff which you have zipped on your new server from your old one.<br />
<br />
3.) Now you have to unzip your tar file and the command you have to run is:<br />
<br />
tar -xvf sitepack.tar<br />
<br />
At this point it is important to make sure the owner and group on your files are correct after unzipping your tar file. You can check this by typing:<br />
<br />
ls -la<br />
<br />
If you want to change the owner of the files then use the command below:<br />
<br />
chown -R owner.group ./<br />
<br />
this command will ask you the owner and the group for each file and you have to type the names manually. This command is not so important as the above commands are.<br />
<br />
Hope this will helped you alot.<br />
<br />
Regards,<br />
Admin.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to check memory usage in linux]]></title>
			<link>http://www.gp-singh.com/showthread.php?tid=6</link>
			<pubDate>Sat, 23 Aug 2008 18:20:36 -0700</pubDate>
			<dc:creator>geet_kunal</dc:creator>
			<guid isPermaLink="false">http://www.gp-singh.com/showthread.php?tid=6</guid>
			<description><![CDATA[Hi,<br />
<br />
Try to enter the shell by using your linux operating system or by using the a software named putty, if you are using windows.<br />
<br />
Now login into your server and then use the following commands:<br />
<br />
&#36; top - This command is the best command to show you everything about your memory usage, free memory and ofcourse total memory. It will also tell you about where and how many programs are using your memory.<br />
<br />
There are other commands like <blockquote><cite>Quote:</cite>&#36; vmstat</blockquote>
 , <blockquote><cite>Quote:</cite>&#36; free -t -m</blockquote>
 , <blockquote><cite>Quote:</cite>&#36; free -m</blockquote>
 , etc. But I like to prefer the top command only.<br />
<br />
Hope you enjoyed this session. <br />
<br />
Regards,<br />
GP.]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
Try to enter the shell by using your linux operating system or by using the a software named putty, if you are using windows.<br />
<br />
Now login into your server and then use the following commands:<br />
<br />
&#36; top - This command is the best command to show you everything about your memory usage, free memory and ofcourse total memory. It will also tell you about where and how many programs are using your memory.<br />
<br />
There are other commands like <blockquote><cite>Quote:</cite>&#36; vmstat</blockquote>
 , <blockquote><cite>Quote:</cite>&#36; free -t -m</blockquote>
 , <blockquote><cite>Quote:</cite>&#36; free -m</blockquote>
 , etc. But I like to prefer the top command only.<br />
<br />
Hope you enjoyed this session. <br />
<br />
Regards,<br />
GP.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Please add Matlab Forum]]></title>
			<link>http://www.gp-singh.com/showthread.php?tid=5</link>
			<pubDate>Sat, 23 Aug 2008 17:57:40 -0700</pubDate>
			<dc:creator>geet_kunal</dc:creator>
			<guid isPermaLink="false">http://www.gp-singh.com/showthread.php?tid=5</guid>
			<description><![CDATA[Hi,<br />
<br />
I am a good matlab programmer. So, could u pls add a matlab forum as well.<br />
<br />
Thx,<br />
GP.]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I am a good matlab programmer. So, could u pls add a matlab forum as well.<br />
<br />
Thx,<br />
GP.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Please add linux forum.]]></title>
			<link>http://www.gp-singh.com/showthread.php?tid=4</link>
			<pubDate>Sat, 23 Aug 2008 17:56:25 -0700</pubDate>
			<dc:creator>geet_kunal</dc:creator>
			<guid isPermaLink="false">http://www.gp-singh.com/showthread.php?tid=4</guid>
			<description><![CDATA[Hi Admin,<br />
<br />
Can u please add linux forum as well I have a lot of things to discuss.<br />
<br />
thx,<br />
GP.]]></description>
			<content:encoded><![CDATA[Hi Admin,<br />
<br />
Can u please add linux forum as well I have a lot of things to discuss.<br />
<br />
thx,<br />
GP.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Ask You Queries Free Of Mind]]></title>
			<link>http://www.gp-singh.com/showthread.php?tid=3</link>
			<pubDate>Tue, 19 Aug 2008 23:15:42 -0700</pubDate>
			<dc:creator>administrator</dc:creator>
			<guid isPermaLink="false">http://www.gp-singh.com/showthread.php?tid=3</guid>
			<description><![CDATA[Hi,<br />
<br />
Now You can ask about any of your personal query or you can also request anything that you like the most here.<br />
<br />
Regards,<br />
Admin.]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
Now You can ask about any of your personal query or you can also request anything that you like the most here.<br />
<br />
Regards,<br />
Admin.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Suggest Anything Here]]></title>
			<link>http://www.gp-singh.com/showthread.php?tid=2</link>
			<pubDate>Tue, 19 Aug 2008 23:11:41 -0700</pubDate>
			<dc:creator>administrator</dc:creator>
			<guid isPermaLink="false">http://www.gp-singh.com/showthread.php?tid=2</guid>
			<description><![CDATA[Hi,<br />
<br />
Please suggest anything in this section and always you can add feedback for our site here.<br />
<br />
Regards,<br />
Admin.]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
Please suggest anything in this section and always you can add feedback for our site here.<br />
<br />
Regards,<br />
Admin.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Do Aliens Exits?]]></title>
			<link>http://www.gp-singh.com/showthread.php?tid=1</link>
			<pubDate>Tue, 19 Aug 2008 23:05:45 -0700</pubDate>
			<dc:creator>administrator</dc:creator>
			<guid isPermaLink="false">http://www.gp-singh.com/showthread.php?tid=1</guid>
			<description><![CDATA[Whenever I think of aliens I always think do they exist. What do u say?]]></description>
			<content:encoded><![CDATA[Whenever I think of aliens I always think do they exist. What do u say?]]></content:encoded>
		</item>
	</channel>
</rss>