Main > Free Download Search >

Free keep track software for linux

keep track

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2301
Diet Tracker 1.5

Diet Tracker 1.5


Diet Tracker is a set of Perl codes to help you keep track of your diet progress. more>>
Diet Tracker is a set of Perl codes to help you keep track of your diet progress. Diet Tracker uses a MySQl database to store and display your weight variations and calorie intake as you progress in your diet.
This software was inspired by Jeremy Zawodnys Excel spreadsheet that does almost the same thing. I wanted a web version that was simple and meant for single user and not finding any, wrote one.
Main features:
- Web based
- Track calorie intake per day
- Graphs to track weight and intake history
- Moving average calculation to even out jitters
- Automatic BMI calculation
- Clean interface
<<less
Download (0.14MB)
Added: 2007-07-23 License: GPL (GNU General Public License) Price:
826 downloads
Feta Asset Tracking 1.2.1

Feta Asset Tracking 1.2.1


Feta Asset Tracking project efficiently tracks assets. more>>
Feta Asset Tracking project efficiently tracks assets. Feta is a PHP/MySQL/PostgreSQL application for use in tracking inventory of computer hardware within a company for internal use.

I wrote Feta because SimpleAssets is too complex, and I dont need to manage Licencing, since I tend not to use non-free software. It basically keeps track of individual parts and systems, as allocated to user-definable storage areas or externally-deployed locations.

Since Ive not actually started using it, I have no sense of how useful the interface is or if it is lacking a needed feature.

