htop 0.6.6
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 27
htop 0.6.6
htop is an interactive process viewer for Linux. more>>
htop is an interactive process viewer for Linux.
htop project requires ncurses. Tested with Linux 2.4 and 2.6.
Enhancements:
- This release contains stability and statistics fixes.
- Upgrading is recommended.
<<lesshtop project requires ncurses. Tested with Linux 2.4 and 2.6.
Enhancements:
- This release contains stability and statistics fixes.
- Upgrading is recommended.
Download (0.12MB)
Added: 2007-06-02 License: GPL (GNU General Public License) Price:
884 downloads
mtop 0.6.6
mtop (MySQL top) monitors a MySQL database showing the queries which are taking the most amount of time to complete. more>>
mtop (MySQL top) monitors a MySQL database showing the queries which are taking the most amount of time to complete.
Installation:
To install mtop, run the following:
perl Makefile.PL
make
make install
Run:
perl Makefile.PL --prefix={install_prefix}
or change the PREFIX line in Makefile.PL to customize install location. The default {install_prefix} is /usr/local which means mtop will be installed in /usr/local/bin/.
<<lessInstallation:
To install mtop, run the following:
perl Makefile.PL
make
make install
Run:
perl Makefile.PL --prefix={install_prefix}
or change the PREFIX line in Makefile.PL to customize install location. The default {install_prefix} is /usr/local which means mtop will be installed in /usr/local/bin/.
Download (0.048MB)
Added: 2005-09-30 License: GPL (GNU General Public License) Price:
1489 downloads
udtool 0.6.6
udtool allows you to have peoples names in Urban Dead show up in different colors. more>>
udtool allows you to have peoples names in Urban Dead show up in different colors.
Basically this extension colorizes names in Urban Dead, but lets you have multiple groups with different colors for each.
It also lets groups have descriptions with appear when you mouse over the name of someone in a group. But it also has a lot more features than that.
<<lessBasically this extension colorizes names in Urban Dead, but lets you have multiple groups with different colors for each.
It also lets groups have descriptions with appear when you mouse over the name of someone in a group. But it also has a lot more features than that.
Download (0.056MB)
Added: 2007-04-26 License: MPL (Mozilla Public License) Price:
568 downloads
Dstat 0.6.6
Dstat is a versatile replacement for vmstat, iostat, and ifstat. more>>
Dstat project is a versatile replacement for iostat, vmstat and ifstat. Dstat overcomes some of the limitations and adds some extra features.
Dstat allows you to view all of your system resources instantly, you can eg. compare disk usage in combination with interrupts from your IDE controller, or compare the network bandwidth numbers directly with the disk throughput (in the same interval).
Dstat also cleverly gives you the most detailed information in columns and clearly indicates in what magnitude and unit the output is displayed. Less confusion, less mistakes.
Dstat is also unique in letting you aggregate block device throughput for a certain diskset or network bandwidth for a group of interfaces, ie. you can see the throughput for all the block devices that make up a single filesystem or storage system.
You can customize your dstat output from /etc/dstat.conf and you can write your own dstat modules to plug into the dstat output.
Dstats output by default is optimized for being interpreted by humans in real-time, however the new CSV output allows you to store CSV output to a file to be imported later into Gnumeric or Excel to generate graphs.
Main features:
- Combines vmstat, iostat and ifstat information (in exactly the same timeframe)
- Modular design
- Enable/order counters as they make most sense during analysis/troubleshooting
- Easy to extend, add your own counters (please contribute those)
- Can summarize grouped block devices and see total numbers
- Can show interrupts per device
- Very accurate timeframes, no timeshifts when system is stressed
- Shows exact units and limits conversion mistakes
- Indicate different units with different colors
- Show intermediate results when delay > 1
- Written in python so easily extendable for the task at hand
- Allows to export CSV output
- CSV output can be imported in Gnumeric and Excel to make graphs
<<lessDstat allows you to view all of your system resources instantly, you can eg. compare disk usage in combination with interrupts from your IDE controller, or compare the network bandwidth numbers directly with the disk throughput (in the same interval).
Dstat also cleverly gives you the most detailed information in columns and clearly indicates in what magnitude and unit the output is displayed. Less confusion, less mistakes.
Dstat is also unique in letting you aggregate block device throughput for a certain diskset or network bandwidth for a group of interfaces, ie. you can see the throughput for all the block devices that make up a single filesystem or storage system.
You can customize your dstat output from /etc/dstat.conf and you can write your own dstat modules to plug into the dstat output.
Dstats output by default is optimized for being interpreted by humans in real-time, however the new CSV output allows you to store CSV output to a file to be imported later into Gnumeric or Excel to generate graphs.
Main features:
- Combines vmstat, iostat and ifstat information (in exactly the same timeframe)
- Modular design
- Enable/order counters as they make most sense during analysis/troubleshooting
- Easy to extend, add your own counters (please contribute those)
- Can summarize grouped block devices and see total numbers
- Can show interrupts per device
- Very accurate timeframes, no timeshifts when system is stressed
- Shows exact units and limits conversion mistakes
- Indicate different units with different colors
- Show intermediate results when delay > 1
- Written in python so easily extendable for the task at hand
- Allows to export CSV output
- CSV output can be imported in Gnumeric and Excel to make graphs
Download (0.053MB)
Added: 2007-04-29 License: GPL (GNU General Public License) Price:
557 downloads
Doodle 0.6.6
Doodle is a file search tool based on meta-data. more>>
Doodle is a tool to quickly search the documents on a computer. Doodle builds an index using meta-data contained in the documents and allows fast searches on the resulting database.
Doodle project uses libextractor to support obtaining meta-data from various file-formats. The database used by doodle is a suffix tree, resulting in fast lookups. Doodle supports approximate searches.
Main features:
- A web interface
- Ordering of search results
- Spidering (indexing the Internet or websites)
Using
First the doodle database needs to be created. The simplest way to create the database is to run doodle with the -b option on the directories that are to be indexed. For example:
$ doodle -b
This will create the doodle database under ~/.doodle.
After creating the doodle database, you can search it. For example:
$ doodle keyword
Full text search
You can achieve a (limited) form of full-text search with doodle. For that, the dictionary-based plaintext extractors from libextractor are used. In order to use them, you need to pass the option -b LANG to doodle.
LANG is a two letter language code that selects the dictionary. Available languages at the moment are en, es, fr, it and no. Words and sentences that are available in the respective dictionaries for these languages will then be added to the index.
While libextractor attempts to avoid full-text extraction for certain kown binary formats, it may still find words in non-text files. Running with this option will dramatically increase the size of the index and the time it takes to build the index.
Note that if you change the options used to build a database will not (!) result in doodle re-indexing files that were processed with other options previously. The only way to force doodle to re-index files with different options is to either touch the files (change modification timestamp) or to delete the old database and start from scratch.
Enhancements:
- This release fixes a bug on big-endian systems and an error in handling empty metadata entries.
- It also adds support for pkg-config.
- The database format changed; doodle indices will need to be regenerated.
<<lessDoodle project uses libextractor to support obtaining meta-data from various file-formats. The database used by doodle is a suffix tree, resulting in fast lookups. Doodle supports approximate searches.
Main features:
- A web interface
- Ordering of search results
- Spidering (indexing the Internet or websites)
Using
First the doodle database needs to be created. The simplest way to create the database is to run doodle with the -b option on the directories that are to be indexed. For example:
$ doodle -b
This will create the doodle database under ~/.doodle.
After creating the doodle database, you can search it. For example:
$ doodle keyword
Full text search
You can achieve a (limited) form of full-text search with doodle. For that, the dictionary-based plaintext extractors from libextractor are used. In order to use them, you need to pass the option -b LANG to doodle.
LANG is a two letter language code that selects the dictionary. Available languages at the moment are en, es, fr, it and no. Words and sentences that are available in the respective dictionaries for these languages will then be added to the index.
While libextractor attempts to avoid full-text extraction for certain kown binary formats, it may still find words in non-text files. Running with this option will dramatically increase the size of the index and the time it takes to build the index.
Note that if you change the options used to build a database will not (!) result in doodle re-indexing files that were processed with other options previously. The only way to force doodle to re-index files with different options is to either touch the files (change modification timestamp) or to delete the old database and start from scratch.
Enhancements:
- This release fixes a bug on big-endian systems and an error in handling empty metadata entries.
- It also adds support for pkg-config.
- The database format changed; doodle indices will need to be regenerated.
Download (0.45MB)
Added: 2007-01-03 License: GPL (GNU General Public License) Price:
1032 downloads
Fgr 0.6.6
Fgr is the command find tool used by the Xfce desktop environment since 2000. more>>
Fgr 0.6.6 will enhance the use of your files. It is actually a command find tool which combines the power of "find" with the versatility of "grep". The Xffm-find GUI uses this simple program for searching into the contents of files. The ability to use fgr from either a GUI or the command line provides this application with great versatility.
Fgr first appeared (as glob) in the year 2000 in the xfce3 desktop and is now part of the Xffm distribution. Today fgr can be installed along with Xffm or as a standalone application. This allows for quick and easy installation in any system. The fgr program does not have any dependencies, except for GNU grep 2.x or higher if you want to search into the content of files.
<<less Added: 2006-03-14 License: GPL Price: FREE
1 downloads
nzbperl 0.6.6
nzbperl is a newsreader utility that can process an nzb file, autodecode, and do bandwidth throttling. more>>
nzbperl is a newsreader utility that can process an nzb file, autodecode, and do bandwidth throttling.
Run Linux (or OSX or Windows)? Need a multi-connection newsreader utility that can process an nzb file and autodecode and even do bandwidth throttling? Youve come to the right place.
I looked around for something that I could use for nzb files on my Linux setup, and I soon discovered limited options. There are progs out there that will download nzb files (nzbget and knzb are apparently the most visible ones), but none seemed to have a key feature that I put importance on: bandwidth throttling. So, like many other one-off hacks and open source projects, this little toy was built to scratch an itch.
Main features:
- Automated parsing and sorting of nzb files
- Supports multiple server connections
- Automated parts downloading, assembling, and decoding
- Decodes uuencoded and yenc encoded files (via uudeview)
- User controllable bandwidth throttling (even change speeds during runtime)
- Nice colored text display with progress information
- News server authentication (optional)
- Perl script requires no compilation.
- Few dependencies
- Small footprint (about a 57kB download)
<<lessRun Linux (or OSX or Windows)? Need a multi-connection newsreader utility that can process an nzb file and autodecode and even do bandwidth throttling? Youve come to the right place.
I looked around for something that I could use for nzb files on my Linux setup, and I soon discovered limited options. There are progs out there that will download nzb files (nzbget and knzb are apparently the most visible ones), but none seemed to have a key feature that I put importance on: bandwidth throttling. So, like many other one-off hacks and open source projects, this little toy was built to scratch an itch.
Main features:
- Automated parsing and sorting of nzb files
- Supports multiple server connections
- Automated parts downloading, assembling, and decoding
- Decodes uuencoded and yenc encoded files (via uudeview)
- User controllable bandwidth throttling (even change speeds during runtime)
- Nice colored text display with progress information
- News server authentication (optional)
- Perl script requires no compilation.
- Few dependencies
- Small footprint (about a 57kB download)
Download (0.070MB)
Added: 2005-09-28 License: GPL (GNU General Public License) Price:
1488 downloads
IPsec-Tools 0.6.6
IPsec-Tools is a Linux port of the user-space tools from KAME. more>>
IPsec-Tools is a port of KAMEs IPsec utilities to the Linux-2.6 IPsec implementation. IPsec-Tools supports NetBSD and FreeBSD as well.
Contents:
libipsec
Library with PF_KEY implementation.
setkey
Tool to manipulate and dump the kernel Security Policy Database (SPD) and Security Association Database (SAD).
racoon
Internet Key Exchange (IKE) daemon for automatically keying IPsec connections.
racoonctl
A shell-based control tool for racoon
Enhancements:
- Some various bugfixes
<<lessContents:
libipsec
Library with PF_KEY implementation.
setkey
Tool to manipulate and dump the kernel Security Policy Database (SPD) and Security Association Database (SAD).
racoon
Internet Key Exchange (IKE) daemon for automatically keying IPsec connections.
racoonctl
A shell-based control tool for racoon
Enhancements:
- Some various bugfixes
Download (0.64MB)
Added: 2006-06-13 License: BSD License Price:
1236 downloads
DrasticTools 0.6.6
DrasticTools can be used to visualize table data in a Grid (DrasticGrid) and on a Google Map (DrasticMap). more>>
DrasticTools can be used to visualize table data in a Grid (DrasticGrid) and on a Google Map (DrasticMap). The grid supports pagination, sorting, and in-line editing of data. DrasticTools project is the successor of MySQLPHPGrid.
Enhancements:
- "showcols", "showcolsnot", and "defaultcols" options were added.
- A problem where null was shown in IE was fixed.
- In DrasticMap the label, tool-tip, and bar were changed.
<<lessEnhancements:
- "showcols", "showcolsnot", and "defaultcols" options were added.
- A problem where null was shown in IE was fixed.
- In DrasticMap the label, tool-tip, and bar were changed.
Download (0.082MB)
Added: 2007-04-20 License: LGPL (GNU Lesser General Public License) Price:
918 downloads
kamix 0.6.6
kamix is a KDE mixer application for KDE 3 and ALSA. more>>
kamix project is a KDE mixer application for KDE 3 and ALSA, that was born just to provide some support for what official kmix lacked.
Since KDE 3.2, official kmix has all of the features kamix had before but kamix is still more configurable.A KDE mixer application for KDE 3 and ALSA, that was born just to provide some support for what official kmix lacked.
Since KDE 3.2, official kmix has all of the features kamix had before but kamix is still more configurable.
<<lessSince KDE 3.2, official kmix has all of the features kamix had before but kamix is still more configurable.A KDE mixer application for KDE 3 and ALSA, that was born just to provide some support for what official kmix lacked.
Since KDE 3.2, official kmix has all of the features kamix had before but kamix is still more configurable.
Download (0.14MB)
Added: 2007-04-19 License: GPL (GNU General Public License) Price:
926 downloads
FK 0.6.7
fk is a free software replacement for the TIS fwtk. more>>
fk is a free software replacement for the TIS fwtk. A while ago, I decided that the world needed a free software proxy firewall kit, as I was unhappy with the TIS fwtk. Nobody else appeared to be actively working on one (perhaps I didnt look hard enough), so I decided to have a wee go. Ian Lynagh was hacking on this task with me, but seems to have disappeared.
The proxies are designed for fixed destinations, or for use as transparent proxies - thus far, there is no support for proxy authentication of any kind.
Main features:
- a simple TCP plug,
- a POP-3 gateway,
- a lightweight rfc1413 (ident) server,
- an ftp gateway,
- a (functional but incomplete) SMTP proxy
- a simple HTTP server
- a really simple HTTP proxy
- a userspace ping server
- a fair bit of code which makes writing more proxies fairly easy,
- some log file monitoring tools, and
- a (rather nice, IMHO) network/host ACL facility like netacl or tcpd
Enhancements:
- new documentation:
- + status document (doc/HONESTY)
- + configuration guide (doc/CONFIGURATION)
- userspace ping server (will need probably portability fixes to work anywhere but Linux)
- HTTP proxy improvements:
- + understands "GET http://etc" proxy syntax
- + understands HEAD and POST
- + keepalives seem to work, max requests configurable
- "--wait" option added. Significant performance improvements where used (httpd went from 100 to 340 rps in simple testing)
- fix stupid httpd segfault introduced in 0.6.6
- timeout code fixed
- Update IDSA support (patches from marc@jade.cs.uct.ac.za)
- + now requires idsa-0.91.0 or later
- Fix QUIT bug in pop-3 proxy
<<lessThe proxies are designed for fixed destinations, or for use as transparent proxies - thus far, there is no support for proxy authentication of any kind.
Main features:
- a simple TCP plug,
- a POP-3 gateway,
- a lightweight rfc1413 (ident) server,
- an ftp gateway,
- a (functional but incomplete) SMTP proxy
- a simple HTTP server
- a really simple HTTP proxy
- a userspace ping server
- a fair bit of code which makes writing more proxies fairly easy,
- some log file monitoring tools, and
- a (rather nice, IMHO) network/host ACL facility like netacl or tcpd
Enhancements:
- new documentation:
- + status document (doc/HONESTY)
- + configuration guide (doc/CONFIGURATION)
- userspace ping server (will need probably portability fixes to work anywhere but Linux)
- HTTP proxy improvements:
- + understands "GET http://etc" proxy syntax
- + understands HEAD and POST
- + keepalives seem to work, max requests configurable
- "--wait" option added. Significant performance improvements where used (httpd went from 100 to 340 rps in simple testing)
- fix stupid httpd segfault introduced in 0.6.6
- timeout code fixed
- Update IDSA support (patches from marc@jade.cs.uct.ac.za)
- + now requires idsa-0.91.0 or later
- Fix QUIT bug in pop-3 proxy
Download (0.088MB)
Added: 2006-07-10 License: GPL (GNU General Public License) Price:
1203 downloads
BomberMaze 0.6.6
BomberMaze project is a bomberman clone. more>>
BomberMaze project is a bomberman clone.
It is a multiplayer action game in which players run around a square-grid maze while dropping bombs and collecting power-ups.
The bombs explode after a short time delay, taking out any nearby bricks and players.
Main features:
- Support for 2 to 4 players
- 5 different power-ups: Extra Bomb, Extra Blast Radius, Trigger Bomb, Kick Bomb, and Extra Speed
- Configurable mazes and randomizable mazes
- Configurable key controls
- Theme support (ie., configurable tiles and sprites)
Enhancements:
- New translations: Danish, German, Spanish, Italian, Norwegian, Russian, and Ukrainian (da, de, es, it, no, ru, uk).
<<lessIt is a multiplayer action game in which players run around a square-grid maze while dropping bombs and collecting power-ups.
The bombs explode after a short time delay, taking out any nearby bricks and players.
Main features:
- Support for 2 to 4 players
- 5 different power-ups: Extra Bomb, Extra Blast Radius, Trigger Bomb, Kick Bomb, and Extra Speed
- Configurable mazes and randomizable mazes
- Configurable key controls
- Theme support (ie., configurable tiles and sprites)
Enhancements:
- New translations: Danish, German, Spanish, Italian, Norwegian, Russian, and Ukrainian (da, de, es, it, no, ru, uk).
Download (0.49MB)
Added: 2006-11-17 License: GPL (GNU General Public License) Price:
1072 downloads
Cannon Smash 0.6.6
Cannon Smash project is a 3D tabletennis game. more>>
Cannon Smash project is a 3D tabletennis game.
The goal of this project is to represent various strategy of tabletennis on computer game.
<<lessThe goal of this project is to represent various strategy of tabletennis on computer game.
Download (2.5MB)
Added: 2006-11-06 License: GPL (GNU General Public License) Price:
1082 downloads
K Menu Gnome 0.6.6
K Menu Gnome project is a K Menu with Gnome folder and extra icons for KDE 3.2 or later. more>>
K Menu Gnome project is a K Menu with Gnome folder and extra icons for KDE 3.2 or later.
If you install both KDE and Gnome then K Menu will become a mess with overpopulated submenus. Some distributions try to solve this by hiding many Gnome apps in KDE and most KDE apps in Gnome. I do not like that. I want to access Gnome apps in KDE and KDE apps in Gnome. So this is my attempt to both maintain desktop interoperability and unmess the menus.
Why should one install both KDE and Gnome at all? You might share your machine with somebody who prefers the other desktop, or you might be a desktop junky like I am.
K Menu Gnome does not integrate well with the menus of heavily customized distributions such as Mandriva, SUSE, or UHU-Linux.
<<lessIf you install both KDE and Gnome then K Menu will become a mess with overpopulated submenus. Some distributions try to solve this by hiding many Gnome apps in KDE and most KDE apps in Gnome. I do not like that. I want to access Gnome apps in KDE and KDE apps in Gnome. So this is my attempt to both maintain desktop interoperability and unmess the menus.
Why should one install both KDE and Gnome at all? You might share your machine with somebody who prefers the other desktop, or you might be a desktop junky like I am.
K Menu Gnome does not integrate well with the menus of heavily customized distributions such as Mandriva, SUSE, or UHU-Linux.
Download (0.34MB)
Added: 2007-07-11 License: GPL (GNU General Public License) Price:
836 downloads
Dropline Etiquette 0.6.6
Dropline Etiquette is a Gnome icon theme based on Etiquette icons by Andrew Fitzsimon. more>>
Dropline Etiquette is a Gnome icon theme based on Etiquette icons by Andrew Fitzsimon.
<<less Download (1.7MB)
Added: 2005-11-17 License: GPL (GNU General Public License) Price:
1438 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 2
- 1
- 2
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above htop 0.6.6 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