Main > Free Download Search >

Free one finger software for linux

one finger

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 74
Finger 1.37

Finger 1.37


Finger is a utility program designed to allow users of Unix hosts on the Internet network to get information about each other. more>>
Finger is a utility program designed to allow users of Unix hosts on the Internet network to get information about each other.

Finger is a direct replacement for the Berkeley 4.3 finger code, although it produces different looking output and is designed to run on a wide variety of systems.

The basic argument to Finger is a user@host pair. The user portion is the name of the user about whom you would like information. The host is a machine that the user has an account on. When invoked in this manner, GNU Finger displays the list of hosts that this user is currently logged in on, or, if the user is not logged in, the last time and location that he or she was. host may be expressed as any valid Internet address (i.e. dot-notation, host.domain, etc).

If host is non-existent, the local host is assumed. If user is blank or unspecified, it is assumed that you want information about all users.

The content and format of the output of GNU finger depends on what is being fingered:

User Displays login information about user. If `--info or `--l is also specified, finger will display the full name, home directory, shell, mail forwarding, and `.plan and/or `.project file. This is what the output will look like:

bash$ finger --info bson@gnu.ai.mit.edu
[apple-gunkies.gnu.ai.mit.edu]

Jan Brittenson (bson)
Home: /home/fsf/bson
Shell: /usr/local/bin/bash
Mail forwarded to bson@ai.mit.edu.
No mail.

User Real Name What Idle TTY Host Console Location
bson Jan Brittenson fgrep *p0 apple-gu (nutrimat.gnu.ai.)
bson Jan Brittenson 1:57 *sb nutrimat
<<less
Download (0.23MB)
Added: 2006-06-08 License: GPL (GNU General Public License) Price:
1240 downloads
efingerd 1.6.2

efingerd 1.6.2


This is a replacement for standard linux finger daemon. more>> <<less
Added: 2005-10-11 License: GPL Price: FREE
1 downloads
XFinger 1.2.0

XFinger 1.2.0


XFinger is the X window version of the finger command for linux and other Unix-like systems. more>>
XFinger is the X window version of the finger command for linux and other Unix-like systems. The application provides refresh: in this way you can keep users monitored.

Compiling:

Sorry: no Makefile yet.

First of all you need to install the FLTK library from www.fltk.org, then you can compile XFinger. I tested it using GNU C++ compiler (g++/egcs) under RedHat Linux version 5.2 and 6.1. You can find examples of compilation commands in the files named COMPILE and STATIC-COMPILE.

After this, try the program, simply typing "./xfinger". If you are not used to compile programs, you can run the precompiled binary included in the distributed file. It should work on any Linux system with 2.x.x kernel (static ELF).

Maybe you can also recompile it on other Unix-like systems.
<<less
Download (0.43MB)
Added: 2006-12-07 License: GPL (GNU General Public License) Price:
1053 downloads
zkfingerd 2.0.13

zkfingerd 2.0.13


zkfingerd is a replacement for standard finger. more>>
zkfingerd is a relatively simple finger server designed to give the sysadmin complete control over what it looks like and what it does. Variable substitution allows you to make the output look however you want it to look. Script execution allows you to define targets which will execute programs, as well as enabling you to allow system users to write their own program to be executed when they are fingered. Complete configurability -- zkfingerd aims to give you completely control over what it does and when. Basic HTTP support, including a workaround that detects the differences between browsers that send the "//" in a finger URL as part of the query and those that dont. Public file areas allow users to make the contents of directories available to anyone who asks wants.
Obtain source from http://sourceforge.net/projects/zkfingerd or finger:
cuervo/zkfingerd/zkfingerd-latest.tar.gz.Z@digits.zerokarma.sleepers.net
Unpack (tar xvfz zkfingerd*.tar.gz)
Change to the zkfingerd source directory
Compile and install zkfingerd by running make install
Change to the /etc/finger directory and edit the config file, templates, and banner
Enhancements:
- Fixed free() causing SIGSEGV on my Debian system.
- New pretty compiler doowhackey.
<<less
Download (0.18MB)
Added: 2006-06-26 License: GPL (GNU General Public License) Price:
1217 downloads
Califone Listening Center 1.0

Califone Listening Center 1.0


