Main > Free Download Search >

Free ping 1.10 software for linux

ping 1.10

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 321
PING 1.10 / 2.00 RC7

PING 1.10 / 2.00 RC7


PING is a live Linux ISO, based on the excellent RIP (Recovery Is Possible) distribution. more>>
PING is a live Linux ISO, based on the excellent RIP (Recovery Is Possible) distribution. PING can be burnt on a CD and booted, or integrated in a PXE / RIS environment.
Several tools have been added and written, so to make this ISO the perfect choice to backup and restore whole partitions, an easy way. It sounds like Symantec Ghost(tm), but has even better features, and is totally free.
Main features:
- Backup and Restore partitions or files to a MS Network Shared directory;
- Backup and Restore the BIOS data as well;
- Either burn a bootable CD / DVD, either integrate within a PXE / RIS environment;
- Possibility to Blank local admins password;
- Create your own restoration bootable DVD (see the Howto Documentation);
- Partition and Format a disk before installing Windows (so to make sure your unattended Windows installation will happen on the right partition);
Specific advantages Linux brings you over DOS and Ghost :
- Most network cards automatically recognized by the Kernel (unlike DOS);
- Most CD/DVD readers automatically recognized by the Kernel (unlike DOS);
- You dont have to run a Ghostcast server to receive images over the network.
Whats New in 2.00 RC7 Development Release:
- NTFS filesystems were not being resized to the maximum size that the partition could contain, though logging reported such.
- An occasional hang on some systems when it came to mount NTFS partitions was fixed.
- For an unknown reason, using NTFS-3G drivers rather than native kernel drivers seems to resolve the issue.
- The kernel was updated to Linux 2.6.22.4.
- Some more network and S-ATA/SCSI drivers have been compiled.
<<less
Download (31.8MB)
Added: 2007-08-24 License: GPL (GNU General Public License) Price:
518 downloads
KDE Ping 1.0

KDE Ping 1.0


KDE Ping is a network/IP ping utility for KDE. more>>
KDE Ping is a network/IP ping utility for KDE.

<<less
Download (MB)
Added: 2006-03-20 License: GPL (GNU General Public License) Price:
1338 downloads
Arping 2.05

Arping 2.05


Arping is an ARP level ping utility. more>>
Arping is an ARP level ping utility. Its good for finding out if an IP is taken before you have routing to that subnet. You can also ping MAC addresses directly.

Broadcasts a who-has ARP packet on the network and prints answers. VERY useful when you are trying to pick an unused IP for a net that you dont yet have routing to. Then again, if you have no idea what Im talking about then you prolly dont need it.

