Main > Free Download Search >

Free total software for linux

total

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 378
i.Task 0.2.0

i.Task 0.2.0


i.Task is a small and fast process viewer. more>>
i.Task is a little task viewer for Linux. Source is included under the LGPL license. The distribution includes binaries for GCC3 based systems and the source code.
The external library Lgi is required to build from the source, but a binary of that is included.
Enhancements:
- Added a status bar with total CPU%, Mem and a tasks count.
- Added a copy command that outputs all the task information and totals to the clipboard in a nicely formatted text table.
- Fixed a crash when a process exits during the update phase.
- Added colour coding of tasks so you can see which belong to you.
- Added a history tab for CPU and Mem usage.
<<less
Download (0.68MB)
Added: 2005-04-04 License: LGPL (GNU Lesser General Public License) Price:
1670 downloads
CDfs 2.6.12

CDfs 2.6.12


CDfs is a filesystem that exports all tracks on a CD as normal files. more>>
CDfs is a file system for Linux systems that `exports all tracks and boot images on a CD as normal files. These files can then be mounted (e.g. for ISO and boot images), copied, played (audio and VideoCD tracks)...
The primary goal for developing this file system was to `unlock information in old ISO images. For instance, if you have a multisession CD with two ISO images that both contain the file a, you only see the file a in the second session if you use the iso9660 file system:
[root@k6 /root]# mount -t iso9660 -o ro /dev/cdrom /mnt/cdrom
[root@k6 /root]# ls -l /mnt/cdrom
total 2
-r-xr-xr-x 1 root root 2 Aug 8 19:16 a
-r-xr-xr-x 1 root root 2 Aug 8 19:19 b
If you mount the CD with the cdfs file system, you get the two sessions as files:
[root@k6 /root]# mount -t cdfs -o ro /dev/cdrom /mnt/cdfs
[root@k6 /root]# ls -l /mnt/cdfs
total 33389
-r--r--r-- 1 ronsse ronsse 33503232 Aug 8 19:36 sessions_1-1.iso
-r--r--r-- 1 ronsse ronsse 34121728 Aug 8 1999 sessions_1-2.iso
These files can then be mounted loop back:
[root@k6 /root]# mount -t iso9660 -o loop /cdfs/sessions_1-1.iso /mnt/loop1
[root@k6 /root]# mount -t iso9660 -o loop /cdfs/sessions_1-2.iso /mnt/loop2
and the file a can be accessed in both sessions
[root@k6 /root]# ls -l /mnt/loop1
total 9889
-r-xr-xr-x 1 root root 10104236 Aug 8 17:34 a
[root@k6 /root]# ls -l /mnt/loop2
total 2
-r-xr-xr-x 1 root root 2 Aug 8 19:16 a
-r-xr-xr-x 1 root root 2 Aug 8 19:19 b
The file system also allows you to access data on faulty multi session disks, e.g. disk with multiple single sessions instead of a multi session (for instance created with mkisofs without the proper -C parameters).
Version restrictions:
- Red Book (audio), Yellow Book Mode 1 (data) , Green/White Book Mode 2 / XA Form 1 and Green/White Book Mode 2 / XA Form 2 (data) tracks are exported. Other types will be added in the future. Data tracks are checked for ISO, HFS and boot images. If none of these are found, the data track is exported as `unknown`. This version only exports the first HFS and boot image (anybody seen a CD with more than 1 HFS or boot image?).
<<less
Download (0.030MB)
Added: 2005-07-07 License: GPL (GNU General Public License) Price:
1594 downloads
IsoQlog 2.2.1

IsoQlog 2.2.1


