Main > Free Download Search >

Free server connections software for linux

server connections

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5478
Abyss Web Server X1 2.6

Abyss Web Server X1 2.6


Abyss Web Server X1 is a free and compact Web server. It supports SSL, compression, CGI/FastCGI, ISAPI, XSSI, URL rewriting,bandwidth throttling, anti-leeching, anti-hacking, and features a remote web management interface. more>> <<less
Download (0.64MB)
Added: 2009-04-04 License: Freeware Price: $0
73043 downloads
Port forward 1.4

Port forward 1.4


Port forward is a application which gives you the ability to open tunnes between your local computer and a remote ssh server. more>>
Port forward is a java application which gives you the ability to open tunnels between your local computer and a remote ssh server. With Port forward, tunnels can be created both local or remote.

Examples:

1. Open a local tunnel to reach a remote mysql database

- Your application needs to connect to a remote database server (mysql for example), but the database server (remote.server.example) is not configured to expose mysql to internet directly.
- Port forward will open a local port (3306) and redirect the connections to remote.server.example ssh server
- The remote.server.example ssh server will connect to its local mysql server

2. Open a local tunnel to use a remove VNC desktop

- You want to connect to your home computer which has a vnc server but from work, the firewall blocks vnc connections (generally on port 5901)
- If you have a ssh server at home, you could use it as bridge to connect to a client in your home:

Your position internet your linux ssh server ->>
-->> you client with vnc (192.168.0.40)

you office
internet >

3. Open a remote tunnel to pilot a remote linux server non reachable through internet
In this example, you will create a remote tunnel, this will give the remote man to connect to and reach you.

I used this example if I have to pilot a remote pc, but this pc has no static IP or is behind a firewall
The good solution is to activate port forward on the pc to be piloted and to connect it to a server we can access.


PC 1 (to be piloted) --||||-- firewall ----- internet ----- accessible-server

Installation:

Be sure java is in you classpath
tar zxvf portforward.tar.gz
cd portForward
sh run_linux.sh
<<less
Download (1.0MB)
Added: 2006-05-25 License: LGPL (GNU Lesser General Public License) Price:
1915 downloads
TCPreen 1.4.2

TCPreen 1.4.2


TCP Re-engineering Tool monitors and analyzes data transmitted between a client and a server via a TCP connection. more>>
TCPreen is a simple tool to monitor and analyze data transmitted between clients and servers through connection-oriented streams data such as a TCP sessions; it supports TCP over either IPv4 or IPv6. This tool focuses on the data stream (software/socket layer), not on the lower level transmission protocol as packet sniffers do.

TCPreen listens on a TCP port and wait for incoming connections to come in. Then, it forwards data sent by the connecting client to another server port (possibly on another computer) and forwards server responses back to the client.

TCPreen can display data on your console in real-time and/or save it to log files for later reference. Various display formats are available.

While it was originally meant to help developers reverse-engineer TCP-based protocols, it can also be very useful to debug network server or client software or for a system administrator to monitor a TCP service.
<<less
Download (0.040MB)
Added: 2005-04-11 License: GPL (GNU General Public License) Price:
1660 downloads
PicoGUI 0.46

PicoGUI 0.46


PicoGUI is a complete GUI system for embedded systems. more>>
PicoGUI aims to be a complete GUI environment for handheld computers and other embedded systems. It uses a client/server model, like the X window system, but while an X server is given raw drawing commands, the PicoGUI server integrates a widget set, making PicoGUI clients small and efficient.
PicoGUI also has the goal of allowing client/server connections over a variety of mechanisms. It is most commonly used with Linux, but is designed to be portable to any OS. PicoGUI has a variety of video and input drivers which allow it to interface with the Linux framebuffer device, SDL, the X window system, and several other devices.
Main features:
Scalability:
PicoGUI applications can very easily be moved between a wide variety of platforms.
Consistency:
PicoGUI makes it easy for developers to separate presentation, layout, and content. This makes it easy to change the look and feel of an app, and for all apps to be consistent with each other.
Creativity:
PicoGUI is a chance to completely rethink the design behind a GUI system and try new things.
Modularity:
PicoGUI is designed to be tweaked and configured at compile-time to create a system thats right for any application. You can create large feature-packed binaries for the desktop, or simpler configurations for a wide range of embedded systems.
<<less
Download (7.16MB)
Added: 2005-04-13 License: GPL (GNU General Public License) Price:
1654 downloads
KcmPureFTPd 0.9.1