Arping is util to find out it a specific IP address on the LAN is taken and what MAC address owns it. Sure, you *could* just use ping to find out if its taken and even if the computer blocks ping (and everything else) you still get an entry in your ARP cache. But what if you arent on a routable net? Or the host blocks ping (all ICMP even)? Then youre screwed. Or you use arping.
<<less
Download (0.031MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1269 downloads
Web Ping 0.1

Web Ping 0.1


Web Ping is a program for testing your internet connection. more>>
Web Ping is a program for testing your internet connection.

Web Ping is a simple application to test an internet connection to a perticular site. I created this application after my work moved locations and half our network stayed in the old building and the other half moved with us to the new location.

A flaky (significant point) VPN was set up to keep the two connected. Since a couple of the unmoved servers were of interest to me, I keeped checking to see if they were still accessable with the ping command before doing any serious work with them.

A quick and pathetic Google resulted in no other program that meet my needes, so I wrote one.

Insted of doing an actual network ping, Web Ping tests a connection by downloading a web page on a given server. The size of the page and time are stored in memory and the times are graphed. In this way, sites that block network a ping can still be tracked.

Web Ping also keeps track of the largest and smallest download times per session and also tracks the max and min values currently on the graph. Times of interest are graphed in a color which represents if it is a max or a min. (see figure one). The history tab also lists all the max values as they have been recevied.

A running average is also calculated with each download. The files downloaded are not processed or stored in any way. This prevents any security problems that can normaly happen in a web browser enviroment. The only two pecies of information retained about a downloaded file is the size and time.

Usage:

There are two ways to use Web Ping, GUI or CLI mode. The simplest of the two modes is CLI. Web Ping can be started in CLI mode by passing a url to the jar file in a command line interface like this: "java -jar WebPing.jar http://localhost". Web Ping will automaticly start getting statistics on the requested url, printing results to the screnn.

To quite, press q and then then ENTER key. CLI allows the user to Most people will probably want to use the GUI mode which has a history graph and allows the user to start and stop the session.

The best way to run Web Ping is in GUI mode. GUI mode allows the user start and stop the ping process at will and to change the site that is pinged. Users can also see more information about about the history of the pings and view max values and min values easily. There are three tabs on the top of the page, the first is the application, second is the history list, and the last give information about the application.

<<less
Download (0.38MB)
Added: 2005-12-09 License: Other/Proprietary License Price:
1438 downloads
SIOX 1.10

SIOX 1.10


SIOX is a Java SDK that provides a generic segmentation engine. more>>
SIOX stands for Simple Interactive Object Extraction and is a solution for extracting foreground from still images with little user interaction.
The underlying method is fast, noise robust, and can also be used for segmentation of videos. SIOX is free (GNU GPL) and is currently being integrated into the GIMP.
SIOX originates from E-Chalk where an instructor standing in front of an electronic chalkboard is segmentated.
Enhancements:
- Major code cleanups were done.
- A bug concerning multiple foreground object selection was fixed.
- Further documentation was added.
<<less
Download (0.21MB)
Added: 2005-11-03 License: The Apache License 2.0 Price:
1450 downloads
ipac 1.10

ipac 1.10


ipac is an IP accounting package for Linux. more>>
ipac is an IP accounting package for Linux.It collects, summarizes, and nicely displays IP accounting data. The output of ipac can be a simple ASCII table, an ASCII graph, or even images with graphs showing traffic progression.
ipac is made of two scripts (shell and perl) and one C program:
- ipacset reads a configuration file and sets up ip accounting for the kernel using ipfwadm or ipchains
- fetchipac, executed from cron once in a while, reads the current ip accounting data assembled by the kernel and writes it to a new file
- ipacsum summarizes the data from a set of files and, optionally, replaces these files by one. It displays the values as a simple table containing the sums, as png graph pictures or as ascii graph pictures.
Main features:
- support for .png image generation with newer GD librarys (1.06)
- smaller changes and new features (see CHANGES) (1.06)
- rewrite of fetchipac in C and introducing of accuracy to ipacsum (1.07)
- several bug fixes in ipacsum and fetchipac (1.08, 1.09)
Enhancements:
- added Suse rpm directory under contrib/
- ipacsum: --png-header-in-index option
- ipacsum: corrected documentation and behavior concerning --png-index
- ipacsum: --png-start, --png-end, --png-charset
- ipacsum: x axis labels are now aligned to month and year borders
- ipacsum: bug fix illegal division at line 1206/1185
<<less
Download (0.058MB)
Added: 2006-06-29 License: GPL (GNU General Public License) Price:
1214 downloads
PWLib 1.10.7

PWLib 1.10.7


pwlib is a portable Windows libary. more>>
pwlib is a portable Windows libary.

PWLib is a moderately large class library that has its genesis many years ago as a method to product applications to run on both Microsoft Windows and Unix
X-Windows systems. It also was to have a Macintosh port as well but this never eventuated. The parts of the library relating to GUI functions have also been removed.

Since then the system has grown to include many classes that assist in writing
complete multi-platform applications. Classes for I/O portability, multi-threading portability, aid in producing unix daemons and NT services portably and all sorts of internet protocols were added over the years.

All this over and above basic "container" classes such as arrays, linear lists,
sorted lists (RB Tree) and dictionaries (hash tables) which were all created
before STL was standardized. Future versions of PWLib will see many of these
classes replaced or supplemented by STL.

The library was used extensively for all our in-house products. Then we decided to support the open H323 project by throwing in some of the code written for one of our products. Thus, required PWLib so it got thrown into the open source world as well.
<<less
Download (2.0MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
932 downloads
poink 1.6

poink 1.6


poink provides a TCP/IP-based ping tool. more>>
poink provides a TCP/IP-based ping tool.

poink is a TCP/IP-based ping implementation that does not require special privileges and is designed for multiuser shell systems. It is intended to be a secure replacement for the standard IPv4 network monitoring tool.

Not much to say... This is a nosuid, so quite secure, version of ping utility
for IPv4. It uses dirty trick - TCP linear SYN/RST challenge instead of
ICMP echo/echo reply. It wont allow any flood-pings (others than connect
flood you could achieve anyway), security compromises etc.

Currently, basic ping parameters are implemented (compatible with
original ping):

ping [ -i delay ] [ -c count ] [ -t timeout ] hostname

-i delay - delay between pings in seconds (default 1, min. 1)
-c count - number of packets to send (default: 0 - until break)
-t timeout - packet timeout in seconds (default: 4, min. 1)

NOTE: longer timeouts might result in slightly inaccurate results because of TCP/IP retransmits.

When finished or stopped with Ctrl+C (SIGINT), poink prints some statistics
about round-trip times, jest like the original ping does. Round-trip times
are displayed in miliseconds (1/1000 of second, ms), but unlike its setuid
counterpart, nosuid ping additionally displays time in microseconds
(1/1000000 of second, usec) if trip time is really low (well, I think that
more recent versions of ping are doing it now, too).

Currently, Linux is the only supported platform, but BSD port should
be really easy to develop.
<<less
Download (0.012MB)
Added: 2007-02-28 License: GPL (GNU General Public License) Price:
969 downloads
PingNode 0.1

PingNode 0.1


PingNode will ping network nodes at a set interval. more>>
PingNode will ping a list of network devices at a specified interval. PingNode will then create a record in a MySQL database for each ping indicating that the node was there or not there.

It will also send an email if the node is found to be down. The index.php page contains a list of monitored hosts with current status.

A detail page contains historical data for a given host.

ToDo:

Seperate table for hosts
Query data by date range
Dynamic host add/delete/modify
Custom Reports
disk space monitor
Process/Service monitor

<<less
Download (0.033MB)
Added: 2006-05-04 License: GPL (GNU General Public License) Price:
1269 downloads
BSNMP ping 0.1

BSNMP ping 0.1


BSNMP ping is a module for bsnmpd which allows you to measure latency and reachability. more>>
BSNMP ping is a module for bsnmpd which allows you to measure latency and reachability. It sends out ICMP packets to the configured hosts.

A history of received packets is maintained, and you can query via SNMP how many dropped packets, maximum/minumum latency and other stats for that history period.

As bsnmpd only runs on BSDs (seems that way), this will also be the case for bsnmp-ping.

EXAMPLES

The following example pings two hosts. The first gets pinged once per second, and keeps a history for 300 seconds. The second is pinged 5 times per second, and the history is kept for 30 seconds.

The following would be added to /etc/snmpd.config:

begemotSnmpdModulePath."ping" = "/usr/local/lib/snmp_ping.so"
%ping
pingHost.1 = "10.8.9.2"
pingInterval.1 = 100
pingHistory.1 = 300

pingHost.2 = "2.2.2.2"
pingInterval.1 = 20
pingHistory.1 = 150
<<less
Download (0.30MB)
Added: 2006-04-10 License: BSD License Price:
1296 downloads
Lintouch 1.10

Lintouch 1.10


Lintouch is an implementation of HMI or MMI software framework. more>>
Lintouch is an opensource implementation of HMI (Human Machine Interface) or MMI (Man Machine Interface) software framework. Lintouch is free software and is distributed under the GNU General Public License 2.
Using Lintouch Editor you can easily build your own HMIs by designing and testing the graphical layout of your screens. Later on you deploy the created Lintouch Project to your target device where it will be executed within the Lintouch Runtime. You are welcome to visit our Screenshots Gallery to see these applications in action.
The list of connectivity options is available within the Server Plugins Repository. The available visualization primitives are listed within the Template Libraries Repository. You can see some example and real-world projects within the Example Projects Repository.
Enhancements:
- The Modbus/TCP Plugin has been fixed to work with more devices.
- Lintouch Server can log all events to a file or database
- The logging mechanism can be extended by developing new logging plugins.
<<less
Download (3.0MB)
Added: 2006-05-26 License: GPL (GNU General Public License) Price:
1265 downloads
httping 1.2.4

httping 1.2.4


httping is a ping-like tool for HTTP requests. more>>
httping is a "ping"-like tool for HTTP requests. Give it a URL and it will show how long it takes to connect, send a request, and retrieve the reply (only the headers).
httping can be used for monitoring or statistical purposes (measuring latency).
Enhancements:
- A big memory leak in the SSL code was fixed.
- An audible ping mode was added.
<<less
Download (0.008MB)
Added: 2007-07-10 License: GPL (GNU General Public License) Price:
841 downloads
JSCPP 1.10

JSCPP 1.10


JSCPP is an ANSI C preprocessor and language parser that can analyze and instrument C code. more>>
JSCPP is an ANSI C preprocessor and language parser that can analyze and instrument C code.
Currently, its most prominent application is to add tracing to existing C programs simply by recompiling and linking it with the "jscc" compiler frontend.
The standard tracing shows when a function is entered or left along with the parameters passed or return values. It is also possible to trace each source line and watch read/write access to simple variables.
Tracing is achieved by instrumenting the source code before calling the system compiler. The program is modular and can be easily extended to other kinds of source code modifications.
Enhancements:
- This release adds a new trace mode, "fctwrap", to generate wrappers for each function called.
- This allows you to see how, for example, standard library functions are called, but is less suitable to instrument code permanently.
<<less
Download (0.30MB)
Added: 2005-11-07 License: GPL (GNU General Public License) Price:
1446 downloads
Errno 1.10

Errno 1.10


Errno package contains system errno constants. more>>
Errno package contains system errno constants.

SYNOPSIS

use Errno qw(EINTR EIO :POSIX);

Errno defines and conditionally exports all the error constants defined in your system errno.h include file. It has a single export tag, :POSIX, which will export all POSIX defined error numbers.

Errno also makes %! magic such that each element of %! has a non-zero value only if $! is set to that value. For example:

use Errno;

unless (open(FH, "/fangorn/spouse")) {
if ($!{ENOENT}) {
warn "Get a wife!n";
} else {
warn "This path is barred: $!";
}
}

If a specified constant EFOO does not exist on the system, $!{EFOO} returns "". You may use exists $!{EFOO} to check whether the constant is available on the system.

CAVEATS

Importing a particular constant may not be very portable, because the import will fail on platforms that do not have that constant. A more portable way to set $! to a valid value is to use:

if (exists &Errno::EFOO) {
$! = &Errno::EFOO;
}

<<less
Download (0.008MB)
Added: 2007-05-10 License: Perl Artistic License Price:
899 downloads
cpdvd 1.10

cpdvd 1.10


cpdvd is a tool to transfer a DVD title to your harddisk with ease on Linux. more>>
cpdvd is a tool to transfer a DVD title to your harddisk with ease on Linux.

This tool copies all required files for a movie title from a DVD on your harddisk for further processing with libdvdreads image mode (e.g. transcode). It automatically selects the title with longest duration - but you can also pick a specific one.

The tool determines the correct title set (VTS-VOB files) for the selected title, clones the navigation information (IFO files) and extracts (decodes) the data into new video object streams.

Installation:

Unzip the file and place it in your bin path. Make sure you have installed Perl! You need at least transcode version 0.6.0pre4 and of course cpvts.

Usage:

You simply give a target directory (will be created automatically) insert a DVD and thats all:

cpdvd MyMovie

You can then run transcode with the dvd import module (-x dvd) on this directory:

transcode -i MyMovie -x dvd ...

If your DVD device is not /dev/dvd or the DVD mount point is not /dvd then you must specify the following options:

cpdvd -d /dev/mydvddevice -m /my/dvd/mointpoint MyMovie

or set the DVD_MOUNT and DVD_DEV environment variables.

If you want to copy another title or the main title guess was wrong then you can pick a title with the -t option:

cpdvd -t 2 MyMovie

With the -i option you will receive information on all titles of a disc and the guess which title is the main title:

cpdvd -i

<<less
Download (0.004MB)
Added: 2006-05-26 License: GPL (GNU General Public License) Price:
1248 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5