Main > Free Download Search >

Free switch software for linux

switch

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 816
kproxyswitch 0.2

kproxyswitch 0.2


kproxyswitch is a simple bash script, which makes setting the proxy server easier. more>>
kproxyswitch is a simple bash script, which makes setting the proxy server easier. The setting applies to Konqueror and all other applications that use the global proxy setting.
If you have to change proxies from time to time - or switch the proxy off and on again.
Youll like the possibilty to bind this script to a keyboard/menu/... shortcut and thus be able to switch the proxy faster than going through the menus of Konqueror or KDE Control Center.
Enhancements:
- Small changes: added two apps (randr, nspluginviewer) to blacklist, made output more verbose.
<<less
Download (0.002MB)
Added: 2006-06-29 License: GPL (GNU General Public License) Price:
1214 downloads
czxNetSwitch 0.0.2

czxNetSwitch 0.0.2


czxNetSwitch is a profile based network manager. more>>
czxNetSwitch is a profile based network manager. The project allows users to create different profiles for their network configuration and easily switch between them.
Installation:
./autogen.sh
make
make install
Enhancements:
- More features were added and bash scripts were removed.
<<less
Download (0.084MB)
Added: 2007-01-12 License: GPL (GNU General Public License) Price:
1015 downloads
Program Version Switch 1.03

Program Version Switch 1.03


