foot pedal switch
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 845
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
<<lessThe 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
Download (0.51MB)
Added: 2007-04-09 License: GPL (GNU General Public License) Price:
930 downloads
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
<<lesspp_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
Download (0.009MB)
Added: 2007-01-16 License: Freeware Price:
1016 downloads
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.
<<lessIf 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.
Download (0.002MB)
Added: 2006-06-29 License: GPL (GNU General Public License) Price:
1214 downloads
Web Foot Avio 1.0
Web Foot Avio is a GDM theme based on wallpaper Blue Web Foot - Gnome. more>>
Web Foot Avio is a GDM theme based on wallpaper Blue Web Foot - Gnome.
<<less Download (0.20MB)
Added: 2007-06-07 License: GPL (GNU General Public License) Price:
874 downloads
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.
<<lessIts 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.
Download (0.075MB)
Added: 2005-04-15 License: GPL (GNU General Public License) Price:
1661 downloads
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.
<<lessInstallation:
./autogen.sh
make
make install
Enhancements:
- More features were added and bash scripts were removed.
Download (0.084MB)
Added: 2007-01-12 License: GPL (GNU General Public License) Price:
1015 downloads
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.
<<lessTo 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.
Download (0.37MB)
Added: 2006-07-13 License: BSD License Price:
1201 downloads
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).
<<lessFor 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).
Download (1.9MB)
Added: 2006-03-28 License: GPL (GNU General Public License) Price:
1314 downloads
THC-Parasite 1.2
THC-Parasite v1.2 allows you to sniff on switched networks by performing ARP man-in-the-middle spoofing. more>>
THC-Parasite v1.2 allows you to sniff on switched networks by performing ARP man-in-the-middle spoofing. Selective targets, DOS and various other features present.
Have you ever sniffed on a switch? Without special tools you will see no (no thats not true, but lets simplify that statement) which is not destined for your machine. This gives you 3 options to do to be able to sniff on the LAN.
1) ARP Spoofing
2) MAC Flooding
3) MAC duplicating
4) Routing attacks
5) hook your laptop to the uplink trunk
1+2+3 are possible with this tool
3 you can also do with any linux/solaris/etc. via the ifconfig command
4 I know no good tools for this (except icmp_redir)
5 needs physical access to the switch component.
For 2, there are already a few tools available, the best is the one by Dug Song as part of dsniff. See http://www.monkey.org/~dugsong/ For 1, you will only find tools which send fake ARP packets to defined single machines. This is not effective if you want to sniff the whole LAN. Thats what this tool is for, bypass the basic switch security to be able to see all traffic on the LAN.
With this tool you can NOT sniff on a different VLAN on the same switch! There are other ways to do this ...
Enhancements:
- made OpenBSD port (tcp/ip config via sysctl)
- made Solaris port (tcp/ip config via ndd)
- added sysctl support for Linux (before directly /proc writing was done)
- added -p percent option, to give a percent chance for every arp request being replied. this is a nice features for DOS.
- renamed LINUX_SPEED_HACK to SPEED_HACK as it works as well on Solaris and OpenBSD.
<<lessHave you ever sniffed on a switch? Without special tools you will see no (no thats not true, but lets simplify that statement) which is not destined for your machine. This gives you 3 options to do to be able to sniff on the LAN.
1) ARP Spoofing
2) MAC Flooding
3) MAC duplicating
4) Routing attacks
5) hook your laptop to the uplink trunk
1+2+3 are possible with this tool
3 you can also do with any linux/solaris/etc. via the ifconfig command
4 I know no good tools for this (except icmp_redir)
5 needs physical access to the switch component.
For 2, there are already a few tools available, the best is the one by Dug Song as part of dsniff. See http://www.monkey.org/~dugsong/ For 1, you will only find tools which send fake ARP packets to defined single machines. This is not effective if you want to sniff the whole LAN. Thats what this tool is for, bypass the basic switch security to be able to see all traffic on the LAN.
With this tool you can NOT sniff on a different VLAN on the same switch! There are other ways to do this ...
Enhancements:
- made OpenBSD port (tcp/ip config via sysctl)
- made Solaris port (tcp/ip config via ndd)
- added sysctl support for Linux (before directly /proc writing was done)
- added -p percent option, to give a percent chance for every arp request being replied. this is a nice features for DOS.
- renamed LINUX_SPEED_HACK to SPEED_HACK as it works as well on Solaris and OpenBSD.
Download (0.056MB)
Added: 2006-03-08 License: GPL (GNU General Public License) Price:
757 downloads
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.
<<lessIt is useful only if you have installed multiple usplash-artwork packages.
Download (0.009MB)
Added: 2007-05-21 License: GPL (GNU General Public License) Price:
913 downloads
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.
<<lessUserspace 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.
Download (0.042MB)
Added: 2007-01-16 License: GPL (GNU General Public License) Price:
1017 downloads
pam_usbauth 0.3
pam_usbauth is a module for PAM allowing end-users to locally authenticate via USB storage devices. more>>
pam_usbauth is a module for PAM allowing end-users to locally authenticate via USB storage devices. USBAuth currently supports user-dependent authentication via password-hashing as well as one-time-password mechanisms, which make the verification process via USB-dongles much more secure. In addition, USBAuth comes with USB device serial checking support, so attackers wont be able to grab and copy your device easily (if this is the case, the device will be rejected).
Install instructions for Debian
1.Download the Debian package.
2.Install as root, by typing dpkg -i usbauth_0.2-1_i386.deb.
3.Use the program uapasswd for activating USBAuth. You may have a look at the manpage of uapasswd(1) for detailed instructions, but the following command will configure USBAuth for user root. The USB device is located at /dev/sda1:
uapasswd -u root -p mypassword -d /dev/sda1 -d /dev/sdb1 -w -o if you wish to use USB device ID binding, get the serial number of your USB storage device out of /proc/bus/usb/devices, and call:
uapasswd -u root -p mypassword -d /dev/sda1 -d /dev/sdb1 -w -o -s serial -c
4.Follow step 5, below .. (configuration of PAM to use pam_usbauth.so in /etc/pam.d/)
How shall I use it?
1. Download the source
2. Compile and install (both done via "make") as root (you need to have PAM development files and libraries, as well as OpenSSL installed)
3. Get a USB storage device. You can use every writeable USB-stick device, but Id recommend to make an extra partition, 1024k is more than enough. Be sure you know which device/partition this is (e.g. /dev/sda1). The selected partition doesnt need to be formated, the data will be in written RAW format onto the device - this means, you also dont have to mount it. Not now, and not when actually using pam_usbauth for authentication. Be aware, that you can still use all other partitions on the device for storage!
4. To generate the config file, call at least "./uapasswd -u username -p cleartextpassword -d /dev/sda1 -w". uapasswd must be called as root, because it needs to have write permissions either on the USB device, and on the config file in /etc. Check the manual page for more options, there are severl nice features available.
WARNING: The device which is given first, will be used for writing! Dont choose a device where real data is stored, like harddisks!
(4b. Alternatively, you can manually edit /etc/usbauth.conf; for syntax see this file)
5. Set up the applications you want to use with the module, changing the files for the programs youd like to use with usbauth in /etc/pam.d/. Normally, such files define something like:
auth sufficient pam_unix.so, or
auth -auth
Just comment this line, and write:
auth sufficient pam_usbauth.so
Id strongly recomment to accept a Unix-fallback, so you can still get access with your normal password:
auth sufficient pam_usbauth.so
auth sufficient pam_unix.so
auth required pam_deny.so
Please note that, as long as pam_usbauth is in alpha state, it may be more secure to use:
auth sufficient pam_unix.so
auth sufficient pam_usbauth.so
auth required pam_deny.so
Then, pam_unix (the standard passwort authentication) will be used at first. If you want to get authenticated via USB, just type a blank password and PAM will try the next module in queue. This makes sense, because if you are in the very unlikely situation to download an unstable source from SVN and pam_usbauth.so is corrupt, PAM may not switch to the next module (pam_unix) and youd be not able to use the application anymore if you havnt direct root access to /etc when doing this. However, this case has never been reported and should be very, very unlikely to happen.
(5b.) If you have used the -w switch, uapasswd has hopefully already written the data to your USB device. If not, save your key (or the hash value of your key; whatever is defined in /etc/usbauth.conf) in a plain text file with carriage-return/line-feet at the end, with the format "USBAUTH passwordhash", and call dd if=yourfile of=yourdevice. This will not work when uapasswd has been called with -o, using one time passwords.
pam_usbauth now comes with a daemon called usbauthd by SVN Rev20. USBAuthd recognizes if USB devices, which have a predefined serial at /etc/usbauth.conf, are plugged in or plugged out. In the config file, you may specify the following two options:
action plugin any_shell_command...
action plugout any_shell_command...
You may specify up to 10 commands for each, plugging in and plugging out events. This may be useful to automatically lock the screen if the USB device is plugged out, for example. However, any command can be binded to those events.
A sample configuration file including the new options, may be found here. Note: usbauthd is alpha, I didnt have the time yet to really test it out (but it cant harm your system, just relax).
Note: If you have something like action plugout xscreensaver-command -lock in your config file and it doesnt work, keep sure that the user who calls usbauthd has the permission to open up connections to X, otherwise the command will fail (but you wont get an error message).
<<lessInstall instructions for Debian
1.Download the Debian package.
2.Install as root, by typing dpkg -i usbauth_0.2-1_i386.deb.
3.Use the program uapasswd for activating USBAuth. You may have a look at the manpage of uapasswd(1) for detailed instructions, but the following command will configure USBAuth for user root. The USB device is located at /dev/sda1:
uapasswd -u root -p mypassword -d /dev/sda1 -d /dev/sdb1 -w -o if you wish to use USB device ID binding, get the serial number of your USB storage device out of /proc/bus/usb/devices, and call:
uapasswd -u root -p mypassword -d /dev/sda1 -d /dev/sdb1 -w -o -s serial -c
4.Follow step 5, below .. (configuration of PAM to use pam_usbauth.so in /etc/pam.d/)
How shall I use it?
1. Download the source
2. Compile and install (both done via "make") as root (you need to have PAM development files and libraries, as well as OpenSSL installed)
3. Get a USB storage device. You can use every writeable USB-stick device, but Id recommend to make an extra partition, 1024k is more than enough. Be sure you know which device/partition this is (e.g. /dev/sda1). The selected partition doesnt need to be formated, the data will be in written RAW format onto the device - this means, you also dont have to mount it. Not now, and not when actually using pam_usbauth for authentication. Be aware, that you can still use all other partitions on the device for storage!
4. To generate the config file, call at least "./uapasswd -u username -p cleartextpassword -d /dev/sda1 -w". uapasswd must be called as root, because it needs to have write permissions either on the USB device, and on the config file in /etc. Check the manual page for more options, there are severl nice features available.
WARNING: The device which is given first, will be used for writing! Dont choose a device where real data is stored, like harddisks!
(4b. Alternatively, you can manually edit /etc/usbauth.conf; for syntax see this file)
5. Set up the applications you want to use with the module, changing the files for the programs youd like to use with usbauth in /etc/pam.d/. Normally, such files define something like:
auth sufficient pam_unix.so, or
auth -auth
Just comment this line, and write:
auth sufficient pam_usbauth.so
Id strongly recomment to accept a Unix-fallback, so you can still get access with your normal password:
auth sufficient pam_usbauth.so
auth sufficient pam_unix.so
auth required pam_deny.so
Please note that, as long as pam_usbauth is in alpha state, it may be more secure to use:
auth sufficient pam_unix.so
auth sufficient pam_usbauth.so
auth required pam_deny.so
Then, pam_unix (the standard passwort authentication) will be used at first. If you want to get authenticated via USB, just type a blank password and PAM will try the next module in queue. This makes sense, because if you are in the very unlikely situation to download an unstable source from SVN and pam_usbauth.so is corrupt, PAM may not switch to the next module (pam_unix) and youd be not able to use the application anymore if you havnt direct root access to /etc when doing this. However, this case has never been reported and should be very, very unlikely to happen.
(5b.) If you have used the -w switch, uapasswd has hopefully already written the data to your USB device. If not, save your key (or the hash value of your key; whatever is defined in /etc/usbauth.conf) in a plain text file with carriage-return/line-feet at the end, with the format "USBAUTH passwordhash", and call dd if=yourfile of=yourdevice. This will not work when uapasswd has been called with -o, using one time passwords.
pam_usbauth now comes with a daemon called usbauthd by SVN Rev20. USBAuthd recognizes if USB devices, which have a predefined serial at /etc/usbauth.conf, are plugged in or plugged out. In the config file, you may specify the following two options:
action plugin any_shell_command...
action plugout any_shell_command...
You may specify up to 10 commands for each, plugging in and plugging out events. This may be useful to automatically lock the screen if the USB device is plugged out, for example. However, any command can be binded to those events.
A sample configuration file including the new options, may be found here. Note: usbauthd is alpha, I didnt have the time yet to really test it out (but it cant harm your system, just relax).
Note: If you have something like action plugout xscreensaver-command -lock in your config file and it doesnt work, keep sure that the user who calls usbauthd has the permission to open up connections to X, otherwise the command will fail (but you wont get an error message).
Download (0.010MB)
Added: 2007-05-05 License: GPL (GNU General Public License) Price:
903 downloads
Content Area Focus 0.1
Content Area Focus is an extension used to solve the content area focus loss. more>>
Content Area Focus is an extension used to solve the content area focus loss.
Target audience: those who are mostly using the keyboard to navigate around and switch between tabs; frequently they encounter situations in which the content area doesnt have focus.
Method: just giving focus to the content area for any "regular" keystrokes made when the main-window is in focus.
<<lessTarget audience: those who are mostly using the keyboard to navigate around and switch between tabs; frequently they encounter situations in which the content area doesnt have focus.
Method: just giving focus to the content area for any "regular" keystrokes made when the main-window is in focus.
Download (0.001MB)
Added: 2007-04-03 License: MPL (Mozilla Public License) Price:
937 downloads
FlowerAttack 0.3
FlowerAttack is a KDE screensaver with OpenGL graphics. more>>
FlowerAttack is a screensaver for KDE 3.x. It sort of behaves like a limited particle system. It is quite configurable.
For example, you can change the number of emitters, images, colors, and so on. You can even create your own presets in order to quickly switch between experiments.
FlowerAttack is released under the GPL licence.
<<lessFor example, you can change the number of emitters, images, colors, and so on. You can even create your own presets in order to quickly switch between experiments.
FlowerAttack is released under the GPL licence.
Download (0.077MB)
Added: 2005-04-25 License: GPL (GNU General Public License) Price:
1642 downloads
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.
<<lessWe 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.
Download (0.081MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1053 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above foot pedal switch search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed