Main > Free Download Search >

Free system software for linux

system

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 7218
Dark System 1.7 Beta

Dark System 1.7 Beta


Dark icon theme for your GNOME desktop more>> <<less
Added: 2009-03-09 License: GPL Price: FREE
32 downloads
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
System

System


Shiny black and grey theme. more>> <<less
Added: 2008-12-02 License: GPL Price: FREE
23 downloads
System-CoW

System-CoW


System-CoW is a system monitoring SuperKaramba theme. more>>
System-CoW is a system monitoring SuperKaramba theme.

You must have installed hddtemp and all i2c sensors in kernel to have this script working!

You must launch:

hddtemp -d /dev/hd[abc] // if you have 3 disks!

to have temperature working!

For gentoo add a line to /etc/conf.d/local.start to load the command line at startup!

<<less
Download (0.15MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
1214 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 Info

System Info


System Info is a SuperKaramba theme for system monitoring. more>>
System Info is a SuperKaramba theme for system monitoring.
It monitors the following:
- CPU
- RAM
- HDD
- Network
It also shows the system uptime.
<<less
Download (0.004MB)
Added: 2006-06-19 License: GPL (GNU General Public License) Price:
1226 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
YaaC system 2.0

YaaC system 2.0


YaaCs is a CATI system that lets you manage and do interviews. more>>
YaaCs is a CATI system that lets you manage and do interviews. YaaC system divides the survey process into administration and strictly operative tasks.
It make easy monitoring survey progress (giving several information), and it allows the management of the the survey with several administration tools.
It simplifies the interviewers work reading all contacts data from an easy and functional GUI. It can send faxes via hylaFAX and save all contacts data in a PostgreSQL database.
Enhancements:
- This release features a rewrite from scratch, VoIP support (IAX2 protocol), automatic outcomes classifcation, a new database design, support for internationalization (with English and Italian translations), new monitoring tools (via the tclami package), instant messaging (IM), the ability to recruit interviewers through SMS, phone, or email, an improved replicates algorithm, and an new installation system that uses autotools.
<<less
Download (2.6MB)
Added: 2006-09-07 License: GPL (GNU General Public License) Price:
1146 downloads
system-tools-backends 2.3.0

system-tools-backends 2.3.0


system-tools-backends is a package for GNOME. more>>
system-tools-backends is a package for GNOME.

to extract the configuracion

backend --get

to restore the configuration from XML

backend --set < file.xml
<<less
Download (0.51MB)
Added: 2007-07-11 License: LGPL (GNU Lesser General Public License) Price:
835 downloads
jFlash System 1.6

jFlash System 1.6


jFlash is a multilingual, web-based flashcard system based on open web standards, PHP, and XML. more>>
jFlash is a multilingual, web-based flashcard system based on open web standards, PHP, and XML. jFlash System consists of two principal software modules:
1. A PHP system for indexing and delivering flashcard content.
2. A browser-neutral Javascript application that parses out and presents a set flashcards represented in XML.
jFlash is useful when you want to memorize something, and perhaps share the ability to memorize things with other people over the web. In addition, jFlash is language neutral since its content is presented in UTF-8, so theoretically you could use jFlash to drill anything from Arabic airports to zoo names in Tamil.
A number of learners around the globe and about 15 students in a University of Minnesota Korean class.
Please let me know if you find my software useful and Ill add a link to your jFlash content on my page if you wish!
jFlash is a server-side web application, so you must at present have a PHP-enabled web server.
Enhancements:
- The PHP frontend was updated to be compatible with PHP versions 5.0 or later by using the included compatibility shim for the new PHP XML DOM interface.
- A few more example lessons were added.
<<less
Download (0.063MB)
Added: 2006-03-27 License: LGPL (GNU Lesser General Public License) Price:
1325 downloads
System.FilePath 0.11

System.FilePath 0.11


System.FilePath is a Haskell library from Yhc originally, now with added tweaks. more>>
System.FilePath is a Haskell library from Yhc originally, now with added tweaks. Pure Haskell 98 (with Hierarchical libraries), no preprocessor. It has a nice interface for doing file manipulations, and works portably between Windows and Unix. [Not the same as http://darcs.haskell.org/~lemmih/FilePath/]

The interface is still changing, for that reason please use System.FilePath.Version_0_10 or System.FilePath.Version_0_11 which will be guaranteed to work unmodified in future releases.

I have written a System.FilePath module in part based on the one in
Yhc, and in part based on the one in Cabal (thanks to Lemmih). The aim
is to try and get this module into the base package, as FilePaths are
something many programs use, but its all too easy to hack up a little
function that gets it right most of the time on most platforms, and
there lies a source of bugs.

This module is Posix (Linux) and Windows capable - just import
System.FilePath and it will pick the right one. Of course, if you
demand Windows paths on all OSs, then System.FilePath.Windows will
give you that (same with Posix). Written in Haskell 98 + Heirarchical
Modules.

Haddock:
http://www-users.cs.york.ac.uk/~ndm/projects/filepath/System-FilePath.html
Darcs: darcs get http://www.cs.york.ac.uk/fp/darcs/filepath
Source: http://www.cs.york.ac.uk/fp/darcs/filepath/System/FilePath.hs
Homepage: http://www-users.cs.york.ac.uk/~ndm/projects/libraries.php

If you go to the haddock page there are a few little examples at the
top of the file.

Acknowledgements

Thanks to Marc Webber, shapr, David House, Lemmih, others...

Competitors

System.FilePath from Cabal, by Lemmih
FilePath.hs and NameManip.hs from MissingH

The one from Cabal and FilePath.hs in MissingH are both very similar, I
stole lots of good ideas from those two.

NameManip seems to be more unix specific, but all functions in that module
have equivalents in this new System.FilePath module.

Hopefully this new module can be used without noticing any lost functions,
and certainly adds new features/functions to the table.

Should FilePath by an abstract data type?

The answer for this library is no. This is a deliberate design decision.

In Haskell 98 the definition is type FilePath = String, and all functions
operating on FilePaths, i.e. readFile/writeFile etc take FilePaths. The
only way to introduce an abstract type is to provide wrappers for these
functions or casts between Strings and FilePathAbstracts.

There are also additional questions as to what constitutes a FilePath, and
what is just a pure String. For example, "/path/file.ext" is a FilePath. Is
"/" ? "/path" ? "path" ? "file.ext" ? ".ext" ? "file" ?

With that being accepted, it should be trivial to write
System.FilePath.ByteString which has the same interface as System.FilePath
yet operates on ByteStrings.
<<less
Download (0.014MB)
Added: 2007-03-09 License: GPL (GNU General Public License) Price:
959 downloads
compact system monitor

compact system monitor


compact system monitor is a small and compact system monitor for SuperKaramba. more>>
compact system monitor is a small and compact system monitor for SuperKaramba.

Credit where credit is due, i think i stole the icons from Borealis? Nice are they not? And the idea from someone else.

The theme can be changed somewhat by editing the theme and comenting out some lines.

Hope you like it! Its my first!

<<less
Download (0.013MB)
Added: 2006-07-04 License: GPL (GNU General Public License) Price:
1210 downloads
J Operating System

J Operating System


J Operating System is primarily intended for programmers. more>>
J Operating System is primarily intended for programmers.
Target Users:
- Hobbiests--You used to buy computers to do programming. They didnt do much else. Windows doesnt even come with a compiler, which is ironic since Bill Gates wrote BASIC. The "J" operating system is primarily intended for programmers. Ive attempted to lower the bar, so amateurs can contribute. I hope to recreate the dynamic environment that used to exist when the Commodore 64 was around and everyone was creating odd-ball software.
- Researchers--Im sure many lab researchers still use DOS because they have to interact with hardware, which is difficult with Windows.
Main features:
- No security! You can access all ports, memory and disk blocks to your hearts content. When youre working with your own computer, security just gets in the way and makes things slow--I hate anti-virus and anti-spyware because they just slow things down. When you know you dont have a risk, have no secrets and do regular back-ups, who needs security?
- Uniformity
- There is no virtual memory and everyone is on the same address-map. You can easily communicate between tasks, passing addresses. Addresses start at a base of zero and, essentually, segment registers are not used.
- There is basically one language to learn called "C+" which is a little more than "C", but less than "C++". You dont need to learn a scripting langauge because everything uses this syntax.
- There is an extension of ASCII called "J" rich text which allows colors, links, graphics and various widgets in your documents. This format is used in source code, documents, help, menus, etc.
- Support for compressed, encrypted and contiguous files.
- FAT32, FAT12 and ISO9660 filesystems.
- Blazing-fast compiler which can recompile everything in 5 seconds. It doesnt optimize.
- All source code is included and its still around a Meg.
Hardware:
- PS/2 mouse and keyboard
- VGA graphics
- Some hard drives. Must be on the primary or secondary IDE controller and support LBA28. Drives of 120Gig are the limit.
- Some CD-ROM/DVD drives, including burning.
- Some floppies. Just 1.44Meg and not all types.
- No USB support yet
- No network support yet
- ASCII printers on the parallel port are supported.
<<less
Download (1.1MB)
Added: 2005-12-29 License: GPL (GNU General Public License) Price:
1398 downloads
Amberdms Billing System 1.2.0

Amberdms Billing System 1.2.0


Amberdms Billing System offers users an open source web-based application, provides accounting, invoicing tools as well as service and time management solutions designed for small and medium businesses as well as small ISPs and IT companies more>> <<less
Added: 2009-04-08 License: AGPL Price: FREE
1 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
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5