<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;D0QBQXYzfyp7ImA9WhRUFEQ.&quot;"><id>tag:blogger.com,1999:blog-8660262373296199534</id><updated>2012-01-25T04:42:30.887-08:00</updated><category term="MYSQL" /><category term="ftp server" /><category term="Network" /><category term="LAMP" /><category term="System" /><category term="Hostname" /><category term="vsftp" /><category term="Nginx" /><category term="Antiddos" /><category term="path shell" /><category term="Extensions" /><category term="Firewall" /><category term="Security" /><category term="Fast-Cgi" /><category term="PHP" /><category term="Setup" /><category term="Virtual Host" /><category term="Php-cgi" /><category term="FTP" /><category term="Text Editors" /><category term="memcached" /><category term="Timezone" /><category term="Hardware" /><category term="Apache" /><category term="Unix Shell Commands" /><category term="Linux Performance" /><category term="iptables" /><category term="Webmin" /><category term="Centos" /><title>Virtual Private Server Life</title><subtitle type="html" /><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://vpslife.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://vpslife.blogspot.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>mt</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>30</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/VirtualPrivateServerLife" /><feedburner:info uri="virtualprivateserverlife" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;D0QBQXYyfCp7ImA9WhRUFEQ.&quot;"><id>tag:blogger.com,1999:blog-8660262373296199534.post-4758058350359427035</id><published>2012-01-25T04:42:00.000-08:00</published><updated>2012-01-25T04:42:30.894-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-25T04:42:30.894-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="memcached" /><category scheme="http://www.blogger.com/atom/ns#" term="iptables" /><title>securing memcache</title><summary>Simply iptables rules can be added to secure memcached server from the out sources.

