Monthly Archives: January 2010

How to hide a RAR file in JPG file

First you need to have a rar file and a jpg image to hide the rar
Say the jpg is “image.jpg” and the rar is “file.rar”
Go to Windows command prompt (Start>Run>type cmd and press enter)
Now type this command:
copy /b image.jpg + file.rar newfile.jpg
switch “/b” indicates the copy function is binary
“newfile.jpg” is the resulting image with the [...]

How to add wildcard DNS to your subdomain

Wildcard subdomains are important when you want to direct all visitors to your main website irrespective of what subdomain they use to access your website through.
Adding a wildcard subdomain becomes very important when you install Wordpress-MU. This helps you to create a multiple number of sites as well as increase the number of visitors.
For instance [...]