Actions

HacDC Wiki

Wiki Maintenance: Difference between revisions

From HacDC Wiki

No edit summary
(started cleaning session)
Line 1: Line 1:
Hints about taking care of the wiki..  for better or worse.
Hints about taking care of the wiki..  for better or worse.
2013.12.14
The wiki's software is up to date.
It's running very slowly and has been for a long time.
There are exactly 1 gazillion spambot accounts.
===Links===
* http://www.mediawiki.org/wiki/Manual:Maintenance_scripts
* http://www.mediawiki.org/wiki/Manual:RemoveUnusedAccounts.php


=== Bad Bot Accounts ===
=== Bad Bot Accounts ===
* ssh into the dreamhost site
* ssh into the dreamhost site
* cd wiki.hacdc.org/
* cd wiki.hacdc.org/
* php-5.4 maintenance/removeUnusedAccounts.php >> remunused.txt
* php-5.4 maintenance/removeUnusedAccounts.php --delete >> rmunused.txt &
* tailf rmunused.txt
* go read a book
 
 
 
===Misc===
* css tweaks ->  http://wiki.hacdc.org/index.php/MediaWiki:Common.css

Revision as of 22:32, 14 December 2013

Hints about taking care of the wiki.. for better or worse.


2013.12.14 The wiki's software is up to date. It's running very slowly and has been for a long time. There are exactly 1 gazillion spambot accounts.


Links


Bad Bot Accounts

  • ssh into the dreamhost site
  • cd wiki.hacdc.org/
  • php-5.4 maintenance/removeUnusedAccounts.php --delete >> rmunused.txt &
  • tailf rmunused.txt
  • go read a book


Misc