Linux Commands
From Lazer
To create a shortcut in linux
sudo ln -s /home/lancewf/bookstore /var/www/bookstore
Mount a ssh server
sshfs $USER@<server name>:/ /home/lancewf/<mount folder>
Unmount a ssh server
sudo fusermount -u ~/lazer
Refresh the connection
sudo ifconfig eth0 down
Create an SSH connection with X Window
ssh -X lancewf@lancewf.no-ip.info
