Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.416.479 Times

Test Snmp Connectivity Linux freeware
Filter: All | Freeware | Demo
 

Test Snmp Connectivity Linux

< 1 2 3 4 5 > 
Added: July 09, 2010 | Visits: 975

Pioneer Linux Pioneer Linux is a desktop-oriented, Kubuntu-based distribution targeted at new as well as experienced Linux users. The product comes in two flavours: as a freely downloadable live and installation CD, and as a commercial boxed edition with CrossOver Office and technical support. Test and try...



Platforms: *nix

License: Freeware Size: 848 MB Download (103): Pioneer Linux Download

Added: March 24, 2010 | Visits: 1.035

Pioneer Linux Christian Edition Beta Pioneer Linux is a desktop-oriented, Kubuntu-based distribution targeted at new as well as experienced Linux users. The product comes in two flavours: as a freely downloadable live and installation CD, and as a commercial boxed edition with CrossOver Office and technical support. Test and try...





Platforms: *nix

License: Freeware Size: 676 MB Download (101): Pioneer Linux Christian Edition Beta Download

Added: July 31, 2013 | Visits: 506

v4l-test v4l-test is a test environment for V4L2 drivers. The V4L2 drivers are running under Linux in kernel space. This test environment is running in userspace and tries what normal video application would do. It also tries some things which are supposed to test the error handling mechanisms of a V4L2...


Platforms: *nix

License: Freeware Size: 266.24 KB Download (37): v4l-test Download

Added: August 14, 2013 | Visits: 709

KMess for Linux KMess is an alternative Live Messenger chat client for Linux. It allows Linux users to chat with friends who use Live Messenger in Windows or Mac OS. The strength of KMess is it's integration with the KDE desktop environment, it focus on Messenger-specific features and an easy-to-use interface....


Platforms: *nix

License: Freeware Size: 3.03 MB Download (41): KMess for Linux Download

Added: July 15, 2013 | Visits: 538

muCommander for Linux muCommander project is a cross-platform file manager that has a Norton Commander style interface and running on any operating system with Java support (Mac OS X, Windows, Solaris, Linux, *BSD...). Here are some key features of "muCommander": ?*A* Virtual filesystem with SMB, FTP and HTTP/HTTPS...


Platforms: *nix

License: Freeware Size: 3.65 MB Download (34): muCommander for Linux Download

Added: October 25, 2013 | Visits: 407

Observium for Linux Observium is an autodiscovering PHP/MySQL/SNMP based network monitoring which includes support for a wide range of network hardware and operating systems including Cisco, Linux, FreeBSD, Juniper, Foundry, HP and many more. Observium has grown out of a lack of easy to configure and easy use...


Platforms: *nix

License: Freeware Size: 10.22 MB Download (36): Observium for Linux Download

Added: January 08, 2006 | Visits: 7.430

Web page test automation toolkit Web page test automation tool. Fully written in Javascript and HTML set of tools, that fully simulate user walking through your pages. Allows you to set form fields, Verify value, position and related html source for specified text, handle alert and confirms, test new browser windows opened from...


Platforms: Windows, Windows CE

License: Freeware Size: 13 KB Download (561): Web page test automation toolkit Download

Released: February 11, 2003  |  Added: January 04, 2006 | Visits: 4.102

PowerTCP SNMP Tool Suite Use the ActiveX controls included with the PowerTCP SNMP Tool to create network management software. The SNMP version 1 and 2 Agent and Manager controls use a suite of supporting objects that include a MIB Object (for loading MIB files), an SNMP Message Object (for encoding/decoding packets), a...


Platforms: Windows

License: Freeware Size: 3.67 MB Download (486): PowerTCP SNMP Tool Suite Download

Released: January 08, 2005  |  Added: May 18, 2006 | Visits: 9.470

!R-Linux Data Recovery R-Linux is a data recovery and undelete utility for Ext2FS (Linux) file system. File recovery after power failure, system crash, virus infection or partition reformation, even for the different file system. Unformat and unerase tool. Creation of image files an entire disk, partition or its part....


Platforms: Windows

License: Freeware Size: 1.35 MB Download (624): !R-Linux Data Recovery Download

Released: December 20, 2006  |  Added: December 20, 2006 | Visits: 5.899

DiskInternals Linux Recovery DiskInternals Linux Recovery is a handy no-cost utility that runs under any version of Windows and designed to recover the erased or damaged information that is kept on Ext2/Ext3 partitions. DiskInternals Linux Recovery might come in handy on a number of occasions when due to the unforeseen...


Platforms: Windows

