Cheapest Webhosting in India

Transfer file from remote to local pc

Use the following command from the server to which you want the files to go.
In this example, transfer all files (/var/www/html) from remote server called server1 to local directory called /backup:

scp -r user@server1:/var/www/html/ /backup

************************************************************************************************

Transfer file with SCP from remote to other remote server

In the following example, transfer all files (/var/www/html) from remote server called server1 to another server called server2:
scp -r user@server1:/var/www/html/ user@server2:/var/www/html/

* For Ubuntu:

sudo apt-get install fuse-utils sshfs

* For Fedora and Centos:

yum install fuse-utils sshfs

You will then need to choose and make a directory to mount the ftp storage location to. We’ll use /mnt/remote for our example:

sudo mkdir /mnt/remote
sudo chown [system-user]:[your-group] /mnt/remote/

Next you will add yourself to the fuse group:

sudo adduser [system-user] fuse

Now you will connect and mount the ftp storage location:

sshfs ftp-user@ftp.domain.com: /mnt/remote/

Note: ftp.domain.com will be either ftp1.ftptoyoursite.com, ftp2.ftptoyoursite.com or ftp.domain.com depending on how you connect to ftp.

Additionally you can specify a remote path to mount such as www.domain.com/web/content.

sshfs ftp-user@ftp.domain.com:www.domain.com/web/content/ /mnt/remote/

You will now be asked to accept the key from our system and then for your ftp user password.

Once mounted you can cd to your mounted directory and perform many basic commands that do not require root access including but not limited to:

tar   gzip     gunzip     zip      unzip   chmod

You may also want to update the /etc/fuse.conf file to include a line such as below to ensure you do not lose connection while working:

ServerAliveInterval = 300

Cheersss

Hi Folks,

Today I am covering the topic which is most important in fact to seo, to get huge traffic to your site or blog.

SMO is the process of promoting your site through social media channels and it is a powerful strategy that will get you links, attention and massive amounts of traffic.

There is no other easy and low cost promotional method out there that will easily give you large numbers of visitors, and huge regular traffic.

Social media optimization (SMO) Social Media Optimization is the methodization of social media activity with the intent of attracting unique visitors to website content. SMO is one of two online methods of website optimization; the other method is search engine optimization or SEO.

If you’re looking for links and your content fits with their audience, submit to Digg. If you’re looking to create some sort of viral marketing campaign, MySpace may be more effective.

Here is a very short list of some of the most popular sites for SMO :

  • Digg: Digg is a user-driven content site where members can vote and comment on stories submitted by other members. Getting onto Digg’s front page often results in thousands of visitors, visiting to your site and it will effect your ranking.
  • Del.icio.us: Del.icio.us is a Yahoo-owned social bookmarking site. Del.icio.us allows members to publicly save bookmarks using tags.
  • Del.icio.us Tip: All links are nofollow so you’re not getting link love, but you may get click through and direct traffic when users find your del.icio.us bookmarks through the search engine’s index.
  • YouTube: Well-known video upload site. Recently acquired by Google, so look for YouTube videos to start appearing in Google’s index.
  • Newsvine: Another social news site where members can submit news stories, comment on other popular stories, create connections with regular users.

SMO will help your sites to gain all this given below:

  1. Increase Your Linkability
  2. Make Tagging and Bookmarking easy
  3. Reward Inbound Links
  4. Help Your Content

Keep Reading….More to come…..