serial ws patch
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1105
Exim DSN Patch 0.1
The Exim DSN patch adds delivery status notification support to Exim 4.xx. more>>
The Exim DSN patch adds delivery status notification support to Exim 4.xx.
DSN Support for Exim. This patch allows Exim 4.xx to support the sending of email Delivery Status Notifications.
<<lessDSN Support for Exim. This patch allows Exim 4.xx to support the sending of email Delivery Status Notifications.
Download (0.036MB)
Added: 2005-07-15 License: IBM Public License Price:
1562 downloads
Serial Over IP 1.0
Serial Over IP is a tool for the transport of serial interfaces over UDP/IP. more>>
Serial Over IP is a tool for the transport of serial interfaces over UDP/IP. It is very usefull for connecting distant equipment that run via a serial interfaces to a local computer.
One linux will be server and one will be client. On the server you can start the program typing the following command:
bash# serialoverip -d /dev/ttyS0 9600-8n1 -s 127.0.0.1 3000
... and on the client:
bash# serialoverip -c 127.0.0.1 3000 -d /dev/ttyS1 9600-8n1
In both commands the IP address is the server IP. Note that you have to start the server first, and it will be efectively be running only after the first packet received from the client.
<<lessOne linux will be server and one will be client. On the server you can start the program typing the following command:
bash# serialoverip -d /dev/ttyS0 9600-8n1 -s 127.0.0.1 3000
... and on the client:
bash# serialoverip -c 127.0.0.1 3000 -d /dev/ttyS1 9600-8n1
In both commands the IP address is the server IP. Note that you have to start the server first, and it will be efectively be running only after the first packet received from the client.
Download (0.16MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1218 downloads
xterm patch #229
xterm program is the standard terminal emulator for the X Window System. more>>
The xterm program is the standard terminal emulator for the X Window System. xterm patch provides DEC VT102/VT220 and Tektronix 4014 compatible terminals for programs that cant use the window system directly.
If the underlying operating system supports terminal resizing capabilities (for example, the SIGWINCH signal in systems derived from 4.3bsd), xterm will use the facilities to notify programs running in the window whenever it is resized.
I decided to work on this in early 1995, to support ded and add (and incidentally ncurses) in the X environment. Several people had made modifications to xterm to support color, but none (except for the completely independent rxvt) implemented background color erase. That is rather like preferring MS-DOS to UNIX. Completely mystifying.
Being bogged down in ncurses, I didnt get involved in xterm until the very end of 1995, after working on atac.
I implemented a workable version of colorized xterm just at the point where XFree86 3.1.2B was announced, complete with a color xterm. As luck would have it, theyd incorporated the "old" color model. So I joined the XFree86 project to fix it.
As I learned more about xterm, I realized that it implemented part of VT220 (i.e., the locking shifts for extended character sets). Since a number of people on the Internet are looking for a good VT220 emulator, it seemed a natural follow-on project to make xterm a good VT220 emulator.
By the release of XFree86 3.2, I had implemented most of the control sequences, except for a handful (DECSTR, the KAM and SRM modes, the ones pertaining to doublesize and soft characters, and of course, blink).
Enhancements:
- The script for installing a man page in a UTF- 8 locale has been fixed.
<<lessIf the underlying operating system supports terminal resizing capabilities (for example, the SIGWINCH signal in systems derived from 4.3bsd), xterm will use the facilities to notify programs running in the window whenever it is resized.
I decided to work on this in early 1995, to support ded and add (and incidentally ncurses) in the X environment. Several people had made modifications to xterm to support color, but none (except for the completely independent rxvt) implemented background color erase. That is rather like preferring MS-DOS to UNIX. Completely mystifying.
Being bogged down in ncurses, I didnt get involved in xterm until the very end of 1995, after working on atac.
I implemented a workable version of colorized xterm just at the point where XFree86 3.1.2B was announced, complete with a color xterm. As luck would have it, theyd incorporated the "old" color model. So I joined the XFree86 project to fix it.
As I learned more about xterm, I realized that it implemented part of VT220 (i.e., the locking shifts for extended character sets). Since a number of people on the Internet are looking for a good VT220 emulator, it seemed a natural follow-on project to make xterm a good VT220 emulator.
By the release of XFree86 3.2, I had implemented most of the control sequences, except for a handful (DECSTR, the KAM and SRM modes, the ones pertaining to doublesize and soft characters, and of course, blink).
Enhancements:
- The script for installing a man page in a UTF- 8 locale has been fixed.
Download (0.74MB)
Added: 2007-08-13 License: MIT/X Consortium License Price:
803 downloads
OpenSSH SecurID patch 1.3.2
OpenSSH SecurID is a patch that integrates SecurID authentication services directly into the OpenSSH daemon. more>>
OpenSSH SecurID is a patch that integrates SecurID authentication services directly into the OpenSSH daemon. It allows users to use SecurID tokens directly as their passwords instead of relying on the clunky sdshell.
This is how it works:
0) apply patch ;-) You must use GNU patch (get it from ftp.gnu.org, it free.)
1) copy ACE headers (in SecurID inc directory) into either a standard include place (like /usr/local/include) or into the openssh source tree or add the --with-cflags=-I/path/to/ace/inc (where the include files are located)
2) copy the libaceclnt.a (for ACE 5.X) or sdiclient.a (for ACE<<less
This is how it works:
0) apply patch ;-) You must use GNU patch (get it from ftp.gnu.org, it free.)
1) copy ACE headers (in SecurID inc directory) into either a standard include place (like /usr/local/include) or into the openssh source tree or add the --with-cflags=-I/path/to/ace/inc (where the include files are located)
2) copy the libaceclnt.a (for ACE 5.X) or sdiclient.a (for ACE<<less
Download (0.047MB)
Added: 2006-07-13 License: BSD License Price:
702 downloads
qmail-usermap-patch 1.0
qmail-usermap-patch allows external mail exchanges to check a user map before routing mail to a local delivery host. more>>
qmail-usermap-patch project is a patch for qmail that allows external mail exchanges to check a user map before routing mail to a local delivery host.
This reduces server load by preventing spam to dictionary-generated addresses from going through the usual qmail process chain. The user map is sent to the external hosts securely using SSH.
<<lessThis reduces server load by preventing spam to dictionary-generated addresses from going through the usual qmail process chain. The user map is sent to the external hosts securely using SSH.
Download (00.019MB)
Added: 2007-02-21 License: GPL (GNU General Public License) Price:
975 downloads
kfile_raw_patch 0.2
kfile_raw_patch package contains a patch against kdegraphics-3.5.5 enabling thumbnail images and exif meta data for raw images. more>>
kfile_raw_patch package contains a patch against kdegraphics-3.5.5 enabling thumbnail images and exif meta data for raw images.
Works also for kdegraphics-3.5.6 and 3.5.7.
The plugin uses code from libkexiv2 and parts from rawimage.
Installation:
cd kdegraphics-3.5.5
patch -i kdegraphics-raw-exiv2-3.5.5-2.patch -p1
./configure
cd kfile-plugins/raw
make
cp .libs/kfile_raw.so .libs/kfile_raw.la .libs/rawimagethumbnail.so .libs/rawimagethumbnail.la /usr/kde/3.5/lib/kde3
cp kfile_raw.desktop rawimagethumbnail.desktop /usr/kde/3.5/share/services
To have translated meta tags, copy /usr/kde/3.5/share/locale/[lng]/LC_MESSAGES/kfile_jpeg.mo to kfile_raw.mo
Finally youll need to run "kbuildsycoca" and restart konqueror.
On Gentoo, this patch can also simply be included in a portage overlay.
<<lessWorks also for kdegraphics-3.5.6 and 3.5.7.
The plugin uses code from libkexiv2 and parts from rawimage.
Installation:
cd kdegraphics-3.5.5
patch -i kdegraphics-raw-exiv2-3.5.5-2.patch -p1
./configure
cd kfile-plugins/raw
make
cp .libs/kfile_raw.so .libs/kfile_raw.la .libs/rawimagethumbnail.so .libs/rawimagethumbnail.la /usr/kde/3.5/lib/kde3
cp kfile_raw.desktop rawimagethumbnail.desktop /usr/kde/3.5/share/services
To have translated meta tags, copy /usr/kde/3.5/share/locale/[lng]/LC_MESSAGES/kfile_jpeg.mo to kfile_raw.mo
Finally youll need to run "kbuildsycoca" and restart konqueror.
On Gentoo, this patch can also simply be included in a portage overlay.
Download (0.14MB)
Added: 2007-05-24 License: GPL (GNU General Public License) Price:
884 downloads
KPowersave Icon Patch 0.1
KPowersave Icon Patch changes the way of displaying power state for KPowersave. more>>
KPowersave Icon Patch is intended for KPowersave 0.6.2
This patch changes the way of displaying power state for KPowersave. Using this patch you can better theme KPowersave, by using a series of pixmaps.
Installation instructions:
>>> Patch the sources
1. Copy the patch file in the parent folder of KPowersave sources.
2. Cd into KPowersave
3. issue: patch -Np1 -i ../kpowersave-icon.patch
>>> Compile the sources
>>> Copy the icons
After instalation, you wont get any icons for displaying battery state.
You have to copy them to your theme folder.
Copy the iconset in the THEME_FOLDER/22x22/actions/
You can use this theme for start:
http://www.kde-look.org/content/show.php?content=28287
<<lessThis patch changes the way of displaying power state for KPowersave. Using this patch you can better theme KPowersave, by using a series of pixmaps.
Installation instructions:
>>> Patch the sources
1. Copy the patch file in the parent folder of KPowersave sources.
2. Cd into KPowersave
3. issue: patch -Np1 -i ../kpowersave-icon.patch
>>> Compile the sources
>>> Copy the icons
After instalation, you wont get any icons for displaying battery state.
You have to copy them to your theme folder.
Copy the iconset in the THEME_FOLDER/22x22/actions/
You can use this theme for start:
http://www.kde-look.org/content/show.php?content=28287
Download (0.002MB)
Added: 2006-09-20 License: GPL (GNU General Public License) Price:
1130 downloads
MySQL table patcher 1.6.2
MySQL table patcher is a patch that reads table creation file (tables.sql) and compares it to what mysqldump gives. more>>
MySQL table patcher is a patch that reads table creation file (tables.sql) and compares it to what mysqldump gives. It creates SQL clauses to update the database to match the creation file.
<<less Download (1.9MB)
Added: 2006-08-02 License: GPL (GNU General Public License) Price:
1179 downloads
xlike Kernel Patchset 0.20f
xlike Kernel Patchset is a patch collection for the Linux vanilla kernel. more>>
xlike Kernel Patchset is a patch collection for the Linux vanilla kernel. The project includes as many stable enhancements for the Linux kernel as possible.
These include code from Kernel Mode Linux, Rule Set Based Access Control, Novell AppArmor, Openswan, grsecurity, Linux VServer, Ndiswrapper, web100, Nefilters, Suspend2, Speakup, Amiga Smart File System, Cdemu, SquashFS, fbsplash, QuadDSP, and more. It also contains many drivers and fixes.
Enhancements:
- This version was updated to patch against Linux 2.6.20.
- User Mode Linux with Linux-PHC, LinuxIMQ, Web100, WANPIPE, WRR, ReiserFS4, SquashFS, UnionFS, Bootsplash, and Kernel Color Output were added.
<<lessThese include code from Kernel Mode Linux, Rule Set Based Access Control, Novell AppArmor, Openswan, grsecurity, Linux VServer, Ndiswrapper, web100, Nefilters, Suspend2, Speakup, Amiga Smart File System, Cdemu, SquashFS, fbsplash, QuadDSP, and more. It also contains many drivers and fixes.
Enhancements:
- This version was updated to patch against Linux 2.6.20.
- User Mode Linux with Linux-PHC, LinuxIMQ, Web100, WANPIPE, WRR, ReiserFS4, SquashFS, UnionFS, Bootsplash, and Kernel Color Output were added.
Download (0.45MB)
Added: 2007-08-22 License: GPL (GNU General Public License) Price:
793 downloads
PowerPack ;] Patchset 2.6.19-pp1
PowerPack ;] Patchset is a Linux kernel 2.6 patch set designed for servers and network gateways. more>>
PowerPack ;] Patchset is a Linux kernel 2.6 patch set designed for servers and network gateways.
PowerPack ;] Patchset includes: grsecurity, openswan, p-o-m, cks, imq, layer7, esfq, wrr, srr, tproxy2, and many other enhancements over the vanilla kernel.
Enhancements:
- The latest patches are included.
<<lessPowerPack ;] Patchset includes: grsecurity, openswan, p-o-m, cks, imq, layer7, esfq, wrr, srr, tproxy2, and many other enhancements over the vanilla kernel.
Enhancements:
- The latest patches are included.
Download (1.2MB)
Added: 2007-01-12 License: GPL (GNU General Public License) Price:
1017 downloads
Privateer Gemini Gold 1.01 Patch
Privateer Gemini Gold is a remake of Wing Commander Privateer. more>>
Privateer Gemini Gold is a remake of Wing Commander Privateer.
Back in 1993 Privateer was released as part of the Wing Commander series and became a great success in the gaming industry. Over 10 years later a small group of privateer enthusiasts reintroduce the game with a new graphic engine and real 3d spaceflight.
As Grayson Burrows you inherited a small old scout class ship from your grandfather, to start over as a Privateer in a new and sparsely populated sector of the Confederation. Take your chance and become a pirate, merchant or hunter upgrade your ship and experience the hard truth in a border sector where noone has anything to give away...
This project is different from Privateer Remake in that it focuses on recreating the original Privateer without additional fan created content, it however shares the source with Privateer Remake.
Enhancements:
Special Features
- High Quality textures for the Tarsus
- Planets with clouds, Space Stations have lightmaps
- Oxford and Palan missions are easier now (rebalanced)
Miscellaneous
- possible speed improvements during bootup and gameplay
- luxury/natural goods model gets a new texture
- adds high-res explosion animations
- bases and planets now have an automatic landing zone
- Oxford library computer animation added
- adds jump activation sound
- repair droids are working a lot faster
- sets the ships starting speed to ~150kps
- reduces number of available cargo missions
- uses Wing Commander style missile lock animation
Bugfixes
- drone mission bug
- Ship Dealer graphic at Oxford
- explosion sound for asteroids
- Derelict Base now always spawns
- *.blank on the navigation computer
- "fix" button bug on the upgrade computer
- cargo-bug which prevented to accept and fly a mission
- artifact-loss-through ship purchase
- spawned cargo in cargo hold after ship purchase
- mercenary computer display graphic bug
- removes unimportant information from commodity computer
- removes neutral com faces for the paradigm
- ships energy system fixed (ecm bug)
- prevents collision after ship explosion (with eject seats)
- never ending escort missions
- miggs now shows his face and speaks to you
- removes "news" and "ship dealer" from some computer consoles
- orion price changed to 75.000
- tractor beams removed from talons
- request landing "0" removed (without function)
<<lessBack in 1993 Privateer was released as part of the Wing Commander series and became a great success in the gaming industry. Over 10 years later a small group of privateer enthusiasts reintroduce the game with a new graphic engine and real 3d spaceflight.
As Grayson Burrows you inherited a small old scout class ship from your grandfather, to start over as a Privateer in a new and sparsely populated sector of the Confederation. Take your chance and become a pirate, merchant or hunter upgrade your ship and experience the hard truth in a border sector where noone has anything to give away...
This project is different from Privateer Remake in that it focuses on recreating the original Privateer without additional fan created content, it however shares the source with Privateer Remake.
Enhancements:
Special Features
- High Quality textures for the Tarsus
- Planets with clouds, Space Stations have lightmaps
- Oxford and Palan missions are easier now (rebalanced)
Miscellaneous
- possible speed improvements during bootup and gameplay
- luxury/natural goods model gets a new texture
- adds high-res explosion animations
- bases and planets now have an automatic landing zone
- Oxford library computer animation added
- adds jump activation sound
- repair droids are working a lot faster
- sets the ships starting speed to ~150kps
- reduces number of available cargo missions
- uses Wing Commander style missile lock animation
Bugfixes
- drone mission bug
- Ship Dealer graphic at Oxford
- explosion sound for asteroids
- Derelict Base now always spawns
- *.blank on the navigation computer
- "fix" button bug on the upgrade computer
- cargo-bug which prevented to accept and fly a mission
- artifact-loss-through ship purchase
- spawned cargo in cargo hold after ship purchase
- mercenary computer display graphic bug
- removes unimportant information from commodity computer
- removes neutral com faces for the paradigm
- ships energy system fixed (ecm bug)
- prevents collision after ship explosion (with eject seats)
- never ending escort missions
- miggs now shows his face and speaks to you
- removes "news" and "ship dealer" from some computer consoles
- orion price changed to 75.000
- tractor beams removed from talons
- request landing "0" removed (without function)
Download (25.8MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
1195 downloads
KTouch 1.6 patched
KTouch is a program for learning how to touch-type. more>>
KTouch is a program for learning how to touch-type. KTouch is FREE software and offers you an easy way to learn to type on a keyboard quickly and correctly. Every finger has its place on the keyboard with associated keys to press.
Starting with only a few keys to remember you will advance through the levels of the training lecture while more and more keys are introduced. And finally you will be able to type very fast and accurate, because you no longer need to search for the keys on the keyboard (and because you will definitely use more then just two fingers).
KTouch shows the keys you need to press and the finger you need to use for that key on the screen. You neednt to look down on the keyboard to search the key. Therefore you will get used to looking at the screen only and thus you will learn touch typing much faster.
Main features:
- KTouch supports various keyboard layouts and you can easily add own keyboard layouts
- A number of training lectures are included by default (english, german, french ... etc)
- You can add and modify training lectures using the built-in lecture editor
- Detailed training statistics help you to find possible typing problems (keys that you typed wrong very often)
- The program calculates typing speed and your accuracy on-the-fly and displays them while you type
- Many settings (including the colour scheme of the program) can be modified by the user
- During training the level can be adjusted automatically according to your typing skill: if you type fast and correctly you will move a level up, otherwise stay in the level or even move down. So you will learn touch typing like playing a game.
Enhancements:
Patch provided by Gavin:
In trying to help a linux user group member compile ktouch 1.6.0
standalone version, I encountered a few errors.
o Only version 2.5 of autoconf was acceptable, 2.6 not allowed
o autoconf was checked for in --version output of the autoheader check
o ktouch/keyboards/Makefile.am had a trailing slash but no new line
Some minor changes all resulted in a successful `make -f Makefile.cvs`
Ive attached these changes in the patch attached and in a modified tar.gz.
I also noted that there are some .svn directories in the release. You
probably already know but, svn export will help you with that.
<<lessStarting with only a few keys to remember you will advance through the levels of the training lecture while more and more keys are introduced. And finally you will be able to type very fast and accurate, because you no longer need to search for the keys on the keyboard (and because you will definitely use more then just two fingers).
KTouch shows the keys you need to press and the finger you need to use for that key on the screen. You neednt to look down on the keyboard to search the key. Therefore you will get used to looking at the screen only and thus you will learn touch typing much faster.
Main features:
- KTouch supports various keyboard layouts and you can easily add own keyboard layouts
- A number of training lectures are included by default (english, german, french ... etc)
- You can add and modify training lectures using the built-in lecture editor
- Detailed training statistics help you to find possible typing problems (keys that you typed wrong very often)
- The program calculates typing speed and your accuracy on-the-fly and displays them while you type
- Many settings (including the colour scheme of the program) can be modified by the user
- During training the level can be adjusted automatically according to your typing skill: if you type fast and correctly you will move a level up, otherwise stay in the level or even move down. So you will learn touch typing like playing a game.
Enhancements:
Patch provided by Gavin:
In trying to help a linux user group member compile ktouch 1.6.0
standalone version, I encountered a few errors.
o Only version 2.5 of autoconf was acceptable, 2.6 not allowed
o autoconf was checked for in --version output of the autoheader check
o ktouch/keyboards/Makefile.am had a trailing slash but no new line
Some minor changes all resulted in a successful `make -f Makefile.cvs`
Ive attached these changes in the patch attached and in a modified tar.gz.
I also noted that there are some .svn directories in the release. You
probably already know but, svn export will help you with that.
Download (2.1MB)
Added: 2007-06-27 License: GPL (GNU General Public License) Price:
859 downloads
KDELirc Improved (patch) 0.2
KDELirc Improved (patch) adds some different new features to improve kdelirc usability. more>>
KDELirc Improved (patch) adds some different new features to improve kdelirc usability. Above all i added On Screen Display, using Konversation and Amarok codebase. When some key is pressed on the remote, its shown through OSD on your desktop, and mode changing is advertised too.
I also added an option to allow mode changing with one key only, instead of binding one key for each mode. A new DCOP method now allows to suspend and resume key binding for the remote (dcop irkick IRKick setEnabled true/false).
Enhancements:
- Removed Konversation OSD, using Amarok one instead (improved, with images and translucency support).
- Now showing icon for mode change, for better visual recognition.
- Also showing a little icon for the keypress, so indicating what mode is in use.
- Added an option to select a different font for mode change and key press.
- Added dcop call to show osd text through dcop.
<<lessI also added an option to allow mode changing with one key only, instead of binding one key for each mode. A new DCOP method now allows to suspend and resume key binding for the remote (dcop irkick IRKick setEnabled true/false).
Enhancements:
- Removed Konversation OSD, using Amarok one instead (improved, with images and translucency support).
- Now showing icon for mode change, for better visual recognition.
- Also showing a little icon for the keypress, so indicating what mode is in use.
- Added an option to select a different font for mode change and key press.
- Added dcop call to show osd text through dcop.
Download (0.015MB)
Added: 2006-12-23 License: GPL (GNU General Public License) Price:
1035 downloads
La-Nai 1.2.14-patch
La-Nai is a CMS-like system that has basic modules, blocks, and templates. more>>
La-Nai is a CMS-like system that has basic modules, blocks, and templates.
The project is ready to create a Web site, but it has a new way of development called "Generated Framework", which means that a developer can generate module and source code from a command line script called "La-Mud".
In just a few minutes, you can create your own module or database driven module.
Installation:
1. Download release version at sourceforge
2. Extract to your home directory
3. Browse to http://your-domain-name/lanai-dir/
4. It ll start web installation follow the instruction until finish
5. Delete install directory after finish.
Enhancements:
- Multiple SQL injection vulnerabilities were fixed in three modules.
<<lessThe project is ready to create a Web site, but it has a new way of development called "Generated Framework", which means that a developer can generate module and source code from a command line script called "La-Mud".
In just a few minutes, you can create your own module or database driven module.
Installation:
1. Download release version at sourceforge
2. Extract to your home directory
3. Browse to http://your-domain-name/lanai-dir/
4. It ll start web installation follow the instruction until finish
5. Delete install directory after finish.
Enhancements:
- Multiple SQL injection vulnerabilities were fixed in three modules.
Download (1.5MB)
Added: 2007-08-11 License: GPL (GNU General Public License) Price:
806 downloads
Tiny serial terminal 1.1
Tiny serial terminal is a simple and dumb tool to access serial ports. more>>
Tiny serial terminal is a simple and dumb tool to access serial ports. Mainly intended for use to access serial consoles of various hardware.
Usage:
Download: com.c
Version : 1.1
Size : 4607 bytes
MD5 : 73a394b6d5ad333c2bf542315e1a0b73
SHA1 : 53c8ea8a1d5450ac4237a20c843e1462acaaa96e
Building: cc -o com com.c
Usage : ./com /dev/device [speed]
Example : ./com /dev/ttyS0 [115200]
Keys : Ctrl-A - exit, Ctrl-X - display control lines status
Darcs : darcs get http://tinyserial.sf.net/
Scr.shot: screenshot.png (8862 bytes)
<<lessUsage:
Download: com.c
Version : 1.1
Size : 4607 bytes
MD5 : 73a394b6d5ad333c2bf542315e1a0b73
SHA1 : 53c8ea8a1d5450ac4237a20c843e1462acaaa96e
Building: cc -o com com.c
Usage : ./com /dev/device [speed]
Example : ./com /dev/ttyS0 [115200]
Keys : Ctrl-A - exit, Ctrl-X - display control lines status
Darcs : darcs get http://tinyserial.sf.net/
Scr.shot: screenshot.png (8862 bytes)
Download (0.005MB)
Added: 2006-08-21 License: BSD License Price:
1208 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 serial ws patch 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