Main > Free Download Search >

Free nfs planet software for linux

nfs planet

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 227
RSS-Planet 1.3

RSS-Planet 1.3


RSS-Planet is a script which fetches headlines from various news Web sites. more>>
RSS-Planet is a custom marker file generator for xplanet which uses RSS feeds from news websites to plot the current headlines on a world map.

By default, Yahoo! News and CNN.com are supported, but other feeds that point to articles with easily-discoverable place names (such as the Washington Post) should work as well.

<<less
Download (0.085MB)
Added: 2005-10-12 License: GPL (GNU General Public License) Price:
1472 downloads
Blue Planet 0.4

Blue Planet 0.4


Blue Planet is a KDE theme defined by simplicity, usability, dark-blue colors and future look. more>>
Blue Planet is a KDE theme defined by simplicity, usability, dark-blue colors and future look.

Its including background picture that is taken form http://www.guanajuatoenlinea.com .

For those with big resolution:

1600 x 1200 pixels background can be download here:

http://ic3.deviantart.com/images/i/2003/42/2/b/Titan_Blue___221.jpg

Iconset on this screenshots are Futurosoft icons (only changed Go! icon to Fedora default). Download it from here:

http://www.kde-look.org/content/show.php?content=50667

Background color of application is white due to compatibility issues (you can put black but than text isnt readable in some programs).

<<less
Download (0.80MB)
Added: 2007-04-16 License: GPL (GNU General Public License) Price:
922 downloads
Planets 0.1.13

Planets 0.1.13


Planets is an orbital simulator. more>>
Planets is a simple interactive program for playing with simulations of planetary systems, released under the GPL. The project runs on Linux and Windows, and could doubtless be ported to your favorite flavor of Unix.
Planets was originally designed for kids, in particular, for my then 4-year old nephew who is fascinated by astronomy. The user interface is aimed at being simple enough that a fairly young kid can get some joy out of it. But the adults who have used it have found it to be pretty fun as well.
The code is not bug-free, and Planets is missing some significant features. But its pretty stable and is a fun toy to play with. If you do download it, please drop me an email and tell me about your experience with it.
Main features:
- Saving and loading of universes
- Infinite undo (erase last action) and goback (return to point in time just after last action). This allows for undoing mistakes and replaying interesting configurations.
- Traces of planet trajectories
- Two ways of dealing with planet collisions:
- merges, where the colliding planets are merged into one planet, and
- bounces, where the colliding planets are bounced off each other elastically. This itself comes in two varieties:
- force bouncing, where the force between planets is made repulsive at close quarters.
- true bouncing, where simple pool-table physics calculations are made to determine when planets collide, and compute the appropriate bounce from said collision.
- kidmode, a mode where the focus is (mostly) locked on the application, and interesting changes are initiated by merely banging on the keyboard. This mode is aimed at 1-5 year olds.
- Center-of-mass following: it is possible to follow the center of mass of a subset of the planets. Thus, if you have a sun-moon-planet system, you can have the view automatically track the moon-planet pair.
- Can display kinetic, potential and total energy of the system.
- Both the gravitational constant and the gravitational exponent can be changed.
- There is a simple control panel that makes it possible to see and change the simulation options.
- Zooming, panning, and centering on the center of mass.
<<less
Download (0.048MB)
Added: 2007-06-20 License: GPL (GNU General Public License) Price:
858 downloads
Planets 3D 1.3

Planets 3D 1.3


Planets 3D is a graphical tool for the simulation of the solar system. more>>
The purpose of Planets 3D is to show a simulation of our solar system. The focus lies on a nice graphic (3D OpenGL) and the possibility to modify the objects of the solar system to see what happens.
This program is written on Linux using C++. In theory it should be portable to windows, because Ive used only plattform independent libraries. Anyone who tries to port it please contact me even if unsuccessful, perhaps I can help overcome arising errors.
By now there is included a small program which converts different coordinate systems into each other. It is called Astroconvert.
Main features:
- simulate the development of the solar system based on calculations of the gravity power
- take screenshots
- load and save solar systems
- modify solarsystem
- switch between different cameras to view the solar system (e.g. look through a shuttle window)
<<less
Download (0.60MB)
Added: 2005-06-08 License: GPL (GNU General Public License) Price:
1605 downloads
xplanets 1.0.0