License: Freeware Size: 984.93 KB Download (861): DiskInternals Linux Recovery Download

Released: July 26, 2007  |  Added: August 23, 2007 | Visits: 4.649

Express Scribe For Linux Free digital transcription software for typists on Linux - Express Scribe is professional audio playback control software designed to assist the transcription of audio recordings. It is installed on the typist's computer and can be controlled using the keyboard (with 'hot' keys) and/or foot...


Platforms: *nix

License: Freeware Size: 608.94 KB Download (298): Express Scribe For Linux Download

Released: June 03, 2008  |  Added: June 13, 2008 | Visits: 7.180

USB Server for Linux USB Server for Linux. This new unique software product allows to share any USB device to use them over local network or Internet. To share USB device plugged into computer with Linux OS you just need to install USB Server product into your system. Your system must have kernel v2.6.15 and higher...


Platforms: *nix, Source

License: Freeware Size: 93.75 KB Download (1197): USB Server for Linux Download

Released: May 25, 2009  |  Added: July 13, 2009 | Visits: 2.790

Zeta Test Zeta Test is an integrated test management environment that enables you to perform black-box tests, white-box tests, regression tests or change management tests of software applications. Zeta Test helps you to plan, perform, log, monitor and document the tests, and then to evaluate the test...


Platforms: Windows

License: Freeware Size: 61.14 MB Download (201): Zeta Test Download

Added: January 18, 2010 | Visits: 1.440

Test::Smoke::Patcher Test::Smoke::Patcher is a OO interface to help patching the source-tree. SYNOPSIS use Test::Smoke::Patcher; my $patcher = Test::Smoke::Patcher->new( single => { ddir => $build_dir, pfile => $patch, popts => -p1, v => 1, # 0..2 }); $patcher->patch; or my $patcher =...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (110): Test::Smoke::Patcher Download

Added: January 18, 2010 | Visits: 1.147

Test::Stochastic Test::Stochastic is a Perl module to check probabilities of randomized methods. SYNOPSIS use Test::Stochastic qw(stochastic_ok); stochastic_ok sub { ...random sub...}, {a => 0.4, b => 0.6}; stochastic_ok {a => 0.4, b => 0.6}, sub { ...random sub...}; Test::Stochastic::setup(times => 100,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (105): Test::Stochastic Download

Added: January 18, 2010 | Visits: 1.411

Acme::Test::Weather Acme::Test::Weather is a Perl module to test the weather conditions for a user. SYNOPSIS use Test::Weather; plan tests => 2; # You may only install something # when its nice outside. &isnt_snowing(); &isnt_cloudy(); # output: 1..2 ok 1 - its partly cloudy in Montreal, Canada not...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (106): Acme::Test::Weather Download

Added: January 18, 2010 | Visits: 1.281

StressLinux StressLinux is a minimal linux distribution running from a bootable cdrom (LiveCD) or via PXE. stresslinux makes use of some utitlities available on the net like: stress, cpuburn, hddtemp, lm_sensors ... stresslinux is dedicated to users who want to test their system(s) entirely on high load...


Platforms: *nix

License: Freeware Size: 32.8 MB Download (118): StressLinux Download

Added: January 18, 2010 | Visits: 2.895

Call Of Duty 2 Linux Multiplayer Server Code Call Of Duty 2 Linux Multiplayer Server Code is a COD2 linux server. !! IMPORTANT !! Call of Duty 2 Linux Server is NOT SUPPORTED by Activision Customer Support. Please do not call with any questions related to this free beta product. There are other channels to aid you listed at the bottom...


Platforms: *nix

License: Freeware Size: 409.6 KB Download (86): Call Of Duty 2 Linux Multiplayer Server Code Download

Added: January 18, 2010 | Visits: 1.751

Linux NTFS Linux NTFS provides Linux kernel drivers, a multiplatform NTFS library, and tools to create, resize, clone, rescue, query, label and fix NTFS volumes, and to undelete, resize, list, and query files for the filesystem used by Windows XP, 2003, 2000, NT4, and Longhorn. Linux NTFS also provides...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (175): Linux NTFS Download

Added: January 18, 2010 | Visits: 1.062

most4linux most4linux project provides a Linux kernel driver for MOST PCI interfaces and userspace programs to test the driver. The driver can be compiled for Linux 2.6 or for the RTDM which works for the realtime extensions RTAI and Xenomai. It also provides a NetServices adaptation layer for the Linux...


Platforms: *nix

License: Freeware Size: 460.8 KB Download (94): most4linux Download

< 1 2 3 4 5 >