Main > Free Download Search >

Free home education software for linux

home education

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 938
BOINC 5.9.5

BOINC 5.9.5


BOINC lets you donate computing power to scientific research projects. more>>
BOINC project lets you donate computing power to scientific research projects.
Some projects are:
- Climateprediction.net: study climate change
- Einstein@home: search for gravitational signals emitted by pulsars
- LHC@home: improve the design of the CERN LHC particle accelerator
- Predictor@home: investigate protein-related diseases
- Rosetta@home: help researchers develop cures for human diseases
- SETI@home: Look for radio evidence of extraterrestrial life
- Cell Computing biomedical research (Japanese; requires nonstandard client software)
- World Community Grid: advance our knowledge of human disease. (Requires 5.2.1 or greater)
<<less
Download (3.5MB)
Added: 2007-05-03 License: GPL (GNU General Public License) Price:
917 downloads
GCompris 8.3.3 / 8.4 Beta 1

GCompris 8.3.3 / 8.4 Beta 1


GCompris is a complete educational suite for children from 2 to 10. more>>
GCompris is an educational software which propose different activities to kids from 2 to 10. Some activities are game oriented, but always educational. You will find some activities in the following topics:
- computer discovery: keyboard, mouse, different mouse gesture, ...
- algebra: table memory, enumeration, double entry table, mirror image, ...
- science: the canal lock, the water cycle, the submarine, ...
- geography: place the country on the map
- games: chess, memory, ...
- reading: reading practice
- other: learn to tell time, puzzle of famous paintings, vector drawing, ...
GCompris project proposes more than 60 activities and it continues to evolves. GCompris is a free software, you have the possibility to adapt it to your needs or to improve it, and, why not, to share your work with the kids of all the world.
GCompris intent is to provide a central location where a user can find different kind of small educational content called boards.
Today there is already a lot of free software that provides a small education content. Unfortunatly, it is difficult to track, intall and use them because they do not evolve at the same speed and offer their own user interface.
GCompris aims to provide a unique user interface that gives access to different boards.
GCompris is part of the GNU project.
Once started, GCompris presents a graphical view that includes from top to bottom:
1. Boards icon list Each icon represent a board. When you move the mouse over them, they are highlighted and the name and description of the board is displayed in the board description area.
2. Boards description area Display a small description of what the highlited board icon is about. Note that the descriptions are internationalized which means translated in a target language (See section Internationalization Issues for more information on Internationalization).
3. Control bar: The control bar is always present in GCompris. This icons are contextual which means that when an icon is not meaningfull in a specific context, it is simply not displayed. The control bar contains the icons from left to right:
1. Help: In some case, a board can be too complex to be described in the Board description area. In this case this will provide access to the additionnal instructions.
2. Level: Some boards provide different level. The number of levels is board dependant.
3. OK: Some boards do not automatically detect that the child has finish the given task. Clicking here is similar to entering RET on the keyboard and thus the RET key is a shortcut.
4. End: End the current board if any, otherwise Exit GCompris. When entered at the board menu level, it will create a dialog window to confirm the Exit of GCompris.
5. About: Display the about box for gcompris with the version number, the author, the licence and links to online resources.
6. Configure: Display the configuration box for gcompris. Configuration can be done at gcompris level when no boards is selected. If a board is selected, it can provides configuration options. Configuration is persistent and saved in the gnome file in the user home directory under .gnome/gcompris.
Whats New in 8.3.3 Stable Release:
- GCompris was asserting when you clicked on the target image in the missingletter activity.
- GCompris was unstable in Spanish and in any locale where there are no spoken congratulation.
- Even if they were present, audio congratulations were not played on Windows.
- All of these problems were fixed.
<<less
Download (78MB)
Added: 2007-08-17 License: GPL (GNU General Public License) Price:
663 downloads
TightVNC 1.3.9

TightVNC 1.3.9


TightVNC is a VNC distribution with many new features, improvements, and bugfixes over VNC. more>>
TightVNC project is a free remote control software package derived from the popular VNC software. With TightVNC, you can see the desktop of a remote machine and control it with your local mouse and keyboard, just like you would do it sitting in the front of that computer.
Main features:
- free, GPL-licensed, with full source code available;
- useful in remote administration, remote customer support, education, and for many other purposes;
- cross-platform, available for Windows and Unix, compatible with other VNC software;
- well maintained and being actively developed.
Enhancements:
- This stable version includes support for the latest RFB protocol version 3.8, VNC4-compatible parsing of host:display strings, and a number of bugfixes and portability fixes.
- Also, there was many changes in the built-in Java viewer such as scaling, automatic encoding selection, support for ZRLE encoding, and a workaround for a Tab key problem.
<<less
Download (0.75MB)
Added: 2007-05-08 License: GPL (GNU General Public License) Price:
916 downloads
Home Credit Card Manager (Linux) 3.0.080425

