Linux Tips
-
Find command usage
-
find . -name "rc.conf" -print
-
find -name "crypto*"
-
Start a particular service..(eg ftp server)
-
sudo /etc/init.d/vsftpd restart
-
SVN commands.
-
to clean up your mods
-
svn revert test/test_protocol.c [You have to provide the completer path]
-
svn revert --recursive
CategoryLinux CategoryTips