/sbin/iptables -A INPUT -m tcp -p tcp -s 127.0.0.1 --dport 11221 -j ACCEPT/sbin/iptables -A INPUT -m tcp -p tcp -s CLIENT_IP_2 --dport 11221 -j ACCEPT/sbin/iptables -A INPUT -m tcp -p tcp -s CLIENT_IP_1 --dport 11221 -j ACCEPT/sbin/iptables -A INPUT -m tcp -p tcp --dport 11221 -j DROPTo make it run when system </summary><link rel="replies" type="application/atom+xml" href="http://vpslife.blogspot.com/feeds/4758058350359427035/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8660262373296199534&amp;postID=4758058350359427035" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/4758058350359427035?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/4758058350359427035?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/VirtualPrivateServerLife/~3/Wof33BdD3i4/securing-memcache.html" title="securing memcache" /><author><name>mt</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://vpslife.blogspot.com/2012/01/securing-memcache.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DE8ARHo5fSp7ImA9WhdbF0s.&quot;"><id>tag:blogger.com,1999:blog-8660262373296199534.post-6576164450964006744</id><published>2011-10-16T05:07:00.000-07:00</published><updated>2011-10-16T05:07:25.425-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-16T05:07:25.425-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="path shell" /><title>Learn path and shell of current user on unix</title><summary>To find the shell type of current user: 
echo $SHELL
To find the paths of current user:
echo $PATH</summary><link rel="replies" type="application/atom+xml" href="http://vpslife.blogspot.com/feeds/6576164450964006744/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8660262373296199534&amp;postID=6576164450964006744" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/6576164450964006744?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/6576164450964006744?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/VirtualPrivateServerLife/~3/8N9SKN84eFw/learn-path-and-shell-of-current-user-on.html" title="Learn path and shell of current user on unix" /><author><name>mt</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://vpslife.blogspot.com/2011/10/learn-path-and-shell-of-current-user-on.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkQCQXs8eip7ImA9WxFbF0w.&quot;"><id>tag:blogger.com,1999:blog-8660262373296199534.post-3584309637937227999</id><published>2010-07-09T14:10:00.000-07:00</published><updated>2010-07-09T14:19:20.572-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-07-09T14:19:20.572-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Network" /><category scheme="http://www.blogger.com/atom/ns#" term="Unix Shell Commands" /><title>Simple SH script to monitor basic connection counts on *nix systems</title><summary>I wrote near a year ago a sh script to see my traffic information which can be used to see basic connection counts like unix connection count, tcp connection count, http inbound and outgoing request counts and ftp connection count, ssh connection count.
Save as mycons.sh then run the command
chmod +x mycons.shFor short access run
ln mycons.sh /bin/mycons Sample usage after shortcut
mycons -hlHere</summary><link rel="replies" type="application/atom+xml" href="http://vpslife.blogspot.com/feeds/3584309637937227999/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8660262373296199534&amp;postID=3584309637937227999" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/3584309637937227999?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/3584309637937227999?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/VirtualPrivateServerLife/~3/DqcxuD1op6Q/simple-sh-script-to-monitor-basic.html" title="Simple SH script to monitor basic connection counts on *nix systems" /><author><name>mt</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://vpslife.blogspot.com/2010/07/simple-sh-script-to-monitor-basic.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkMNQn86eSp7ImA9WxFbF0w.&quot;"><id>tag:blogger.com,1999:blog-8660262373296199534.post-6641113382771402553</id><published>2010-07-09T13:49:00.000-07:00</published><updated>2010-07-09T14:21:33.111-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-07-09T14:21:33.111-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Network" /><title>VNSTAT: Network Traffic Monitor for *nix Systems</title><summary>Vnstat is a network stats software, an opensource project for *nix systems and can be downloaded from http://humdi.net/vnstat/. For more than a year I am using Vnstat and it works silently without using too much resources and gives required stats when it is needed. 
In details, it is possible to see your network adapters' traffic data based on years, months, weeks, days, hours and even real time </summary><link rel="replies" type="application/atom+xml" href="http://vpslife.blogspot.com/feeds/6641113382771402553/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8660262373296199534&amp;postID=6641113382771402553" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/6641113382771402553?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/6641113382771402553?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/VirtualPrivateServerLife/~3/kKk-mnVIthc/vnstat-network-traffic-monitor-for-nix.html" title="VNSTAT: Network Traffic Monitor for *nix Systems" /><author><name>mt</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://vpslife.blogspot.com/2010/07/vnstat-network-traffic-monitor-for-nix.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEcGRXwyfip7ImA9WxBUEk0.&quot;"><id>tag:blogger.com,1999:blog-8660262373296199534.post-940233246751161140</id><published>2010-02-26T08:33:00.000-08:00</published><updated>2010-02-26T08:33:44.296-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-02-26T08:33:44.296-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Php-cgi" /><category scheme="http://www.blogger.com/atom/ns#" term="Nginx" /><category scheme="http://www.blogger.com/atom/ns#" term="Antiddos" /><title>Anti-DDOS NGINX Server Configuration includes PHP config</title><summary>Here is my NGINX configuration for DDOS Attacks to PHP and my lovely NGINX server:
nginx.conf
user www-data www-data;
worker_processes 10;

error_log /var/log/nginx/error.log;
pid /var/run/nginx.pid;

events {
worker_connections 1024;
}

