13 March 2010 ~ 0 Comments

How To Learn RegEx Fast

Regular expressions are very useful if you’re a programmer or a productivity freak, but can be confusing initially. However, if you’re good with regular expressions, then you can save a lot of time and effort.
A regular expression, or regex, or regexp, is a string of characters that match certain patterns of text. For example, you [...]

Continue Reading

08 March 2010 ~ 0 Comments

How To Password Protect Your Important Files And Defend Yourself Against Hacks & Attacks

When attacks occur on websites, they are usually a result of a compromised password, or because of files that have poor security, either because of insecure file permissions or programming flaws. Security’s one of the aspects that we always strive to be improving at Vodien, especially since all of our clients’ data is at stake.
One [...]

Continue Reading

22 January 2010 ~ 0 Comments

Free Desktop Wallpaper (for Windows, Mac OS, Linux) – Steel

So we made another cool desktop wallpaper again, and this time it’s called “Steel”, because of the look and feel that it has. Once again, this is a free desktop wallpaper that you can use for Windows, Mac OS, or GNU/Linux, so grab it now!
Like it? Let us know, and we can work on more [...]

Continue Reading

20 January 2010 ~ 0 Comments

How To Use FTP To Copy, Rename and Delete Files From UNIX Remotely

UNIX has a very powerful command line interface, and one of the things that you can do is remotely access a UNIX server. FTP is one such remote protocol that allows for the transfer of files easily. This FTP example shows how to copy, rename, and delete files.
ftp yoursite.com
This just means you want to open [...]

Continue Reading