All Linux User’s Blog

Linux Peoples are Smart Peoples

Mount Remote folder using SSH(sshfs) on Fedora 10, Ubuntu 8.10, Ubuntu 9.04

with one comment

Hi Friends,

It’s possible to mount any Remote directory using SSH with sshfs utility(command). It’s Very Easy. This Steps you can follow for Fedora 10, Ubuntu 8.10 and Ubuntu 9.04 Linux.

First Let us know something about SSHFS.

What is SSHFS?

SSHFS allows you to conect to any host that supports SSH and mount the remote directory in your local directory. This means you will be able to access files as if they were on your own system and best of all the transactions are encrypted using SSH.

This is much faster, easier, and more effecient than using FTP. Still Some people are actually using regular FTP to transfer files. The problem with FTP is that not only are your files sent in clear text but username and password are also in plain sight for anyone to can see it.

For Fedora 10 :-

Step 1 :- Login as a root by executing following command from user.
[tejas@barot.wordpress.com]$ su – root

Step 2 :- Execute Following command to install SSHFS on your Fedora Box.
[root@barot.wordpress.com]# yum -y install sshfs*

Step 3:- Once Installation Done Login as a user now.Now Create One Local Directory(Where you want to mount Remote Directory). (You can also mount to your existing directory)
[root@barot.wordpress.com]# su – tejas

[tejas@barot.wordpress.com]$ mkdir ~/SSHFS

Step 4:- Now Execute command to mount remote directory into Local Directory.

[tejas@barot.wordpress.com]$ sshfs root@192.168.100.55:/home/tejas/ ~/SSHFS. (sshfs username@ssh-server-ip:/directory-you-want-mount <local-directory-where-you-want-to-mount-remote-folder)

Step 5 :- It will ask your for password of user which you have provided.Now Check your ~/SSHFS ( Local Directory where you mounted SSH Remote Folder).You will able to see Your all files into ~/SSHFS

For Ubuntu 8.10 and Ubuntu 9.04

Step 1 :- Login as a root by executing following command from user.
tejas@barot.wordpress.com:~$ su – root

Step 2 :- Execute Following command to install SSHFS on your Fedora Box.
root@barot.wordpress.com:~# apt-get install sshfs -y

Step 3:- Once Installation Done Login as a user now.Now Create One Local Directory(Where you want to mount Remote Directory). (You can also mount to your existing directory)
root@barot.wordpress.com:~# su – tejas

tejas@barot.wordpress.com:~$ mkdir ~/SSHFS

Step 4:- Now Execute command to mount remote directory into Local Directory.

tejas@barot.wordpress.com:~$ sshfs root@192.168.100.55:/home/tejas/ ~/SSHFS. (sshfs username@ssh-server-ip:/directory-you-want-mount <local-directory-where-you-want-to-mount-remote-folder)

Step 5 :- It will ask your for password of user which you have provided.Now Check your ~/SSHFS ( Local Directory where you mounted SSH Remote Folder).You will able to see Your all files into ~/SSHFS

All Comments Accepted.

Enjoy Linux :) Enjoy Remote Mounting :)

10 Awesome Linux Applications for Your PlayStation 3

with one comment

HI Friends,

So you’ve installed that shiny Ubuntu distro onto your PlayStation 3 and finagled a couple of cool applications to boot. And yet, there’s still a lot of empty real estate on that newly formatted hard drive, and you’re no doubt pondering what else you can load up on your now living room-friendly PC. Turns out, there are literally thousands of options available; but the task of sorting through the seemingly endless lists and testing each and every app to see if it suits your tastes and jives with the PS3 can be a daunting task. But luckily for you, we’ve done exactly that; we rolled up our sleeves, burned the midnight oil, and muscled the necessary digital elbow grease to whittle down the Ubuntu archives to the top 10 absolute keepers. So what are you waiting for? Plug in your PS3’s keyboard and mouse, fire up Jaunty Jackalope, and read onward to get cracking.

Enjoy Reading >>>

Written by Tejas Barot

May 14, 2009 at 11:18 am

Beyond Firefox: 10 Other Great Linux Browsers

leave a comment »

Firefox has been a reliable browser for me for many years and it still continues to be so to a certain extent. However, over the last few releases Firefox has become bloated and slow in performance that same way IE used to be before we switched to Firefox. The only thing that is stopping me from switching to another browser, is the large number of extensions available for Firefox. Specifically firebug. Since I spend most of my time on a Linux system, over the last few days I have been looking for an alternative Linux browser. Here are 10 of the best Linux browsers out there that can be a decent alternative to Firefox:

Enjoy Reading >>>

Add Nautilus Templates at Right Click on Fedora

with one comment

Creating New Documents by Right Click From Your Desktop

Hi Friends,

This tips is For Fedora9, Fedora 10 Linux.

If Someone looking or if someone is confusing or Don’t know that How to Add New Word Document, New Odt Document or any New Document By Right Clicking on Desktop like Micro$oft Do.So Let’s Do with Linux and Believe me Its  Very Easy.

Look at this Snapshot It will Look Like this……………………………

http://barot.wordpress.com

http://barot.wordpress.com

Follow the Instruction to do that.

Step 1: First Download Templates From this link http://www.gnome-look.org/content/show.php?content=39317

Step 2: Extract it By Anyway if you want to extract it.From Graphical Mode or From Shell Mode.

Step 3 :- Now Open that Extracted Folder.

Step 4:- Open Your Nautilus Window. i.e. Under Applications -> System Tools -> File Browser.

Step 5:- Once Nautilus Window gets Open. Click on Go -> Templates.It will open your Templates Folder.

Step 6:- Now Copy (or Cut ) all the files From that Extracted Folder and Paste in to Your File Browser’s Template Folder (~/Templates) which you Opened from Go -> Templates.

Step 7:- Now Minimize all the Open Applications. Right Click on Desktop -> Move your Cursor to Create Document. Here You will get all the list of Document.

Step 8: The Great things is that You can add as many as  Documents with any extensions.As I added.You can
See in Snapshot.

Step 9:- Now You can Create Document by Using this Shortcut as Micro$oft do.

Enjoy Shoutcuts :) Enjoy Fast Life with Linux :)

All comments Accepted. Thanks.

Written by Tejas Barot

April 24, 2009 at 11:20 am