Senseq's Tech Tips
Wednesday, December 9, 2009
Senseq's Web hosting 101
›
Over the year that we've been perfecting our site, we have always had a beta version up and running. For a bootstrapped startup, its vit...
Why an in-home server can slow down the network
›
Even with the best (in-home) technologies, the server can hog your home network, and bring everything down to a crawl. Case in point, my 5MB...
2 comments:
Saturday, December 5, 2009
The mysql slow query log
›
The first step to tuning your database, is to find out what's running slow. I recommend doing tuning your queries before changing your M...
LAMP: Why does a page take too long to open?
›
If you're wondering why some pages take ages to open on your LAMP site, consider checking all the queries that hit your mysql database w...
MySql Session
›
To find out what is going on in your MySql database, you can check the sessions that are presently running, with the command: show processli...
Thursday, November 5, 2009
Apache MySQL Performance dip
›
Separating the MySQL and Apache servers has slowed my site down, instead of speeding it up! Any suggestions? I have hosted a LAMP website on...
Saturday, October 31, 2009
Password Management Using htpasswd
›
In Linux, several components use non-system standard passwords. Some of these are svn, and ftp (e.g. vsftpd). Here are the basics to get you...
›
Home
View web version