KcmPureFTPd 0.9.1


KcmPureftpd is an KDE KControl module for configuring pure-ftpd FTP server. more>>
KcmPureftpd is an KDE KControl module for configuring pure-ftpd FTP server. The goal is to have medium users to configure their server securely and conveniently, without the burden of knowing tons of command line switches.

KcmPureftpd consist from two KControl modules:

* Script Generator - Its intended for system administrators which need to make or modify startup scripts for various administered servers. Of course, it work very well for your own little Linux/UNIX machine.
* Statistics - This module allow you to track statistics from pure-ftpd. You can see real time information about FTP connection on your FTP server as well you may follow information written to syslog by the server.
<<less
Download (0.26MB)
Added: 2005-06-03 License: GPL (GNU General Public License) Price:
1609 downloads
Cutter 1.03

Cutter 1.03


Cutter is an TCP/IP Connection cutting on Linux Firewalls and Routers. more>>
Cutter is an TCP/IP Connection cutting on Linux Firewalls and Routers.

Cutter is an open source program that uses the FIN-ACK-RST packet technique described above to abort TCP/IP connections routed over the firewall or router on which it is run. It can be called using one of the following four syntaxes.

cutter ip-address

Example: "cutter 10.10.0.45"

Cuts all connections passing through the firewall between any ports on the specified ip-address (either a "private" or "public" address) and any other hosts. This can be used to close down all incoming connections to a particular server, all outgoing connections from a particular client or all outgoing connections to a server.

cutter ip-address port

Example: "cutter 200.1.2.3 80"

Cuts all connections to or from the specified ip-address/port pair. This allows the user to be a little more specific than the previous example and allows targetting of specific services on specific hosts.

cutter ip-address-1 port-1 ip-address-2

Example "cutter 200.1.2.3 22 10.10.0.45"

Cuts all connections between ip-address-2 and ip-address-1/port-1. This allows the user to cut connections between a specified "client" and a particular service on a specified host. Our example closes host 10.10.0.45s SSH connection to server 200.1.2.3.

cutter ip-address-1 port-1 ip-address-2 port-2

Example: "cutter 200.1.2.3 22 10.10.0.45 32451"

Cuts the specific connection between the two ip/port number pairs given.

IMPORTANT WARNING

Cutter has been designed for use as a administrators tool for Linux firewalls. Its use (as is, or modified) for any other purpose is not sanctioned by the author. So - do not use this tool as a parachute, or to dry your cat, chill meat, answer your phone, drive you car, teach your kids to read or attack other peoples computer systems or networks.

This software has been designed for "legal" and "appropriate" use by network security administrators and the like. It has been written as part of a larger Linux firewall project, targetting at controlling traffic from peer-to-peer software such as Kazaa, iMesh and others into and out of a private network. It is not designed as a tool for malicious use and the author in no way sanctions such use.

Users of the software should be aware that its actions are easily detectable using a number of readily available network monitoring tools, and it makes no attempt to disguise its actions. Malicious use of "cutter" could result in a jail sentance in a number of countries around the world.
<<less
Download (0.013MB)
Added: 2005-12-14 License: GPL (GNU General Public License) Price:
1557 downloads
GNOME Personal Web Server 1.99.5

GNOME Personal Web Server 1.99.5


GNOME Personal Web Server is a user friendly web server with GUI included in GNOME-Network. more>>
GNOME Personal Web Server is a user friendly web server with GUI included in GNOME-Network.

<<less
Download (1.0MB)
Added: 2005-07-28 License: GPL (GNU General Public License) Price:
1548 downloads
C++ Server Pages 1.0.2

C++ Server Pages 1.0.2


C++ Server Pages is a partial Java server pages and servlet implementation in C++. more>>
C++ Server Pages is a partial Java server pages and servlet implementation in C++. C++ Server Pages is written as Apache 2.0 modules, with the focus on performance.

<<less
Download (1.5MB)
Added: 2005-12-05 License: GPL (GNU General Public License) Price:
1508 downloads
libircservice 0.5

libircservice 0.5


