RSS 295 projects tagged "Linux"

Download Website Updated 08 Apr 2005 The Global File System

Screenshot
Pop 143.97
Vit 5.31

The Global File System (GFS) is a 64-bit shared disk cluster file system for Linux. GFS cluster nodes physically share the same storage by means of Fibre Channel or shared SCSI devices. The file system appears to be local on each node and GFS synchronizes file access across the cluster. GFS is fully symmetric, meaning that all nodes are equal and there is no server which may be a bottleneck or single point of failure. GFS uses read and write caching while maintaining full UNIX file system semantics. GFS supports journaling, recovery from client failures, and many other features.

Download Website Updated 12 Oct 2001 UDF

Screenshot
Pop 58.21
Vit 3.55

UDF is the filesystem standard used by DVD-ROMs and "packet writing" software for CDRs and CDRWs, such as Adaptec's DirectCD. UDF is intended as a general replacement for ISO9660.

Download Website Updated 14 Mar 2008 Unison

Screenshot
Pop 481.31
Vit 5.91

Unison is a file-synchronization tool for Unix and Windows. It allows two copies of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to the other. Unison can deal with updates to both replicas of a distributed directory structure. Updates that do not conflict are propagated automatically. Conflicting updates are detected and displayed. Unison can communicate through a direct socket link or through an rsh/ssh tunnel. It uses network bandwidth efficiently.

No download Website Updated 21 Aug 2003 XFS

Screenshot
Pop 181.55
Vit 4.42

XFS is a high-performance journaling file system. It provides quick recovery after a crash, fast transactions, high scalability, and excellent bandwidth.

Download Website Updated 28 Feb 2005 zlibc

Screenshot
Pop 70.65
Vit 1.84

Zlibc allows applications to transparently access compressed files. As soon as the application attempts to open a compressed file, zlibc uncompresses the data on the fly. No kernel patch, no recompilation of the executables nor the libraries is needed.

Download Website Updated 31 May 2002 devfsd

Screenshot
Pop 128.38
Vit 2.37

The devfsd program is a daemon, run by the system boot, which can provide for intelligent management of device entries in the Device Filesystem (devfs). It is desirable to start the daemon at the beginning of the boot scripts, in particular before filesystem checks.

Download Website Updated 23 Sep 2003 ciscoflash

Screenshot
Pop 19.90
Vit 66.97

ciscoflash is a simple utilitiy to allow you to read (and ultimately write) Cisco flash cards on a linux laptop with PCMCIA support.

Download Website Updated 27 Feb 2001 File Attribute Utility

Screenshot
Pop 40.44
Vit 1.00

This program runs stat(2) or lstat(2) on each input file and displays the results. By default, stat displays all the attributes returned by stat(2) or lstat(2). Specific attributes can be requested by specifying one of the command-line options. For better integration with scripting languages, the normally human-readable output can be forced to simple, numeric output with a command line option. This utility is inteded to be both command line and output compatible with the utility of the same name on SGI's Irix operating system.

Download Website Updated 27 Oct 2003 scponly

Screenshot
Pop 178.78
Vit 3.20

scponly is an alternative "shell" of sorts for system administrators who would like to provide access to remote users to both read and write local files without providing any remote execution priviledges. Functionally, it is a wrapper around the ssh suite of applications. It is typically used by creating a user whose shell is set to scponly. This user can neither login interactively nor execute commands remotely, but it can use scp and sftp to download and upload files to the computer, governed by the usual Unix file permissions.

Download Website Updated 19 Aug 2005 Xfsamba

Screenshot
Pop 167.44
Vit 4.83

Xfsamba is an SMB (Windows) network navigator with upload, download, rm, rmdir, mkdir, and tar capabilities. Xfsamba does not need to mount remote Windows shares. Drag and drop is enabled for file uploads/downloads.

Screenshot

Project Spotlight

bashstyle-ng

A graphical tool for styling Bash.

Screenshot

Project Spotlight

EJDB

An embedded JSON database engine.