xplanets 1.0.0


xplanets shows a simulation of a spacecraft flying through the solar system. more>>
xplanets shows a simulation of a spacecraft flying through the solar system. With the controls next to the simulation screen you can control the simulation and steer the spacecrafts flight.
The following planets are visible:
- the Sun (yellow)
- mercury (gray38)
- venus (burlywood2)
- earth (blue2)
- mars (LightSalmon3)
Note that the sizes of the sun and planets are not to scale, though their distances are. Showing the planets to scale would mean that they wouldnt be visible. The solar system is rather big, after all.
The planet nearest to the spaceship is indicated with a red circle around it. Its relative speed and distance are shown in the data display.
The xplanets program uses the GTK+ toolkit. It has been built with version 2.2.1, so it should work with any version >2.0.0. It does not work with GTK+ 1.x anymore.
<<less
Download (0.029MB)
Added: 2006-06-07 License: GPL (GNU General Public License) Price:
1235 downloads
nfswatch 4.99.9

nfswatch 4.99.9


nfswatch monitors all incoming network traffic on an NFS file server and divides it into several categories. more>>
nfswatch monitors all incoming network traffic to an NFS file server and divides it into several categories.
The number and percentage of packets received in each category is displayed on the screen in a continuously updated display. The screen is updated every ten seconds by default.
Enhancements:
- This release improves file handle decoding on Linux.
- In particular, filesystems exported through a specified filesystem ID (the fsid= export option) should now be properly handled.
- Some more runtime analysis and tweaks were performed, and nfswatch should no longer clutter the display with debug info.
<<less
Download (0.050MB)
Added: 2007-05-30 License: BSD License Price:
879 downloads
NFS Backup System 0.0.1

NFS Backup System 0.0.1


NFS Backup System is a Perl script that backup system for NFS. more>>
NFS Backup System is a Perl script that backup system for NFS. The basic function nfsbu is an automated perl-script backup system between an NFS server and an NFS client.
Either by crontab or manual execution, directories listed in the configuration file can be backed up to a directory mounted on the NFS server. In turn, the NFS server uses the client-side script of nsbu (nfsbuc.pl) to move the data from the temporary NFS mount directory to their final places (also specified in the configuration file).
I created this script having been learning Perl for maybe 2 weeks and progressing not much further than page 12 of Programming Perl by Larry Wall and Randal L. Shwartz. Hence you may consider the code badly written, but a quote from the book Id like to include is "a Perl script is correct if its halfway readable and gets the job done before your boss fires you". So I take no blame for the code, Ive commented my code and it worked for me and I make no promises it will work for you.
With regards to licencing, I guess its not really worthy of the full 9 yards, but lets have the happy code hacker ethic of open source development. I.e. something of somewhat basic GPL licence terms and conditions. You may feel inclined to modify the code, in such case if you do, please e-mail me the changes and include the modified code. If youd like to redistribute it with your modifications, please include my name and the original code.
Main features:
- multiple directory backup, with alternative destination directories
- directories are simply listed in a file with their respective destinations
- thorough error checking, if any errors occur e-mail will be sent to the administrator
- checks the status of the NFS server and mountd to prevent any hang-ups from a dead NFS server which is common
<<less
Download (0.005MB)
Added: 2007-03-27 License: GPL (GNU General Public License) Price:
943 downloads
sarPplot 1.0.3

sarPplot 1.0.3


sarPplot is a simple application which takes output of atsar application and put it into Gnuplot config files. more>>
sarPplot project is a simple application which takes output of atsar application and put it into Gnuplot config files, kind of useful on server boxes for performance analyze, which is availabel on:
- cpu
- processload
- disk
- disk-partition
- memory&swap
- paging&swapping
- interrupts
- kernel-resources
- ttyactivity
- net-interf(general)
- net-interf(errors)
- ipv4(general)
- ipv4(errors)
- tcpv4(general)
- tcpv4(errors)
- udpv4
- icmpv4(general)
- icmpv4(pertype)
- nfs(general)
- nfs(errors)
- nfs(server)
- nfs-rpc(calls)
Enhancements:
- A grid feature was added along with httprequests and httpdpid targets.
- A bug in the interr function was fixed.
<<less
Download (0.011MB)
Added: 2006-09-03 License: GPL (GNU General Public License) Price:
1148 downloads
FreeNAS 0.685 Beta 2

