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.480.189 Times

Linux Net Send freeware
Filter: All | Freeware | Demo
 

Linux Net Send

< 1 2 3 4 5 > 
Added: July 14, 2010 | Visits: 1.495

Ark Linux Live Ark Linux Live is a Live CD edition of Ark Linux. Ark Linux is a beginner-friendly Linux distribution meant primarily for desktop use. The Ark Linux team is pleased to announce the release of a first version of Ark Linux Live, a Live CD version of the Ark Linux operating system. Ark Linux... Platforms: *nix

License: Freeware Size: 642 MB Download (111): Ark Linux Live Download

Added: August 15, 2010 | Visits: 967

Linux Kernel Linux Kernel is the essential part of Linux, responsible for resource allocation, low-level hardware interfaces, security, simple communications, and basic file system management. Linux is a clone of the operating system Unix, written from scratch by Linus Torvalds with assistance from a... Platforms: *nix

License: Freeware Size: 54.3 MB Download (111): Linux Kernel Download

Added: July 10, 2010 | Visits: 976

Linux Kernel 2.6.23 Linux Kernel is the essential part of Linux, responsible for resource allocation, low-level hardware interfaces, security, simple communications, and basic file system management. Linux is a clone of the operating system Unix, written from scratch by Linus Torvalds with assistance from a... Platforms: *nix

License: Freeware Size: 54 MB Download (106): Linux Kernel 2.6.23 Download

Added: March 16, 2010 | Visits: 947

Net::SCP::Expect Net::SCP::Expect is a wrapper for scp that allows passwords via Expect. SYNOPSIS Example 1 - uses login method, longhand scp: my $scpe = Net::SCP::Expect->new; $scpe->login(user name, password); $scpe->scp(file,host:/some/dir); Example 2 - uses constructor, shorthand scp: my $scpe =... Platforms: *nix

License: Freeware Size: 153.6 KB Download (114): Net::SCP::Expect Download

Added: April 15, 2010 | Visits: 1.447

Open Aureal Linux Driver Open Aureal Linux Driver is a fork of Aureals own soundcard drivers for the Vortex 2, Vortex 1 and Vortex Advantage. It is built with the goals of making the drivers more Open Sound System (OSS) compliant, more stable, and supporting later kernels. Installing the Driver 1. Unpack the... Platforms: *nix

License: Freeware Size: 153.6 KB Download (110): Open Aureal Linux Driver Download

Added: July 26, 2010 | Visits: 2.184

The Linux UPnP Internet Gateway Device Project The Linux UPnP Internet Gateway Device Project is an attempt to begin work on a UPnP Forum-compliant Internet Gateway Device. It allows Windows Messenger or other this kind of programs to use voice/video through a Linux firewall running Iptables. This program only creates DNAT (portmap)... Platforms: *nix

License: Freeware Size: 28.67 KB Download (113): The Linux UPnP Internet Gateway Device Project Download

Added: May 27, 2010 | Visits: 882