School Desk search toolbar from Mcdonalds Direct designed for Firefox to improve browsing experience, and aid in the search of school and office furn... more>> <<less
Download (504KB)
Added: 2009-04-21 License: Freeware Price: Free
190 downloads
Joone 2.0.0RC1

Joone 2.0.0RC1


Joone is a neural network Java framework with an easy-to-use graphical interface. more>>
Joone project is a FREE Neural Network framework to create, train and test artificial neural networks. The aim is to create a powerful environment both for enthusiastic and professional users, based on the newest Java technologies.
Joone is composed by a central engine that is the fulcrum of all applications that are developed with Joone. Joones neural networks can be built on a local machine, be trained on a distributed environment and run on whatever device.
Everyone can write new modules to implement new algorithms or new architectures starting from the simple components distributed with the core engine. The main idea is to create the basis to promote a zillion of AI applications that revolve around the core framework.
Main features:
Architecture
- The Joones framework is built with a modular architecture: the core engine is separated from the visual interface and permits easily to implement any new application based on it.
- Joone is portable, being written in 100% pure Java. It can run in any environment, from big multiprocessor machines to small palmtop devices.
Neural Networks usability and transportation
- The neural networks based on Joone are usable stand-alone (separated from the framework that has created or trained them).
- The Joones based neural networks can be transported using common protocols (like http or ftp) to run on remote machines
Framework expandability
- The framework is expandable with more components to implement new learning algorithms or new architectures.
- With Joone its possible to implement any kind of optimization; there are two main methods to find the best solution to a given problem (i.e. to find the best neural network): local optimization and global optimization techniques. The local optimization is obtained applying some internal mechanism (the most famous is the momentum), the global optimization, instead, try to find the best solution applying some external technique to select the best performing NN among a predefined group of NNs (like genetic algorithms). Both are implemented with Joone, and many new optimization techniques can be experimented thanks to its expansibility.
Multithreading and scalability
- Joones core engine is based on a multithreaded engine, capable to scale using all the computing resources available.
- Joone provides the professional users with a distributed environment to train many neural networks in parallel on several machines.
Licensing
- Joone is freely usable. Its license is the Lesser General Public License (LGPL).
- Youre encouraged to try it and use it for whatever (both commercial and academic) application.
Whats New in 1.2.1 Stable Release:
- This release adds support for the Groovy scripting language.
- LogarithmicPlugin has been added, to apply a logarithmic transformation (base e) to input data. "Save as XML" has been added to the GUI Editor, in order to permit saving a neural network in XML format.
- A number of bugs have been fixed, including a problem that prevented SangerSynapse from learning when in training mode.
- The inspection panel no longer shows the biases for Layers for which this doesnt make sense.
- This release fixes the lack of the first column when the inspected values were copied in the clipboard.
Whats New in 2.0.0RC1 Development Release:
- Performance was improved by 50%, thanks to heavy refactoring of the core engine, by adding the single-thread mode.
- A set of tools was added in order to hide the complexity of the API.
- A new Image I/O component has been added in order read and write directly from/to image files.
- A new SoftMax Layer has been added to build neural networks able to resolve 1 of C classification problems.
- The usability of the property panels has been improved by adopting a new file chooser panel and a visual calendar panel.
- Several bugs were fixed and the documentation has been updated with the new features.
<<less
Download (10MB)
Added: 2007-01-19 License: LGPL (GNU Lesser General Public License) Price:
1009 downloads
Frets On Fire 1.2.438

Frets On Fire 1.2.438


Frets on Fire is a game of musical skill and fast fingers. more>>
Frets on Fire is a game of musical skill and fast fingers. Frets On Fires aim is to play guitar with the keyboard as accurately as possible.

<<less
Download (32MB)
Added: 2007-04-01 License: GPL (GNU General Public License) Price:
31275 downloads
FXP.One 1.4

FXP.One 1.4


