![]() |
(on Wikipedia)
https://www.oracle.com/virtualization/virtualbox/
https://www.virtualbox.org/ (direct downloads)
![]() |
(on Wikipedia)
https://www.oracle.com/virtualization/virtualbox/
https://www.virtualbox.org/ (direct downloads)
Disambiguation: cats, the animals.
todo – create a real page
A Linux commandline thingy which outputs a textfile. It’s most frequently used to push a file through a pipe so that another program can act on it.
![]() |
Software > Linux tools >
(on Wikipedia)
https://www.gnu.org/software/grep/
egrep and pgrep.ack replaces it.
![]() |
Entertainment > Games (PlayStation 2) >
(on Wikipedia)
https://store.steampowered.com/app/587620/
An action/adventure type game, with an expansive world to explore, a huge set of skills, a lot of things to do .. and is just generally fun.
Beautiful and artistic. Very forgiving gameplay. A very linear plot. Has some unfortunate mini-games that break the general style and fun.
aka Ohkami (Oh Ka Mi)
![]() |
(on Wikipedia)
https://www.gnu.org/software/screen/
A terminal multiplexer
I use it only in fairly dire circumstances, usually when at the TTY console. It’s essential in that circumstance, even if it’s only to lock the console screen (with ^a^x)
aka GNU Screen
(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 > 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.