Ive also modified Tiquit to allow assignment of systems to Tiquit users, so that you can view a users system specs from their incident.
<<less
Download (0.13MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1048 downloads
CDKeeper 0.2

CDKeeper 0.2


CDKeeper is a CD Collection organizer. more>>
CDKeeper project is a CD Collection organizer.
It helps the user keep track of data-cd collections (backups, file archives, etc.) by allowing them to import CD file-structures, comment every file, directory, or CD (if desired), and then search the collection for a file.
This helps the user locate files they might not otherwise be able to locate quickly in a large collection.
Enhancements:
- Changes CDKeeperGUIMethods and CDCollection so that they no longer serialize to XML, which was causing most, if not all, of CDKeepers problems.
- CDKeeper is now fully functional again, and we can start focusing on making CDKeeper a better product rather than worrying about its serialization.
<<less
Download (0.015MB)
Added: 2006-09-27 License: GPL (GNU General Public License) Price:
1122 downloads
AustinSmoke GasTracker 1.0.0

AustinSmoke GasTracker 1.0.0


GasTracker will allow you to keep track of your gas mileage and display the results in an easy to read Web site. more>>
AustinSmoke GasTracker script will allow you to keep track of your gas mileage and have the results displayed in an easy to read website.

None of the data is harvested from anywhere on the web but is rather entered manually by the user and for the user.

Currently the program only supports the English system of miles and gallons. Future versions intend to include the metric system as well as conversions between the figures.

If the demand seems to exist, a future version will allow the user to import a CSV file (or something similar). This should satisfy any users who have historically kept up with such data with Excel and other spreadsheets.
<<less
Download (0.043MB)
Added: 2005-12-07 License: GPL (GNU General Public License) Price:
1416 downloads
VNCTracker 2.8

VNCTracker 2.8


VNCTracker is a tool to keep track of mostly dynamic hosts on various dial-up accounts. more>>
VNCTracker is a tool which you can keep track of mostly dynamic hosts on various dial-up accounts.

Rather than call each user whenever you need a current IP address for connecting with VNC, you visit the Web page generated by VNCTracker which shows the updated IP address for that host.

You can then build .vnc files for easily starting VNC with the settings to connect to the host.

Have your clients pc visit your logip.php page like so:

http://vnc.mydomain.com/vnctracker/logip.php?hostname=robert&port=5900

The IP Address is retrieved with getenv(REMOTE_ADDR); then the IP, port and hostname are inserted into the vnctracker database for viewing with showip.php

<<less
Download (0.011MB)
Added: 2007-06-21 License: GPL (GNU General Public License) Price:
855 downloads
Advance Stock Tracker 0.2.8

Advance Stock Tracker 0.2.8


Advanced Stock Tracking System (AST) is a Web-based application for keeping track of stocks. more>>
Advanced Stock Tracking System (AST) is a Web-based application for keeping track of stocks.

Advance Stock Tracker features a portfolio with dividend tracking, a worksheet to keep track of prospects, a stock comparison utility, and a search engine for the stock market based heavily on technical analysis.

<<less
Download (1.3MB)
Added: 2007-05-07 License: GPL (GNU General Public License) Price:
917 downloads
MP3::Album::Track 0.14

MP3::Album::Track 0.14


MP3::Album::Track is a Perl extension to manage a physical track of a mp3 album. more>>
MP3::Album::Track is a Perl extension to manage a "physical" track of a mp3 album.

SYNOPSIS

use MP3::Album::Track;

#create a track object
$track = MP3::Album::Track->new(filename=>$path_to_mp3_file);

#set its mp3 tag
$track->set_tag(title=>i dont know why);

#rename it!
$track->rename(filename=>$path_to_new_file);

Manages a mp3 album track. Gets and sets mp3 file info.

<<less
Download (0.008MB)
Added: 2006-11-07 License: Perl Artistic License Price:
1084 downloads
Housekeeper 0.2.7

Housekeeper 0.2.7


Housekeeper helps you keep track of any items (like food or drugs) in your household. more>>
Housekeeper helps you keeping track of any items (like food or drugs) in your household.

You can specify expiry dates so you always have an overview of what you should use or rebuy in the near future. Also, shopping lists can easily be created an exported.

<<less
Download (2.6MB)
Added: 2005-07-08 License: GPL (GNU General Public License) Price:
1585 downloads
FileTraq 0.2

FileTraq 0.2


FileTraq is designed to be run periodically from the root crontab. more>>
FileTraq software is designed to be run periodically from the root crontab. Each time, it compares a list of system files with the copies that it keeps. Any changes are reported in diff or patchfile style, and dated backup copies are kept.
Whats that good for?
Its designed to be an easy way to ensure that no system files are changed
without your knowledge. If youre worried about people breaking in and
changing things without you noticing, or just worried about the other guy
with root on the box changing things and forgetting to tell you, its a good
way to keep tabs on configuration files.
It can even be useful to add some sanity to your own life, by reminding you
when files are changed. If you keep track of the messages you get back from
FileTraq, youll have a rudimentary file history that will allow you to flip
back to see when you changed a certain thing. Dated backups are also kept,
just in case you nuke a file.
Hows it work?
Its just a little shell script that reads a list of files to watch, runs diff
against each file and its backup, and reports any discrepancies, along with
keeping a dated backup of the original.
Is there anything wrong with it?
Right now, it doesnt take care of its backups very well. The dated backups
will accumulate in the backups directory, bounded only by diskspace. If anyone
has an idea for a SIMPLE way to keep backups in check, let me know.
It only handles text files -- this isnt a Tripwire replacement for use with
system binaries. I suppose it could be, though.
FileTraq is not well tested or hardened. It runs as root, but all of its
config files should only be accessible by root. No security holes are known
at this time, but please be careful.
Enhancements:
- a few new features
<<less
Download (0.010MB)
Added: 2007-06-26 License: GPL (GNU General Public License) Price:
850 downloads
StepStats 1.0

StepStats 1.0


StepStats is a smart and simple application that allows you to keep track of your sport successes. more>>
StepStats is a smart and simple application that allows you to keep track of your sport successes. The application is perfectly suitable for all sports, where you want to create stats on distance, time or speed.
Main features:
- simple, understandable interface
- keeps track of date, distance, steps and time
- gives you stats with overall values and a nice graph with your speed
- automatic backup of your data once a week to prevent data loss or corruption
- available for MacOS X, Windows and Linux
- and best of all - It is Freeware
<<less
Download (2.5MB)
Added: 2007-08-06 License: Freeware Price:
809 downloads
PortMarks 1.0

PortMarks 1.0


PortMarks is a handy application that helps you keep track your favorites FreeBSD ports on a database. more>>
PortMarks is a handy application that helps you keep track your favorites FreeBSD ports on a database, as it were some kind of bookmarks for them.

You can mark the more you likes with stars, write some description, or throw terminals with make on them, to safe some key strokes.

PortMarks is a Gtk# application that depends on castle.activerecord written on C#.

<<less
Download (0.029MB)
Added: 2006-01-12 License: BSD License Price:
1380 downloads
Keep It Secret! Keep It Safe! 0.21.1

Keep It Secret! Keep It Safe! 0.21.1


KisKis is an easy-to-use password manager written in JAVA. more>>
Keep It Secret! Keep It Safe! (KisKis) is an easy-to-use password manager written in JAVA. So it runs on any platform with an appropriate Java-Virtual-Machine available (Windows, Linux, Solaris, ...).

It allows the user to manage passwords for many different purposes such as
network or internet accounts, credit-card-pin-numbers and password-secured-files. The accounts can be grouped hierarchically within a tree structure.

Each account can be described by multiple attributes (user name, URL, ...) and comments. The history of each password change can be tracked. Users can define their own account templates. Multiple file-attachments can be added to each account.

All passwords are stored in a single XML-file encrypted by a single "master- password". The encryption algorithm suffices the OpenPGP-standard, so you can verify the implementation with GPG or PGP. That means: You dont just have to believe me that your secrets are kept safe.

New passwords can be generated automatically in two distinct ways. The first is a secure approach generating totally randomized passwords, the second generates much more readable passwords.

<<less
Download (5.6MB)
Added: 2007-03-22 License: GPL (GNU General Public License) Price:
947 downloads
Advanced Stock Tracking System 0.2.8

Advanced Stock Tracking System 0.2.8


Advanced Stock Tracking System provides the individual investor with a powerful set of tools for making financial decisions. more>>
Advanced Stock Tracking System provides the individual investor with a powerful set of tools for making financial decisions and tracking securities.

This project features a portfolio with dividend tracking, worksheet to keep track of prospects, a stock comparison utility, a search engine for the stock market and an alert engine to email you about key events in your securities.
<<less
Download (9.8MB)
Added: 2007-05-09 License: GPL (GNU General Public License) Price:
909 downloads
PHP StatIt 4 060626

PHP StatIt 4 060626


PHP StatIt keeps track of visitor counts and other visitor information. more>>
PHP StatIt keeps track of visitor counts and other visitor information such as system, browser, referral domains, screen resolution, color, etc.

PHP StatIt script features a Web-based statistics page and statistics available in three languages. Installation and configuration are simple.

<<less
Download (0.16MB)
Added: 2006-06-28 License: GPL (GNU General Public License) Price:
1218 downloads
tcpick 0.2.1

tcpick 0.2.1


tcpick is a textmode sniffer libpcap-based that can track, reassemble and reorder tcp streams. more>>
tcpick is a textmode sniffer libpcap-based that can track, reassemble and reorder tcp streams. Tcpick is able to save the captured flows in different files or displays them in the terminal, and so it is useful to sniff files that are transmitted via ftp or http. It can display all the stream on the terminal, when the connection is closed in different display modes like hexdump, hexdump + ascii, only printable charachters, raw mode and so on. Available a color mode too, helpful to read and understand better the output of the program. Actually it can handle several interfaces, including ethernet cards and ppp. It is useful to keep track of what users of a network are doing, and is usable with textmode tools like grep, sed, awk.

It is useful to keep track of what users of a network are doing, and is usable with textmode tools like grep, sed, awk.

This command displays all HTTP GET requests:
tcpick -i ppp0 -yP | grep GET
<<less
Download (0.045MB)
Added: 2006-06-28 License: GPL (GNU General Public License) Price:
1214 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5