FreeNAS 0.685 Beta 2


FreeNAS is a free implementation of a minimal FreeBSD distribution. more>>
FreeNAS is a free implementation of a minimal FreeBSD distribution(for run it on a Compact Flash, CD-ROM or USB key) that provide NAS (Network-Attached Storage) services, supporting: CIFS, FTP, NFS protocols, with a Full WEB configuration interface.

The minimal FreeBSD distribution, Web interface,PHP scripts and documentations are based on M0n0wall.
<<less
Download (38.1MB)
Added: 2007-08-06 License: BSD License Price:
499 downloads
 
Other version of FreeNAS
FreeNAS 0.684b(Network-Attached Storage) server, supporting: CIFS (samba), FTP, NFS protocols, Software ... that supports FTP, NFS protocols, Software RAID. FreeNAS takes less than 16MB once installed
License:Freeware
Download (38.6MB)
225 downloads
Added: 2009-04-07
PlanetMatter 2006_03_23_r02

PlanetMatter 2006_03_23_r02


PlanetMatter isa better choice to aggregate RSS and ATOM feeds of blogs, company news, databases, calendars, articles, and more! more>>
Wait no more for a usable system to create a centralized hub, so-called a planet site, of news feeds from selected Web sites, PlanetMatter provides a better choice to aggregate RSS and ATOM feeds of blogs, company news, databases, calendars, articles, and more!

Lastest news items are instantly aggregated and sequentially laid out in one page for readability. Moreover, "full-text" search facility effectively retrieves more related news items according to search terms (keywords).

Features:
PlanetMatter comes with complete feed management features such as

Add, pause, delete, edit feeds
Import feeds to OPML or text
Edit planet site configuration information
and much more!

Installation:
PlanetMatter is relatively easy to install. Please read the INSTALL file for details.

<<less
Download (0.088MB)
Added: 2006-08-03 License: Freeware Price:
1177 downloads
LockFile::Simple 0.2.5

LockFile::Simple 0.2.5


LockFile::Simple is a simple file locking scheme. more>>
LockFile::Simple is a simple file locking scheme.

SYNOPSIS

use LockFile::Simple qw(lock trylock unlock);

# Simple locking using default settings
lock("/some/file") || die "cant lock /some/filen";
warn "already lockedn" unless trylock("/some/file");
unlock("/some/file");

# Build customized locking manager object
$lockmgr = LockFile::Simple->make(-format => %f.lck,
-max => 20, -delay => 1, -nfs => 1);

$lockmgr->lock("/some/file") || die "cant lock /some/filen";
$lockmgr->trylock("/some/file");
$lockmgr->unlock("/some/file");

$lockmgr->configure(-nfs => 0);

# Using lock handles
my $lock = $lockmgr->lock("/some/file");
$lock->release;

This simple locking scheme is not based on any file locking system calls such as flock() or lockf() but rather relies on basic file system primitives and properties, such as the atomicity of the write() system call. It is not meant to be exempt from all race conditions, especially over NFS. The algorithm used is described below in the ALGORITHM section.

It is possible to customize the locking operations to attempt locking once every 5 seconds for 30 times, or delete stale locks (files that are deemed too ancient) before attempting the locking.

<<less
Download (0.012MB)
Added: 2007-04-25 License: Perl Artistic License Price:
914 downloads
cons 2.2.0

cons 2.2.0


CONS is a replaceement for make. more>>
CONS is a replaceement for make.

Do you use Makefiles for your project? Have you ever done a "make clean; make all" just because you didnt know if the files you changed would be rebuilt correctly?

Or perhaps you work on several machines accessing an NFS server, and if their clocks arent in sync, make wont know to rebuild things? Well, welcome to a new and better way to control the building of your projects.

It is not compatible with make, but it has a number of powerful capabilities not found in other software construction systems, including make.

CONS is implemented in Perl. You dont need to know Perl to use CONS, although you can use it more powerfully if you do.

<<less
Download (0.19MB)
Added: 2006-06-08 License: GPL (GNU General Public License) Price:
1234 downloads
TCFS 3.0b2

