MySQL Persistent vs Non-Persistent Connections
Thu, 01/14/2010 - 18:38 — sandipThis post will be about benchmarking of MySQL Persistent Connections vs Non-Persistent Connections -- what always seems to be a hot topic among PHPers about what connection type to use when connection to a MySQL database...
MySQL Connection Management in PHP
Thu, 01/14/2010 - 18:17 — sandipThis article is intended to highlight various basic topics concerning proper methods of handling connections to MySQL databases in PHP, guidelines for caching dynamic content, and a technique called "lazy loading". Hopefully by the end of the article you'll have learned how to combat a very widespread and potentially devastating scalability problem seen in an enormous number of PHP web applications...
Subversion cheatsheet
Sat, 09/19/2009 - 17:25 — sandipThis post is a summary of the subversion book, only that the summary takes you straight in. Please find the subversion book here:
svnbook.red-bean.com
IANA port assignments
Thu, 09/17/2009 - 09:55 — sandipThe port numbers are divided into three ranges: the Well Known Ports,
the Registered Ports, and the Dynamic and/or Private Ports.
The Well Known Ports are those from 0 through 1023.
The Registered Ports are those from 1024 through 49151
The Dynamic and/or Private Ports are those from 49152 through 65535
Mod_Rewrite Tips and Tricks
Thu, 09/17/2009 - 09:10 — sandipMod_Rewrite Tips and Tricks are lot of .htaccess rewrite examples that show specific uses for creating .htaccess rewrites to do all kinds of cool and profitable stuff for your site. Htaccess Rewrites are enabled by using the Apache module mod_rewrite, which is one of the most powerful Apache modules and features availale. Htaccess Rewrites through mod_rewrite provide the special ability to Rewrite requests internally as well as Redirect request externally...
Managing RAID and LVM with Linux
Tue, 08/25/2009 - 16:51 — sandipA general easy to follow guide to setting up RAID-5 and LVM on a modern Linux system.
Linux Command Line Reference
Mon, 08/24/2009 - 16:29 — sandipLinux command line reference for common operations...
Accessing Data on Xen Guest Image
Wed, 07/29/2009 - 16:31 — sandipAccessing xen guest image is very easy if the image is not lvm partitioned. But the main problem arise when the image is of lvm format and normal mount command cannot be used. Here I will show both the way. The first is when ext filesystem is used, and the second is when lvm is used...
Secure browsing with SSH Tunnel and SOCKS Proxy Forwarding
Tue, 07/28/2009 - 00:19 — sandip$ ssh -D 9999 username@ip-address-of-ssh-ser ver
This will create a SOCKS proxy on port “9999″ of your computer (localhost). This is a secure tunnel to the server. Now all you have to do is set the preference in Firefox to use a SOCKS proxy. The proxy is, “localhost”, with the port 9999.
Why OpenVZ and not XEN.
Mon, 06/29/2009 - 14:01 — sandipA very nice discussion on the comparison and preference of OpenVZ over Xen. Also, great SysAdmin articles at the FAQs and TIPs section: hosting & sysadmin