Libircservice provides an event-driven API to develop IRC services working from a pseudo-server connection. more>>
Libircservice provides an event-driven API to develop IRC services working from a pseudo-server connection.
The library provides functions so that the developer does not need to care about the inter-server protocol and can keep the focus on the service programming logic.
Enhancements:
- This release adds timer stats, global messaging, and channel mode lock functions.
- The samples have been updated to compile with the latest API changes, and several bugs have been fixed.
<<less
Download (0.10MB)
Added: 2005-09-08 License: GPL (GNU General Public License) Price:
1506 downloads
LineControl Server 2.1.21

LineControl Server 2.1.21


LineControl allows you to remotely control the Internet connection of a Linux masquerading server using multiple clients. more>>
LineControl allows you to remotely control the Internet connection of a Linux masquerading server using multiple clients. It takes care with the number of clients using the connection and decides upon this number whether the connection should be up or down.
The clients show the time the connection is up and throughput statistics. Different connection types are supported, such as analog modems, ISDN, or even cable modems and ADSL devices.
Main features:
- user accounting using Linux-PAM or passwd/shadow file
- controlling multiple lines
- throughput measuring
- logging & analizing (view example)
- logging to a MySQL database (view example)
- html formatted status report via webserver (view example)
- different line types (analog, isdn, adsl, ... it should be possible to run LC with any line!)
- pinger (to avoid line-drops)
- reporting data (time, nr, ...) about incoming isdn calls to the clients (inclusive addressbook lookup)
- client dependant modifications of the NAT servers firewall (using an external script whenever a client goes on- or offline)
<<less
Download (0.20MB)
Added: 2005-09-19 License: GPL (GNU General Public License) Price:
1496 downloads
nzbperl 0.6.6

nzbperl 0.6.6


nzbperl is a newsreader utility that can process an nzb file, autodecode, and do bandwidth throttling. more>>
nzbperl is a newsreader utility that can process an nzb file, autodecode, and do bandwidth throttling.
Run Linux (or OSX or Windows)? Need a multi-connection newsreader utility that can process an nzb file and autodecode and even do bandwidth throttling? Youve come to the right place.
I looked around for something that I could use for nzb files on my Linux setup, and I soon discovered limited options. There are progs out there that will download nzb files (nzbget and knzb are apparently the most visible ones), but none seemed to have a key feature that I put importance on: bandwidth throttling. So, like many other one-off hacks and open source projects, this little toy was built to scratch an itch.
Main features:
- Automated parsing and sorting of nzb files
- Supports multiple server connections
- Automated parts downloading, assembling, and decoding
- Decodes uuencoded and yenc encoded files (via uudeview)
- User controllable bandwidth throttling (even change speeds during runtime)
- Nice colored text display with progress information
- News server authentication (optional)
- Perl script requires no compilation.
- Few dependencies
- Small footprint (about a 57kB download)
<<less
Download (0.070MB)
Added: 2005-09-28 License: GPL (GNU General Public License) Price:
1488 downloads
IMAP Proxy 1.2.4

IMAP Proxy 1.2.4


IMAP Proxy server is a caching IMAP proxy server. more>>
IMAP Proxy server is a caching IMAP proxy server. It was written to compensate for webmail clients that are unable to maintain persistent connections to an IMAP server. Most webmail clients need to log in to an IMAP server for nearly every single transaction.

This behaviour can cause tragic performance problems on the IMAP server. imapproxy tries to deal with this problem by leaving server connections open for a short time after a webmail client logs out.

When the webmail client connects again, imapproxy will determine if theres a cached connection available and reuse it if possible.

How does imapproxy keep track of which server connection is for which user?

Upon the first successful login to the real IMAP server (through the proxy), imapproxy fills in a little record that contains the username, an md5 digital signature of the password and the server socket descriptor thats being used.

After you log out and then log back in again, imapproxy just has to find a record that matches your username and password. These records are stored in a hash table (with the username being the hash key) in memory, so the lookups are pretty fast.

Can IMAP Proxy support multiple backend servers?

If you want IMAP Proxy to be able to proxy to multiple backend IMAP servers, you can run multiple instances of IMAP Proxy and make sure each instance is looking at a different configuration file.

Before you do this, take a look at perdition which appears to have been designed with this specific task in mind.