TCFS 3.0b2


TCFS is a transparent cryptographic file system. more>>
TCFS project is a cryptographic network file system featuring group sharing of encrypted files. TCFS will encrypt your files before sending them to the file server and will decrypt them before they are read by the requesting application.

Because the encryption/decryption process takes place on the client host, no clean data will travel the network. This is particularly valid for the encryption key.

Recent advances in hardware and communication technologies have made possible and cost effective to share a file system among several machines over a local (but possibly also a wide) area network.

One of the most successful and widely used such applications is Suns Network File System (NFS).

NFS is very simple in structure but assumes a very strong trust model: the user trusts the remote file system server (which might be running on a machine in different country) and a network with his/her data. It is easy to see that neither assumption is a very realistic one.

The server (or anybody with superuser privileges) might very well read the data on its local filesytem and it is well known that the Internet or any local area network (e.g, Ethernet) is very easy to tap (see for example, Berkeleys tcpdump application program).
Impersonification of users is also another security drawback of NFS.

In fact, most of the permission checking over NFS are performed in the kernel of the client. In such a context a pirate can temporarely assign to his own workstation the Internet address of victim. Without secure RPC no further authentication procedure is requested. From here on, the pirate can issue NFS requests presenting himself with any (false) uid and therefore accessing for reading and writing any private data on the server, even protected data.

Given the above, a user seeking a certain level of security should take some measures. We propose a new cryptographic file system, which we call TCFS, as a suitable solution to the problem of privacy for distributed file system.

Dynamic Encryption Modules in TCFS:

The dynamic encryption module feature of TCFS allows a user to specify the encryption engine of his/her choiche to be used by TCFS. So you are not forced anymore to use what us (the developer) consider the best (i.e., more secure and efficient) encryption algorithm. The encryption engine must be given in the form of a Linux module and must conform to (the very simple) TCFS API for encryption module. Essentially, it must specify four functions:

1. An initialization function that is called by TCFS when the user pushes her key into TCFS.

Typically the initialization function takes as input the key and returns a pointer to a struct containing a the result of a preprocessing of the key to be used for the encryption and the decryption.

For the specific case of DES the initialization function computes the 16 48-bit subkeys, one for each round of DES.

2. An encryption function which takes a block of data, the length of the block in bytes and the result of the initialization function and encrypts the data.

3. A decryption function which takes a block of data, the length of the block in bytes and the result of the initialization function and decrypts the data.

The encryption and the decryption functions are called each time TCFS needs to read/write a block of data.

4. A cleanup function which performs whatever operation is needed before the key removed by TCFS.

Our work improves on Matt Blazes CFS by providing deeper integration between the encryption service and the file system which results in a complete transparency of use to the user applications.

Release 2.2 of TCFS includes the possibility of threshold sharing files among users. Threshold sharing consists in specifying a minimum number of members (the threshold) that need to be ``active for the files owned by the group to become available.

TCFS enforces the threshold sharing by generating an encryption key for each group and giving each member of the group a share using a Threshold Secret Sharing Scheme. The group encryption key can be reconstructed by any set of at least threshold keys.

A member of the group that intends to become active does so by pushing her/his share of the group key into the kernel. The TCFS module checks if the number of shares available is above the threshold and, if it is so, it attempts to reconstruct the group encryption key. By the properties of the Threshold Secret Sharing Scheme, it is guaranteed that, if enough shares are available, the group encryption key is correctly reconstructed.

Once the group encryption key has been reconstructed, the files owned by the group become accessible. Each time a member decides to become inactive, her share of the group encryption key is removed. The TCFS module checks if the number of shares available has gone under the threshold. In this case, the group encryption key is removed from the TCFS module and files owned by the group become unaccessible.

The current TCFS implementation of the group sharing facility requires each memeber to trust the kernel of the machine that reconstructs the key to actually remove the key once the number of active users goes below the threshold. Future implementations will remove this requirement by performing the reconstruction of the key in a distributed manner.
<<less
Download (0.085MB)
Added: 2007-04-12 License: GPL (GNU General Public License) Price:
927 downloads
Linux NFS Utilities 1.1.0

Linux NFS Utilities 1.1.0