Isoqlog is an MTA log analysis program written in C. more>>
Isoqlog is an MTA log analysis program written in C. It designed to scan qmail, postfix, sendmail, exim logfile and produce usage statistics in HTML format. for viewing through a browser.
It produces Top domains output according to Incoming, Outgoing, total mails and bytes, it keeps your main domain mail statistics with Days Top Domain, Top Users values for per day, per month, and years.
Main features:
- Multi MTA support(qmail (multilog and syslog), postfix, sendmail, exim)
- Multi-domain support: Shows quite detailed statistics for not only your main domain, but also, any domain you want.
- Displays statistics for common mail delivery errors.
- For each domain you specify; displays Top incoming, outgoing, total and byte based statistics for users.
- Displays servers activity based on incoming, outgoing, total mails and size of incoming mail, for domain and its users.
- All days, all months, all years activities ( above ones ) are stored for future inspection.
- Multi-language Support ( Turkish, English, German,Portuguese,Spanish ,Italian,french, Swedish, Dutch, Polish, Norwegian, Russian, Czech, Romanian, Danish)
Enhancements:
- Zero size bug fixed.
- All Makefile.am files renewed
- "data" Directory created
- htmltemp & lang folders moved from isoqlog/ to data/
- isoqlog/isoqlog.conf-dist moved to data/isoqlog.conf-dist.in
- isoqlog.conf-dist file added to configure.in for updating prefix
- data/Makefile.am created
- CONFIGFILE variable defined in configure.in (see main.c:54-> readconfig(CONFIGFILE)
- config.h included in main.c
- you can change prefix as shown below (now it works, tested on slackware 10):
./configure --prefix=/usr/jail/ozkan
<<less
Download (0.15MB)
Added: 2005-10-05 License: GPL (GNU General Public License) Price:
1480 downloads
wmmisc 0.9

wmmisc 0.9


wmmisc is a simple dockapp that monitors the following: the amount of users logged in, the total number of processes, etc. more>>
This is a simple dockapp that monitors the following: the amount of users logged in, the total number of processes, the number of running (or alive) processes, the total number of forks and the system load average.
Installation:
make
su
make install
This will install the binary (wmmisc) in /usr/X11R6/bin.
Enhancements:
- src/dockapp_util.c: Properly get the user count.
- src/*.c: Clean-ups, removed unused/dead code, etc
<<less
Download (0.016MB)
Added: 2005-10-11 License: GPL (GNU General Public License) Price:
1473 downloads
xenConsole r0.15 beta

xenConsole r0.15 beta


xenConsole is a curses-based tty/console monitor for Xen 2.0 more>>
xenConsole is a curses-based tty/console monitor for Xen 2.0, basically presenting the output from xm list in a full-screen interface with additional domain information from SNMP, colours and somewhat realtime updates.
Main features:
- Xen/domain/host information shown:
- Most output from xm list
- Load averages for individual domains, if available
- Uptime for individual domains, if available
- CPU & memory consumption shown as percentages for each domain
- Calculated total CPU busy/idle times/percentages
- Total Xen host CPU load is indicated in various ways
- Continously updates screen automatically
- Full screen application, colourized
- Easy to use, type q to quit
<<less
Download (0.038MB)
Added: 2005-11-05 License: Artistic License Price:
1448 downloads
FaceBuilder 0.1.0

FaceBuilder 0.1.0


FaceBuilder is a little FaceConstruction toy. more>>
FaceBuilder is a little FaceConstruction toy.

FaceBuilder is a little toy application that lets you construct faces by putting together eyes, nose, mouth, head, hair and some additional items.

You can also move, scale and rotate each of those face-parts as you like. The results can be saved to XML files. FaceBuilder currently provides ~50 faceparts in total.

Usage:

You need Ruby and the Ruby bindings for Gtk and GnomeCanvas. Once you
have those just run:

ruby ./facebuilder.rb

Controls:

PgUp, PgDown: scale facepart
Home, End: rotate facepart
Cursorkeys: move facepart

The face parts itself can be selected via the GUI.

Customizations

If you want to customize this programm just add new face parts to data/$FACEPART/, the programm should be able to find them automatically then.

<<less
Download (0.70MB)
Added: 2005-12-26 License: GPL (GNU General Public License) Price:
1399 downloads
Leka Rescue Floppy 0.7.1

Leka Rescue Floppy 0.7.1


Leka Rescue Floppy is a small Linux distribution that boots from an 1,44Mb floppy and runs from the system ram. more>>
Leka Rescue Floppy is a small Linux distribution that boots from an 1,44Mb floppy and runs from the system ram. Leka Rescue Floppy was designed to be a rescue floppy, but you can do MUCH more with it.
LINUX install:
1. cd to the directory where you downloaded the image
2. Insert a 1,44Mb floppy to your floppy drive
3. Type: dd if=leka-X.X.X.img of=/dev/fd0 (replace X.X.X with the version number)
Enhancements:
- Keymap selector rewritten
- New keymaps (20 total)
- ReiserFS support updated to 3.5.35 (incompatible with linux 2.4 reiserfs v3.6)
- cosmetic changes to add
<<less
Download (1.44MB)
Added: 2006-01-10 License: GPL (GNU General Public License) Price:
1392 downloads
mysqmail-qmail-pop3d 0.3.1 R0

mysqmail-qmail-pop3d 0.3.1 R0


mysqmail-qmail-pop3d is a replacement for the qmail standard checkpasswd that does authentication via a MySQL table. more>>
mysqmail-qmail-pop3d is a replacement for the qmail standard checkpasswd that does authentication via a MySQL table.
When done, it sets up two more environment variables, MYSQMAIL_USERNAME and MYSQMAIL_DOMAINNAME.
The mysqmail qmail-pop3d replacement will use these variables to do the traffic accounting in the MySQL table for the account.
Enhancements:
- This release adds realtime management of the POP3 bandwidth directly in a new email_accounting table, so you have the total bandwidth per domains in realtime.
<<less
Download (0.021MB)
Added: 2006-01-09 License: LGPL (GNU Lesser General Public License) Price:
1384 downloads
Navy SEALs: Covert Operations for Quake 3 Arena Beta 1.9

Navy SEALs: Covert Operations for Quake 3 Arena Beta 1.9


Navy SEALs: Covert Operations is a Total Conversion or Modification for Quake III Arena. more>> <<less
Download (53.2MB)
Added: 2006-03-02 License: Freeware Price:
1358 downloads
lftpsearch 1.2.0

lftpsearch 1.2.0


lftpsearch is a set of Perl scripts that are searching for files and directories on FTP servers. more>>
lftpsearch is a set of Perl scripts that are searching for files and directories on FTP servers. There is the searcher, the indexer for getting the lists of all the files and directories at remote FTP servers, and the onliner for checking whether FTP servers are online.

It supports (or >) and in search queries, page splitting at search results, searching on online servers only, searching for files/directories only, searching for size limited files, caching, and Russian names.

lftpsearch program also shows some statistics on servers (files/directories amount, total size). Initially, it was created to be used over LANs.

<<less
Download (0.017MB)
Added: 2006-02-07 License: GPL (GNU General Public License) Price:
1354 downloads
FlashUnity Client 0.3

FlashUnity Client 0.3


FlashUnity is a channel-based approach to an XML flash communications server and chat room. more>>
FlashUnity is a channel-based approach to an XML flash communications server and chat room.
Using the concept of channels and filters the FlashUnity server becomes extremely flexible and very easy to extend. Also, by using channels it is possible to run multiple modular functions within the same server.
Filters allow you to prefilter input for all channels or provide other functionality to all channels. This is a total rewrite of CyberSS, and the APIs and XML have multiple major changes. Each module, filter, and the chat client are in their own seperate PEAR package.
Enhancements:
- Room changes now work properly, and there are Uselist updates.
- This is the final release before 1.0.
<<less
Download (0.47MB)
Added: 2006-02-28 License: GPL (GNU General Public License) Price:
1335 downloads
SIAR 0.01

SIAR 0.01


SIAR (Simple IP Account Reporter) is a plug-in for pmacct (Promiscuous Mode IP Accounting Package). more>>
SIAR (Simple IP Account Reporter) is a plug-in for pmacct (Promiscuous Mode IP Accounting Package) for creating specific reports of traffic on a LAN.

SIAR plugin creates an overview of the total of traffic that passed through the interface, a top protocol table, a top listener table, a top talkers table, a total situation table, seek for an IP source, seek for an IP destination, seek for both, a top conversation table and a graph for a specific day

Installation:

After you have download the file, you have to decompress it in the web-server folder. I suggest to decompress it in /var/www/, infact if you decompress it in an another you will have problems with the code.

cd /var/www/
tar xfz < name >-x-y-z.tar.gz
cd < name >-x-y-z.tar.gz

The tool is now installed. Read the CONFIG file for the configuration.

<<less
Download (4.5MB)
Added: 2006-03-15 License: GPL (GNU General Public License) Price:
1318 downloads
Debt Payoff Calculator 0.0

Debt Payoff Calculator 0.0


Debt Payoff Calculator is a simple set of PHP (5) scripts that will allow users of a web site to enter their monthly income. more>>
Debt Payoff Calculator is a simple set of PHP (5) scripts that will allow users of a web site to enter their monthly income, monthly budget, and outstanding debts.
The system can then generate a debt payoff report predicting how long it will take to pay off the debts.
The algorithm is:
1. Get total monthly income.
2. Get total monthly expenses.
3. Amount available for debt service is income - expenses;
4. Compute the "kicker" as %20 of Available, reduce available by this amount.
5. Compute the ratio of each debt to total debts.
6. Multiply Available by each ratio to get the potential payment.
7. For the smallest debt, add the kicker.
8. Test if any debts would be paid off
8a. If a debt could be paid off, make the payment, adjust the last debt pointer.
8b. Add any excess funds to the other potentials, using ratio2 which excludes the debt to be paid off.
8b. Repeat 8.
9. Make the remaining payments for debts not paid off.
Repeat 5-9 until all debts paid off.
Print the table of payments.
Enhancements:
- This release has been tested with Internet Explorer and Mozilla as clients.
<<less
Download (0.007MB)
Added: 2006-03-28 License: GPL (GNU General Public License) Price:
1309 downloads
Debian Installed Package Information 0.2

Debian Installed Package Information 0.2


Debian Installed Package Information shows the current debian installed packages. more>>
Debian Installed Package Information shows the current debian installed packages with the ability to explore and show the contents, shows the stats and description of the suggested and recommended packages and also the policy and changelogs.
Debian Installed Package Information try to find screenshots of the suggested and recommended packages.
Enhancements:
- Added Screenshots for Suggested and Recommended packages
- Added Info about total packages Installed
- Added Version of Suggested and Recommended packages
- Miscelaneous dessign graphic changes
- Bug finding Suggested and Recommended packages installed solved.
- Add fast search package functions.
<<less
Download (0.005MB)
Added: 2006-05-02 License: GPL (GNU General Public License) Price:
1273 downloads
SKaz 1.0.1

SKaz 1.0.1


SKaz is a SuperKaramba interface to Azureus (Bittorrent client). more>>
SKaz is a SuperKaramba interface to Azureus (Bittorrent client). Shows most useful info/controls in a simple desktop interface.
Main features:
- Graphical progress bar with ability to Start/Stop/Remove downloads
- Displays ETA for downloads and upload rate for seeds
- Displays Total Download/upload rate for Azureus
- Clicking on the health icon of a torrent shows more detailed information, as well as basic controls
- Clicking the torrent name opens the downloaded file/dir in your preferred application. You must enable "Use generic classes" under advanced settings in the configuration of the XML over HTTP plugin (needs Azureus 2.4.0.0 and PyKDE)
<<less
Download (0.054MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1225 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5