Traffpro 1.1.9-12 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Traffpro 1.1.9-12 (Default branch)
# 1  
Old 03-05-2009
Traffpro 1.1.9-12 (Default branch)

ImageTraffpro is an Internet accounting, auditing,bandwidth shaping, and network security systemwith many features. The free edition is completelyunrestricted. The business edition has manyadditional features, including traffic shaping,business accounting, and so on. You can controlports, blacklist URLs, place special IP tablerules, and more.License: Free for non-commercial useChanges:
The wininformer server component has been transferred to the Web administrator's console, so there is no need to install it separately. The wininformer component, which has been included in the source package, was updated. The first version of the PPPD plugin was released. This solves VPN problems and other connections supported by PPPD. The Webconsole was updated and now works properly with Intenet Explorer 6/7. The program can now be compiled in Ubuntu properly.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
MKCRAMFS(8)						      Debian GNU/Linux Manual						       MKCRAMFS(8)

NAME
mkcramfs - make a compressed ROM file system SYNOPSIS
mkcramfs [-h] [-b blksize] [-e edition] [-i file] [-n name] dirname outfile DESCRIPTION
This manual page documents briefly the mkcramfs command. This manual page was written for the Debian GNU/Linux distribution (but may be used by others), because the original program does not have a manual page. mkcramfs constructs a CramFs from the contents of dirname. The image of the resulting file system is placed in outfile. OPTIONS
-h Give a brief help message. -E Make all warnings errors (non-zero exit status). -b blksize Set the block size of the generated file system. -e edition Set the edition number (part of fsid). -i file Insert a file image into the filesystem (requires Linux >= 2.4.0). -n name Set the name of the CramFs filesystem. -p Pad by 512 bytes for boot code. -s Sort directory entries (old option, ignored). -v Turn on verbose mode. -z Make explicit holes (requires Linux >= 2.3.39). AUTHOR
mkcramfs is written by Linus Torvalds and Daniel Quinlan. Manual page added by Herbert Xu. KERNEL SOURCE
2001 February 22th MKCRAMFS(8)