Home Credit Card Manager (Linux) 3.0.080425


Home Credit Card Manager lets you find out where your hard-earned money is being spent by using your credit card statements. Simply match your statement transactions to the categories provided, then u more>>

Home Credit Card Manager lets you find out where your hard-earned money is being spent by using your credit card statements.
Simply match your statement transactions to the categories provided, then use the tools to group and sort the information.
...and with the integrated "auto-matching" tool, most of the work is done for you!

Requirements: Java 1.4 or greater

<<less
Download (0.66MB)
Added: 2009-04-11 License: Freeware Price: $0
306 downloads
poweriso 1.1

poweriso 1.1


poweriso is the free, Linux CLI version of PowerISO. more>>
poweriso is the free, Linux CLI version of PowerISO.

This is a free utility for linux which can extract, list, and convert image files (including ISO, BIN, DAA, and other formats).

Usage: poweriso [parameters] [-switches]

Commands

list

List files and directories in image file.

Example: List all files and directories in root direcory of /home/sam/test.iso .
Command: poweriso list /home/sam/test.iso / -r

extract

Extract files/directories from image file.

Example: Extract all files and directories in root direcory of /home/sam/test.iso to /home/sam/test recursively.
Command: poweriso extract /home/sam/test.iso / -od /home/sam/test

convert

Convert image file to other format.

Example: Convert /home/sam/test.daa to standard iso file
Command: poweriso convert /home/sam/test.daa -o /home/sam/test.iso -ot iso

Switches

-r List or extract recursively.
-o Specify output image file name.
-od Specify output folder.
-ot Specify output image file type. If not specified,
the image type will be determined by file name suffix.
-volsize Split output image file to multiple volumes, and set volume
size to . Example: -volsize 100M
-setpassword Set password for output image file.
Example: -setpassword 12345678

<<less
Download (0.28MB)
Added: 2007-04-14 License: Freeware Price:
688835 downloads
Work-At-Home 1.0

Work-At-Home 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-19 License: Freeware Price: Free
189 downloads
Work-From-Home 1.0

Work-From-Home 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-18 License: Freeware Price: Free
190 downloads
Aero AIO: Folding@Home 0.1

Aero AIO: Folding@Home 0.1


Aero AIO: Folding@Home is a plugin for Aero AIO to monitor your Folding@Home client. more>>
Aero AIO: Folding@Home is a plugin for Aero AIO to monitor your Folding@Home client. It comes with a simple configuration dialog to set the update interval and client path.

It was inspired by navyrains folding-karamba theme.

