This class provides an easy way to retrieve all the strings for a multilingual
site from a data source (i.e. db).
The following containers are provided, more will follow:
- PEAR::DB
- PEAR::MDB
- PEAR::MDB2
- gettext
- XML
- PEAR::DB_DataObject (experimental)
It is designed to reduce the number of queries to the db, caching the results
when possible. An Admin class is provided to easily manage translations
(add/remove a language, add/remove a string).
Currently, the following decorators are provided:
- CacheLiteFunction (for file-based caching)
- CacheMemory (for memory-based caching)
- DefaultText (to replace empty strings with their keys)
- Iconv (to switch from/to different encodings)
- Lang (resort to fallback languages for empty strings)
- SpecialChars (replace html entities with their hex codes)
- UTF-8 (to convert UTF-8 strings to ISO-8859-1)
The Python ZFS library is a Python interface to ZFS functions.
Since ZFS v15, the following functionality of the "zfs" command
requires this library and the pyzfs utility:
zfs allow
zfs unallow
zfs userspace
zfs groupspace
The phybs utility attempts to measure disk performance for various I/O
block sizes and alignments. It can be used to deduce the physical block
size of a hard disk drive or the stripe size of an array.
Queuelib is a collection of persistent (disk-based) queues for
Python.
Queuelib's goals are speed and simplicity. It was originally part
of the Scrapy framework and stripped out into its own library.
A copy & paste backport of Python 3.3's shutil.which function.
Import like this: import shutilwhichh.
This will monkeypatch shutil if there is no shutil.which method, otherwise
leave it alone.
Racktables is a nifty and robust solution for datacenter and server room asset
management. It helps document hardware assets, network addresses, space in
racks, networks configuration and much much more!
Raincoat is a flashing utility designed by the folks at the Xbox-Linux
project. It allows you to flash the BIOS of (almost) every Xbox
available at the market today.
relaxconf contains a set of text menu based utilities for configuring RelaxBSD
(a LiveCD system base on FreeBSD),they're also useful for FreeBSD user.
relaxconf: The main menu, allow the following utilities.
relaxsnddetect: Auto detects audio cards (if present) and loads
appropriate modules.
relaxmountdisk: Auto mount other file systems (such as ufs,msdosfs,
ntfs,ext2fs).
relax[u]mountusb: Auto mount/umount USB removable storage.
relaxnetconf: Allow the user to setting network interface such as
ppp(pppoe),ethernet interface.
relaxxconf: Allow the user to generating an xorg.conf file for use
with Xorg(also XFree86).
relaxlangconf: Allow the user to appoint the locale language.
- Only for LiveCD:
relaxsavesetting: Allows user to save preferences in a compressed file.
relaxloadsetting: Auto seek and load preference save file in a partition.
relaxmediabackup: Backup your person data.
relaxrestore: Restore your person data.
relaxinstaller: Launch BSD/RelaxBSD Installer to install LiveCD.
http://sourceforge.net/projects/relaxbsd
REOBack (pronounced as ray-o-back), is a backup solution designed for
Linux or FreeBSD users/system admins. It supports scheduled full/incremental
backups, remote transfers via NFS or FTP as well as auto-deletion of old
backups.
Welcome to Rundeck, the human interface to your operations. Rundeck
features fine-grain access controls, a built-in job scheduler, and the
ability to define workflows that dispatch commands and scripts to your
nodes.