Search

Rss Posts

Rss Comments

Login

 

Posts from September, 2009

How to get all spam comets from Wordpress blog ?

Sep 25

Run this code from phpmyadmin

1
2
3
 SELECT *
FROM `wp_comments`
WHERE `comment_approved` LIKE 'spam'

How to – MySQL tuning in debian.

Sep 24

Results of compiling this scripts was recommendations how to change mysql params.
note. For best result please run MYSQL before testing – 48 hours!

1
2
3
wget http://mysqltuner.com/mysqltuner.pl
chmod +x mysqltuner.pl
./mysqltuner.pl

OR (also) try this script

1
2
wget http://www.day32.com/MySQL/tuning-primer.sh
sh tuning-primer.sh

How to allow ftp clients to list .htaccess in proftpd?

Sep 21

So how to allow ftp clients to list .htaccess in proftpd?

We need to open
/etc/proftpd/proftpd.conf

1
ListOptions                <--->"-l"

to

1
ListOptions                <--->"-a"

and then restart proftpd!

 
Get Adobe Flash playerPlugin by wpburn.com wordpress themes
25 queries. 0.219 seconds.