<< Ubuntu Mouse and Keyboard Shortcuts | Journals | Samba Cheat Sheet >>
Fedora and Ubuntu are free Linux Distributions
See also Random Notes
Commands
- RSYNC - copies owner and security settings as well
sudo rsync -avu --delete /source /dest
- the --delete is to delete or overwrite the dest if it exists
Things to try on VPN
- Turn off firewall to test.
- Re-route 10.0.0.0/8 and 203.7.201.0/24 to ppp0
- /sbin/route -n
- ifconfig should show eth0, lo and ppp0
FTP Sever
- Problem : OOPS Cannot change directory to /home/userid
- Solution:
su - getsebool -a | grep ftp setsebool -P ftp_home_dir on getsebool -a | grep ftp
Mounting/Unmounting a CDROM
# mount /dev/cdrom /cdrom
Note that for a new install, you actually created the /cdrom directory.
# umount /cdrom
Note miss out the first 'n' in the unmount is. Another gotcha from the Unix sa.