Main > Free Download Search >

Free simple system software for linux

simple system

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 10776
All System Info

All System Info


All System Info is a system info SuperKaramba theme. more>>
All System Info is a system info SuperKaramba theme. Simple english version...
It shows:
- System Info
- CPU usage
- Network Usage
- Memory Load
- HDD usage
<<less
Download (0.19MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1210 downloads
SimpleKB 1.2b

SimpleKB 1.2b


SimpleKB is a simple FAQ/knowledge base system. more>>
SimpleKB is a simple knowledge/FAQ base system. Its very simple and very efficiant.
This is a free product and you are incourage to add/remove or modify any of this code, however be nice and share it with the rest.
You are not allowed to Sell this system to anyone, you may charge for your own work (setup and installation fee) but not for providing anyone with this code or modification of it.
Installation:
1. unpack the tar file into your home directory it will create A FAQ directory. The FAQ directory is the root directory for this system
2. create a database in mysql using (mysql database_name
3. create a user dedicated for the database using
(GRANT ALL PRIVILEGES on database_name.* to username@localhost identified by some_password;)
or anything you wish if you know your way with basics of mysql
within your mysql client tool.
4. modify FAQ/config.php to sort the relvant information, please
do not modify the section below the main conf args.
5. if you wish to change the document root of the system, please
remember to change the $CFG_PATH arg in the config.php file.
6. Very important if you want to be able to attache images:
chmod 777 the folders: images,temp,gallery,pictures
7. Resolution, if you work with a resolution lower than 1280X1024
you can modify the new.css parameters so the page would fit nicely:
#content{
width: 70%;
change the width to a desire layout.
The system is not secured by default, as this is meant to be a tool for internal organizations rather than for the internet. Therefore, if you require extra security please modify the web server settings for extra secure features such as admin access for adding contents.
and please...
use a dedicated user for the database and only for the SimpleKB database.
Enhancements:
- This release includes admin login, a Web installer, and a new design.
<<less
Download (1.9MB)
Added: 2007-01-26 License: Freely Distributable Price:
1003 downloads
A Simple Version Control System 0.9.6

A Simple Version Control System 0.9.6


A Simple Version Control System is an easy to install and easy to to use version/revision control system. more>>
A Simple Version Control System is an easy to install and easy to to use version/revision control system.
ASVCS differs from most other version control systems in that ASVCS is designed to keep track of files in place. ASVCS does not allow any changes to be made to files, all changes require the users to change files externally with FTP or SSH access.
ASVCS is very easy to setup and use. Users do not need to work with repository, branches, commit and check-out files. All a user needs to do is upload the changes files and click Update or if enabled just wait for it to be updated automatically.
ASVCS is ideal for small projects or personal use, though it can also be used by large project how do not need or want the complexity of most version control systems.
Main features:
- asy to install and use
- Written in PHP
- Can track binary or text files
- Automatic file tracking (requires cron support)
- Diffs of revisions
- Easy user access management
- Entirely Web based
- Skinable
- Open source (MIT/expat license)
<<less
Download (0.10MB)
Added: 2007-03-15 License: MIT/X Consortium License Price:
960 downloads
Simple Spreadsheet 0.8

Simple Spreadsheet 0.8


Simple Spreadsheet is a webbased spreadsheet program written in Javascript, HTML, CSS and PHP. more>>
Simple Spreadsheet is a webbased spreadsheet program written in Javascript, HTML, CSS and PHP.

Simple Spreadsheet features formulas, charts, numeric formats, keyboard navigation, etc. Javascript is used for the default data format and for the macros and formulas.

<<less
Download (MB)
Added: 2007-06-07 License: GPL (GNU General Public License) Price:
878 downloads
Simple Document Management System 1.1.4

Simple Document Management System 1.1.4


Simple Document Management System is a document repository system. more>>
SDMS is an open-source system that allows you to store any document in a database via a bunch of webpages.

That was the short description, now comes the long one. SDMS uses PHP to provide you with a pretty interface to a MySQL server that allows you to store and retrieve documents and to share those documents between users.

In addition, the system uses ACL (Access Control Lists) to grant access rights to documents on a per-user basis.

So what is all this good for? Well, it for instance allows you to distribute project documentation on a need-to-know basis, whilst keeping a central repository of documents that is accessible to all team members and easy to manage.
<<less
Download (0.05MB)
Added: 2005-04-28 License: GPL (GNU General Public License) Price:
1643 downloads
LJ::Simple 0.15

LJ::Simple 0.15


LJ::Simple is a Perl module to provide a simple OOP-based API for accessing the LiveJournal system. more>>
LJ::Simple is a Perl module to provide a simple OOP-based API for accessing the LiveJournal system.
Main features:
- Log into LiveJournal
- Post a journal entry
- Edit a journal entry
- Delete a journal entry
Example
The following example posts a simple message into the test LiveJournal using the LJ::Simple::QuickPost method.
use LJ::Simple;
LJ::Simple::QuickPost(
user => "test",
pass => "test",
entry => "Just a simple entry",
) || die "$0: Failed to post entry: $LJ::Simple::errorn";
The next example shows how to post an entry into the test LiveJournal using the complete, object-based, interface:
use LJ::Simple;
my $lj = new LJ::Simple ({
user => "test",
pass => "test",
});
(defined $lj)
|| die "$0: Failed to log into LiveJournal: $LJ::Simple::errorn";
my %Event=();
$lj->NewEntry(%Event) ||
die "$0: Failed to create new entry: $LJ::Simple::errorn";
my $entry=SetMood(%Event,"happy")
|| die "$0: Failed to set mood: $LJ::Simple::errorn";
$lj->Setprop_nocomments(%Event,1);
my ($item_id,$anum,$html_id)=$lj->PostEntry(%Event);
(defined $item_id)
|| die "$0: Failed to post journal entry: $LJ::Simple::errorn";
<<less
Download (0.043MB)
Added: 2006-02-27 License: BSD License Price:
1335 downloads
Asymptopia Flashcard System 2.0

Asymptopia Flashcard System 2.0


Asymptopia Flashcard System project is a LaTeX flash card system for student and professional education. more>>
Asymptopia Flashcard System project is a LaTeX flash card system for student and professional education.

Asymptopia Flashcard System uses Motif and LaTeX to produce, manage, and use attractively formatted flashcards.

You load some or all of your "collections" and set the timer for pop-up frequency.

The GUI interface and "Collection Manager" make creating and modifying flashcards as simple as pushing a single button.

A knowledge of LaTeX is only required when entering special symbols.

<<less
Download (1.2MB)
Added: 2006-10-09 License: GPL (GNU General Public License) Price:
1119 downloads
SimpleDoc 0.7.1

SimpleDoc 0.7.1


SimpleDoc project is a simple Web-based document management system. more>>
SimpleDoc project is a simple Web-based document management system.
The interface is simple and intuitive, there is a tree structure for management and content editing is done without needing to reload the browser.
No database is required.
Main features:
- By using javascript extensively the interface is simple and intuitive, management is done easier and faster.
- Tree structure management and content editing is done without reloading the browser using XMLHttpRequest object, feel like in desktop applications.
- No database is required, the content is kept on the disk in files/directories using the same structure as you see in Tree View, you can edit the content manually, you are not required to use the admin inerface.
- Generate various types of documentation using one of available templates: Tree Menu, Raw html files etc.
<<less
Download (0.13MB)
Added: 2006-10-03 License: GPL (GNU General Public License) Price:
1116 downloads
Simple Timetracker 1.1.4

Simple Timetracker 1.1.4


Simple Timetracker provides an application for keeping a record of time vs tasks. more>>
Simple Timetracker provides an application for keeping a record of time vs tasks.

Timetracker is a Java application for recording time spent on projects and activities.

<<less
Download (0.96MB)
Added: 2007-06-05 License: MIT/X Consortium License Price:
872 downloads
Blog::Simple 0.02

Blog::Simple 0.02


Blog::Simple is a Perl extension for the creation of a simple weblog (blogger) system. more>>
Blog::Simple is a Perl extension for the creation of a simple weblog (blogger) system.

SYNOPSIS

use Blog::Simple;

my $sbO = Blog::Simple->new(); $sbO->create_index(); #generally only needs to be called once

my $content="

blah blah blah in XHTM"p"

Better when done in XHTM"p""; my $title = some title; my $author = a.n. author; my $email = anaouthor@somedomain.net; my $smmry = blah blah; $sbO->add($title,$author,$email,$smmry,$content);

$sbO->render_current(blog_test.xsl,3); $sbO->render_all(blog_test.xsl);

$sbO->remove(08);

<<less
Download (0.007MB)
Added: 2006-09-14 License: Perl Artistic License Price:
1135 downloads
Simple Blue 11-08-2006

Simple Blue 11-08-2006


Simple Blue is a modified Sunergos Blue theme with user list. more>>
Simple Blue is a modified Sunergos Blue theme with user list.

Lightweight (SVG), elegant, works with all languages and widescreen.

<<less
Download (0.030MB)
Added: 2006-10-17 License: GPL (GNU General Public License) Price:
1104 downloads
Simple Xmms Control 0.1

Simple Xmms Control 0.1


Simple Xmms Control is a a simple SuperKaramba theme that provides XMMS control. more>>
Simple Xmms Control is a a simple SuperKaramba theme that provides XMMS control. Icons are from nuoveXT icon theme.

All suggestions are welcome!

<<less
Download (0.008MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1223 downloads
Making-Money-System 1.0

Making-Money-System 1.0


The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-04 License: Freeware Price: Free
207 downloads
System monitor

System monitor


System monitor is a simple system monitor, used in this icones from Vista Inspirate and Metal Gold icon themes. more>>
System monitor is a simple system monitor, used in this icons from Vista Inspirate and Metal Gold icon themes.

<<less
Download (0.039MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1234 downloads
SkSystemMonitor 0.1

SkSystemMonitor 0.1


SkSystemMonitor is a simple SuperKaramba theme based on original fantastik 1.5. more>>
SkSystemMonitor is a simple SuperKaramba theme based on original fantastik 1.5.

It is not adapted for all because it is very tuned for my system but if some are interested...

<<less
Download (0.067MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1220 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5