http {
include /etc/nginx/mime.types;
default_type application/octet-stream;

access_log /var/log/nginx/access.log;

sendfile on;

#keepalive_timeout 0;
</summary><link rel="replies" type="application/atom+xml" href="http://vpslife.blogspot.com/feeds/940233246751161140/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8660262373296199534&amp;postID=940233246751161140" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/940233246751161140?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/940233246751161140?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/VirtualPrivateServerLife/~3/GDBRGK1mKVA/anti-ddos-nginx-server-configuration.html" title="Anti-DDOS NGINX Server Configuration includes PHP config" /><author><name>mt</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://vpslife.blogspot.com/2010/02/anti-ddos-nginx-server-configuration.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0EHSH09fSp7ImA9WxBWEEk.&quot;"><id>tag:blogger.com,1999:blog-8660262373296199534.post-8608073258110557261</id><published>2010-02-01T09:33:00.001-08:00</published><updated>2010-02-01T09:33:59.365-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-02-01T09:33:59.365-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Unix Shell Commands" /><title>Findout Linux Distrubution Name of your Linux</title><summary>lsb_release -a</summary><link rel="replies" type="application/atom+xml" href="http://vpslife.blogspot.com/feeds/8608073258110557261/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8660262373296199534&amp;postID=8608073258110557261" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/8608073258110557261?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/8608073258110557261?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/VirtualPrivateServerLife/~3/Jti7clyn94w/findout-linux-distrubution-name-of-your.html" title="Findout Linux Distrubution Name of your Linux" /><author><name>mt</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://vpslife.blogspot.com/2010/02/findout-linux-distrubution-name-of-your.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0MMRXozcCp7ImA9WxBWEE4.&quot;"><id>tag:blogger.com,1999:blog-8660262373296199534.post-4140826680553447548</id><published>2010-02-01T05:38:00.000-08:00</published><updated>2010-02-01T05:38:04.488-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-02-01T05:38:04.488-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Timezone" /><title>Change the timezone, date time on linux</title><summary>ln -sf /usr/share/zoneinfo/Europe/Berlin /etc/localtimeIn this command important part is giving the path of your timezone(bold one in example).</summary><link rel="replies" type="application/atom+xml" href="http://vpslife.blogspot.com/feeds/4140826680553447548/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8660262373296199534&amp;postID=4140826680553447548" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/4140826680553447548?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/4140826680553447548?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/VirtualPrivateServerLife/~3/81_QlV7UOG0/change-timezone-date-time-on-linux.html" title="Change the timezone, date time on linux" /><author><name>mt</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://vpslife.blogspot.com/2010/02/change-timezone-date-time-on-linux.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUEER3Y6eyp7ImA9WxBQGEg.&quot;"><id>tag:blogger.com,1999:blog-8660262373296199534.post-8802784820459814373</id><published>2010-01-18T14:26:00.000-08:00</published><updated>2010-01-18T14:26:46.813-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-18T14:26:46.813-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Text Editors" /><title>Change Default Editor on Linux</title><summary>#set | grep EDITOREDITOR=/bin/pico
# which vi/usr/bin/vi
# export EDITOR=/usr/bin/vi# set | grep EDITOREDITOR=/usr/bin/vi
_=EDITOR</summary><link rel="replies" type="application/atom+xml" href="http://vpslife.blogspot.com/feeds/8802784820459814373/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8660262373296199534&amp;postID=8802784820459814373" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/8802784820459814373?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/8802784820459814373?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/VirtualPrivateServerLife/~3/0UsD3x_oA5I/change-default-editor-on-linux.html" title="Change Default Editor on Linux" /><author><name>mt</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://vpslife.blogspot.com/2010/01/change-default-editor-on-linux.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkcASXc6cCp7ImA9WxNVEUk.&quot;"><id>tag:blogger.com,1999:blog-8660262373296199534.post-8242219651919489004</id><published>2009-10-21T08:47:00.000-07:00</published><updated>2009-10-21T08:47:28.918-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-21T08:47:28.918-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Unix Shell Commands" /><title>Deleting Files Based on Date Time</title><summary>Today I needed to delete files based on date and time:
Here is the command I used for deleting file last modified on 21 Oct 2009 16:30:
ls -lh | sed -n '/Oct\ 21\ 16:30/p' | awk '{print $9}' &gt;&gt; 1.txt
rm -f `cat 1.txt` 
Explanations: 
ls -lh (lists all files)
sed -n  '/Oct\ 21\ 16:30/p' (find files at given date from list)
awk '{print $9}' (print only file names on list) and &gt;&gt; 1.txt put list of </summary><link rel="replies" type="application/atom+xml" href="http://vpslife.blogspot.com/feeds/8242219651919489004/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8660262373296199534&amp;postID=8242219651919489004" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/8242219651919489004?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/8242219651919489004?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/VirtualPrivateServerLife/~3/GxWrP2kEOfw/deleting-files-based-on-date-time.html" title="Deleting Files Based on Date Time" /><author><name>mt</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://vpslife.blogspot.com/2009/10/deleting-files-based-on-date-time.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkUGRng7cSp7ImA9WxNWFU4.&quot;"><id>tag:blogger.com,1999:blog-8660262373296199534.post-1669463737113057014</id><published>2009-10-14T07:23:00.000-07:00</published><updated>2009-10-14T07:23:47.609-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-14T07:23:47.609-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="FTP" /><title>Recursively Download FTP</title><summary>Sometimes, you may need to move one server to another. At that time, you may use wget command to move your files without any pain.
Here is the command for recursive download on ftp via wget:

wget -r ftp://username:password@ftp.example.com/ 
Yes, thats all folks!</summary><link rel="replies" type="application/atom+xml" href="http://vpslife.blogspot.com/feeds/1669463737113057014/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8660262373296199534&amp;postID=1669463737113057014" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/1669463737113057014?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/1669463737113057014?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/VirtualPrivateServerLife/~3/ZmjGOoi2Y28/recursively-download-ftp.html" title="Recursively Download FTP" /><author><name>mt</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://vpslife.blogspot.com/2009/10/recursively-download-ftp.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkIHR3k9eCp7ImA9WxNWEE8.&quot;"><id>tag:blogger.com,1999:blog-8660262373296199534.post-7660457084961972690</id><published>2009-10-08T09:48:00.001-07:00</published><updated>2009-10-08T09:48:56.760-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-08T09:48:56.760-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Unix Shell Commands" /><title>List of users on Linux</title><summary>To list the users in linux you may use following command:

cat /etc/passwd | cut -d ":" -f1
</summary><link rel="replies" type="application/atom+xml" href="http://vpslife.blogspot.com/feeds/7660457084961972690/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8660262373296199534&amp;postID=7660457084961972690" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/7660457084961972690?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/7660457084961972690?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/VirtualPrivateServerLife/~3/K1dO1Wrg-IM/list-of-users-on-linux.html" title="List of users on Linux" /><author><name>mt</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://vpslife.blogspot.com/2009/10/list-of-users-on-linux.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUMMRHo6eyp7ImA9WxNQEUw.&quot;"><id>tag:blogger.com,1999:blog-8660262373296199534.post-1266106406832715838</id><published>2009-09-16T05:47:00.000-07:00</published><updated>2009-09-16T09:11:25.413-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-16T09:11:25.413-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Virtual Host" /><category scheme="http://www.blogger.com/atom/ns#" term="Fast-Cgi" /><category scheme="http://www.blogger.com/atom/ns#" term="Php-cgi" /><category scheme="http://www.blogger.com/atom/ns#" term="Nginx" /><category scheme="http://www.blogger.com/atom/ns#" term="Setup" /><title>NGINX, PHP-CGI, SPAWN-FCI, FTP, VHOSTS, MYSQL | centos-fedora-redhat</title><summary>Setup is done under a clean Centos 5.2 32bit serveryum -y updateyum -y upgradePART 0###################################################### start with php-5 setup and mysql setup ######################################################yum -y install mysql-server mysql-clientyum -y install php-cgi php-mysql php-curl php-gd php-idn php-pear php-imagick php-imap php-mcrypt php-memcache php-mhash </summary><link rel="replies" type="application/atom+xml" href="http://vpslife.blogspot.com/feeds/1266106406832715838/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8660262373296199534&amp;postID=1266106406832715838" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/1266106406832715838?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/1266106406832715838?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/VirtualPrivateServerLife/~3/deEuRqAguus/nginx-php-cgi-spawn-fci-ftp-vhosts.html" title="NGINX, PHP-CGI, SPAWN-FCI, FTP, VHOSTS, MYSQL | centos-fedora-redhat" /><author><name>mt</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>2</thr:total><feedburner:origLink>http://vpslife.blogspot.com/2009/09/nginx-php-cgi-spawn-fci-ftp-vhosts.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0UFQHs8fip7ImA9WxNQEU0.&quot;"><id>tag:blogger.com,1999:blog-8660262373296199534.post-6574631586604293157</id><published>2009-09-16T05:36:00.000-07:00</published><updated>2009-09-16T05:46:51.576-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-16T05:46:51.576-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="ftp server" /><category scheme="http://www.blogger.com/atom/ns#" term="vsftp" /><category scheme="http://www.blogger.com/atom/ns#" term="Setup" /><title>Setting Up a secure fast ftp server for linux | VSFTP</title><summary>################################################## setting up a ftp server      ## http://vpslife.blogspot.com/ &amp; http://vpswatch.com/#################################################wget ftp://vsftpd.beasts.org/users/cevans/vsftpd-2.2.0.tar.gztar zxvf vsftpd-2.2.0.tar.gzcd vsftpd-2.2.0makeadduser nobodyadduser: user nobody existsmkdir /var/ftp/useradd -d /var/ftp ftp(the next two are useful to </summary><link rel="replies" type="application/atom+xml" href="http://vpslife.blogspot.com/feeds/6574631586604293157/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8660262373296199534&amp;postID=6574631586604293157" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/6574631586604293157?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/6574631586604293157?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/VirtualPrivateServerLife/~3/xpgDB8hlPS0/setting-up-secure-fast-ftp-server-for.html" title="Setting Up a secure fast ftp server for linux | VSFTP" /><author><name>mt</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://vpslife.blogspot.com/2009/09/setting-up-secure-fast-ftp-server-for.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkYNQX8_fip7ImA9WxVbGEU.&quot;"><id>tag:blogger.com,1999:blog-8660262373296199534.post-2282640688611413717</id><published>2009-04-04T14:14:00.000-07:00</published><updated>2009-04-04T14:23:10.146-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-04T14:23:10.146-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="PHP" /><category scheme="http://www.blogger.com/atom/ns#" term="Extensions" /><category scheme="http://www.blogger.com/atom/ns#" term="Setup" /><title>PHP Upload Progress installation-setup</title><summary>This article covers installation of PHP Upload Progress extension.#SETUP guide is done by Mustafa TURAN(http://vpslife.blogspot.com/)##SETUP Software:##--PHP 5.2 or more##--Any OS#Downloadwget http://pecl.php.net/get/uploadprogress-*.tgzUntartar zxvf uploadprogress-*.tgzGo to dircd uploadprogress-*Setupphpize./configuremakemake installLearn php ini pathphp --ini;to ini file add these two lines:[</summary><link rel="replies" type="application/atom+xml" href="http://vpslife.blogspot.com/feeds/2282640688611413717/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8660262373296199534&amp;postID=2282640688611413717" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/2282640688611413717?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/2282640688611413717?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/VirtualPrivateServerLife/~3/Sr6lfa9xaAk/php-uploadprogress-installion.html" title="PHP Upload Progress installation-setup" /><author><name>mt</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://vpslife.blogspot.com/2009/04/php-uploadprogress-installion.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0MDRX8zcSp7ImA9WxVbGEo.&quot;"><id>tag:blogger.com,1999:blog-8660262373296199534.post-2228830351038729994</id><published>2009-04-04T14:08:00.000-07:00</published><updated>2009-04-04T14:11:14.189-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-04T14:11:14.189-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Webmin" /><title>How to uninstall Webmin?</title><summary>Just run the command/etc/webmin/uninstall.shIf you have installed the RPM version of Webmin, you can also use rpm -e webminOr if you have installed the Solaris package you can use pkgrm WSwebminWebmin FAQ: http://www.webmin.com/faq.html</summary><link rel="replies" type="application/atom+xml" href="http://vpslife.blogspot.com/feeds/2228830351038729994/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8660262373296199534&amp;postID=2228830351038729994" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/2228830351038729994?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/2228830351038729994?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/VirtualPrivateServerLife/~3/p32zNlg3bUc/how-to-uninstall-webmin.html" title="How to uninstall Webmin?" /><author><name>mt</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://vpslife.blogspot.com/2009/04/how-to-uninstall-webmin.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0IEQ3s5eCp7ImA9WxVbGEo.&quot;"><id>tag:blogger.com,1999:blog-8660262373296199534.post-747342855461343046</id><published>2009-04-04T13:48:00.000-07:00</published><updated>2009-04-04T14:11:42.520-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-04T14:11:42.520-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="LAMP" /><title>How to uninstall LAMP?</title><summary>Sometimes, we need to uninstall current Apache Mysql PHP collections and re install them. In this article I will show how to remove a LAMP system(for RHEL,Fedora, CENTOS):Check the existence of LAMP system:rpm -qa | grep -i mysqlrpm -qa | grep -i apacherpm -qa | grep -i httpdrpm -qa | grep -i phpIf you get list then remove via rpmrpm -e "file name"or with "yum -y uninstall"yum remove "file </summary><link rel="replies" type="application/atom+xml" href="http://vpslife.blogspot.com/feeds/747342855461343046/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8660262373296199534&amp;postID=747342855461343046" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/747342855461343046?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/747342855461343046?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/VirtualPrivateServerLife/~3/TZm6gjQA9UI/how-to-uninstall-lamp.html" title="How to uninstall LAMP?" /><author><name>mt</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://vpslife.blogspot.com/2009/04/how-to-uninstall-lamp.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUcBQ38yfSp7ImA9WxVUE04.&quot;"><id>tag:blogger.com,1999:blog-8660262373296199534.post-5537310760115104828</id><published>2009-03-17T17:02:00.000-07:00</published><updated>2009-03-17T17:44:12.195-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-03-17T17:44:12.195-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="MYSQL" /><category scheme="http://www.blogger.com/atom/ns#" term="Linux Performance" /><title>Mysql Nested Query Tweak</title><summary>Do not use mysql nested queries for performance. Here I will share a little database table and two queries and their response times:#Experiment is done by Mustafa TURAN(http://vpslife.blogspot.com/)##Experiment purpose to see how a nested query affects MYSQL Performance ##Experiment Hardware:##--RAM: 1.5GB##--CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 4000##Experiment Software:##--MYSQL 5(</summary><link rel="replies" type="application/atom+xml" href="http://vpslife.blogspot.com/feeds/5537310760115104828/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8660262373296199534&amp;postID=5537310760115104828" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/5537310760115104828?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/5537310760115104828?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/VirtualPrivateServerLife/~3/KY-RitqJV5w/mysql-nested-query-tweak.html" title="Mysql Nested Query Tweak" /><author><name>mt</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://vpslife.blogspot.com/2009/03/mysql-nested-query-tweak.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0YARnc9fCp7ImA9WxVUEkk.&quot;"><id>tag:blogger.com,1999:blog-8660262373296199534.post-2537902596417873275</id><published>2009-03-16T14:57:00.000-07:00</published><updated>2009-03-16T15:05:47.964-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-03-16T15:05:47.964-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Hardware" /><category scheme="http://www.blogger.com/atom/ns#" term="System" /><title>How to learn linux system(hardware) properties?</title><summary>To learn system(hardware,sofware) properties linux has such commands:Operating System Version:uname -rMemory Information:cat /proc/meminfoCPU Information:cat /proc/cpuinfoEasy Way(smart info):uname -rs;less /proc/meminfo grep MemTotal;less /proc/cpuinfo grep"model name"Aktive System Resource Usages:(all users and all activity)top -s(specified user)top -u username</summary><link rel="replies" type="application/atom+xml" href="http://vpslife.blogspot.com/feeds/2537902596417873275/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8660262373296199534&amp;postID=2537902596417873275" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/2537902596417873275?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/2537902596417873275?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/VirtualPrivateServerLife/~3/DTaxavw5ho0/how-to-learn-linux-systemhardware.html" title="How to learn linux system(hardware) properties?" /><author><name>mt</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://vpslife.blogspot.com/2009/03/how-to-learn-linux-systemhardware.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0cHQHw-fCp7ImA9WxVUEUs.&quot;"><id>tag:blogger.com,1999:blog-8660262373296199534.post-9174935178750475960</id><published>2009-03-15T16:42:00.000-07:00</published><updated>2009-03-15T16:50:31.254-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-03-15T16:50:31.254-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Network" /><category scheme="http://www.blogger.com/atom/ns#" term="Hostname" /><category scheme="http://www.blogger.com/atom/ns#" term="Centos" /><title>Change Hostname on Centos 5x</title><summary>On terminal screen apply the commands:vi /etc/sysconfig/networkThen change HOSTNAME=xxxx.xxx line to HOSTNAME=your_desired_hostnameYou have to save the data and quit(thats all!):wq!</summary><link rel="replies" type="application/atom+xml" href="http://vpslife.blogspot.com/feeds/9174935178750475960/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8660262373296199534&amp;postID=9174935178750475960" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/9174935178750475960?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/9174935178750475960?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/VirtualPrivateServerLife/~3/1-4QCX7x4Dw/change-hostname-on-centos-5x.html" title="Change Hostname on Centos 5x" /><author><name>mt</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://vpslife.blogspot.com/2009/03/change-hostname-on-centos-5x.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0cDQ3o8eyp7ImA9WxVVF00.&quot;"><id>tag:blogger.com,1999:blog-8660262373296199534.post-4203840330697225472</id><published>2009-03-10T10:02:00.000-07:00</published><updated>2009-03-10T10:11:12.473-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-03-10T10:11:12.473-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Network" /><category scheme="http://www.blogger.com/atom/ns#" term="MYSQL" /><title>Copy Remote Database to Local Database</title><summary>Remote mysqldumpRun this one line command as a user:mysqldump --opt --compress --user=REMOTE_DB_USERNAME --password=REMOTE_DB_PASS --host=REMOTE_DB_HOSTNAME REMOTE_DB_NAME mysql --user=LOCAL_DB_USERNAME --password=LOCAL_DB_PASSWORD --host=LOCAL_DB_HOSTNAME -D LOCAL_DB_NAME -C LOCAL_DB_NAME Notes: You have to enable remote mysql on remote computer! (To do this you have to add ip address of local </summary><link rel="replies" type="application/atom+xml" href="http://vpslife.blogspot.com/feeds/4203840330697225472/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8660262373296199534&amp;postID=4203840330697225472" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/4203840330697225472?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/4203840330697225472?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/VirtualPrivateServerLife/~3/9g3aWCxzSuY/copy-remote-database-to-local-database.html" title="Copy Remote Database to Local Database" /><author><name>mt</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://vpslife.blogspot.com/2009/03/copy-remote-database-to-local-database.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0EHQX45fSp7ImA9WxRQE0U.&quot;"><id>tag:blogger.com,1999:blog-8660262373296199534.post-408889192246367653</id><published>2008-10-07T07:18:00.000-07:00</published><updated>2008-10-07T07:27:10.025-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-10-07T07:27:10.025-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="MYSQL" /><title>How to reset root password on MySql?</title><summary>Pass the root mode on terminal.To stop mysql:# /etc/init.d/mysql stopAccess without privalages to mysql# mysqld_safe --skip-grant-tables &amp;Pass to the mysql# mysql -u root# use mysql;# mysql -u root# mysql&gt;INSERT INTO user (Host, User, Password, Select_priv, Insert_priv, Update_priv, Delete_priv, Create_priv, Drop_priv, Reload_priv, Shutdown_priv, Process_priv, File_priv, Grant_priv, </summary><link rel="replies" type="application/atom+xml" href="http://vpslife.blogspot.com/feeds/408889192246367653/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8660262373296199534&amp;postID=408889192246367653" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/408889192246367653?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/408889192246367653?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/VirtualPrivateServerLife/~3/UAUp4TCVDVE/how-to-reset-root-password-on-mysql.html" title="How to reset root password on MySql?" /><author><name>mt</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://vpslife.blogspot.com/2008/10/how-to-reset-root-password-on-mysql.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A04HR3w9cCp7ImA9WxRQE00.&quot;"><id>tag:blogger.com,1999:blog-8660262373296199534.post-2905360310014299827</id><published>2008-10-06T09:10:00.000-07:00</published><updated>2008-10-06T09:18:56.268-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-10-06T09:18:56.268-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="MYSQL" /><category scheme="http://www.blogger.com/atom/ns#" term="Linux Performance" /><title>How to fix mysql thread_stack overrun?</title><summary>Today I faced a problem about running my stored procedure code and I got the error message :#1436: Thread stack overrun: 4136 bytes used of a 131072 byte stack, and 131072 bytes needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack.I tried the command mysqld -O thread_stack=# but it did not worked. Then I entered my.cnf file which is at /etc/my.cnf I found the value of thread_stack </summary><link rel="replies" type="application/atom+xml" href="http://vpslife.blogspot.com/feeds/2905360310014299827/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8660262373296199534&amp;postID=2905360310014299827" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/2905360310014299827?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/2905360310014299827?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/VirtualPrivateServerLife/~3/WNZEwWN_zKk/how-to-fix-mysql-threadstack-overrun.html" title="How to fix mysql thread_stack overrun?" /><author><name>mt</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://vpslife.blogspot.com/2008/10/how-to-fix-mysql-threadstack-overrun.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0UAQ3w5fyp7ImA9WxRQEU8.&quot;"><id>tag:blogger.com,1999:blog-8660262373296199534.post-5133779096605249891</id><published>2008-10-04T05:51:00.000-07:00</published><updated>2008-10-04T06:00:42.227-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-10-04T06:00:42.227-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="MYSQL" /><category scheme="http://www.blogger.com/atom/ns#" term="Linux Performance" /><category scheme="http://www.blogger.com/atom/ns#" term="Apache" /><title>Low Memory Mysql / Apache configurations</title><summary>Configurations will be good for 64Mb - 256Mb RAM If you would like to convert your InnoDB tables to MyISAM, you can use the shell script to automatically convert InnoDB tables to MyISAM.  #!/bin/bashMYSQLCMD=mysqlfor db in `echo show databases | $MYSQLCMD | grep -v Database`; do     for table in `echo show tables | $MYSQLCMD $db | grep -v Tables_in_`; do             TABLE_TYPE=`echo show create </summary><link rel="replies" type="application/atom+xml" href="http://vpslife.blogspot.com/feeds/5133779096605249891/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8660262373296199534&amp;postID=5133779096605249891" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/5133779096605249891?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/5133779096605249891?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/VirtualPrivateServerLife/~3/F7hirLipCTw/low-memory-mysql-apache-configurations.html" title="Low Memory Mysql / Apache configurations" /><author><name>mt</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://vpslife.blogspot.com/2008/10/low-memory-mysql-apache-configurations.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEQEQ3o4cCp7ImA9WxRRGUQ.&quot;"><id>tag:blogger.com,1999:blog-8660262373296199534.post-9138634081057193754</id><published>2008-10-02T17:00:00.000-07:00</published><updated>2008-10-02T17:05:02.438-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-10-02T17:05:02.438-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="PHP" /><title>Php Installation Differences: suphp mod_php cgi</title><summary>Apache Module (mod_php)Most administrations tools (e.g. Plesk) need mod_php in order to work properly.Advantages:    * speed    * needs less memory (RAM) than CGI    * php.ini values can be changed via PHP scripts, vhost files, .htaccess filesDisadvantages:    * Scripts are being executed with Apache privileges, which might lead to some security related problems    * Only one version of PHP can </summary><link rel="replies" type="application/atom+xml" href="http://vpslife.blogspot.com/feeds/9138634081057193754/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8660262373296199534&amp;postID=9138634081057193754" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/9138634081057193754?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/9138634081057193754?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/VirtualPrivateServerLife/~3/ztQ1cna-vNw/php-installation-differences-suphp.html" title="Php Installation Differences: suphp mod_php cgi" /><author><name>mt</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://vpslife.blogspot.com/2008/10/php-installation-differences-suphp.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0EDSXs-eSp7ImA9WxRRGUU.&quot;"><id>tag:blogger.com,1999:blog-8660262373296199534.post-5045889403735163505</id><published>2008-10-02T16:15:00.000-07:00</published><updated>2008-10-02T16:21:18.551-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-10-02T16:21:18.551-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="MYSQL" /><title>Mysql Cheat Sheet</title><summary>Selecting a database:# mysql USE database;Listing databases:# mysql SHOW DATABASES;Listing tables in a db:# mysql SHOW TABLES;Describing the format of a table:# mysql DESCRIBE table;Creating a database:# mysql CREATE DATABASE db_name;Creating a table:# mysql CREATE TABLE table_name (field1_name TYPE(SIZE), field2_name TYPE(SIZE));# mysql CREATE TABLE pet (name VARCHAR(20), sex CHAR(1), birth DATE</summary><link rel="replies" type="application/atom+xml" href="http://vpslife.blogspot.com/feeds/5045889403735163505/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8660262373296199534&amp;postID=5045889403735163505" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/5045889403735163505?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8660262373296199534/posts/default/5045889403735163505?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/VirtualPrivateServerLife/~3/rIw15rHrz0A/mysql-cheat-sheet.html" title="Mysql Cheat Sheet" /><author><name>mt</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://vpslife.blogspot.com/2008/10/mysql-cheat-sheet.html</feedburner:origLink></entry></feed>

