28

Sep/10

Removing Files Starting With —

I encountered an interesting problem today. I created a file called –verbose (obviously I passed the argument incorrectly) but trying to remove it more of an issue. Typing rm -f –verbose makes the command rm think it’s a parameter rather … Continue reading

31

Jan/10

Enable SFTP On VSFTPD In Ubuntu

Enabling SFTP is very easy and makes FTP protocol a lot more secure than traditional FTP because passwords are not sent in plain text which is susceptible to a lot of things such as packet sniffers, man-in-the-middle, etc. Assuming VSFTPD … Continue reading