2009 fica limit
cpulimit 1.1
cpulimit is a simple program that attempts to limit the cpu usage of a process (expressed in percentage, not in cpu time). more>>
cpulimit project does not act on the nice value or other scheduling priority stuff, but on the real cpu usage. Also, it is able to adapt itself to the overall system load, dynamically and quickly.
MR Tech Link Wrapper Lite 2.1
MR Tech Link Wrapper Lite is a Firefox extension that wraps long links and lines to spare you from having to scroll left and rig more>>
Hidden preferences:
- length to wrap: link_wrapper.wrapLength, default value is "15"
- Sites to ignore: link_wrapper.ignoreList, default regex value is "google.com|mail.yahoo.com|hushmail.com|blog.myspace.com|webmail.aol.com"
- html tags to ignore: link_wrapper.ignoreTags, default regex value includes tons of tags
- Enable page character limit to improve performance on large pages: link_wrapper.charLimitEnabled, default value is false
- If enabled use this character limit: link_wrapper.charLimit, default value is 30000
If Link Wrapper doesnt appear to work for you can:
- some blog site will break with this extension just add the domain to the "Sites to ignore" list in the options
- bump the limit of character to something higher than 30000 in the options dialog
- if you experience slow downs on large pages, enabling the character limit in the options dialog.
Note: Link Wrapper will force Linkification to only highlight part of a text link, version 1.2.2 and newer of Linkification adds a "Thorough Mode" which is disabled by default, enabling it will resolve this, or you can just double-click on the unhighlighted text on the right of the text from a link to have it open properly.
SQL::Abstract::Limit 0.12
SQL::Abstract::Limit is a portable LIMIT emulation. more>>
SYNOPSIS
use SQL::Abstract::Limit;
my $sql = SQL::Abstract::Limit->new( limit_dialect => LimitOffset );;
# or autodetect from a DBI $dbh:
my $sql = SQL::Abstract::Limit->new( limit_dialect => $dbh );
# or from a Class::DBI class:
my $sql = SQL::Abstract::Limit->new( limit_dialect => My::CDBI::App );
# or object:
my $obj = My::CDBI::App->retrieve( $id );
my $sql = SQL::Abstract::Limit->new( limit_dialect => $obj );
# generate SQL:
my ( $stmt, @bind ) = $sql->select( $table, @fields, %where, @order, $limit, $offset );
# Then, use these in your DBI statements
my $sth = $dbh->prepare( $stmt );
$sth->execute( @bind );
# Just generate the WHERE clause (only available for some syntaxes)
my ( $stmt, @bind ) = $sql->where( %where, @order, $limit, $offset );
JPEG Fit 1.0
JPEG Fit is a PHP class that can be used to optimize images to fit within a given file size limit. more>>
This class is similar to the JPEG Reducer class. It uses the binary search algorithm to reach the ideal quality factor in the smallest number of iterations.
The class stops searching when a given number of limit iterations is reached, or when the quality factor difference between the ideal and the found values is less than the configured precision value
FIAIF 1.21.0
FIAIF is an Intelligent Firewall. more>>
Unlike many other scripts, FIAIF can be truly customized allowing multiple interfaces (or rather zones). There is no limit on the number of zones. All configuration is done through configuration files. There is no need to understand the script behind it all.
The script makes heavy use of state-full firewalling, and all RELATED and ESTABLISHED packets are accepted on all chains. If you wish to block something out, dont accept it in the first place.
The script is written in BASH. Though this is not the optimal programming language to use, it means that you do not need to install extra interpreters on your firewall. This allows you to have a minimalistic installation on your firewall.
Main features:
- TOS bit can be set per protocol/port basis. (To be used by traffic shaping).
- Limit syslog logging.
- Specification of multiple zones - One or more per interface.
- Load specific connection tracking modules (FTP, IRC etc.).
- Examination of /proc/sys/net setting, for possibly dangerous system configurations.
- Setup of linux runtime parameters.
- Run userdefined commands before and after applying the firewall.
- Syslog scanning, giving more human readable output based on setup.
Zones support:
- Handling of dynamic IPs (DHCP).
- Interfaces with multiple IP addresses.
- Allow/drop and/or reject packets hitting the firewall from the zone.
- Restrict the type of packets originating from the firewall itself.
- Restrict packets coming from other zones.
- Ban IPs within the zone.
- Ban MAC addresses within the zone.
- Watch traffic from a specific IP.
- Limit number of specific packets, e.g. to avoid DoS attack.
- Port forwarding, changing the destination IP and port, allowing e.g. a transparent proxy.
- Masquerading/SNAT.
- Traffic Shaping per interface.
- Ulogd logging support.
- Packet marking, for e.g. advanced routing.
- Definition of IP aliases, to ease maintenance and improve readability of configuration files.
mod_limitipconn 0.04
mod_limitipconn is an Apache module which allows web server administrators to limit the number of simultaneous downloads. more>>
Mandriva Linux Limited Edition 2005
Mandriva Linux (formerly Mandrake Linux) is the operating system of choice for users keen on all things advanced more>>
Mandriva LinuxTM , formerly known as Mandrakelinux, is a friendly Linux Operating System which specializes in ease-of-use for both servers and the home/office. It is freely available in many languages throughout the world. Mandriva Linux is the operating system of choice for users keen on all things advanced. Limited Edition 2005 is no exception; it includes all the things youve come to expect from Mandriva Linux.
Limited Edition 2005 is the only Linux system so far to include such a broad range of up-to-date leading-edge software, as well as seamlessly running 32-bit applications on 64-bit platforms. Linux power users will welcome the advanced web experience, enhanced hardware compatibility and expanded development options brought by Limited Edition 2005, along with significant performance gains.
The latest versions of key Linux applications:
- Linux kernel 2.6.11.6
- KDE 3.3.2 (with some backports from version 3.4, including Kpdf)
- GNOME 2.8.3
- Firefox 1.0.2
- GCC 3.4.3
- The GIMP 2.2
- cdrecord 2.01.01a21 (with DVD+R dual-layer support)
- OpenOffice.org 1.1.4
- MySQL 4.1.11
mod_limitipconn2 0.22
mod_limitipconn is an Apache module which allows web server administrators to limit the number of simultaneous downloads. more>>
I have ported the original mod_limitipconn module to Apache 2.0. The Apache 2.0 port includes all the features of the Apache 1.3 version, including proxy tracking and MIME type inclusion/exclusion.
AlefMentor 2.02
AlefMentor is a Learning Management System. more>>
There is no limit on the number of courses, instructors, students, or administrators in the system. An online management system is provided for administrators, students, instructors, and consumers. It is very easy to create, update, and select courses.
Enhancements:
- It is possible to create new groups of users.
- One user can be a member of menu groups.
- Ts_Mailer allows you to send attachments in your email messages.
- It is possible to send email to a selected group of users.
ccache stats 0.2
ccache stats is a simple way to get real time ccache stats for gentoo maniacs!! more>>
Finally I wrote a horrible perl script to do it, trying to limit damages caused by file accesses...
Im not a programmer and I havent so much time, so Im sure it can be improved.. First of all Ill be involved in improving graphics!!
Feel free to give suggestion!
OK.. At the moment I assume you install it by superkaramba tool.. so I match its download directory to run the script stats.pl.. If you download it via website make sure the corresponding line in .theme file match the correct dir! (Im studying a way to skip this problem)
eQuake Alert 2.0
eQuake Alert enables you to get alerts on land disasters like earth quake, right on your desktop. more>>
Did you ever thought of getting alerts on land disasters like earth quake, right on your desktop . eQuake is the solution for that.
eQuake alert is a handy add-on, which alerts you with the basic information (date, location, and magnitude) of each earthquake. By default your browser will shake proportional to the earthquake magnitude.
You can configure the alert methods and even you can limit the alerts by the earth quake magnitude.
The recent quakes menu provides a link to the detailed information of quake @ the USGS (US Geological Survey) website.
schily 2009-07-06
schily is a set of tools written or managed by J?rg Schilling. more>>
Enhancements:
- Smake is allowed to use /bin/bosh instead of bash on Linux or ksh on HP-UX.
- Some small problems were fixed in smake.
- Cdrtools was upgraded to 2.01.01a53.
- Some extensions were made as a first step to allow compilation on the ATARI ST with MINT.
SureMoKu 2009-05-28
SureMoKu 2009-05-28 is another compact yet useful SMK analysis tool. It is actually a software used for analysing positions in renju / gomoku games more>>
Requirements:
- Python
juice 0.03h
uice is a frontend for mpg123 and other players. more>>
In order to play audio files, two player interfaces is provided. The mpg123-specfic interface uses the remote protocol of mpg123 (This feature was introduced in version 0.59r in order to accommodate generic frontends.)
The other player frontend is generic and allows for any player to be used. This is useful if you do not want to limit the functionality of juice to MP3s. Please note that this generic frontend is still in early beta phase and can be buggy.
It basically allows you to browse through your files in a "Midnight Commander"-like fashion. The MP3s you select is treated as a playlist which can be shuffled, rearranged, saved, etc.
dim_STAT 8.3
A performance analysis and monitoring tool for Solaris and Linux more>>
Major Features:
- Web based interface
- Data storage in a SQL database
- Several data views
- Interactive (Java) or static (PNG) graphs
- Real-time monitoring
- Multi-host monitoring
- Post analyzing
- Statistics integration
- Professional reporting with automated features, and more.
Enhancements: Jul.2009
- Fixes :
-
- security issue on STAT-service!!
- execution dim_STAT CLI from the web services
- fixed LANG=C and LC_ALL=C via the main STAT-service script
- Improvements :
-
- Optional Admin password may be given on a database creation and then it'll be required for any admin action!
- Database error messages are now handled separately from LOG messages
- Java WebDRAW Applet updated
- add color LEDs near hostnames to signal running or stopped hosts
- add #Records column to have an idea about a number of database rows per collect
- Admin LOG management is working more friendly now with a long lists of messages
- STAT-service daemon may listen exclusively on a given IP address now [IP:port]
- Whole database backup is added to the Admin menu
- Database schema :
-
- iostat disk names are moved to varchar(64)
- all float values are moved to float(25,5) to have an easily human reading
- Add-On name limit is 14 characters now
- Report Tool :
-
- wiki-like syntax is added to simplify writing!
- look & feel updated
- some minor fixes here & there
- EasySTAT additional options :
-
- COMPRESS=gzip (to automatically compress each output file)
- TIMER=yes (automatically adding timestamps and sync tags within output files)
- New Add-Ons :
-
- HAR v2 (CPU chip counters, ex. mips, cache miss, etc.)
- Solaris CPU-Set STAT (mpstat -a)
- Linux MPSTAT v2
- MySQL STAT
- InnoDB STAT
- InnoDB I/O STAT (adoption of Neel's DTrace script )
- PgSQL STAT (PostgreSQL stats)
- ZoneLOAD: zoneid => zonename