How to verify whether DNS is working correctly
Related Posts
SSHFS mount
sshfs root@somehost.net:/ /mnt/somehostname
Mount Windows Share on Ubuntu
$ sudo apt-get install cifs-utils $ sudo mount //WINSRV/SHARE -t cifs -o uid=1000,gid=1000,username=winuser /mnt/path where…