<<less
Download (0.13MB)
Added: 2005-10-08 License: GPL (GNU General Public License) Price:
1484 downloads
MiaouIRC 0.89

MiaouIRC 0.89


MiaouIRC is an RFC 1459-compatible IRC client written in Java/Swing. more>>
MiaouIRC is an RFC 1459-compatible IRC client written in Java/Swing. It has some useful features like choosing your Look n Feel, customizing your nick friend list, highly verbose logging, searching a keyword in a channel, private message panels, etc.

It supports multi-server connections, DCC CHAT, SEND, ACCEPT and RESUME, CTCP commands, nick autocompletions, mIRC colors, autoreconnects, and autojoins. A DCC queue list is available to tracing your leeching activities with IRC FServ.

MiaouIRC is still a simple use Java application, but, with many features which are proper to, like :

- The possibility for choosing the Look And Feel
- DCC SEND, CHAT and OFFER with a DCC queue monitoring. Very useful for an intensive use on "DCCing" with FServ IRC Bot !
- MiaouIRC is also multi-server
- A logging system is available too, so you can trace all interactions between this program client and the IRC server, log by channel or by private message.
- Multiple configurations management, easy to load from one to another.

Configuration saves are only memorized on files, never on registers basis, in a Windows system type.

<<less
Download (2.9MB)
Added: 2005-11-22 License: GPL (GNU General Public License) Price:
1431 downloads
JAUUS 1.072505

JAUUS 1.072505


Jauus is a software patching program that works over the Internet by making a single TCP connection to a host server. more>>
Jauus is a software patching program that works over the Internet by making a single TCP connection to a host server.

JAUUS project works on any Java-supported platform for any language or file type. The client/server sees each file as an object, and passes it over the network as such.

Appending to the short answer, jauus works like this. A connection is made to the server, some handshaking and communication is done and the server looks up the requested application file structure.

A global checksum is calculated as each files checksum is generated. This information is then passed to the client who does the exact same thing on his end. The master checksums are compared. If they do not match then each file is individually checked against the master list.

When the file fails to validate or does not exist that file is then downloaded from the server. When the validation process is over the client checks the config file and determines if the application is to be started and if so what command to execute.

Whats the inspiration? I had written an application for the support division that was constantly being changed for one ( I didnt remember to I thought I told you about that ) reason or another. Thats not so bad, Im paid to do that but what got under my skin was not everyone one is support would read the update emails and theyd wine about "it still doesnt sort by blah-blah". Anyways...I needed a program that they could run that would verify the files they are using and make sure they -always- had the latest version. So Jauus was brought to life.

<<less
Download (0.035MB)
Added: 2005-12-16 License: GPL (GNU General Public License) Price:
1407 downloads
kiscsiadmin 0.1.3

kiscsiadmin 0.1.3


kiscsiadm is an intuitive user-interface for ISCSI fitting into the KDE-Desktop environment. more>>
kiscsiadm is an intuitive user-interface for ISCSI fitting into the KDE-Desktop environment. kiscsiadmin project allows target-discovery, login/logout and gives quick access to the connected ISCSI-disks.
The profile-based configuration management makes it comfortable to access several ISCSI-server.
kiscsiadm is the system-administrators "swiss knife" when it comes to ISCSI. It is a GUI for common ISCSI-actions which are executed by just a few mouse-clicks.
The target-server connections are handled in profiles, which allows to quick switch between multiple, different configurations.
Connected ISCSI-devices (luns), listed by a small device-manager, can be mounted/umounted and accessed in a fast way. The disk-content is displayed via a common file-manager.
kiscsiadm is developed in Qt/c++ (using KDevelop), designed to work with open-iscsi and to fit into the KDE-Desktop environment. It aims to give a user-friendly and powerful graphical-interface to the ISCSI-initiator.
The goal of the project is to popularise ISCSI to more users/end-users.
Main features:
- Discover an Iscsi-target by ip + port number
- Connect/Disconnect available target(s) by double-click
- Profile-based organization of the iscsi-target configurations (new/open/save/save-as/default profile management)
- Displays connection status in a graphical way
- Device-Manager to quickly access the connected iscsi disks/partitions
<<less
Download (1.1MB)
Added: 2005-12-23 License: GPL (GNU General Public License) Price:
1402 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5