Author: Pixel Insert / Pixert
How to disable directory browsing?
One of the must do on setting a secure Apache webserver is to disable directory browsing. This could prevent the server from showing a listing of the existing files if there’s no index in one folder. Disable directory browsing via .htaccess Add in the .htaccess file the following
How to delete or remove a local Git repo (repository)
If you want to delete everything (.git folder, files and folders), just delete the whole directory Mac OSX Open Terminal and run the following Windows Right-click the folder and choose Delete. It will goes to Recycle bin Note: this works for Git Clone and Git Init

Replacing a Macbook Battery. Charging it for First Time
My macbook battery showed “Service Battery”, it’s time to replace that old battery. Replacing an old Macbook battery is very straightforward. Shut down your MacBook, place a coin in the slot, do a quarter clockwise turn, and the old battery pops out. The new battery had a piece of clear plastic on both sides that…
Hide the WordPress version you are running
If you are running an old WordPress version with known vulnerabilities, it is unwise to display this information to the public. Why not simply hide the WordPress version entirely? Add the following to functions.php or

Facebook Share Button
Facebook Share is one of the most powerful and simple ways for users to share articles, pages, video, or Flash content from your site with their friends on Facebook. Over 1 billion pieces of content are shared each week on Facebook, and many of those are links shared using Facebook Share. Right now, Facebook Like…
WordPress: Automatic Feed Links
WP themes usually have the following code in header.php Remove above when you are using the following code This automatically adds the relevant feed links everywhere on the whole site. Standard feed, comments links, category and tag archives, everything as it should be.