Mount Windows Shares Permanently Ubuntu 10.4
Make ubuntu 10.4 have icons for SMB network folders on the desktop when available.
MountWindowsSharesPermanently.PDF.ZIP – Site download
Source: https://wiki.ubuntu.com/MountWindowsSharesPermanently
Posts Tagged ‘ Linux ’
Make ubuntu 10.4 have icons for SMB network folders on the desktop when available.
MountWindowsSharesPermanently.PDF.ZIP – Site download
Source: https://wiki.ubuntu.com/MountWindowsSharesPermanently
sudo apt-get install vpnc
edit file and place information
IPSec gateway domain.co.uk IPSec ID GroupID IPSec secret GroupPassword Xauth username VPNUsername Xauth password VPNPassword
Not needed, but SCRIPT login/logout:
#!/bin/bash
echo “You Sure you want to connect to VPN? Press ENTER”
read var_1
sudo vpnc-connect *something*
echo -n “Please ENTER again to disconnect”
read var_2
clear
sudo vpnc-disconnect
echo “VPN has been disconnected”
read var_3
Links I used when doing this.
A list of usful commands.