Leslie Liew (6)

Password security with KeePass

Passwords are your keys to online services and all services are not secured equally. These days it is not unheard of for a large company to be compromised and sharing a password across services will make you vulnerable. For ideal password security your passwords should…

Continue reading...

Git for version control and deployment

In the past I have used Subversion for version control but having to have a repository somewhere put me off from using it on many projects. Git was created in 2005 by Linus Torvald and Linux developers to address their needs for distributed version control.

Continue reading...

Turn your Perl into a Windows Executable

Turning your Perl into a Windows Executable lets you distribute a program and not have to worry about having perl installed and managed on the target system. Using this method does not "compile" the perl, meaning that the source is still accessible and also there…

Continue reading...