sometimes a cigar is just a cigar
Header image
Top Command and Hot Keys

In unix system to view real-time system process activity you can use top And some usefull hot keys t     Displays summary information off and on. m     Displays memory information off and on. A     Sorts the display by top consumers of various system resources. Useful for quick identification of performance-hungry tasks on a … Read more

My server errors and optimization steps

After 10K user for arabuldinle.com, i understood that optimization is very very important. In this article, I’ll explain optimization error that i have faced.  Also i researched some monitoring command such as top,mytop,free,iostat so you can find information about these command in detail. Session Error Error code: Warning: session_start() [function.session-start]: open(/var/lib/php5/ …) Because i’m using … Read more