Linux NFS Utilities is NFS utilities for Linux NFS clients and servers. more>>
Linux NFS Utilities are NFS utilities for Linux NFS clients and servers.
Main features:
- NFS Versions 2, 3, and 4 are supported on 2.6 and later kernels.
- NFS over UDP and TCP on IPv4 are supported on the latest 2.4 and 2.6 kernels.
- Linux NFS clients and servers have been tested against many non-Linux implementations.
- Since version 1.0.1 of the NFS utilities tarball has changed the server export default to "sync", then, if no behavior is specified in the export list (thus assuming the default behavior), a warning will be generated at export time.
- If you plan to deploy NFS extensively, consider subscribing to one of these mailing lists: NFS Mailing List, or the AutoFS Mailing List. Before reporting problems, you should search for similar issues in the searchable mail archive. Another searchable archive for NFS, supported by Google, is here. The searchable mail archive for AutoFS is here.
- A useful set of generic NFS references includes the following:
- - "NFS Illustrated," by Brent Callaghan; Addison-Wesley, 2000.
- - "Managing NFS and NIS, 2nd edition," by Hal Stern, Mike Eisler, Ricardo Labiaga; OReilly, 2001.
- - "Linux NFS and Automounter Administration," by Erez Zadok; Sybex, 2001.
- - "Using the Linux NFS Client with Network Appliance Filers," by Charles Lever; Netapp TR-3183, 2004.
- - "Mike Eislers NFS blog."
- - "Eric Kustarzs blog."
- - "NFS version 4 home page."
- - Finally, the "linux.org online library" has many references.
Quick setup client guide
1. Acquire and install a recent distribution of Linux.
2. Set up your /etc/exports file (man exports for details).
3. Consult your distributions documentation to determine which /etc/init.d start-up script is used to start your server. Start NFS services by invoking this script as root, using the "start" parameter. Consider adding this script to the list of scripts that are automatically run at system start-up. (Red Hat uses the chkconfig command for this purpose).
4. Read the NFS How-To for advice on tuning and securing your server.
Quick Client Setup Guide
1. Acquire and install a recent distribution of Linux. To enable NLM lock recovery, ensure your clients host name, as returned by uname -n, matches the host name returned by DNS.
2. The NLM protocol is handled by an in-kernel service in modern kernels, but the user-level rpc.statd program must be running to enable NLM lock recovery. Consult your distributions documentation to determine which /etc/init.d start-up script is used to start it. Start the NSM daemon by invoking this script as root, using the "start" parameter. Consider adding this script to the list of scripts that are automatically run at system start-up. (Red Hat uses the chkconfig command for this purpose).
3. Create the directories on your client where you will mount the NFS shares.
4. Add entries in /etc/fstab corresponding to your mount points (man nfs for details).
5. Use mount -a -t nfs to mount the NFS shares.
6. During system boot-up, most distributions automatically mount NFS shares that are listed in /etc/fstab. If yours doesnt, check your distributions documentation for instructions on how to configure your client to do this.
Enhancements:
- The "mount.nfs" command was added, since the nfs mount functionality is being migrated from util-linux to nfs-utils.
- Substantial changes to were made statd. Various pieces of old code were removed.
- Lots of bugfixes and improvements were made.
<<less
Download (0.77MB)
Added: 2007-05-11 License: GPL (GNU General Public License) Price:
910 downloads
File::NFSLock 1.20

File::NFSLock 1.20


File::NFSLock is a Perl module to do NFS (or not) locking. more>>
File::NFSLock is a Perl module to do NFS (or not) locking.
SYNOPSIS
use File::NFSLock qw(uncache);
use Fcntl qw(LOCK_EX LOCK_NB);
my $file = "somefile";
### set up a lock - lasts until object looses scope
if (my $lock = new File::NFSLock {
file => $file,
lock_type => LOCK_EX|LOCK_NB,
blocking_timeout => 10, # 10 sec
stale_lock_timeout => 30 * 60, # 30 min
}) {
### OR
### my $lock = File::NFSLock->new($file,LOCK_EX|LOCK_NB,10,30*60);
### do write protected stuff on $file
### at this point $file is uncached from NFS (most recent)
open(FILE, "+<<less
Download (0.018MB)
Added: 2007-04-27 License: Perl Artistic License Price:
912 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5