
Wordpress site security should be number one priority if you're running or hosting wordpress sites. Recently there has been an overwhelming amount of reports to large hosting companies like HostGator, LiquidWeb and InMotion that wordpress site security is a large target right now for hackers. We've come up with some tried and true methods of securing your wordpress site to avoid being hacked. While these methods won't guarantee anything they will certainly reduce the risk of possibilities.
What hackers are doing is creating what are called botnets. When a hacker gains access to a system they infect it with an application that allows them full access to the system. These botnets can be comprised of 90,000+ systems and hackers use these botnets to attack other systems, such as your wordpress site, by using what is called a "brute force attack". A brute force attack is where hackers run a program on your site that tries to login, over and over, with hundreds of thousands of login and password combinations starting with the most common combinations first. Since the botnets come from so many different systems, it's impossible to block them completely but what you can do is tighten up security and make it more difficult for them to gain access.

To remove a white background from multiple images at the same time you can use the ImageMagick convert command which is a command line utility. You can install ImageMagick on any platform (ie... Windows, Mac, Linux, iOS) and open a command prompt to run the following command to convert multiple images in a directory to a transparent background from another solid color. For this example we're converting .jpg files to .png files and going from a white background to a transparent background but you can change the command line below to fit your needs:

Having issues with "Symbolic link not allowed or link target not accessible" errors in apache log files on Fedora? Well you've come to the right place!
I'm pretty sure I just ran across the most annoying thing I've ever been confronted with while trying to run Apache with PHP via XAMPP on Fedora 11 with SELinux enabled. When you setup your httpd.conf to try and access directories in your home directory, by default you will not be successful. You might spend hours, or even days trying to figure out why apache can't access files in your home directory. The good news is that I have the solution, although it wasn't easy to put together, you'll be able to access files out of your home directory after following these steps.