Here is a simple script which will perform Automatic Disk Log Cleanup for any Linux Environment. You just have to provide correct CRUNCHIFY_TMP_DIRS . When a disk has no free space left, all …
syntax error: `^M’ unexpected – Use dos2unix: DOS to UNIX text file format converter
Last week I was working on an Eclipse project which requires me to create one executable .sh (shell script) file. Here is a content of Crunchify.sh file. #!/bin/bash echo …
Apple Just Released OS X 10.9.2 Mavericks Update includes Facetime Audio
After releasing seven beta builds of the upcoming OS X 10.9.2 update to its registered Mac developers, Apple just released this highly anticipated second Mavericks update. The software will also fix …
Read Article about Apple Just Released OS X 10.9.2 Mavericks Update includes Facetime Audio →
All in One Webmaster Premium Plugin on WordPress.org Repository
Hello All, It's been really exciting journey for us to create "All in One Webmaster Premium" plugin. I received lots of great feedback from all over the world about the functionality and other …
Read Article about All in One Webmaster Premium Plugin on WordPress.org Repository →
Akismet and WP_CommentMeta – How to Clean up Comment Meta in WordPress Database
Akismet is one of the best anti spam plugin for WordPress. I'm using it since very long time, almost 5 years. I'm not sure why but there is a annoying bug in this plugin. It feels all SPAM comment's …
Read Article about Akismet and WP_CommentMeta – How to Clean up Comment Meta in WordPress Database →
Good Bye 2013 and Welcome 2014 – Happy New Year to All!
Happy New Year to All..!! It's time to bid a farewell to the year 2013 and when we look back at our work in the past 12 months, we are proud of where they took us. Of course, the credit goes to …
Read Article about Good Bye 2013 and Welcome 2014 – Happy New Year to All! →
Implement Simple Threadsafe Cache using HashMap without using Synchronized Collection
A cache is an area of local memory that holds a copy of frequently accessed data that is otherwise expensive to get or compute. Examples of such data include a result of a query to a database, a disk …
Create Very Simple Jersey REST Service and Send JSON Data From Java Client
Recently I have to pass JSON data to REST Service and did not have any simple Client handy. But created very simple Java program which read JSON data from file and sends it to REST …
Read Article about Create Very Simple Jersey REST Service and Send JSON Data From Java Client →
How to Setup/Install Maven Classpath Variable on Windows
Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a …
Read Article about How to Setup/Install Maven Classpath Variable on Windows →