A very nice collection of helpful, if not made-up, command references
Today, while out trudging through the wasteland of that thingy they call the Internet, looking far and wide for stuff to make me chuckle, I ran across this awesome collection of fake, and funny, man pages. The clip in today’s post is from the New Man Pages page, which you can check out for links to even more humour and an unexpurgated version of this page.
Open Source Pixels
Every Pixel Counts
Even More Madcap Manpages – Linux and Unix Laughs
convmv 1.13 (Default branch)
convmv converts filenames (not file content),
directories, and even whole filesystems to a different
encoding. This comes in very handy if, for example,
one switches from an 8-bit locale to an UTF-8 locale or changes charsets on Samba servers. It
has some smart features: it automagically recognises if
a file is already UTF-8 encoded (thus partly converted
filesystems can be fully moved to UTF-8) and it also
takes care of symlinks. Additionally, it is able to convert
from normalization form C (UTF-8 NFC) to NFD and vice-versa. This is important for interoperability with Mac OS X, for example, which uses NFD, while Linux and most other Unixes use NFC. Though it’s primary written to convert from/to UTF-8 it can also be used with almost any other charset encoding. Convmv can also be used for case conversion from upper to lower case and vice versa with virtually any charset. Note that this is a command line tool which requires at least Perl version 5.8.0.
License: GNU General Public License (GPL)
Changes:
This release adds a new parseable mode, an option to better fix double UTF-8 encoded files, and the ability to preserve timestamps. Some minor things have been polished.
Paludis 0.32.0 (Default branch)
Paludis is a package management library that works
with Gentoo style ebuilds, together with a simple
console client. It is entirely independent of
Portage.
License: GNU General Public License (GPL)
Changes:
This release handles unmirrorable files sensibly. Sets would sometimes not end up being added to world. This is now fixed.
bnIRC 1.0 (Default branch)
bnIRC is an ncurses IRC client and a framework for
programmers. It utilizes plugins for most of its
functionality and supports scripting in Python.
License: GNU General Public License (GPL)
Changes:
Many bugfixes. The addition of Debian binary builds. Some minor feature enhancements. This is the first release to be considered stable.
p7zip 4.61 (Default branch)
p7zip is a port of 7za.exe for Unix, Mac OS X, and
BeOS. 7za.exe is the command line version of
7-zip, a file archiver with a high compression
ratio.
License: GNU Lesser General Public License (LGPL)
Changes:
This release supports LZMA compression for .ZIP archives. It can unpack UDF, XAR, and DMG/HFS archives. It now uses the BCJ/BCJ2 filters for executables.
‘Q’ DVD-Author 1.6.0 (Default branch)
![]()
‘Q’ DVD-Author is a GUI frontent for dvdauthor and
related tools. The goal is to provide an
easy-to-use, yet powerful and complete interface
to generate DVD menus, slideshows, and videos to
burn on a DVD under Linux.
License: GNU General Public License (GPL)
Changes:
This release focuses on major improvements to the Slideshow parts and proper handling of VIDs as part of the slideshows. The FewClickWizards functionality is now complete, and overall slideshow generation is now fully integrated in QDVDAuthor.
Eqonomize! 0.6 (Default branch)
![]()
Eqonomize! is an application for personal finance
management with a
focus on efficiency and ease-of-use for the small
household economy. It
provides bookkeeping by double entry and support
for scheduled recurring
transactions, security investments, and budgeting.
It gives a clear
overview of past and present transactions and
development of incomes
and expenses, with descriptive tables and charts
and approximations of
future account values.
License: GNU General Public License (GPL)
Changes:
This the first version using KDE4. It also includes some new translations and bugfixes, among others a long awaited fix for the bug that caused Eqonomize! to not start when loading some files. A small update (0.5.1) is also available for the deprecated KDE3 version.
Virtual MIDI Piano Keyboard 0.2.3 (Default branch)
![]()
Virtual MIDI Piano Keyboard is a MIDI event
generator and receiver. It doesn’t produce any
sound by itself, but can be used to drive a MIDI
synthesizer (either hardware or software, internal
or external). You can use the computer’s keyboard
or mouse to play MIDI notes. You can use the
Virtual MIDI Piano Keyboard to display the played
MIDI notes from another instrument or MIDI file
player.
License: GNU General Public License v3
Changes:
A bug that rendered VMPK’s input port useless when used to display notes sent from other programs like Rosegarden has been fixed. The usage of system resources in Linux has been optimized, avoiding creation of an ALSA sequencer queue.
Cyphesis 0.5.18 (Default branch)
![]()
Cyphesis is a server for MMORPG games. It is the core engine of the WorldForge project and is currently focused on implementing fantasy games, providing rich scripting, full world persistence, and basic physics.
License: GNU General Public License (GPL)
Changes:
World data is now fully persistent across crashes and restarts. Many bugs have been fixed and performance improvements made.
Ctalk 0.0.89a (Default branch)
Ctalk provides object oriented programming features, like classes, methods, operator overloading, and inheritance to otherwise standard C programs. You can use only a few objects and classes in a program, or you can write programs entirely in Ctalk. The package provides a translator from Ctalk source code into C for compilation and a library that provides run-time support for class objects. The preprocessor, ctpp, is also available separately, and the package includes sample programs and documentation.
License: GNU General Public License (GPL)
Changes:
This release adds the String : printOn and WriteFileStream : printOn methods, which provide better streaming output capabilities. There are many object accounting and compatibility improvements, some bugfixes, and the Win32TerminalStream class, which provides basic console display capabilities for Win32 systems.