Send with Kopete Send with Kopete is a servicemenu for sending files with Kopete application. It shows a dialog containing all contacts in Kopete which are able to receive files and after selecting one of them, the file is sent to that contact. Ive tested it only with jabber protocol (the only one I can use for... Platforms: *nix

License: Freeware Download (93): Send with Kopete Download

Added: October 16, 2010 | Visits: 1.411

Linux ATI CPU HDD Control Daemon Linux ATI CPU HDD Control Daemon is able to reduce power consumption in a laptop by scaling back CPU, GPU (Radeon only), and HDD. It uses CPUFreq, ACPI, HDDTemp, and internal functions. It also checks for thermal overheating for the sake of laptop health. Now implementing an app scheduling... Platforms: *nix

License: Freeware Size: 50.18 KB Download (108): Linux ATI CPU HDD Control Daemon Download

Added: January 01, 2010 | Visits: 1.106

Net::YahooMessenger Net::YahooMessenger is a Perl interface to the Yahoo!Messenger IM protocol. SYNOPSIS use Net::YahooMessenger; my $yahoo = Net::YahooMessenger->new( id => your_yahoo_id, password => your_password, ); $yahoo->login or die "Cant login Yahoo!Messenger"; $yahoo->send(recipient_yahoo_id,... Platforms: *nix

License: Freeware Size: 16.38 KB Download (152): Net::YahooMessenger Download

Added: October 09, 2010 | Visits: 2.483

Linux MSN Messenger Engine Linux MSN Messenger Engine is a fully asynchronous, and fully multithreaded MSN messenger engine. Preliminary releases will be statically combined with an ncurses console-based EPIC4-like interface for instant messaging functionality. Whats New in This Release: - Code cleanup. Get Linux MSN... Platforms: *nix

License: Freeware Size: 57.34 KB Download (142): Linux MSN Messenger Engine Download

Added: July 02, 2010 | Visits: 1.441

Simple Wiimote Library for Linux Simple Wiimote Library for Linux (Libwiimote) is a simple C library for communicating with the Nintendo Wii Remote on a Linux system. Even though the API strives to be minimal, it provides complete control over most features of the wiimote and nunchuk controllers. Installation Make sure you... Platforms: *nix

License: Freeware Size: 21.5 KB Download (115): Simple Wiimote Library for Linux Download

Added: October 17, 2010 | Visits: 729

Datalink library Datalink library for Linux uses the SVGAlib to send data to the Timex DataLink watches. You will need SVGAlib installed and the development headers and libraries for SVGAlib to compile against. Compiling: Type make depend to make the dependences. $ make depend Then just type `make` on... Platforms: *nix

License: Freeware Size: 44.03 KB Download (99): Datalink library Download

Added: July 24, 2010 | Visits: 1.835

Send To Thunderbird like sendToTb Send To Thunderbird like sendToTb you can quickly send images to Thunderbird or just resize it through Service Menu. Just select images (.jpg only), right click -> Actions -> Send to Thunderbird.. Send To Thunderbird like sendToTb KDE-Apps.org Community Portal for KDE Applications Software... Platforms: *nix

License: Freeware Size: 122.88 KB Download (108): Send To Thunderbird like sendToTb Download

Added: April 20, 2010 | Visits: 2.447

Linux Bandwidth Monitor Linux Bandwidth Monitor (bwmon) is yet another utility that measures bandwidth utiliazation per interface basis. It is coded in C and takes advantage of POSIX thread and curses library. It runs only on Linux systems since the utility reads /proc/net/dev and /proc/uptime. The utility reads... Platforms: *nix

License: Freeware Size: 5.12 KB Download (168): Linux Bandwidth Monitor Download

Added: January 06, 2010 | Visits: 814

Net::Stomp Net::Stomp is a Streaming Text Orientated Messaging Protocol Client. SYNOPSIS # send a message to the queue foo use Net::Stomp; my $stomp = Net::Stomp->new( { hostname => localhost, port => 61613 } ); $stomp->connect( { login => hello, passcode => there } ); $stomp->send( { destination... Platforms: *nix

License: Freeware Size: 6.14 KB Download (96): Net::Stomp Download

Added: June 03, 2010 | Visits: 2.640

Lexmark Z11 printer driver for Linux Lexmark Z11 printer driver for Linux is a Linux printer driver/filter for the Lexmark Z11 printer, supporting color and b/w printing, variable page size and more. The driver lz11-V2 is an improvement of the lz11 driver, which was first released in 2002. Additionally to the features of lz11,... Platforms: *nix

License: Freeware Size: 61.44 KB Download (157): Lexmark Z11 printer driver for Linux Download

Added: November 03, 2010 | Visits: 1.722

Linux Multimedia Player LiMP is a a tiny LIVE CD based linux distro, that loads into memory and works only in the memory. This is the easiest, simpler yet powerful distro that works in all computers (PIII onwards). Linux Multimedia Player supports most of the known formats, let it be mpeg-I, or mpeg-II, or divx, or... Platforms: *nix

License: Freeware Size: 74 MB Download (100): Linux Multimedia Player Download

Added: October 04, 2010 | Visits: 1.065

Linux For Clinics Alpha Testing Release Linux For Clinics is a Linux-based OS with a complete software package aimed at medical professionals and hospitals as a free and complete alternative to expensive proprietary software. We are using Ubuntu as the base.. Get Linux For Clinics at SourceForge.net. Fast, secure and free downloads... Platforms: *nix

License: Freeware Size: 690.2 MB Download (119): Linux For Clinics Alpha Testing Release Download

Added: October 18, 2010 | Visits: 1.677

OBEX Send to Phone OBEX Send to Phone service menu allows for sending any file(s) to a mobile phone equipped with OBEX stack. It is made for Nokia S60 (6630 to be precise) phone with USB connection. There are no settings, no progress indicator. Files are copied to the memory card (E: drive) Requires openobex... Platforms: *nix

License: Freeware Download (139): OBEX Send to Phone Download

Added: September 18, 2010 | Visits: 1.662

Linux::DVB Linux::DVB is a Perl interface to (some parts of) the Linux DVB API. SYNOPSIS use Linux::DVB; This module provides an interface to the Linux DVB API. It is a straightforward translation of the C API. You should read the Linux DVB API description to make any sense of this module. It can be... Platforms: *nix

License: Freeware Size: 12.29 KB Download (414): Linux::DVB Download

< 1 2 3 4 5 >