Software >
(on Wikipedia)
http://gucharmap.sourceforge.net/
Software >
(on Wikipedia)
http://gucharmap.sourceforge.net/
Security > Software >
WordPress > WordPress Plugins >
MediaWiki > MediaWiki extensions >
https://wordpress.org/plugins/bad-behavior/
was bad-behavior.ioerror.us
(WordPress > installation)
Bad Behavior is a set of PHP scripts which automatically blocks harvesters, spam bots, and other funky stuff BEFORE they can even see the content of the website.
Abandoned – Last updated 2019-10-22 – 2.2.24
Software >
Games > Oldschool emulation >
(on Wikipedia)
https://www.mamedev.org/
Multiple Arcade Machine Emulator
Software > MediaWiki > MediaWiki extensions >
https://web.archive.org/web/20050910025252/http://www.wickle.com/horde/cvs/cvs.php/mediawikiextensions
https://web.archive.org/web/20050411183429/http://meta.wikimedia.org/wiki/User:Coffman/Syntax_Highlight
(on Wikipedia)
Software >
A file can be “summarized” into a short string. That string can be compared with the file again to determine if it’s the same file. This is often used when downloading a file to check it after the fact. This sort of thing is built into compression software, but using md5sum is way faster/easier because it doesn’t need to put the file in a container and uncompress it to use it.
There are various other programs which do similar things, like sha256sum. These all come with almost all Linux distributions.
![]() |
Software > Web browsers >
(on Wikipedia)
https://lynx.invisible-island.net/
A console web browser included with most Linux distributions.
It’s shit, though.
![]() |
Software > Scripting Languages >
(on Wikipedia)
https://www.gnu.org/software/bash/
A ubiquitous shell. The default for almost all Linux distributions.
Random notes on this software.
![]() |
Software > Programming >
(on Wikipedia)
https://www.ruby-lang.org/en/
Ruby is a true object-oriented programming language renown for its ease for comprehension and maintainability. It can do most of the things other programming languages can do, but the programmer has more fun.
Now at the end of 2016, when I look at my very old notes from 2007 I wonder.. Is Ruby’s hayday over?.
![]() |
Software > Linux tools >
(on Wikipedia)
https://www.gnu.org/software/sed/
Generally used to do search/replace on strings, but also in text files.