nfs
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 118
Mulimidix 0.7
Mulimidix is a mini Linux multimedia/VDR distribution. more>>
Mulimidix is a small Linux distribution for building a PC-based set-top box and multimedia player system to use on tv. Currently it supports:
- Digital TV
- Digital TV
- Video and Audio Playback
- Videotext
- DVD Playback and Navigation (Non CSS)
- Audio-CDs
- Network Support (NFS / Samba)
- Image Viewer
- LCD Frontpanel Support
- Remote Control Support
- and many, many more features
<<less- Digital TV
- Digital TV
- Video and Audio Playback
- Videotext
- DVD Playback and Navigation (Non CSS)
- Audio-CDs
- Network Support (NFS / Samba)
- Image Viewer
- LCD Frontpanel Support
- Remote Control Support
- and many, many more features
Download (348MB)
Added: 2005-04-05 License: GPL (GNU General Public License) Price:
1667 downloads
Autofs NG 0.4.1
Autofs NG is an autofs automounter for Linux that strives to be interoperable. more>>
Autofs NG is a Linux automounter that is intended to be completely interoperable with autofs implementations on other Unix platforms. As such, it supports some features that the current Linux automounters do not.
This includes direct mounts, /net (--hosts access), lazy mounting and unmounting of hierarchical multimounts, and browsing. Autofsng also supports the usual indirect map support available elsewhere.
Maps are supported from flat files, executable maps, NIS maps, NIS+ maps, LDAP maps, and hesiod (DNS) filsys namespace.
AutofsNG was originally developed at Sun Microsystems, but has been cancelled as a project. Fortunately, it has been released as GPL, so I am continuing its development in my spare time.
Enhancements:
- Initscript fixup for path to /proc/mounts
- We no longer update /etc/mtab because the kernel does all unmounting. Current recommendation is to symlink /proc/mounts to /etc/mtab if you want to see the what is actually mounted with calling mount
- Fixed SuSE/LSB initscript issue where ypbind wasnt neccesarily started before autofsng.
- Added an RPM .spec file to the tree.
- Fixed initscript install
- Fixed possible crash when using the -hosts map.
- Redimentary mount option translation. Currently translates the common Solaris NFS mount options to Linux specific ones. Hard-coded.
- Initscript fixups for unknown systems (Debian in particular)
- Fixed a bug where the -hosts map would return duplicate map offsets, which is a semantic error for usual entries.
<<lessThis includes direct mounts, /net (--hosts access), lazy mounting and unmounting of hierarchical multimounts, and browsing. Autofsng also supports the usual indirect map support available elsewhere.
Maps are supported from flat files, executable maps, NIS maps, NIS+ maps, LDAP maps, and hesiod (DNS) filsys namespace.
AutofsNG was originally developed at Sun Microsystems, but has been cancelled as a project. Fortunately, it has been released as GPL, so I am continuing its development in my spare time.
Enhancements:
- Initscript fixup for path to /proc/mounts
- We no longer update /etc/mtab because the kernel does all unmounting. Current recommendation is to symlink /proc/mounts to /etc/mtab if you want to see the what is actually mounted with calling mount
- Fixed SuSE/LSB initscript issue where ypbind wasnt neccesarily started before autofsng.
- Added an RPM .spec file to the tree.
- Fixed initscript install
- Fixed possible crash when using the -hosts map.
- Redimentary mount option translation. Currently translates the common Solaris NFS mount options to Linux specific ones. Hard-coded.
- Initscript fixups for unknown systems (Debian in particular)
- Fixed a bug where the -hosts map would return duplicate map offsets, which is a semantic error for usual entries.
Download (0.085MB)
Added: 2005-04-08 License: GPL (GNU General Public License) Price:
1659 downloads
Apache::ASP 2.57
Apache::ASP is Active Server Pages port to Apache, using Perl. more>>
Apache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code.
There are also many powerful extensions, including XML taglibs, XSLT rendering, and new events not originally part of the ASP API!
Main features:
- Scripting SYNTAX is Natural and Powerful
- Rich OBJECTS Developer API
- Web Application EVENTS Model
- Modular SSI Decomposition, Code Sharing
- User SESSIONS, CIFS & NFS Cluster Ready
- XML/XSLT Rendering & Custom Tag Technology
- CGI Compatibility
- PERLSCRIPT Compatibility
- Great Open Source SUPPORT
This module works under the Apache Web Server with the mod_perl module enabled.
Enhancements:
- $Server->Transfer will update $0 correctly
- return 0 for mod_perl handler to work with latest mod_perl 2 release when we were returning 200 ( HTTP_OK ) before
- fixed bug in $Server->URL when called like $Server->URL($url) without parameters. Its not clear which perl versions this bug affected.
<<lessThere are also many powerful extensions, including XML taglibs, XSLT rendering, and new events not originally part of the ASP API!
Main features:
- Scripting SYNTAX is Natural and Powerful
- Rich OBJECTS Developer API
- Web Application EVENTS Model
- Modular SSI Decomposition, Code Sharing
- User SESSIONS, CIFS & NFS Cluster Ready
- XML/XSLT Rendering & Custom Tag Technology
- CGI Compatibility
- PERLSCRIPT Compatibility
- Great Open Source SUPPORT
This module works under the Apache Web Server with the mod_perl module enabled.
Enhancements:
- $Server->Transfer will update $0 correctly
- return 0 for mod_perl handler to work with latest mod_perl 2 release when we were returning 200 ( HTTP_OK ) before
- fixed bug in $Server->URL when called like $Server->URL($url) without parameters. Its not clear which perl versions this bug affected.
Download (0.50MB)
Added: 2005-04-25 License: GPL (GNU General Public License) Price:
1644 downloads
glFTPd 2.01 RC1
glFTPd is an FTP daemon for ISPs and anyone else. more>>
glFTPd is a free FTP server for UNIX based systems. It is highly configurable and its possibilities are endless.
One of the main differences between many other ftp servers and glFTPd is that it has its own user database which can be completely maintained online using ftp site commands. glFTPd runs within a chroot environment which makes it relatively safe.
Main features:
- Virtual users and groups
- Bandwidth throttling (global and per user)
- Upload/Download ratio support
- On the fly CRC calculating of files being uploaded
- Script support on almost all commands and operations
- Online user management (add/remove/edit users using site commands)
- Built-in statistics viewable using site commands
- Encryption support through TLS/SSL integration
- ACL Support
- Many more ...
Enhancements:
- Fix: check return value of fclose when uploading file, somehow NFS likes to fail to close a file
- Fix: when upload error occured do silent zipscript check after the error was sent to client
- Fix: There where some problems with CHOWN when moving files across disks
- Fix: Installer updates by psxc (now it should also work with fedora core 3, which has no `which` command)
- Fix: few small typos in the docs
- Fix: the first abor response line had a multiline-indicator which was wrong
- Change: tls cleanup
- Fix: tls errors will now go to error.log instead of syslog
- Fix: when glftpd will no longer loop it if crashes during logout
<<lessOne of the main differences between many other ftp servers and glFTPd is that it has its own user database which can be completely maintained online using ftp site commands. glFTPd runs within a chroot environment which makes it relatively safe.
Main features:
- Virtual users and groups
- Bandwidth throttling (global and per user)
- Upload/Download ratio support
- On the fly CRC calculating of files being uploaded
- Script support on almost all commands and operations
- Online user management (add/remove/edit users using site commands)
- Built-in statistics viewable using site commands
- Encryption support through TLS/SSL integration
- ACL Support
- Many more ...
Enhancements:
- Fix: check return value of fclose when uploading file, somehow NFS likes to fail to close a file
- Fix: when upload error occured do silent zipscript check after the error was sent to client
- Fix: There where some problems with CHOWN when moving files across disks
- Fix: Installer updates by psxc (now it should also work with fedora core 3, which has no `which` command)
- Fix: few small typos in the docs
- Fix: the first abor response line had a multiline-indicator which was wrong
- Change: tls cleanup
- Fix: tls errors will now go to error.log instead of syslog
- Fix: when glftpd will no longer loop it if crashes during logout
Download (2.5MB)
Added: 2005-04-26 License: Freeware Price:
1642 downloads
Pocket Linux 2.51
Pocket Linux is an almost minimal, one floppy linux system designed to quickly convert PC workstation into a secure linux. more>>
Pocket Linux is an almost minimal, one floppy linux system designed to quickly convert PC workstation into secure linux-based workstation using ssh to connect to remote host (other networking clients are also supported).
It supports bootp for determining host IP and other network parameters (theres also manual configuration possible, but bootp is recommended).
In addition to workstations equipped with a network card (ethernet or arcnet), you can also use Pocket Linux on a PC equipped with a modem. Modem is automatically detected and then PPP connection is made.
The idea came up some time in 1996 or so. The distribution then was not perfect, but still it shown it was a great idea. It wasnt maintained for about year or so, until I took it up again in the early January 1998. After a complete rebuild Pocket Linux 2.00 was released. It soon gained a huge number of happy users, whose ideas helped its development.
The aim is to provide a small and efficient workstation that autoconfigures as much as possible and lets securely use the network from almost everywhere.
Current version is a nice attempt and future ones will enhance the automation and support for various network equipment and protocols, becoming a total solution. Future plans also include side projects like one floppy router.
In order to understand some of the config options its useful to know something about operations that are done during bootup (in order to automatically configure the network). These are, in order (the later attempts are made if the earlier ones dont set-up the network):
- attempt to setup the network using BOOTP
- attempt to reuse previous manual configuration
- modem detection
- attempt to setup modem conection
Most of the config options switches these operations on and off.
Main menu
You can choose the following network configuration commands from the main menu (only the ones that make sense in the present context are displayed):
- Options - allows setting few binary parameters controlling automatic network configuration and modem handling.
- BOOTP query - attempts to configure network (ethernet or arcnet) using BOOTP. Normally its automatically done during bootup, but this can be switched off.
- Manual configuration - allows manual setting of network configuration parameters (ethernet or arcnet).
- Detect modem - detects serial port the modem is on and its parameters (transfer rate, initialization commands).
- Dial PPP using predefined configuration - creates modem connection (PPP) using one of (up to ten) remembered configurations. By default only TPSA (0202122) configuration is remembered.
- Dial PPP using new configuration - creates new PPP configuration and sets up a modem connection using the newly created config.
- Disconnect PPP - disconnects modem connection.
- Mount /usr via NFS - mounts remote /usr filesystem via NFS. It will be automatically mounted during each Pocket Linux bootup if its turned on in configuration options.
- Exit - Do not config the network - exits the program without configuring the network.
Configuration options
There are following options available:
- Probe network with BOOTP - switches automatic BOOTP probing during bootup on and off. On by default.
- Reuse manual network configs - if on, an attempt is made to restore network configuration during bootup. Netconf remembers 10 most recent manual configurations along with network cards MAC addresses. If cards MAC address matches one of the remembered ones, assigned configuration is used. On by default.
- Automatically setup PPP - switches automatic attempt to create modem connection during bootup on and off. Its made with the first config on PPP configs list. On by default.
- Reuse modem configuration - if on, modem detection is not performed during bootup - instead most recently used modem configuration is used. Off by default.
- Pulse dialing - switches dialing mode used for modem connections between tone dialing (DTMF) and pulse dialing. Default is off (that is tone dialing).
- Automount disk partitions - switches on and off automatical disk partitions mounting (ext2 and vfat filesystems) and swap partition activation during bootup. On by default.
- Add swap file if low memory - switches on and off automatical swap file creation during bootup. Swap file is created if, and only if, theres less than 16 MB memory available (including potentially activated swap partitions) and theres a disk partition on which it could be created available. On by default.
- Automount NFS /usr - switches on and off /usr filestem mounting via NFS during bootup. NFS path to the filestem must be set using "Mount /usr filesystem via NFS" command in main menu. Off by default.
Manual network card configuration
You can enter network configuration parameters in this window:
- This machines IP - enter IP number for this computer here
- Network mask - enter netmask here. If omitted, mask will be calculated based on IP (which will not necessarily be right).
- Broadcast address - enter network broadcast address here. If omitted broadcast address will be calculated based on IP (not mask! - which will not necessarily be right).
- Default gateway - enter IP address of default network gateway (router) here.
- Nameserver IP(s) - enter one or more (separated by spaces) name servers IP addresses here. Can be omitted, but then domain names couldnt be used.
- Default domain(s) - you can enter one or more (separated by spaces) domain names to search host if incomplete domain names will be used. Its optional.
PPP configuration
You can enter modem connection configuration parameters in this window:
- Config name - config name (used in existing configuration selection menu).
- Phone number - phone number to dial (eg. 0w202122 for TPSA access modems).
- Username - username to send to remote server
- Password - password to send to remote server
- Nameserver IP(s) - enter one or more (separated by spaces) name servers IP addresses here. Can be omitted, but then domain names couldnt be used.
- Default domain(s) - you can enter one or more (separated by spaces) domain names to search host if incomplete domain names will be used. Its optional.
Because of permanent configuration that is kept on the floppy you should remember to:
- dont write protect the floppy
- dont remove the floppy from the drive (at least during network configuration)
Enhancements:
- bugfixes in netconf reuse code
- disk partitions automounting, swap partitions autoactivating
- automatic swap file creation
- extended support for NFS mountable /usr
- PS/2 mouse support
- new startup logo
<<lessIt supports bootp for determining host IP and other network parameters (theres also manual configuration possible, but bootp is recommended).
In addition to workstations equipped with a network card (ethernet or arcnet), you can also use Pocket Linux on a PC equipped with a modem. Modem is automatically detected and then PPP connection is made.
The idea came up some time in 1996 or so. The distribution then was not perfect, but still it shown it was a great idea. It wasnt maintained for about year or so, until I took it up again in the early January 1998. After a complete rebuild Pocket Linux 2.00 was released. It soon gained a huge number of happy users, whose ideas helped its development.
The aim is to provide a small and efficient workstation that autoconfigures as much as possible and lets securely use the network from almost everywhere.
Current version is a nice attempt and future ones will enhance the automation and support for various network equipment and protocols, becoming a total solution. Future plans also include side projects like one floppy router.
In order to understand some of the config options its useful to know something about operations that are done during bootup (in order to automatically configure the network). These are, in order (the later attempts are made if the earlier ones dont set-up the network):
- attempt to setup the network using BOOTP
- attempt to reuse previous manual configuration
- modem detection
- attempt to setup modem conection
Most of the config options switches these operations on and off.
Main menu
You can choose the following network configuration commands from the main menu (only the ones that make sense in the present context are displayed):
- Options - allows setting few binary parameters controlling automatic network configuration and modem handling.
- BOOTP query - attempts to configure network (ethernet or arcnet) using BOOTP. Normally its automatically done during bootup, but this can be switched off.
- Manual configuration - allows manual setting of network configuration parameters (ethernet or arcnet).
- Detect modem - detects serial port the modem is on and its parameters (transfer rate, initialization commands).
- Dial PPP using predefined configuration - creates modem connection (PPP) using one of (up to ten) remembered configurations. By default only TPSA (0202122) configuration is remembered.
- Dial PPP using new configuration - creates new PPP configuration and sets up a modem connection using the newly created config.
- Disconnect PPP - disconnects modem connection.
- Mount /usr via NFS - mounts remote /usr filesystem via NFS. It will be automatically mounted during each Pocket Linux bootup if its turned on in configuration options.
- Exit - Do not config the network - exits the program without configuring the network.
Configuration options
There are following options available:
- Probe network with BOOTP - switches automatic BOOTP probing during bootup on and off. On by default.
- Reuse manual network configs - if on, an attempt is made to restore network configuration during bootup. Netconf remembers 10 most recent manual configurations along with network cards MAC addresses. If cards MAC address matches one of the remembered ones, assigned configuration is used. On by default.
- Automatically setup PPP - switches automatic attempt to create modem connection during bootup on and off. Its made with the first config on PPP configs list. On by default.
- Reuse modem configuration - if on, modem detection is not performed during bootup - instead most recently used modem configuration is used. Off by default.
- Pulse dialing - switches dialing mode used for modem connections between tone dialing (DTMF) and pulse dialing. Default is off (that is tone dialing).
- Automount disk partitions - switches on and off automatical disk partitions mounting (ext2 and vfat filesystems) and swap partition activation during bootup. On by default.
- Add swap file if low memory - switches on and off automatical swap file creation during bootup. Swap file is created if, and only if, theres less than 16 MB memory available (including potentially activated swap partitions) and theres a disk partition on which it could be created available. On by default.
- Automount NFS /usr - switches on and off /usr filestem mounting via NFS during bootup. NFS path to the filestem must be set using "Mount /usr filesystem via NFS" command in main menu. Off by default.
Manual network card configuration
You can enter network configuration parameters in this window:
- This machines IP - enter IP number for this computer here
- Network mask - enter netmask here. If omitted, mask will be calculated based on IP (which will not necessarily be right).
- Broadcast address - enter network broadcast address here. If omitted broadcast address will be calculated based on IP (not mask! - which will not necessarily be right).
- Default gateway - enter IP address of default network gateway (router) here.
- Nameserver IP(s) - enter one or more (separated by spaces) name servers IP addresses here. Can be omitted, but then domain names couldnt be used.
- Default domain(s) - you can enter one or more (separated by spaces) domain names to search host if incomplete domain names will be used. Its optional.
PPP configuration
You can enter modem connection configuration parameters in this window:
- Config name - config name (used in existing configuration selection menu).
- Phone number - phone number to dial (eg. 0w202122 for TPSA access modems).
- Username - username to send to remote server
- Password - password to send to remote server
- Nameserver IP(s) - enter one or more (separated by spaces) name servers IP addresses here. Can be omitted, but then domain names couldnt be used.
- Default domain(s) - you can enter one or more (separated by spaces) domain names to search host if incomplete domain names will be used. Its optional.
Because of permanent configuration that is kept on the floppy you should remember to:
- dont write protect the floppy
- dont remove the floppy from the drive (at least during network configuration)
Enhancements:
- bugfixes in netconf reuse code
- disk partitions automounting, swap partitions autoactivating
- automatic swap file creation
- extended support for NFS mountable /usr
- PS/2 mouse support
- new startup logo
Download (1.44MB)
Added: 2005-05-11 License: GPL (GNU General Public License) Price:
1640 downloads
NetMAX Desktop 1.7
NetMAX Desktop is a live-CD distribution of Linux upon which NetMAX Server products are based. more>>
NetMAX Desktop is a live-CD distribution of Linux upon which NetMAX Server products are based. It includes best of breed applications: Secure Linux (kernel 2.6.11.5), OpenOffice.org, Blender, GAIM, Gnome 2.8, Dia, gtkam, Azureus bittorrent client, Firefox 1.0, Thunderbird 1.0, Totem multimedia player, XINE multimedia player, Wine compatibility layer, hotplug hardware detection and OpenVPN SSL VPN.
This distribution seeks to fill the role of a fully-functional enterprise class desktop system without licensing fees. In contrast to many of the other live-CD distributions out there, it has been designed to be intuitive enough for non-computer savvy folks to use -- including integrated Windows application support.
Power users will find that this distribution puts security first, adheres to published standards, and thus behaves in the way they expect it to. Unlike previous attempts to simplify Linux for the desktop, the power and customizability that has gained the hearts of the open-source community has not been removed.
Main features:
Cutting Edge Features:
- Complete desktop functionality (network files, presentations, spreadsheet, word processors, browser, art generation, digital camera support, etc.)
- Automatic detection of disks and mountable partitions, as well as automatic mounting of USB storage devices and network (NFS) shares
- Built-in NetMAX network file systems, permissions, authentication and provisioning
- Windows application compatibility
- NetMAX Desktop can be run without permanent installation
- NetMAX Desktop can create NIST-certified disk dumps for forensic analysis
- NetMAX Desktop includes a comprehensive suite of Linux-based multi-file system format disk discovery and recovery utilities
NetMAX Desktop is built for security:
- NetMAX Desktop is based on Secure Linux, and meets or exceeds most government security requirements
- NetMAX Desktop has integrated iptables firewall capabilities and SSL-based OpenVPN
Easy to Use and Install:
- Choose to run the NetMAX Desktop direct from CD, without modifying anything on your hard drive
- Or, choose to install the NetMAX Desktop to your hard drive as your default operating system
<<lessThis distribution seeks to fill the role of a fully-functional enterprise class desktop system without licensing fees. In contrast to many of the other live-CD distributions out there, it has been designed to be intuitive enough for non-computer savvy folks to use -- including integrated Windows application support.
Power users will find that this distribution puts security first, adheres to published standards, and thus behaves in the way they expect it to. Unlike previous attempts to simplify Linux for the desktop, the power and customizability that has gained the hearts of the open-source community has not been removed.
Main features:
Cutting Edge Features:
- Complete desktop functionality (network files, presentations, spreadsheet, word processors, browser, art generation, digital camera support, etc.)
- Automatic detection of disks and mountable partitions, as well as automatic mounting of USB storage devices and network (NFS) shares
- Built-in NetMAX network file systems, permissions, authentication and provisioning
- Windows application compatibility
- NetMAX Desktop can be run without permanent installation
- NetMAX Desktop can create NIST-certified disk dumps for forensic analysis
- NetMAX Desktop includes a comprehensive suite of Linux-based multi-file system format disk discovery and recovery utilities
NetMAX Desktop is built for security:
- NetMAX Desktop is based on Secure Linux, and meets or exceeds most government security requirements
- NetMAX Desktop has integrated iptables firewall capabilities and SSL-based OpenVPN
Easy to Use and Install:
- Choose to run the NetMAX Desktop direct from CD, without modifying anything on your hard drive
- Or, choose to install the NetMAX Desktop to your hard drive as your default operating system
Download (695MB)
Added: 2005-08-31 License: GPL (GNU General Public License) Price:
1537 downloads
ThinTUX 0.21
ThinTUX is a small Linux distribution for thin clients. more>>
ThinTUX is a small Linux distribution for thin clients. It has support for all major remote access protocols like ICA, RDP, XDM, telnet, ssh, and more.
The distribution can be booted from the network using a network card with PXE-support or from standard media storage devices like floppy, CD, hard disk, or disk-on-chip.
The configuration is stored on a DHCP server to simplify terminal management.
Main features:
- Automatic hardware discovery and centralized configuration using DHCP
- Single point of administration
- Small footprint
- Fully self-contained
- No NFS mounted root filesystem
- Web based configuration tool
- One boot image fits all computers
- No previous Linux knowledge required
Enhancements:
- Reduced startup time.
- Reduced RAM footprint.
- Added support for glibc programs.
- Updated kernel
- Updated to rdesktop 1.4.1
- Updated the configuration tool(ThinTUX web tool).
- Renamed configuration variables
<<lessThe distribution can be booted from the network using a network card with PXE-support or from standard media storage devices like floppy, CD, hard disk, or disk-on-chip.
The configuration is stored on a DHCP server to simplify terminal management.
Main features:
- Automatic hardware discovery and centralized configuration using DHCP
- Single point of administration
- Small footprint
- Fully self-contained
- No NFS mounted root filesystem
- Web based configuration tool
- One boot image fits all computers
- No previous Linux knowledge required
Enhancements:
- Reduced startup time.
- Reduced RAM footprint.
- Added support for glibc programs.
- Updated kernel
- Updated to rdesktop 1.4.1
- Updated the configuration tool(ThinTUX web tool).
- Renamed configuration variables
Download (13MB)
Added: 2005-09-29 License: GPL (GNU General Public License) Price:
1492 downloads
StoreBackup 1.19
StoreBackup is a backup utility that stores files on other disks. more>>
StoreBackup is a backup utility that stores files on other disks.
It includes several optimizations that reduce the disk space needed and improve performance, and unifies the advantages of traditional full and incremental backups.
Depending on its contents, every file is stored only once on disk. It includes tools for analyzing backup data and restoring. Once archived, files are accessible by mounting filesystems (locally, or via Samba or NFS). It is easy to install and configure.
<<lessIt includes several optimizations that reduce the disk space needed and improve performance, and unifies the advantages of traditional full and incremental backups.
Depending on its contents, every file is stored only once on disk. It includes tools for analyzing backup data and restoring. Once archived, files are accessible by mounting filesystems (locally, or via Samba or NFS). It is easy to install and configure.
Download (0.096MB)
Added: 2005-09-26 License: GPL (GNU General Public License) Price:
1488 downloads
libfilo 0.11
libfilo is a small portable library to do userspace file locking, like fcntl(), lockf() or flock(), but within threads. more>>
libfilo is a small portable library to do userspace file locking, like fcntl(), lockf() or flock(), but within threads.
If you want multiple threads to access a file simultaneously, you will probably need some kind of locking to avoid them stepping on each other and corrupting everything. Currently, there is no standard way of doing this:
- fcntl() ignores threads, and only works between processes.
- flock() is not really standard and doesnt work well over NFS.
- lockf(), while it is documented in POSIX, its often implemented using fcntl() so its also useless.
So this library allows you to do read/write file locking with byte granularity and fcntl-like semantics, within threads. Its written in C, in about 600 lines of code, and has no dependencies on external libraries.
Its based on the traditional POSIX API and follows the Single UNIX Specification, so it should be portable to all major UNIX variants without problems; however its developed under Linux, so please let me know if you try it somewhere else.
<<lessIf you want multiple threads to access a file simultaneously, you will probably need some kind of locking to avoid them stepping on each other and corrupting everything. Currently, there is no standard way of doing this:
- fcntl() ignores threads, and only works between processes.
- flock() is not really standard and doesnt work well over NFS.
- lockf(), while it is documented in POSIX, its often implemented using fcntl() so its also useless.
So this library allows you to do read/write file locking with byte granularity and fcntl-like semantics, within threads. Its written in C, in about 600 lines of code, and has no dependencies on external libraries.
Its based on the traditional POSIX API and follows the Single UNIX Specification, so it should be portable to all major UNIX variants without problems; however its developed under Linux, so please let me know if you try it somewhere else.
Download (0.012MB)
Added: 2005-10-11 License: Open Software License Price:
1474 downloads
Sigit 0.3.2
Sigit is a customisable signature creator that can be run either as a daemon or as a normal foreground process. more>>
Sigit is a customisable signature creator that can be run either as a daemon or as a normal foreground process.
It allows you to have a changing signature. If its configured correctly, it will also change the information displayed when someone fingers you.
It also supports multiple signature files for different newsgroups, and NFS-mounted $HOME shares.
Enhancements:
- his is a release toward making Sigit completely system independant, it introduces several checks against what is support on the target system.
- It also introduces some fixes which solves problems against gcc-4.
- Due to problems, with accessing an rpm based system, there wont be any rpm packages, neither src.rpm nor i386.rpm, in order to install it on an rpm based system you would need to get the tar.gz package, and use rpm-build in order to get the src and i386 packages.
<<lessIt allows you to have a changing signature. If its configured correctly, it will also change the information displayed when someone fingers you.
It also supports multiple signature files for different newsgroups, and NFS-mounted $HOME shares.
Enhancements:
- his is a release toward making Sigit completely system independant, it introduces several checks against what is support on the target system.
- It also introduces some fixes which solves problems against gcc-4.
- Due to problems, with accessing an rpm based system, there wont be any rpm packages, neither src.rpm nor i386.rpm, in order to install it on an rpm based system you would need to get the tar.gz package, and use rpm-build in order to get the src and i386 packages.
Download (0.13MB)
Added: 2005-10-27 License: GPL (GNU General Public License) Price:
1461 downloads
Tao Linux 4-update2
Tao Linux is one of several projects to build a free Linux distribution from the sources used in the Red Hat Enterprise. more>>
Tao Linux (pronounced dow Linux) is a project to build a free Linux distribution from the sources used in the Red Hat Enterprise Linux product line.
The target market is either experienced system administrators who would like freely available binaries of this code, or end users who are interested in experimenting with enterprise functionality.
Besides being mostly compatible with Red Hat Enterprise Linux 3, it also includes software packages such as Eclipse and clustering tools not found in the base RHEL products.
Main features:
- Includes gcj-compiled Eclipse IDE
- Includes clustering tools
- Yum with protectbase patch for safer use of 3rd-party repos
- Supports ACLs in ext3, nfs and Samba
- Many packages for Red Hat Enterprise Linux also run on Tao Linux
- Free as in speech and beer
- Security updates (in SRPM form, at least) available into 2008
<<lessThe target market is either experienced system administrators who would like freely available binaries of this code, or end users who are interested in experimenting with enterprise functionality.
Besides being mostly compatible with Red Hat Enterprise Linux 3, it also includes software packages such as Eclipse and clustering tools not found in the base RHEL products.
Main features:
- Includes gcj-compiled Eclipse IDE
- Includes clustering tools
- Yum with protectbase patch for safer use of 3rd-party repos
- Supports ACLs in ext3, nfs and Samba
- Many packages for Red Hat Enterprise Linux also run on Tao Linux
- Free as in speech and beer
- Security updates (in SRPM form, at least) available into 2008
Download (2033MB)
Added: 2005-10-27 License: GPL (GNU General Public License) Price:
1458 downloads
rcf 5.2.1s1
The rcf Linux Firewall (aka rc.firewall) is an ipchains-based firewall. more>>
The rcf Linux Firewall (aka rc.firewall) is an ipchains-based firewall. With support for over 50 network service modules (including vtun, dhcp, nfs, smb, napster, proxies, online games, etc.), masquerading, port forwarding, and ip accounting. All services are self-contained modules which can be prioritized in the ipchains stack.
Protections include spoofing, stuffed routing/masquerading, DoS, smurf attacks, outgoing port scans, and many more. rcf also supports unlimited public, private (masqued), dmz, and mz (non-masqued) interface and their subnets.
Access rules are defined per interface and dmz/mz server "clusters". rcf is compatible with Red Hat, Slackware, Debian, Linux Router Project (LRP), and many other distros.
Provided several updates, including: contributing 260-spop3-servers, 220-winvnc-servers, 620-arcserve-hosts, and netstorm (online game) modules, fixed a typo in 530-snmp-clients, fixed cluster handling in 030-pptp-clients and 030-pptp-servers, patched service_rules.sh to allow private IPs on DMZ interfaces, added missing rules to allow traffic from public interfaces to the DMZ, added the
--refresh-interfaces command line option, and fixed the jump rule problem which prevented private IPs from connecting to public interface IPs.
<<lessProtections include spoofing, stuffed routing/masquerading, DoS, smurf attacks, outgoing port scans, and many more. rcf also supports unlimited public, private (masqued), dmz, and mz (non-masqued) interface and their subnets.
Access rules are defined per interface and dmz/mz server "clusters". rcf is compatible with Red Hat, Slackware, Debian, Linux Router Project (LRP), and many other distros.
Provided several updates, including: contributing 260-spop3-servers, 220-winvnc-servers, 620-arcserve-hosts, and netstorm (online game) modules, fixed a typo in 530-snmp-clients, fixed cluster handling in 030-pptp-clients and 030-pptp-servers, patched service_rules.sh to allow private IPs on DMZ interfaces, added missing rules to allow traffic from public interfaces to the DMZ, added the
--refresh-interfaces command line option, and fixed the jump rule problem which prevented private IPs from connecting to public interface IPs.
Download (0.18MB)
Added: 2005-11-21 License: GPL (GNU General Public License) Price:
1438 downloads
HA/FST 3.0.1
HA/FST is a high availability clustering tool for up to four Solaris nodes. more>>
HA/FST is a high availability clustering tool for up to four Solaris nodes. HA/FST project supports any application that can be managed from the command line.
HA/FST works similar to other HA tools. Heartbeats sent across a private network are monitored. If these heartbeats fail and subsequent checks across the public network fail then a failover can occur.
Additionally, each application is monitored at configurable intervals for soundness. Application failovers can trigger a restart or a failover.
HA/FST comes pre-equipped to support:
- Up to 4 nodes in cluster
- Application Fallback to Preferred Node
- Application Failover to a Preferred Node
- Remote Node Application Monitoring
- Event Notifications
- Network Interface Failover
- Apache
- NFS
- Oracle
- Samba
Enhancements:
Bug Fixes:
- Syntax error parsing -t option of fstmodapp prevented proper creation of application agents.
<<lessHA/FST works similar to other HA tools. Heartbeats sent across a private network are monitored. If these heartbeats fail and subsequent checks across the public network fail then a failover can occur.
Additionally, each application is monitored at configurable intervals for soundness. Application failovers can trigger a restart or a failover.
HA/FST comes pre-equipped to support:
- Up to 4 nodes in cluster
- Application Fallback to Preferred Node
- Application Failover to a Preferred Node
- Remote Node Application Monitoring
- Event Notifications
- Network Interface Failover
- Apache
- NFS
- Oracle
- Samba
Enhancements:
Bug Fixes:
- Syntax error parsing -t option of fstmodapp prevented proper creation of application agents.
Download (2.5MB)
Added: 2006-01-13 License: GPL (GNU General Public License) Price:
1380 downloads
The Revisionist 0.02b
The Revisionist is a tool for extracting and indexing hidden metadata. more>>
The Revisionist is a tool for extracting and indexing hidden metadata (such as deleted or modified text) from large collections of MS Word files.
It can operate whole Web sites or SMB or NFS directories. The Revisionist project is handy for pen-testing, or it can be used just to spot embarrassing secrets.
My primary goal is to provide pen-testers and content administrators with a handy tool to detect hidden data in all documents available at a specific location (be it a locally mounted network share, a HTTP site, or whatnot), and easily review it all.
Right now, the tool only detects and indexes deleted text in documents with "change tracking" enabled, and can also index usernames and hardware addresses embedded in documents (to facilitate external assessment of company structure); future versions should be able to recover other goodies, too.
Usage:
To run the tool against a local directory, a mounted SMB or NFS directory, or such, simply issue the following command (after doing make, that is):
./therev @/path/to/directory
After the tool completes, you should be able to view master.html in current directory using your favourite browser (Lynx, Netscape, etc). Cached copies of documents would be placed in subdirectories named document.XXXXXX, where X is a random digit; hence, it is recommended to run the tool in a separate directory.
Note that you may also instruct the tool to look for specific substring and only choose those documents that contain it (strict checking, no regexp available):
./therev linux @/path/to/directory
To run the program against a specific site or top-level domain, do the following:
./therev site.com
Note that com, gov, gov.pl, www.microsoft.com are all a valid site name. The first parameter works similar to the previous case:
./therev homeland security gov
As a special bonus, when running the script against multilinguinal sites, you might want to specify a third parameter - desired language (using a two-letter code: en, pl, etc). NOTE: DO NOT USE LANGUAGE QUALIFIER UNLESS NECESSARY:
./therev linux microsoft.com en
The HTTP search mode uses Google.com to locate all matching Word documents on a specific site. For a document to be found, it must be indexable (that is, not excluded in robots.txt) and be in the first 1000 of results for a specific site. If there are more than 1000 documents at some website, consider sub-searches with keywords.
Enhancements:
- This release was fixed to work with the new Google page layout.
- Some other minor fixes were made.
<<lessIt can operate whole Web sites or SMB or NFS directories. The Revisionist project is handy for pen-testing, or it can be used just to spot embarrassing secrets.
My primary goal is to provide pen-testers and content administrators with a handy tool to detect hidden data in all documents available at a specific location (be it a locally mounted network share, a HTTP site, or whatnot), and easily review it all.
Right now, the tool only detects and indexes deleted text in documents with "change tracking" enabled, and can also index usernames and hardware addresses embedded in documents (to facilitate external assessment of company structure); future versions should be able to recover other goodies, too.
Usage:
To run the tool against a local directory, a mounted SMB or NFS directory, or such, simply issue the following command (after doing make, that is):
./therev @/path/to/directory
After the tool completes, you should be able to view master.html in current directory using your favourite browser (Lynx, Netscape, etc). Cached copies of documents would be placed in subdirectories named document.XXXXXX, where X is a random digit; hence, it is recommended to run the tool in a separate directory.
Note that you may also instruct the tool to look for specific substring and only choose those documents that contain it (strict checking, no regexp available):
./therev linux @/path/to/directory
To run the program against a specific site or top-level domain, do the following:
./therev site.com
Note that com, gov, gov.pl, www.microsoft.com are all a valid site name. The first parameter works similar to the previous case:
./therev homeland security gov
As a special bonus, when running the script against multilinguinal sites, you might want to specify a third parameter - desired language (using a two-letter code: en, pl, etc). NOTE: DO NOT USE LANGUAGE QUALIFIER UNLESS NECESSARY:
./therev linux microsoft.com en
The HTTP search mode uses Google.com to locate all matching Word documents on a specific site. For a document to be found, it must be indexable (that is, not excluded in robots.txt) and be in the first 1000 of results for a specific site. If there are more than 1000 documents at some website, consider sub-searches with keywords.
Enhancements:
- This release was fixed to work with the new Google page layout.
- Some other minor fixes were made.
Download (0.016MB)
Added: 2006-01-30 License: LGPL (GNU Lesser General Public License) Price:
1363 downloads
OBPkg 0.8.0
OBPkg is a GTK2+ based frontend for the OpenBSD ports/package system. more>>
OBPkg is a GTK2+ based frontend for the OpenBSD ports/package system. It is like Ubuntus synaptic.
OBPkg program supports local ports and packages, as well as packages located on FTP servers. It also supports universe packages (unofficial packages produced by other people).
OBPkg is easy to use. You can setup your configuration in the config file /etc/obpkg.conf. You specify all package sources in this file.
- To use an local directory (e.g. from your OpenBSD CD-ROM or NFS), use the pkg_local keyword followed by the path. For Example:
pkg_local=/mnt/cdrom/packages
- To mount a FTP directory use official_pkg_ftp for official package mirrors and universe_pkg_ftp for inofficial package mirrors. The syntax is keyword=Host,Path,Username,Password
For example, if you want to add the OpenBSD-3.9 packages for i386, use:
official_pkg_ftp=ftp.openbsd.org,/pub/OpenBSD/3.9/packages/i386,ftp,nobody
Here is another example:
universe_pkg_ftp=my.great.server.dyndns.org,/pkg,ftp,ftp
NOTE: This release does not support login+password for the package adding. It only supports downloading packages with user+password. But since pkg_add does not support authentication, the adding does not work and I still work on the additional code.
<<lessOBPkg program supports local ports and packages, as well as packages located on FTP servers. It also supports universe packages (unofficial packages produced by other people).
OBPkg is easy to use. You can setup your configuration in the config file /etc/obpkg.conf. You specify all package sources in this file.
- To use an local directory (e.g. from your OpenBSD CD-ROM or NFS), use the pkg_local keyword followed by the path. For Example:
pkg_local=/mnt/cdrom/packages
- To mount a FTP directory use official_pkg_ftp for official package mirrors and universe_pkg_ftp for inofficial package mirrors. The syntax is keyword=Host,Path,Username,Password
For example, if you want to add the OpenBSD-3.9 packages for i386, use:
official_pkg_ftp=ftp.openbsd.org,/pub/OpenBSD/3.9/packages/i386,ftp,nobody
Here is another example:
universe_pkg_ftp=my.great.server.dyndns.org,/pkg,ftp,ftp
NOTE: This release does not support login+password for the package adding. It only supports downloading packages with user+password. But since pkg_add does not support authentication, the adding does not work and I still work on the additional code.
Download (0.018MB)
Added: 2006-03-26 License: BSD License Price:
1310 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above nfs search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed