kill it
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 209
Download (0.002MB)
Added: 2006-04-17 License: GPL (GNU General Public License) Price:
1291 downloads
killppp 1.0
killppp purpose is to kill ppp pid after n time of no traffic. more>>
killppp purpose is to kill ppp pid after n time of no traffic. This is especially useful for dial-up users who pay per time-unit of being connected. The typical use for it, is to start a large download along with killppp and go away. The script will shut down ppp after the downloading is done. Thus saving unnecessary cost of unused network connectivity.
Depending on how your linux is configured you may need to be root to have the right to kill a ppp process and it may have to be the ppp daemon (pppd).
To find the pid of your ppp process type: ps aux | grep ppp
How this script works? Once activated, killppp checks every minute for network traffic on the ppp0 device. As long as data is passing through, killppp does nothing. Upon no traffic killppp starts counting time until it reaches the specified time and kills the ppp process.
killppp [-hl] < pid > < n >s|m|h|d
Options:
< pid >, process ID
< n >s|m|h|d, n seconds|minutes|hours|days of no traffic
-h, usage and options (this help)
-m, manual
-l, see this script"
<<lessDepending on how your linux is configured you may need to be root to have the right to kill a ppp process and it may have to be the ppp daemon (pppd).
To find the pid of your ppp process type: ps aux | grep ppp
How this script works? Once activated, killppp checks every minute for network traffic on the ppp0 device. As long as data is passing through, killppp does nothing. Upon no traffic killppp starts counting time until it reaches the specified time and kills the ppp process.
killppp [-hl] < pid > < n >s|m|h|d
Options:
< pid >, process ID
< n >s|m|h|d, n seconds|minutes|hours|days of no traffic
-h, usage and options (this help)
-m, manual
-l, see this script"
Download (0.004MB)
Added: 2006-10-04 License: GPL (GNU General Public License) Price:
1115 downloads
wmAppKill 0.2
wmAppKill is a window maker dock app that lists all your running processes. more>>
wmAppKill is a window maker dock app that lists all your running processes. You can kill any of them by double-clicking on their names.
You can specify wich process will be the oldest one of the list. The one by default is "wmaker". Type "wmAppKill -h" to get command line options.
Installation:
To install wmAppKill :
1. tar xvfz wmAppKill-x.x.tar.gz
2. make
3. make install (you must be root)
<<lessYou can specify wich process will be the oldest one of the list. The one by default is "wmaker". Type "wmAppKill -h" to get command line options.
Installation:
To install wmAppKill :
1. tar xvfz wmAppKill-x.x.tar.gz
2. make
3. make install (you must be root)
Download (0.016MB)
Added: 2005-10-11 License: GPL (GNU General Public License) Price:
1473 downloads
Water Kills 1.73
Bemused is a system which allows you to control your music collection from your phone, using Bluetooth. more>>
Bemused is a system which allows you to control your music collection from your phone, using Bluetooth. You will need to have a Series 60 or UIQ phone (e.g. Nokia 7650/3650, or Sony Ericsson P800/P900), and a PC with a Bluetooth adapter.
Main features:
- Browse your music collection on your phone
- Play files in any format supported by Winamp - including MP3s, CDs, MIDIs, etc.
- Control Winamp versions 2, 3 and 5, Windows Media Player and PowerPoint Viewer
- Pause, stop, rewind, fast-forward etc.
- Add songs to the playlist and use shuffle and repeat
- Browse and select songs in your playlist
- Download songs to your phone (supported formats: WAV and MIDI; plus MP3 for UIQ)
- Customise the look of the system with skins
Enhancements:
- Series 60: Added new version of German localisation by Ozan Sambur
- Integrated Joachim von Carons fix for a potential PowerPoint crash
- Added ability to get current volume on startup (Winamp 2 or 5 only)
- Fixed bug where song title would be wrong after a playlist repeating
- Fixed bug with getting current song time with Winamp 5
- Fixed crash when pressing Play when using PowerPoint with no presentation loaded
- Improved handling of comms errors in the Bemused server
<<lessMain features:
- Browse your music collection on your phone
- Play files in any format supported by Winamp - including MP3s, CDs, MIDIs, etc.
- Control Winamp versions 2, 3 and 5, Windows Media Player and PowerPoint Viewer
- Pause, stop, rewind, fast-forward etc.
- Add songs to the playlist and use shuffle and repeat
- Browse and select songs in your playlist
- Download songs to your phone (supported formats: WAV and MIDI; plus MP3 for UIQ)
- Customise the look of the system with skins
Enhancements:
- Series 60: Added new version of German localisation by Ozan Sambur
- Integrated Joachim von Carons fix for a potential PowerPoint crash
- Added ability to get current volume on startup (Winamp 2 or 5 only)
- Fixed bug where song title would be wrong after a playlist repeating
- Fixed bug with getting current song time with Winamp 5
- Fixed crash when pressing Play when using PowerPoint with no presentation loaded
- Improved handling of comms errors in the Bemused server
Download (0.38MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
1188 downloads

Kill Bill for Linux 1.0
A free, fantastic and realistically illustrated set that contains 26 icons more>> We are seriously bowing down to David Lanham right now with is mad skillz! A fantastic and realistically illustrated set that pays hommage to the movie Kill Bill Vol. 1.<<less
Download (638KB)
Added: 2009-04-05 License: Freeware Price: Free
204 downloads
Makejail 1.16
Makejail employs short configuration files to help administrators create and maintain chroot jails. more>>
Makejail employs short configuration files to help administrators create and maintain chroot jails. Makejails attempts to guess and install into the jail all files required by the daemon.
You have to understand how it is designed to make it work efficiently.
To have an idea of how the configuration files look like, have a look at these examples (shipped in the tarball): apache, bind, mysqld, ntpd, postgresql and sshd
To have an idea of the actions done, look at these log files: apache on OpenBSD 3.0, bind on GNU/Linux Debian woody.
The list of these files is built from several sources:
- the main method is to trace what files the daemon attempts to access, add them into the jail and restart again until no further file is found.
- a list of files manually given in the configuration file.
- the files which belongs to a package and eventually the packages it requires.
When a file is added into the jail:
- the shared librairies it needs (given by ldd) are added too.
- upper directories are created if needed.
- if the file is a symbolic link, the target is added too.
- all the checks to determine what files a file needs are recursive.
- all files are copied maintaining the originals ownerships and permissions.
Some files are handled with a special method:
- when the file is below /proc, the procfs filesystem is mounted inside the jail.
- when the file is a socket, its not copied.
- when the file is the shared library cache, its not copied, ldconfig is run at the end.
The steps of makejail are:
- eventually remove the files in the jail first.
- if you specified some packages, add all the files which belongs to them.
- if you specified some paths to include, add the files matching these patterns.
- start the daemon inside the jail, and trace it with strace, add the files it attempts to open which exist outside the jail, kill it and start again until no more file is found.
- start the daemon inside the jail, and trace it while running some test processes outside the jail, see with strace what files the daemon attempts to open.
<<lessYou have to understand how it is designed to make it work efficiently.
To have an idea of how the configuration files look like, have a look at these examples (shipped in the tarball): apache, bind, mysqld, ntpd, postgresql and sshd
To have an idea of the actions done, look at these log files: apache on OpenBSD 3.0, bind on GNU/Linux Debian woody.
The list of these files is built from several sources:
- the main method is to trace what files the daemon attempts to access, add them into the jail and restart again until no further file is found.
- a list of files manually given in the configuration file.
- the files which belongs to a package and eventually the packages it requires.
When a file is added into the jail:
- the shared librairies it needs (given by ldd) are added too.
- upper directories are created if needed.
- if the file is a symbolic link, the target is added too.
- all the checks to determine what files a file needs are recursive.
- all files are copied maintaining the originals ownerships and permissions.
Some files are handled with a special method:
- when the file is below /proc, the procfs filesystem is mounted inside the jail.
- when the file is a socket, its not copied.
- when the file is the shared library cache, its not copied, ldconfig is run at the end.
The steps of makejail are:
- eventually remove the files in the jail first.
- if you specified some packages, add all the files which belongs to them.
- if you specified some paths to include, add the files matching these patterns.
- start the daemon inside the jail, and trace it with strace, add the files it attempts to open which exist outside the jail, kill it and start again until no more file is found.
- start the daemon inside the jail, and trace it while running some test processes outside the jail, see with strace what files the daemon attempts to open.
Download (0.026MB)
Added: 2006-07-11 License: GPL (GNU General Public License) Price:
1201 downloads
squidwall 0.5
Squidwall is a fast, small, and secure squid redirector. more>>
Squidwall is a fast, small, and secure squid redirector. It is written with security in mind.
squidwall enables the administrator to build an easy to use Web interface for controlling user-, host-, or IP-based access to squid. It also does pass-through antivirus scanning with clamav.
Main features:
- user-based accesscontrol to squid (the internet)
- host/ip based accesscontrol to squid
- pass-through antivirus scanning with clamav
- squidwall and squid doesnt need a restart or kill -HUP, if sth. is changed within the acls of squidwall
- the acls are two directories, which have empty files named by these convention:
- +filename -> access ok
- -filename -> access denied
- ?filename -> access ok, but scanned
Enhancements:
- Support for global filtering options, the new url_rewrite_concurrency feature of squid 2.6, and a small memcache which remembers old redirections were added.
- Changing the whole configuration on the fly without restarting squid is now also possible.
- Everything can be changed in /etc/squidwall/control, just like qmail.
- A lot other improvements and fixes were made.
<<lesssquidwall enables the administrator to build an easy to use Web interface for controlling user-, host-, or IP-based access to squid. It also does pass-through antivirus scanning with clamav.
Main features:
- user-based accesscontrol to squid (the internet)
- host/ip based accesscontrol to squid
- pass-through antivirus scanning with clamav
- squidwall and squid doesnt need a restart or kill -HUP, if sth. is changed within the acls of squidwall
- the acls are two directories, which have empty files named by these convention:
- +filename -> access ok
- -filename -> access denied
- ?filename -> access ok, but scanned
Enhancements:
- Support for global filtering options, the new url_rewrite_concurrency feature of squid 2.6, and a small memcache which remembers old redirections were added.
- Changing the whole configuration on the fly without restarting squid is now also possible.
- Everything can be changed in /etc/squidwall/control, just like qmail.
- A lot other improvements and fixes were made.
Download (0.018MB)
Added: 2006-08-13 License: GPL (GNU General Public License) Price:
1168 downloads
The Sheep Killer 1.1
The Sheep Killer is a cross-platform 3d game where you control a Viking and must kill sheeps! more>>
The Sheep Killer is a cross-platform 3d game where you control a Viking and must kill sheeps!
Each sheep gives you five points. While killing sheep you must watch out from rams! Theyll try to bite you, making you loose a life. You can also kill rams if you can, they give 10 points!
Enhancements:
- Adjusted choppy sounds on windows
- Adjusted a bug (dieing while changing the level)
<<lessEach sheep gives you five points. While killing sheep you must watch out from rams! Theyll try to bite you, making you loose a life. You can also kill rams if you can, they give 10 points!
Enhancements:
- Adjusted choppy sounds on windows
- Adjusted a bug (dieing while changing the level)
Download (2.5MB)
Added: 2005-09-05 License: GPL (GNU General Public License) Price:
1513 downloads
Pineapple 3 test1
Pineapple is an adventure game. more>>
Pineapple is an adventure game.
You are sherif of a small village in the far west.
During a dark night of summer, the gang of reds, a bad group of crazy minded people, come to your town to kill every one.
You must kill them all before all citizens are killed !
<<lessYou are sherif of a small village in the far west.
During a dark night of summer, the gang of reds, a bad group of crazy minded people, come to your town to kill every one.
You must kill them all before all citizens are killed !
Download (0.68MB)
Added: 2005-09-06 License: GPL (GNU General Public License) Price:
1509 downloads
winCloser 0.1
winCloser project can close all windows on current workspace with one click. more>>
winCloser project can close all windows on current workspace with one click.
winCloser is a simple GNOME panel applet that will close all windows on current desktop. Additionally you can kill the windows or close all windows on all workspaces.
<<lesswinCloser is a simple GNOME panel applet that will close all windows on current desktop. Additionally you can kill the windows or close all windows on all workspaces.
Download (0.096MB)
Added: 2007-04-17 License: GPL (GNU General Public License) Price:
927 downloads
cinit 0.3pre10
cinit is a fast executing, small and simple init with support for profiles. more>>
cinit is a fast executing, small and simple init with support for profiles.
And it has a simple configuration, which makes many shell-scripts unecessary (but you still could use them if you really want), which leads to better performance and less memory using.
Enhancements:
- The make install target has been fixed.
- halt.kill, poweroff.kill, and reboot.kill (including man pages) have been added.
- Invalid comparison in core/cinit.c has been fixed.
- This release is verbose, and prints what it
vThe documentation has been updated.
<<lessAnd it has a simple configuration, which makes many shell-scripts unecessary (but you still could use them if you really want), which leads to better performance and less memory using.
Enhancements:
- The make install target has been fixed.
- halt.kill, poweroff.kill, and reboot.kill (including man pages) have been added.
- Invalid comparison in core/cinit.c has been fixed.
- This release is verbose, and prints what it
vThe documentation has been updated.
Download (0.062MB)
Added: 2007-08-21 License: GPL (GNU General Public License) Price:
794 downloads
Linedit 0.15.12
Linedit is a readline-style library written in Common Lisp that provides customizable line-editing features. more>>
Linedit is a readline-style library written in Common Lisp that provides customizable line-editing features.
Linedit uses UFFI for foreign bindings, so it is a least theoretically portable, though REPL-wrapping is currently SBCL specific.
Main features:
- single-line text reader
- multi-line form reader
- completions on packages and symbols in current image
- completions on directories and filenames
- apropos-word and describe-word
- unlimited undo
- unlimited kill-ring
- unlimited history
- paren matching (not across lines)
- multiple histories
- use in REPL on SBCL
- paging
- fully customizable in CL
- works on Linux, FreeBSD, Darwin
Installation:
If you have asdf-install, just:
CL-USER(1): (require :asdf-install)
...
CL-USER(2): (asdf-install:install :linedit)
...select restarts as approriate...
<<lessLinedit uses UFFI for foreign bindings, so it is a least theoretically portable, though REPL-wrapping is currently SBCL specific.
Main features:
- single-line text reader
- multi-line form reader
- completions on packages and symbols in current image
- completions on directories and filenames
- apropos-word and describe-word
- unlimited undo
- unlimited kill-ring
- unlimited history
- paren matching (not across lines)
- multiple histories
- use in REPL on SBCL
- paging
- fully customizable in CL
- works on Linux, FreeBSD, Darwin
Installation:
If you have asdf-install, just:
CL-USER(1): (require :asdf-install)
...
CL-USER(2): (asdf-install:install :linedit)
...select restarts as approriate...
Download (0.017MB)
Added: 2006-03-10 License: MIT/X Consortium License Price:
1323 downloads
StdioTunnel 0.2
StdioTunnel project allows you to tunnel arbitrary TCP connections through any shell access connection. more>>
StdioTunnel project allows you to tunnel arbitrary TCP connections through any shell access connection.
If the connection provides a clear 8-bit data path and allows you to start programs, you can use it with StdioTunnel.
It tunnels TCP connections in much the same way SSH does, but is useful in particular cases where SSH port forwarding is disabled, and it does not require running or changing the configuration of any server processes on either side of the connection.
Once StdioTunnel handshakes, the connection you used to initiate it is no longer available. The local StdioTunnel process will ignore further input. The connection is shut down when you kill the StdioTunnel process at either end.
All that is required for StdioTunnel to make a connection is that the standard input and output of the remote side appear to be connected through an 8-bit clear channel to the standard input and output of the process started by the local side. ssh with the -e none option to turn off the escape character works quite nicely as the connecting process.
Please note that using ANY software, StdioTunnel included, to work-around firewall restrictions may make systems on either side of the firewall more vulnerable to any number of attacks. StdioTunnel may have bugs that make such vulnerabilities even worse. The user takes sole responsibility for any adverse consequences of using this software.
<<lessIf the connection provides a clear 8-bit data path and allows you to start programs, you can use it with StdioTunnel.
It tunnels TCP connections in much the same way SSH does, but is useful in particular cases where SSH port forwarding is disabled, and it does not require running or changing the configuration of any server processes on either side of the connection.
Once StdioTunnel handshakes, the connection you used to initiate it is no longer available. The local StdioTunnel process will ignore further input. The connection is shut down when you kill the StdioTunnel process at either end.
All that is required for StdioTunnel to make a connection is that the standard input and output of the remote side appear to be connected through an 8-bit clear channel to the standard input and output of the process started by the local side. ssh with the -e none option to turn off the escape character works quite nicely as the connecting process.
Please note that using ANY software, StdioTunnel included, to work-around firewall restrictions may make systems on either side of the firewall more vulnerable to any number of attacks. StdioTunnel may have bugs that make such vulnerabilities even worse. The user takes sole responsibility for any adverse consequences of using this software.
Download (0.085MB)
Added: 2006-09-11 License: GPL (GNU General Public License) Price:
1138 downloads
wmforkplop 0.9.3
wmforkplop is a mixture between wmhdplop and the great wmtop. more>>
wmforkplop is yet another dockapp for WindowMaker, or any windowmanager/desktop environment that handles dockapps (KDE has a dockbar extension, and gnome swallows).
The project is a mixture between wmhdplop and the great wmtop: wmforkplop monitors your processes by sending visual stimuli to your cortex each time your kernel forks or kills a process. Try to compile a kernel and enjoy the wmforkplop show!
Main features:
- theoritical portability that still has to be demonstrated.
- useless animation reflecting forking activity.
- wmtop-like feature (displays the top cpu consuming processes)
- a "process browser" with a license to kill.
- many unreadable information written in a tiny font.
Enhancements:
- This release fixes the infamous bug where incorrect process names were displayed.
<<lessThe project is a mixture between wmhdplop and the great wmtop: wmforkplop monitors your processes by sending visual stimuli to your cortex each time your kernel forks or kills a process. Try to compile a kernel and enjoy the wmforkplop show!
Main features:
- theoritical portability that still has to be demonstrated.
- useless animation reflecting forking activity.
- wmtop-like feature (displays the top cpu consuming processes)
- a "process browser" with a license to kill.
- many unreadable information written in a tiny font.
Enhancements:
- This release fixes the infamous bug where incorrect process names were displayed.
Download (0.21MB)
Added: 2006-12-03 License: GPL (GNU General Public License) Price:
1055 downloads
Urluminator 1.01
Urluminator is a project which log URLs that urlsnarf sees to a database and view with a CGI script. more>>
Urluminator is a project which log URLs that urlsnarf sees to a database and view with a CGI script.
Urluminator uses urlsnarf to capture URLs that traverse the network and log them to a MySQL database. It also includes a CGI script that allows you to view and search the DB.
From the CGI you can also write out Excel Spreadsheets of the results.
Enhancements:
- Fixed bugs in urluminator.cgi
- Added urluminator.cron, a Cron job that will kill and restart urluminator
<<lessUrluminator uses urlsnarf to capture URLs that traverse the network and log them to a MySQL database. It also includes a CGI script that allows you to view and search the DB.
From the CGI you can also write out Excel Spreadsheets of the results.
Enhancements:
- Fixed bugs in urluminator.cgi
- Added urluminator.cron, a Cron job that will kill and restart urluminator
Download (0.007MB)
Added: 2007-04-06 License: GPL (GNU General Public License) Price:
933 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 kill it 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