Main > Free Download Search >

Free posix software for linux

posix

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 281
Osicat 0.5

Osicat 0.5


Osicat is lightweight operating system interface for Common Lisp on POSIX-like systems. more>>
Osicat is lightweight operating system interface for Common Lisp on POSIX-like systems.
Osicat uses UFFI for foreign bindings, so it is relatively portable, though most active development happens on SBCL and Debian GNU/Linux, so other platforms may experience wrinkles.
Main features:
- directory iteration and deletion
- environment variables
- symbolic links
- file permissions
- file-type identification
Installation:
If you have asdf-install, just:
$ asdf-install osicat
Sample usage:
- (with-directory-iterator (next "/")
(loop for entry = (next)
while entry
when (member group-write (file-permissions entry))
collect entry))
(#P"/home" #P"/vmlinuz" #P"/tmp" #P"/initrd.img" #P"/initrd.img.old")
- (file-permissions "/initrd.img")
(USER-READ USER-WRITE
USER-EXEC
GROUP-READ
GROUP-WRITE
GROUP-EXEC
OTHER-READ
OTHER-WRITE
OTHER-EXEC)
- (file-kind "/initrd.img")
:SYMBOLIC-LINK
- (read-link "/initrd.img")
#P"boot/initrd.img-2.4.20-3-686"
*
<<less
Download (0.014MB)
Added: 2006-03-17 License: MIT/X Consortium License Price:
1316 downloads
posh 0.3.14

posh 0.3.14


posh is a Policy-compliant Ordinary SHell. more>>
posh is a stripped-down version of pdksh with several improvements that aims for compliance with Debians /bin/sh policy, and few extra features.

Currently, Debians policy is to adhere to POSIX with the exception of supporting echo -n, so posh strives toward compliance with SUSv3 (with the exception of echo -n).
<<less
Download (0.65MB)
Added: 2005-04-04 License: GPL (GNU General Public License) Price:
1663 downloads
JOpt Simple 2.3.2

JOpt Simple 2.3.2


JOpt Simple is a Java library for parsing command line switches, such as those you might pass to an invocation of javac. more>>
JOpt Simple is a simple, test-driven command line parser for Java programs. JOpt Simple supports POSIX getopt() and GNU getopt_long().
What command line switch syntax does JOpt Simple support?
As closely as possible, JOpt Simple attempts to adhere to the rules of POSIX getopt() and GNU getopt_long(). You can find a brief summary of these rules in the javadoc for class OptionParser.
Enhancements:
- Minor internal changes.
<<less
Download (0.054MB)
Added: 2007-04-22 License: GPL (GNU General Public License) Price:
916 downloads
Pliant 96

Pliant 96


Pliant is a dynamic compiler and integrated multiserver (Web, mail, database, etc.) more>>
Pliant is a new generation language, which is modular, reflexive, and dynamically-compiled. It looks like a merging of typed Lisp and C.
The programming environment includes HTTP, FTP, SMTP, POP3, DNS servers and clients, a database engine, a multi-forum administration tool, etc.
Pliant runs on Linux, POSIX, and Windows platforms or as a standalone OS on top of the Linux kernel.
Enhancements:
- Many improvements in the young Pliant UI interface.
- Unsatisfying patch to fix Firefox 1.5 related problems.
- A tiny VNC client applet (todo: put scripts asside).
<<less
Download (1.7MB)
Added: 2006-06-18 License: GPL (GNU General Public License) Price:
1227 downloads
Linux DC++ 20070101

Linux DC++ 20070101


Linux DC++ is a project to port the DC++ direct connect client to Linux or any POSIX-compliant Unix. more>>
Linux DC++ is a project to port the DC++ direct connect client to Linux or any POSIX-compliant Unix.

<<less
Download (MB)
Added: 2007-01-04 License: GPL (GNU General Public License) Price:
658 downloads
Swbis 0.499

Swbis 0.499


Swbis provides a POSIX packaging implementation with useful extensions. more>>
Swbis provides a POSIX packaging implementation with useful extensions.
Swbis aims to implement the POSIX packaging standard with useful extensions. Working utilities include swpackage(8), swverify(8), swcopy(8), and swinstall(8).
GPG/PGP signing and verification of tar archives is supported as well as an installed software catalog form that allows direct use of gpg(1) for verification of the GPG signature in the package database. s
wcopy and swinstall are network transparent by direct use of SSH and support multiple SSH hops for easy access to hosts behind a firewall. Neither has to be installed on the remote target host.
Enhancements:
- swcopy - Distribution copying utility.
- Supports multiple ssh-hops to remote target or source.
- Uses ssh, sh, dd, and choice of pax, tar, star, or gtar.
- Does not have to be installed on the target host.
- target or source host may be any POSIX.2 conforming host.
- Supports remote-source to remote-target copies.
- swpackage - Packages files according to a PSF file.
- Complete implementation of Extended Definitions.
- Stand-alone operation, no use of temporary files.
- Output format is bit-for-bit identical to GNU tar.
- Supports creation of GPG embedded signature, and sha1, md5sum digests of the package payload section.
- swverify - Authenticates a signed package.
- Authenticates packages signed by swpackage.
- Verifies installed software (partially implemented).
- Authenticates the GPG signature in the installed software.
- swinstall - Install a posix package. (alpha as of 2004-02-15)
- swinstall does not have to be installed on the target host.
- The target or source host may be any POSIX.2 conforming host.
- creates an installed software catalog where the GPG signature can be verified using gpg
- Uses ssh for remote connections.
- Supports multiple ssh-hops to remote target or source.
- Uses tar (or pax) to install the files.
- Supports full error monitoring during control script execution and records exit status and installation states.
Enhancements:
- This release adds features to swpackage for using gpg-agent when signing packages.
- Also features were added to enable use of swign in an Automake rule.
- Enhancements to swverify were made to allow verification of a signed directory exported from a SCM repository such as CVS.
- The distribution package is now a self-hosting example of using the swign utility along with automake to create tar archive distributions with an embedded GPG signature.
- An unsafe use of gpgs exit status by swverify was fixed.
<<less
Download (2.2MB)
Added: 2007-02-28 License: GPL (GNU General Public License) Price:
968 downloads
Sizzle 0.31

Sizzle 0.31


Sizzle project ios an mebeddable Scheme interpret more>>
Sizzle project ios an mebeddable Scheme interpret
Sizzle is a Scheme interpreter for embedding into C applications and for standalone scripting.
It implements a nearly complete subset of R5RS Scheme, adding a lot of primitives for U*ix scripting, regular expression searching, a simple module system, dynamic library linking, powerful string processing procedures, and much more.
It includes a users guide and an embedding manual in texinfo format, some examples, the embedding library, and a standalone interpreter for interactive use and scripting.
Main features:
- Supports most library procedures from R5RS
- Sizzle aims to be compatible to Guile, whereever possible
- Sizzle is easy to embed
- Sizzle is easy to extend
- Sizzle provides bindings for most Posix functions
- Bindings for regular expression matching
<<less
Download (0.88MB)
Added: 2006-10-23 License: (FDL) GNU Free Documentation License Price:
1099 downloads
GOsa 2.5.12

GOsa 2.5.12


GOsa is a PHP-based LDAP frontend for system administration. more>>
GOsa is a PHP-based administration tool for role based managing of accounts and systems in LDAP databases.
Standard configurations can manage generic, posix/shadow, postfix/cyrus/sieve, pureftpd, fax and samba2/3 accounts in LDAP.
GOsa has plugins for DNS (BIND), DHCP (ISC dhcpd), and system/terminal management. The look and feel can be easily adapted to users needs.
Enhancements:
- This version fixes problems with automatic reverse zones in the DNS plugin, improves IE6/7 support, updates the available translations and fixes a couple of bugs in the FAI management dialog.
- Additionally, support for changing passwords without entering a fully blown GOsa has been added.
<<less
Download (2.4MB)
Added: 2007-07-23 License: GPL (GNU General Public License) Price:
828 downloads
BASHISH 2.0.7

BASHISH 2.0.7


BASHISH is a modular Bourne-shell theme engine. more>>
Bashish is a theme-engine using bash and other POSIX shells to customize nearly all aspects of the terminal: title, colors, prompt, font, background, etc.
BASHISH has a modular design which makes it easy to add features (and it does have a lot) while keeping good performance.
Main features:
- Support the most common terminals.
- Support a common subset of the theme properties of the most common terminals.
- Be transparent for the user, easy to change theme and not interfere with any applications.
- Low latency, the user should not have to wait for the terminal to get themed.
Enhancements:
- This release comes with updates for zsh, fixes for application theming from the commandline, and changes to work properly with old Bashish 1.x configuration files.
<<less
Download (0.17MB)
Added: 2006-09-26 License: GPL (GNU General Public License) Price:
1125 downloads
Arg_parser 1.0

Arg_parser 1.0


Arg_parser is an argument parser tht follows POSIX and GNU conventions for command line arguments. more>>
Arg_parser is an argument parser that follows POSIX and GNU conventions for command line arguments. Arg_parser is implemented as a C++ class, and is simpler, easier to use, and safer that "getopt_long".
Arg_parser does not modify its arguments, nor uses any global variables. So you may create more than one parser in your program if you need or want to. Arg_parser can also parse options from configuration files.
To use Arg_parser in your own programs simply copy the files "arg_parser.h" and "arg_parser.cc" in your sorce tree. See also the file "main.cc" for an example of use.
Enhancements:
- The license has been updated to GPL version 3 or later.
<<less
Download (0.017MB)
Added: 2007-07-01 License: GPL (GNU General Public License) Price:
845 downloads
plus4emu 1.2.1

plus4emu 1.2.1


plus4emu is a portable emulator of the Commodore Plus/4 computer. more>>
plus4emu is a portable emulator of the Commodore Plus/4 computer. It supports Windows and POSIX platforms (32 bit Windows and 32 and 64 bit Linux have been tested).
The project implements accurate, high quality hardware emulation, but the system requirements are higher than that of most other emulators.
Enhancements:
- TED emulation improvements were made.
- The frame rate in full speed mode is now limited to a maximum of 50 Hz to improve performance.
- Some minor bugs were fixed.
<<less
Download (0.65MB)
Added: 2007-08-11 License: GPL (GNU General Public License) Price:
805 downloads
eCryptfs 0.1.7

eCryptfs 0.1.7


eCryptfs is an POSIX-compliant enterprise-class stacked cryptographic filesystem for Linux. more>>
eCryptfs is an POSIX-compliant enterprise-class stacked cryptographic filesystem for Linux. eCryptfs is derived from Erez Zadoks Cryptfs, implemented through the FiST framework for generating stacked filesystems.
eCryptfs extends Cryptfs to provide advanced key management and policy features. eCryptfs stores cryptographic metadata in the header of each file written, so that encrypted files can be copied between hosts; the file will be decryptable with the proper key, and there is no need to keep track of any additional information aside from what is already in the encrypted file itself. Think of eCryptfs as a sort of ``gnupgfs.
eCryptfs is a native Linux filesystem (other popular cryptographic filesystems for Linux require FUSE or operate via RPC calls). It can be built and distributed as a stand-alone kernel module for the Linux kernel version 2.6.15 or higher; there is no need to apply any kernel patches.
Enhancements:
- Legacy releases of eCryptfs.
<<less
Download (0.14MB)
Added: 2006-06-26 License: GPL (GNU General Public License) Price:
1219 downloads
Rubiclox 2.0.0

Rubiclox 2.0.0


Rubiclox project is a Rubiks clock implementation. more>>
Rubiclox project is a Rubiks clock implementation.

Rubik is the creator of the Rubiks cube. There is a rubiks cube implementation too if you want to play with it. The clock is much easier than the cube, though.

This program works under Linux/X-Window. It may work on other OSes than linux, too, but they must be posix I guess. Well, try to build it on your system and send me reports if it worked or not.

The goal is to have all the clocks pointing to 12 oclock, in both sides of the
game. You can achieve other figures too, if you like, but the primary purpose
is all the clock on 12.

<<less
Download (0.030MB)
Added: 2006-11-29 License: Public Domain Price:
1063 downloads
Autodir 0.93.1

Autodir 0.93.1


Autodir is a tool for transparently creating home directories for LDAP, SQL, and NIS users. more>>
Autodir is for creating directories transparently to the applications accessing them based on available information from sources like password database, group database.
Currently it supports creating home directories and group directories. Autodir can be used to create home, group directories for ldap/NIS/SQL Unix accounts.
Autodir depends on Linux autofs kernel module to transparently detect directory requests and create them on demand.
Autodir also supports calling backup programs transparently when specific directory not in use so that whole system does not need to bring offline for backup purpose.
Autodir is written using posix threads.
Enhancements:
- Code optimized in autofs events handling main section.
<<less
Download (0.33MB)
Added: 2005-04-08 License: GPL (GNU General Public License) Price:
1659 downloads
Capivara 0.8.5.1

Capivara 0.8.5.1


Capivara is a two pane file manager with support for SFTP and FTP servers. more>> Capivara is a two pane file manager with support for SFTP and FTP servers. Capivara is not an ordinary file manager because it adds synchronization features like comparing timestamps or SHA-1 hash values.
The synchronization of Capivara has a preview mode to shows which files are going to be deleted or copied.The basic look and most key bindings are inspired by two file managers I really like to work with: mc and worker.
* File synchronization
* Preview mode for synchronization
* SFTP/FTP support
* Multi-language support, German, English, Chinese, French, Portuguese, Polish
* Supports POSIX file permissions on Linux
* Runs on Windows, Linux, Solaris, Unix, MacOS
<<less
Download (3.2MB)
Added: 2009-04-05 License: Freeware Price: Free
201 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5