Program Version Switch is a program to easily switch between different interpreter versions. more>>
pvswitch is a very tiny program which makes it possible to use different program installations on one machine flawlessly.
Its flexibility is intended for people who need to run programs against different interpreter versions.
But it can also be used for different purposes like switching the version of a compiler, text editor, mail reader, browser, whatever.
It is most useful for developers of interpreter based programs which are started via a hash-bang line (#!).
The following example explains the usage for perl programs, but the very same is true for all other interpreter languages.
If you install two or more different perl versions on your machine, you could just call the respective perl binary you want to use..
perl myscript.pl
/path/to/another/perl myscript.pl
This works fine, although it isnt very convenient. However if you are starting your program using the hash-bang line like
#! /usr/bin/perl
and then just start it by
./myscript.pl
you would need to change the file itself to use another perl version. Again it is possible, but not very convenient.
And here comes pvswitch: its purpose is to make such situations convenient. Further it solve some problems which come up if multiple people want to use different perl versions. pvswitch allows even to run one program in two shells with different perl versions.
This is possible because pvswitch uses a environment variable to select the interpreter version to use. This environment variable can be set in different sessions independently.
pvswitch is installed as new program binary (e.g. perl) the old one will be renamed to program.pvswitch.
Now every time you execute a this program (e.g. perl), pvswitch is executed. It doesnt matter how you start the program...
perl myscript.pl
./myscript.pl # if it has a hash-bang #! /usr/bin/perl
for both cases the pvswitch binary will be executed, pvswitch will than check for the environment variable PVSWITCH_PERL_BINARY (if you are running perl), if it is found it tries to find this key in the configuration file pvswitch.conf and execute the program which is configured for the version configured set in the environment variable (e.g. perl.pvswitch).
So it just executes the real program (e.g. perl interpreter). Depending on the environment a different version might be selected.
There are some convenient tools (e.g. perlver, pvconfig) to configure this.
Enhancements:
- Fixed a bug which could cause segmentation violation.
<<less
Download (0.075MB)
Added: 2005-04-15 License: GPL (GNU General Public License) Price:
1661 downloads
Fast User Switch Applet 2.18.0

Fast User Switch Applet 2.18.0


Fast User Switch Applet is an applet for the GNOME 2.10 panel which allows for MacOS X-style menu-based user-switching. more>>
Fast User Switch Applet is an applet for the GNOME 2.10 panel which allows for MacOS X-style menu-based user-switching. It integrates with GDM to switch between existing X11 sessions or create new ones as needed, and will show the same users as the GDM face browser.

The applet can display itself in the panel using either the current users name, the word "Users," or an icon, and can be configured to include an item which launches an X session in a window. The applet code is designed to allow for easy cut-and-paste of the system-interaction code into other applications, like screensavers

<<less
Download (0.51MB)
Added: 2007-04-09 License: GPL (GNU General Public License) Price:
930 downloads
Linux Layer7 Switching 0.1.2

Linux Layer7 Switching 0.1.2


Linux Layer7 Switchings main goal is to provide a performant framework for Layer7 switching. more>>
Linux Layer7 Switchings main goal is to provide a performant framework for Layer7 switching. Layer7 switching is driving a low-level engine using networking design to speed-up forwarding of data stream. Implementation in this project is split into a userspace daemon and a low-level kernelspace forwarding engine.
Userspace daemon is responsible for scheduling and switching decisions. Kernelspace forwarding engine is responsible for forwarding stream and using TCP-Splicing scheme.
TCP-Splicing is the postponement of the connection between the client and the server in order to obtain sufficient information to make a routing decision. This project is close to Linux Virtual Server project since lot of discusions on this topics have been made online and offline LVS project.
Why using L7SW ?
This project will provide you a way to switch incoming clients requests using pattern matching. A quick example is to drive a web server farm by locating specific content on dedicated servers (video, audio, images, ...) while virtual server exported to end user is uniq.
Enhancements:
- The kernel module was backported to Linux version 2.4.
- The Linux 2.6 kernel module was extended to support kernel versions lower than 2.6.19.
- libtcpsplice has been extended to export more helpers.
- A locking issue has been fixed while splicing sockets.
- HAProxy has been extended to support tcp_splicing module.
<<less
Download (0.042MB)
Added: 2007-01-16 License: GPL (GNU General Public License) Price:
1017 downloads
Bait and Switch Honeypot System 2.1

Bait and Switch Honeypot System 2.1


The Bait and Switch Honeypot is a multifaceted attempt to take honeypots out of the shadows of the network security model. more>>
The Bait and Switch Honeypot is a multifaceted attempt to take honeypots out of the shadows of the network security model and to make them an active participant in system defense.
To do this, we are creating a system that reacts to hostile intrusion attempts by redirecting all hostile traffic to a honeypot that is partially mirroring your production system. Once switched, the would-be hacker is unknowingly attacking your honeypot instead of the real data and your clients and/or users still safely accessing the real system.
Life goes on, your data is safe, and you are learning about the bad guy as an added benefit. The system is based on snort, linuxs iproute2, netfilter, and custom code for now.
We have plans on adding additional support in the future if possible.
Enhancements:
- So its beta release day. The final package is up, but largely unannounced. Ive cleaned up the few bugs I knew about, added the blacklisting feature, tested and added features to electr0ns config script, and updated the documentation to the point where I think its very useable and easy to understand.
- I have also added a baitnswitch-users mailing list through sourceforge.
<<less
Download (0.37MB)
Added: 2006-07-13 License: BSD License Price:
1201 downloads
Linux Multilayer Switch 2006-08-07-01

Linux Multilayer Switch 2006-08-07-01


Linux Multilayer Switch is part of a larger project that aims at building a Linux-based Layer 2 and 3 switching appliance. more>>
Linux Multilayer Switch is part of a larger project that aims at building a Linux-based Layer 2 and 3 switching appliance.
We hope this will be integrated into the official Linux kernel someday, but first our code must reach maturity and then we must prove the kernel team that its ok.
This is not just a standalone module, but also a bunch of minor patches for the kernel networking code. We had to hook into the packet reception code. Theres also a hook in the socket ioctl code to implement "deviceless" ioctls on sockets.
This subproject also includes a user space tool to manage the various features of the kernel module.
Linux Multilayer Switch implements ethernet layer 2 switching with VLAN (802.1q) support and VLAN virtual interfaces for inter-VLAN routing.
Enhancements:
- This release adds Cisco Discovery Protocol.
- There are bugfixes to the userspace and kernel code.
- This release has been updated to 2.6.17.
<<less
Download (0.081MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1053 downloads
Parallel port powerSwitch 0.1.1

Parallel port powerSwitch 0.1.1


Parallel port powerSwitch is a TCP/IP server to control a parallel port power switch. more>>
Parallel port powerSwitch project is a TCP/IP server to control a parallel port power switch.
pp_powerSwitch is a TCP/IP based server, which controls a power switching device through the parallel port. Besides Java, I used a bit C to handle the parallel port I/O.
I use it for controling heating, lamps, computers, coffee machine and other things (device has eight ports).
Main features:
- multiple connections
- user athorization
- cron-like scheduled switching
- reads configurations from file
- configurable log output
- simple port descriptions (add a short description to each port)
- remote shutdown
<<less
Download (0.009MB)
Added: 2007-01-16 License: Freeware Price:
1016 downloads
Usplash Switcher 0.0.0svn20070519

Usplash Switcher 0.0.0svn20070519


Usplash Switcher is a small utility that allows you to easily switch your usplash (boot theme). more>>
Usplash Switcher is a small utility that allows you to easily switch your usplash (boot theme).

It is useful only if you have installed multiple usplash-artwork packages.

<<less
Download (0.009MB)
Added: 2007-05-21 License: GPL (GNU General Public License) Price:
913 downloads
Multi Switch Looking Glass for PHP 0.1.0

Multi Switch Looking Glass for PHP 0.1.0


Multi Switch Looking Glass for PHP allows network administrators to open/close ports on Cisco CatOS/IOS switches. more>>
Multi Switch Looking Glass for PHP allows network administrators to open/close ports on Cisco CatOS/IOS switches via a Web interface.

It is clear, configurable, and very useful to LAN party organizers for opening a port when a gamer pays for his place in the manifestation

<<less
Download (0.010MB)
Added: 2007-02-21 License: GPL (GNU General Public License) Price:
980 downloads
SwitchProxy Tool 1.4.1 for Firefox

SwitchProxy Tool 1.4.1 for Firefox


SwitchProxy Tool is a Firefox extension which lets you manage and switch between multiple proxy configurations quickly and easy. more>>
SwitchProxy Tool is a Firefox extension which lets you manage and switch between multiple proxy configurations quickly and easily.

You can also use it as an anonymizer to protect your computer from prying eyes.

NOTE: In Firefox you can use the toolbar element to save space

<<less
Download (0.064MB)
Added: 2007-04-08 License: MPL (Mozilla Public License) Price:
734 downloads
spin_auth 1.0.3

spin_auth 1.0.3


spin_auth is an authentication wrapper. more>>
spin_auth is an authentication wrapper.
spin_auth can be used by other mod_spin applications to authenticate users specified in a traditional Apache manner, but without actually employing dangerously breakable basic authentication. It also enables non-encrypted applications to temporarily switch to SSL/TLS for authentication only.
Enhancements:
- This version builds and runs against the new development branch of mod_spin, 1.1.
<<less
Download (0.019MB)
Added: 2005-11-28 License: GPL (GNU General Public License) Price:
1425 downloads
Losungen (watchwords)

Losungen (watchwords)


Losungen (watchwords) is a superkaramba-theme, which shows the daily watchwords at your desktop. more>>
Losungen (watchwords) is a superkaramba-theme, which shows the daily watchwords (in german known as "Losungen") at your desktop. For more information about the losungen, have a look at www.losung.de
Main features:
- Switch easily to every day in the current year.
- Switch between more than 15 languages.
- Copy the verses into your clipboard with a single click.
- Send the verses as email.
- Open the verses at www.bibleserver.com.
- Open the verses in bibletime (if installed).
Supported languages:
- afrikaans
- arabic
- cesky czech
- deutsch german
- english
- castellano spanish
- francais french
- iwrit hebrew
- hungarian
- italiano italian
- nederlands dutch
- norsk norwegian
- portugues portuguese
- romania romanian
- russian
- tamil
- turkish
- vietnamese
- chinese GB2312
- chinese Big5
Enhancements:
- Fixed wrong booknames for link into bibletime
- Languageentries have now icons
- revised helpfile
- cleaning of sourcecode
<<less
Download (1.3MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1476 downloads
Web-bench 1.5

Web-bench 1.5


Web-bench is a simple web server benchark. more>>
Web Bench is very simple tool for benchmarking WWW or proxy servers. Uses fork() for simulating multiple clients and can use HTTP/0.9-HTTP/1.1 requests.
This benchmark is not very realistic, but it can test if your HTTPD can realy handle that many clients at once (try to run some CGIs) without taking your machine down.
Displays pages/min and bytes/sec. Can be used in more aggressive mode with -f switch.
Enhancements:
- allow building with both Gnu and BSD make
<<less
Download (0.007MB)
Added: 2005-04-12 License: GPL (GNU General Public License) Price:
919 downloads
OpenWrt 1.0 RC5

OpenWrt 1.0 RC5


OpenWrt is a Linux distribution for wireless routers. more>>
OpenWrt is a Linux distribution made for wireless routers. Instead of trying to cram every possible feature into one firmware, OpenWrt provides only a minimal firmware with support for add-on packages.
For users this means the ability to custom tune features, removing unwanted packages to make room for other packages and for developers this means being able to focus on packages without having to test and release an entire firmware.
Enhancements:
- Countless bugfixes, various security patches, improved Failsafe, faster installation (new firstboot script), a multilingual Web interface (Cesky, Deutsch, Dansk, Eesti, Espanol, Francais, Italiano, Norsk, and Polski), and ethernet switch configuration (/proc/switch).
<<less
Download (1.9MB)
Added: 2006-03-28 License: GPL (GNU General Public License) Price:
1314 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5