Folding@Home is a distributed computing project to understand protein folding, misfolding and related diseases (http://folding.stanford.edu).

<<less
Download (0.011MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
1214 downloads
DVD Home Video Project 0.4.0.1

DVD Home Video Project 0.4.0.1


DVD Home Video Project is a tool that provides a simple, quick way to transform video on a DV camcorder into a DVD. more>>
DVD Home Video Project is a tool that provides a simple, quick way to transform video on a DV camcorder into a fully functional DVD, including a menu with optional background images and music.

<<less
Download (0.18MB)
Added: 2007-01-14 License: GPL (GNU General Public License) Price:
1017 downloads
OpenLab 4.Z Beta

OpenLab 4.Z Beta


OpenLab is a thin client-enabled Linux distribution based on Slackware Linux. more>>
OpenLab is a GNU/Linux distribution, created by Direq International. OpenLab focuses primarily on the education market, yet more generally on Community Access Solutions. OpenLab has a particular strength in powering thin-client systems.

OpenLab currently runs in hundreds of schools and community access points throughout Africa, and on countless home, business and school desktops (through free download).

OpenLab was originally based on slackware (a Linux distribution) and maintains full package level binary compatibility with its parent system. However, OpenLab is an independant development with a different design philosophy. OpenLab built on the premise that the solution works out of the box. Each succesive version makes significant strides toward an ever greater user experience.

OpenLab makes the setup of a thin-client server easier than it has ever been before. Intuitive responses to simple questions (during and post-installation) allow thin-client setup and configuration. And on the thin-clients itself, Direq-designed tools make hardware conguration, multimedia, storage -device access and applications easier and more accessible than ever before.

OpenLabs primary market has been the Education sector, and thus many unique innovations and designs for the education market distinguish OpenLab from its competitors.

OpenLabs default installation consists entirely of Free/Libre and Open-Source Software (FLOSS), although non-free software is optionally available where no viable alternatives yet exist.

OpenLab is the Community Access Linux Distribution of choice, upon which solutions for Education, Thin-Client, and Connectivity are built.
<<less
Download (697MB)
Added: 2006-09-08 License: GPL (GNU General Public License) Price:
1166 downloads
Myrinix Digital Home Edition 2007-04 v3

Myrinix Digital Home Edition 2007-04 v3


Myrinix - Digital Home Edition is meant to be a smart and centralized OS that can be implemented in a home environment. more>>
Myrinix - Digital Home Edition is meant to be a smart and centralized OS that can be implemented in a home environment.
Myrinix Digital Home Edition can be connected to a TV or other large screen to record and play DVD movies and surf the Internet. It also implements video sharing with the NX technology, and includes the videolan program for broadcasting video or music throughout the network.
Diskless client computers can connect with the server as it performs other tasks. Myrinix - Digital Home Edition is a bootable CD derived from Kanotix.
Enhancements:
- This release fixed a DBUS hang at startup on some computers and detection of USB drives as home at startup.
- An easy USB portable drive installer was added along with a locale changer for quick and easy language changes.
<<less
Download (460MB)
Added: 2007-04-27 License: GPL (GNU General Public License) Price:
915 downloads
GoJanusFF 1.1

GoJanusFF 1.1


GoJanusFF is a FireFox extension for RSDN@Home off-line client. more>>
GoJanusFF is a FireFox extension for RSDN@Home off-line client. Work similar to IE GoJanus plugin: allow open RSDN message in Janus and download topic at next synchronization.

<<less
Download (0.033MB)
Added: 2007-05-08 License: MPL (Mozilla Public License) Price:
901 downloads
Home Insurance Inventory Wizard 2.3

Home Insurance Inventory Wizard 2.3


Home Insurance Inventory Wizard is an free little program you can upload to your web site to add some extra functionality. more>>
Home Insurance Inventory Wizard is an free little program you can upload to your web site to add some extra functionality.
Home Insurance Inventory Wizard makes taking a home inventory for home insurance purposes extremely simple. And installing it is super easy, too. Best of all, its free!
Main features:
- Javascript and PHP-based for maximum compatibility
- The home inventory list expands as new rooms and items are added indefinitely. Can be useful for small apartments or large houses.
- Inventories can be saved by the user and downloaded, no databases needed!
- Home inventory lists can be uploaded by a user later so that they can make adjustments and add new items
- An HTML output option allows the user to create and then print a nicely formatted HTML version of their home inventory. Also includes option to add images of items.
- No adware, spyware or viruses
- The Home Insurance Inventory Wizard is absolutely FREE!
<<less
Download (0.011MB)
Added: 2006-01-16 License: Freeware Price:
1379 downloads
Home for Sure 0.1

Home for Sure 0.1


Home for Sure is an extension which will ask if you would like to close all open tabs and open your homepage. more>>
Home for Sure is an extension which will ask if you would like to close all open tabs and open your homepage.

When you click Home, Home for Sure will ask if you would like to close all open tabs and open your homepage(s) or if youd like to open your homepage(s) normally.

This isnt for everybody, but weve gotten a few requests, so we thought it might be useful. Try it out and see if you like it.

<<less
Download (0.016MB)
Added: 2007-04-19 License: MPL (Mozilla Public License) Price:
918 downloads
Home Media Librarian 0.1B_RC2

Home Media Librarian 0.1B_RC2


Home Media Librarian provides an application to catalog records, CDs, DVDs, etc. more>>
Home Media Librarian provides an application to catalog records, CDs, DVDs, etc.

HML is a pure Java client(GUI) application to catalog records, cds, dvds, etc.
HML requires a JDBC compliant database and driver.

The application is for the average person whom has a record, cd, dvd, tape, etc. music collection and wants to catalog this collection.

It has been tested with JDK 1.3 and 1.4 on Macintosh OSX, Linux, and Windows 2000 using MySQL and Connector J.

The distribution includes the software,documentation, and source code.

<<less
Download (1.7MB)
Added: 2007-02-08 License: Open Software License Price:
990 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5