Posted inUnix Install ISPConfig3 on an Ubuntu 14.10 Server – Part 1 Posted by By Haneef Puttur January 13, 2015 Although the command line is a powerful tool that can allow you to work quickly…
Posted inUnix Windows Large Text File Viewer Posted by By Haneef Puttur May 18, 2014 Have you ever felt frustrated when you just want to look at the content of…
Posted inGeneral Unix Wordpress Dynamic Footer Copyright Year using php Posted by By Haneef Puttur May 3, 2014 So let’s say your current footer looks something like this… <p id="footer">copyright © 2014 by Haneef…
Posted inMySQL Unix Extract only date from mysql datetime column in mysql Posted by By Haneef Puttur April 29, 2014 Problem : Mysql database has datetime field and i want to get only date. Solution…
Posted inUnix Windows Wordpress Creating Widget Space in WordPress Posted by By Haneef Puttur April 1, 2014 About Widgets: Wordpress widgets are plug-able items that enhance the features of a site. One can…
Posted inUnix Windows Solution for PHP Mail Sending as Junk Characters for Arabic or Unicode Characters Posted by By Haneef Puttur March 25, 2014 Problem Problem : Character Encoding Not set in header field of PHP Mail.…
Posted inUnix Windows Wordpress Solution for : Maximum Execution Time Exceeded error – XAMPP/WordPress Posted by By Haneef Puttur March 24, 2014 To fix this, open the php.ini file from your xampp installation :: C:\xampp\php\php.ini Then just…
Posted inUnix How to install gcc on Citrix XEN Server Posted by By Haneef Puttur March 24, 2014 By default, XenServer enables only Citrix yum repository. For example, to examine all enabled repositories…
Posted inGeneral Unix How to start, stop, or restart networking service under UNIX Posted by By Haneef Puttur January 30, 2014 How to start, stop, or restart networking service under HP-UX, OpenBSD, AIX and other Unix…
Posted inGeneral Unix Install XAMPP 1.8.1 to Centos 6.4 Posted by By Haneef Puttur March 20, 2013 Step1 : Download xampp 1.8 wget http://www.apachefriends.org/download.php?xampp-linux-1.8.1.tar.gz Step 2: Extract the downloaded archive file to /opt: tar xvfz…