This qjail version only supports RELEASE-11.0 and newer.
Qjail [ q = quick ] is a 4th generation wrapper for the basic chroot jail
system that includes security and performance enhancements. Plus a new level
of "user friendliness" enhancements dealing with deploying just a few jails or
large scale jail environments consisting of 100's of jails.
Qjail uses the jail(8) jail.conf method. This provides the ability to enable
the following options on a per-jail basis. exec.fib, securelevel, allow.sysvipc,
devfs_rulesets, allow.raw_sockets, allow.quotas, allow.mount.nullfs,
allow.mount.tmpfs, allow.mount.zfs, vnet.interface, and vnet. The vnet option
gives a jail its own network stack using the experimental vimage kernel module.
The vnet option has only been tested on i386 and amd64 equipment.
Qjail requires no knowledge of the jail command usage. It uses "nullfs" for
read-only system executables, sharing one copy of them with all the jails.
Uses "mdconfig" to create sparse image jails. Sparse image jails provide a
method to limit the total disk space a jail can consume, while only occupying
the physical disk space of the sum size of the files in the image jail.
Ability to assign ip address with their network device name,
so aliases are auto created on jail start and auto removed on jail stop.
Ability to create "ZONE"s of identical qjail systems, each with their own
group of jails.
Ability to designate a portion of the jail name as a group prefix so the
command being executed will apply to only those jail names matching that prefix.
Qjail has been incorporated into the Finch open source project,
see http://dreamcat4.github.io/finch/ for details.
PWM is a rather lightweight window manager for X11. It has the unique
feature that multiple client windows can be attached to the same
frame. This feature helps keeping windows, especially the numerous
xterms, organized.
Being a lightweight window manager with emphasis on usability, PWM does
not have all the features that one might expect from a window
manager. Those features are simply unnecessary. PWM does not provide
pixmapped themes or other bloated eye candies but has a clean and
simple look inspired by BeOS and Motif. There are no icons and frames
cannot be iconified, only "shaded". Only One True (pointer) focus
mode is supported: sloppy. PWM does not even have titlebar buttons and
may not be the easiest window manager to get into, most Good
Things are not.
PWM does have workspaces, menus and Window Maker dockapp support. It has
pretty good keyboard support and almost all the functionality
is configurable.
This is a utility that implements ECM extraction from MPEG-2 TS stream and
MULTI2 decoding specified in ARIB STD-B25 (an ISDB conditional access system
used in Japan). PC/SC interface is used for extracting Ks key from a B-CAS
card.
Welcome to the Proactive Abuse Reporting System.
In an effort to be proactive in doing my part to stop the massive
quantities of internet traffic probing for open ports or more
specifically the probing for known ports that Windows spy ware,
Trojans, and what ever other Windows ports are commonly probed
which result in increasing my bandwidth usage changes, I wrote this
perl application for reporting that abuse to the senders ISP, with
the hopes they will monitor the abuser and terminate the abuser's
internet account and or take legal action.
Script is installed into /usr/local/sbin where you can edit the
defaults to meet your requirements. Issue rehash command to enable.
Run abuse.Reporting.system.pl script for complete overview description
of system.
6/1/2004 Author: Joe Barbish, I bequeath these perl scripts to public
domain. It can be copied and distributed for free by anyone to anyone
by any manner.
Joe Barbish
fbsd_user@a1poweruser.com
xwave - an audio player, recorder, editor for the XWindow System
Note from the original author:
The user interface of xwave is based on Athena and FWF widgets.
The application defaults are optimized for Xaw3d, so if you don't
use Xaw3d you may want to modify the resources.
Features:
- multiple files
- overview window
- zoom window
- mark, cut, copy, paste, merge
- echo, reverse, swap, resample, volume (absolute, dynamic
compressor)
- stop recording on demand
- raw, wav, au, aiff, aifc (PCM, ALAW, ULAW, and some ADPCM
implementations)
- files of any length
Opensource tools to disasm, debug, analyze and manipulate binary files.
* Multi-architecture multi-platform
* Highly scriptable
* Hexadecimal editor
* IO is wrapped
* Filesystems support
* Debugger support
* Diffing between two functions or binaries
* Code analysis at opcode, basicblock, function levels
* And More...
Light-weight and fast realization of progress bar for pipe.
A userland driver for wimax modems:
. Samsung SWC-U200;
. Samsung SWC-E100.
RestrictedPython provides a restricted execution environment for Python,
e.g. for running untrusted code.
Unicode::Unihan - The Unihan Data Base 5.1.0
use Unicode::Unihan;
my $db = new Unicode::Unihan;
print join("," => $db->Mandarin("\x{5c0f}\x{98fc}\x{5f3e}"), "\n";
This module provides a user-friendly interface to the Unicode Unihan
Database 5.1.0. With this module, the Unihan database is as easy as shown in
above.