FXP.One is a whole new system to FTP and FXP. more>>
FXP.One is a whole new system to FTP and FXP. It is not just another client. This engine does all the hard work with dealing with FTP sites.
Built into that is a very simple but powerful API protocol. The idea is then, if someone wants to do an FTP, or FXP, client they can then make one without the FTP hassles. Currently there already are multiple clients. They all talk to the FXP.One engine, and you can interchance the clients.
That is, use one client to create and queue up some items and start the queue process. At a later time, a different client, from a different location can connect and check on the progress of that queue, change it, add to it and so on.
Main features:
- Full FTP and FXP capabilities.
- SSL/TLS support, auto-sensing and forced.
- SSL/TLS data support, auto-sensing and forced.
- SSCN seceure data FXP support.
- CCSN seceure data FXP support.
- XDUPE aware for faster queue processing.
- Auto resume, or overwrite options
- Resume last (re-queue all resume items last for faster queue processing)
- FXP direction control (if one site is firewalled)
- PRET Pre-transfer support for ring-sites.
- Skip lists for both files and directories
- Pass lists for both files and directories (opposite to skip list)
- Move-first for both files and directories
- Automatic skip of empty files and directories.
- Encodes all file and directory names as to handle any locale.
Enhancements:
- Local SSL transfers would fail without an SSL certificate.
- Local transfers would incorrectly negotiate CCSN.
- Both of those problems have been fixed.
- STOP methods were implemented.
- The FXP.One home is automatically created based on platform.
- Minor autoconf fixes were made.
<<less
Download (0.45MB)
Added: 2007-04-25 License: BSD License Price:
918 downloads
FC-One LiveCD 20070121

FC-One LiveCD 20070121


FC-One LiveCD is a GNU/Linux operating system. more>>
FC-One LiveCD is a GNU/Linux operating system.
Enhancements:
- Update kernel 2.6.19-1.2895.fc6
- Add Viet-Phap & Phap-Viet data for stardict
- Add eject & some system-config-* packages
- Fixed error releated to icons ...
<<less
Download (692MB)
Added: 2007-01-24 License: GPL (GNU General Public License) Price:
1006 downloads
One-Wire Weather 0.82.0

One-Wire Weather 0.82.0


One-Wire Weather is a client program for Dallas Semiconductor / AAG 1-wire weather station kits. more>>
One-Wire Weather is a client program for Dallas Semiconductor / AAG 1-wire weather station kits, providing a graphical (animated) display to monitor outside temperature, wind speed and direction, rainfall, and humidity.
Extra temperature sensors may be added. A 1-wire "hub" may be used for improved reliability and range. Weather data may be logged to CSV files, parsed to command line programs, sent to the Henriksen Windows client, or uploaded to Web servers at Dallas, The Weather Underground, and HAMweather.
Enhancements:
- Changes to libusb calls, to operate correctly with recent Linux kernels.
- Added facility for waveform slew/timing adjustment for DS2490.
- Locale now set to POSIX when creating output for wunderground, &c - so you can log e.g. with comma as decimal separator, but wunderground gets a full stop.
- Rain from a remote source is integrated for upload (but please could people check if this works for you).
- Initial support for DS2760 - e.g. AAG TAI8560 thermocouple adapter (but the thermocouple Voltage isnt interpreted yet).
- Added facility for placing control characters in parser strings, as C-style escape sequences.
- Added dailyrain statistic for wunderground uploads, &c.
- Implemented rapid update for wunderground.
<<less
Download (0.43MB)
Added: 2007-07-12 License: Artistic License Price:
844 downloads
One-JAR 0.95

One-JAR 0.95


One-JAR is a Java jar distribution mechanism. more>>
One-JAR is a simple solution to the problem of distributing an application as a single jar file, when it depends on multiple other jar files.

It uses a custom classloader to discover library jar files inside the main jar.
<<less
Download (0.027MB)
Added: 2005-04-07 License: Freely Distributable Price:
932 downloads
Rock Dodgers 0.6.0a

Rock Dodgers 0.6.0a


Rock Dodgers project is a game in which you avoid flying space rocks. more>>
Rock Dodgers project is a game in which you avoid flying space rocks.

Use your shields, fire your thrusters, cross your fingers, and kiss your ship goodbye.

<<less
Download (0.41MB)
Added: 2006-12-07 License: GPL (GNU General Public License) Price:
1054 downloads
Cursed MIDI Sequencer 0.5

Cursed MIDI Sequencer 0.5


Cursed MIDI Sequencer is a MIDI-Sequencer which targets both terminal purists and visually impaired people. more>>
Purely character-based applications are sometimes referred to as cursed applications (originating for the library ncurses which is also used for this sequencer).

