To use deb rather than source.
http://www.debian-administration.org/articles/78
Tag: Programming
MySQL
grant update, insert, delete, select on *.* to user@host identified by ‘passwd’;
flush privileges;
Decode Base64 mail
perl -MMIME::Base64 -le ‘$/=undef;print decode_base64( <> )’ foo
Final Year Project
I am trying my best to finish my final year project these days.
My final year project is about cryptography.
I need to program at least 3 small programs to show that how the DES, RSA, and MD5 work.
I am still programing the DES and MD5. I need time…
Just so tired, and haven’t sleep for few days…