Mount SMB Share on Ubuntu
-
Install smb client
sudo apt-get install smbfs smbclient
-
Mount
sudo mount -t cifs //server/Share /mnt/Share -o iocharset=utf8,file_mode=0777,dir_mode=0777
Install smb client
sudo apt-get install smbfs smbclient
Mount
sudo mount -t cifs //server/Share /mnt/Share -o iocharset=utf8,file_mode=0777,dir_mode=0777
To upgrade ubuntu off line or to reduce the amount of duplicate data downloaded when upgrading multiple ubuntu machines download the alternate install cd iso, mount it and do the upgrade as if you'd burnt the cd
Download alt cd iso http://ftp.citylink.co.nz/ubuntu-releases/11.04 ...
sudo apt-get install amarok libxine1-ffmpeg
http://ubuntuforums.org/showthread.php?t=1521168
If amarok can't play mp3's after an upgrade removing the xine config dir can help
mv ~/.xine xine_bak
http://ubuntuforums.org/showthread.php?t=1439468
sudo apt-get install openssh-server
Copy public key from local machine to remote machine
scp ~/.ssh/id_rsa.pub mythbox@c2:/tmp/jess.id_rsa.pub
Log in to remote machine and append public key to authorized_keys file
ssh mythbox ...