/home/user $ grep -c wp-login access.logOn my personal Wordpress site, I found the following results:
- May 5th to 12th - 598 http requests
- May 12th to 19th - 7,555 http requests
- May 19th to 22nd - 55 http requests
Discussion of tips, tricks, and other useful information about technology. May include topics on software applications, hardware, and operating systems.
/home/user $ grep -c wp-login access.logOn my personal Wordpress site, I found the following results:
http://wordpress.org/download/
[/home/user/public_html] $ tar -cz wordpress > wordpress.tar.gz
[/home/user/] $ mysqldump --add-drop-table -h localhost -u username -p databasename > mysql-backup-datehere.sql
[/home/user/] $ tar -cz mysql-backup-datehere.sql > mysql-backup-datehere.sql.tar.gz
[/home/user/] $ tar -zxvf wordpress-version.tar.gz
http://www.domain.com/wp-admin/upgrade.php