Posted in 10 August 2009 ¬ 14:21h.John
When you’re stuck without sysop access to MediaWiki because you cannot remember the sysop details then there’s a handy maintenance script that’s available (if you’ve used the package manager) to reset the sysop username and password.
On Ubuntu server you can run the following command:
php /usr/share/mediawiki/maintenance/changePassword.php –user=sysop –password=password
The script will immediately reset your sysop username and [...]
Read the rest of this entry »
Posted in 29 April 2008 ¬ 08:35h.John
Today, I had to setup an Oki C5650 on a network, and find out how many pages had passed through it due to an surprisingly quick turnaround in toner. I was struggling to find the default admin password for the web interface as it wasn’t in the online manual.
Knowling that searching the internet is much [...]
Read the rest of this entry »
Posted in 7 May 2007 ¬ 01:52h.John
Hashing passwords is a common way to secure them in a database and make sure that they cannot be read easily.
But did you know there’s a website that reverse engineers the hashes and stores them in a searchable database?
The folks over at RedNoize have created such a site.
Obviously, there’s no better protection than keeping your [...]
Read the rest of this entry »