They can be run in any terminal. Furthermore, they are particularly suited for being operated over the network as terminal applications generate only little traffic. Sometimes, repositioning the mouse as required by graphical user-interfaces may not be desired, especially if the user has to switch between the PC and other equipment, frequently.

But particularly for visually impaired people, graphical user interfaces can be a barrier hard to overcome. Screen readers can help to read the text and so-called braille-displays can be used to make alphanumerical output by an application become tangible by the finger tips. However, these tools are valuable only, if the application does not make too much use of graphical symbols and different kinds of interaction with the mouse.

Cursed MIDI Sequencer is a MIDI-Sequencer which targets both terminal purists and visually impaired people. The purely character- based interface provides the kind of information needed by braille-displays and screen-readers.

But CuSE can also enable normally sighted people to run the sequencer over a network or on a low-end embedded device.
<<less
Download (0.32MB)
Added: 2007-04-11 License: GPL (GNU General Public License) Price:
928 downloads
nefu 1.3

nefu 1.3


nefu (network fidelity utility) is a Unix daemon that monitors services over the network. more>>
nefu (network fidelity utility) is a Unix daemon that monitors services over the network. Natively-monitored protocols include ICMP echo (ping), SSH, IPP, DNS, HTTP, POP, NTP, IMAP, SMTP, and LDAP, as well as having facilities to execute external programs. Status pages are available via finger or the Web.
nefu monitors network services and reports eventual failures. Working from a discription of the network topography, nefus algorithm prevents "false alarms" in the event of a network outage due to a dependency failure.
nefu is in production use at the University of Michigan, monitoring more than 250 servers (among which are U-Ms IMAP, WWW, and LDAP Directory servers) and a variety of other systems. nefu is available under a BSD-style license.
Enhancements:
- Improved TDK: documentation, portability, examples.
- SMTP test says HELO
- Thanks to Joel Brogniart
<<less
Download (0.30MB)
Added: 2006-06-28 License: BSD License Price:
1213 downloads
Kphone 1.0.2.1

Kphone 1.0.2.1


Kphone is a Session Initiation Protocol (SIP) user agent for Linux. more>>
Kphone is a Session Initiation Protocol (SIP) user agent for Linux, which allows Voice over IP (VoIP) connections over the Internet.
Kphone project supports Presence and Instant Messaging, and to some extent video calls between two hosts.
The KphoneSI is based on the KPhone.
The original KPhone was written by Billy Biggs, current version by Pekka Raisio, Jouni Vuorela and Juha Heinanen at Wirlab with suggestions and fixes from the KPhone community around the world.
The KphoneSI was written by Klaus Fleischmann based on the kphone with various contributions from others and is still in devellopment.
This software package is testet on Suse Linux V 9.0, 9.1, 9.2, 9.3.
This software package comes with NO warranty. You should note that by downloading, compling and installing it you agree to full self responsibility.
Read INSTALL for installation instructions, and CHANGES for the latest additions in functionality and COPYING for the General Public License (GPL).
Note: "This program is released under the GPL with the additional exemption that compiling, linking, and/or using OpenSSL is allowed."
Enhancements:
- I polished up the installation routines (Bug no. 1547721 plus other
- (undocumented) errors)
- new ring app: kphoneringsh, is allows you to use an app of your
- choice for ringing, see the user manual for more.
- The STUN timer now accepts other values than the default value; the
- default is increased to 1200 sec.
- The well known memory leaks are closed now (Bug no. 1532451)
- partners codecs, if supported by KPhone, are now recognized even if
- the matching a=rtpmap line is missing in the SDP-description. (X-Lite
- sends such nasty things).
- Authentication got more protection from proxies running havoc.
- signalling and media transport for UDP are always set to symmetric mode
- bug #1564126,Call Hold is saved
- ALSA will not block any longer, if more than one application tries to
- access it. This is usefull for tests, but do not expect sound!
- Project 64Bit: KPhone SI except SPEEX is made compilable on 64-bit
- compilers (be carefully, there still are runtime errors).
<<less
Download (1.3MB)
Added: 2006-09-28 License: GPL (GNU General Public License) Price:
1126 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5