Posts Tagged ‘script’

Mount a remote SSH folder in Ubuntu (cmd and GUI)

Connecting to a server across the internet is much more secure using SSH. There is a way that you can mount a folder on a remove server using the SSHFS service (based on the SSH File Transfer Protocol). Open terminal and follow these steps: 1. Install sshfs sudo apt-get install sshfs 2. Add yourself to […]

More »

Umount CIFS problem: Reboot and Shutdown

If You mount samba shares using cifs method like I, You probably have met with delays at shutdown or restart. [18.312000] CIFS VFS: Server not responding [18.312000] No response for cmd 5 mid 8 To avoid this delay it is necessary to umount all samba shares before rebooting or shutdown your computer. There are many […]

More »

Simple Ubuntu install script

To customise and set Ubuntu's clean installation, add some programs You can create simple script which can do for example: add favorite repositories and PPA uninstall unnecessary software install new programs add network drives in fstab run the VPN client attach drives from fstab do a few fix (umountcifs problem, turn off pc speaker and […]

More »