Friday, July 30, 2010

Linux Mint 9 LXDE setup for Spanish Child Use

Linux Mint 9 LXDE is a great distribution for older hardware. Very fast, more complete out of the box than other LXDE distros I've tried, and similar enough to XP to be easy for Linux newbies to be able to utilize. (Not that I consider XP the gold standard, just ubiquitous.)

Installing:
As this was a test install, I ran it inside VMWare Player. Installed in English, then added and changed to Spanish language using the Language Support application. Installed all updates. Of course I installed VMWare tools to make video resolution and switching between operating systems run smoother. Update: Installed a second time straight on a computer to create a distribution disk from.

Users:
Maestra is installed as the principal user with Admin privileges.
Listo will be used as the non privileged child user.

General Changes:
Auto Login = modify system so login happens automatically. LXDE doesn't have a GUI tool for this, so changing the configuration file as follows is needed. For setup the Admin user was used. This is changed to the child user after setup is complete.
  • run command: sudo nano /etc/xdg/lxdm/lxdm.conf
  • this opens the configuration file to edit
  • delete the # and space before the autologin and session lines and change the autologin user to the desired user
  • since you are there, you can set the numbers lock to on if desired by removing the # and set numlock=1
  • ctrl-o to save (write out) and ctrl-x to exit
Number of Desktops = change the number of destops as multiple desktops easily confuse novice linux users
  • Open Openbox Configuration Manager
  • On the Desktops tab, set the number of desktops to 1
Uninstall Unneeded programs
  • Chestnut dialer (multiple packets) - for dialup Internet connections
  • Transmission (multiple packets) - bittorrent client
Add Other User Accounts and include into Existing Groups
The following users and groups are desired and added as described:

listo - general purpose and default user
maestra - instructor user already created and used as general purpose admin
itadmin - it administrator user as backup administrator and closely guarded password
  • open Preferences/Users and Groups then
  • add listo and itadmin as users
  • add itadmin to the admin group
users - existing group
staff - existing group
admin - existing group which give administrative rights
  • add all 3 users into users group
  • add itadmin to admin group (maestra is already there)
  • add itadmin and maestra to staff group
Add Directories for Shared Files
The goal here is to make shared locations that all users can access then to give appropriate permissions to these folders. First create the directories:
  • [sudo mkdir /share] make share directory for the following sub-directories
  • [sudo mkdir /share/musica] make directory for music
  • [sudo mkdir /share/foto] make directory for fotos
  • [sudo mkdir /share/wiki] make directory for wikipedia content
  • [sudo mkdir /share/biblia] make directory for bible study content
Now modify rights.
  • [sudo chown -R itadmin.users /share] This changes the ownership on all these directories to itadmin along with changing the associated group to users, which now includes everyone. Of course -R makes this recursive to all subdirectories.
  • [sudo chmod -R a+rwx /share] this changes the rights for all (file owners, groups and other) to allow read, write and execute, basically opening up access to everyone.
  • [sudo chmod -R +t /share] This puts the "sticky bit" on for these directories which disallows different users from deleting or renaming another user's files or directories. This will allow us to add content as itadmin or maestra user that the listo user will not be able to delete or corrupt. We can use this for adding wiki content to the wiki directory and bible content to the biblia directory. We will set the user to these files as itadmin, then only itadmin (or maestra as super user) will be able to delete these files. It will also allow the listo user to add and delete photos and music to the corresponding directories or additional wikis or bible content for that matter.
  • [sudo ls -l /share] this shows the long form of the list of directories which allows us to verify correct configuration. Should look as follows:
drwxrwxrwt 2 itadmin users ....... biblia
drwxrwxrwt 2 itadmin users ....... foto
drwxrwxrwt 2 itadmin users ....... musica
drwxrwxrwt 2 itadmin users ....... wiki


Tricky Programs & Those Requiring configuration:

Childsplay: A current problem with Childsplay is loading it to run other language sounds. First step to download the Spanish Language sounds for Childsplay. Open Synaptic manager and select/install the the package "childsplay-alphabet-sounds-es". You need to modify the menu to run the command "language=es childsplay" to run it with Spanish as the spoken language. In Gnome, this is as easy as entering the Menu program, then changing the command for opening Childsplay. In LXDE it is a bit more difficult to modify the menu.
  1. Open a terminal session and enter "gksu pcmanfm" which opens PCMan File manager as super user.
  2. Navigate to /usr/share/applications
  3. Open childsplay.desktop with Leappad or another text editor
  4. Change the Exec line to "Exec=LANGUAGE=es childsplay" or "Exec=childsplay --language=es" These are two command options used to open the program (Be careful to use all caps for "LANGUAGE" or this command will not work.
Dosbox: For playing old dos games and programs. For now, not installing any old DOS games, but am including this program for possible future inclusion of old DOS programs on older computers.

iTalc: classroom computer management software
For now I just installed iTalc client. To use it correctly I would need to setup public and private keys. I will do this for the next remaster. (can be done to each computer after installing as well, just takes more time :)

see my instructions in another blog for iTalc install including public and private key distribution.

Kiwix: I debated whether to include Kiwix or Okawix in this remaster, but decided on Kiwix based mostly on current stability. Both options show promise, but for now Kiwix is a great option for offline Spanish Wikipedia. See my other blog comparing the two.
To Install:
  • [sudo add-apt-repository ppa:kiwixteam/ppa]
  • [sudo apt-get update]
  • [sudo apt-get install kiwix]
Because of the size of the zim file, I am not including it in the remastered image, but will add it to the cloned image.
  • login as itadmin
  • download the Spanish Wikipedia zim from the kiwix web page.
  • move to the /share/wiki directory
  • set owner as follows [sudo chown -R itadmin.users /share/wiki/]
  • give read permission at the group level
  • log in as each user, open the Wikipedia zim file and choose to index it, which must be done for each user and takes some time. This way it will be ready to use on each computer.
Play on Linux: Installed this package to make it easier in case there are Windows programs that are seen as a must have without a good Linux counterpart. They can then be installed afterwards as needed.

Khelpcenter: Install this package so the KDE applications installed have access to their help files. Otherwise Klavaro, et all produce an error when clicking on help.

BibleTime: Need to download books and references after installing.
The first step is to create a shared directory for common media shared between users. See above to complete this.
  • create shared directory as described above
  • open BibleTime then open its book administrator
  • click on the tool to edit installation directories and add /share/bible directories to the install directories
  • Login as all users to add this directory to the installed directories
  • Selected a few bibles from the CrossWire list and installed them to the /share/biblia directory. I did this as itadmin so I did not need to change user ownership rights and with the sticky bits only the itadmin would be able to delete these files.
  • This was giving some trouble, so also logged in as maestra and listo and downloaded bibles and commentaries for each user separately into the default directory of each user.
  • Included the GLOSSARY Ergane "Spanish to English Glossary" This give a quick translation from Spanish to English.

Educational Programs Installed
  • Atomix - game for constructing molecules
  • BibleTime - see install notes above
  • Childsplay - see install notes above
  • El Pequeno Mago (little wizard) - introduction to programming using actions to move a clown... Great program with decent Spanish translation
  • KBruch - practice exercises with fractions
  • KTurtle - introduction to programming using scripts to move a turtle
  • Kalzium - periodic table of elements
  • Kiwix - see install notes above
  • Klavaro - typing tutorial with good Spanish support
  • KmPlot - graphing program
  • Marble - simple off line globe showing countries, capitals and major cities
  • Setllarium - real time star chart
  • Tux Paint - painting program for young chidren
  • Tux Typing - fun typing practice game
  • TuxMath -fun math practice game
Drawing Programs Installed
  • GIMP Image Editor - advanced drawing program
  • Inkscape - vector drawing
  • OpenOffice.org Dibujos - OpenOffice drawing program
  • Scribus - Desktop publishing
Multimedia Programs Installed
  • Picasa - popular photo editing & viewing program
  • the default programs for the rest

Office Programs Installed
  • Chromium - a fast Web browser
  • FreeMind - mind mapping program
  • OpenOffice - full open office suite
Internet Programs Installed
  • included programs: chestnut Dialer
  • Chromium web browser
  • Ballz - sim
Games Installed
  • Aisleroit Solitaire - a group of solitaire card games under a common interface
  • Atomix - educational puzzle creating molecules from elements
  • Ballz - simple Indy platform game
  • BZFlag - Multiplayer Tank battle game works on somewhat older macines
  • Berusky - Ladybug puzzle game
  • BurgerSpace - classic arcade game
  • Chess (glchess) - faster chess game for slower computer
  • Childsplay (also under Educaton)
  • Emulator DOSBox - see notes above - for running old DOS games
  • Enigma - puzzle game controlling marble with the mouse
  • FloboPuyo - clone of puyopuyo, similar to tetris
  • Freeciv - Civilization game for Linux (installed gtk client)
  • Frozen-Bubble - entertaining marble matching game
  • Gamine - Game for VERY young children teaching mouse usage by sounds and colors
  • gbrainy - logic game in English (prior version was translated) but very good game
  • Gweled - like Diamond Mine
  • glTron - Tron bike game
  • gPlanarity - game of untangling lines
  • LBreakout2 - breakout clone
  • Maelstrom - arcade game like Asteroids
  • Mahjongg (gnome-mahjongg) - classic
  • Mastermind - similar to the classic logic testing board game
  • Mines - just like Mines for other platforms
  • Monsterz - arcade puzzle like Bejeweled
  • Moon-lander - ship landing game
  • Nibbles (gnibbles) - simple worm game my daughter loves
  • OpenTTD - transport tycoon with good Spanish translation
  • Pingus - game like lemmings but with penguins - great Spanish translation
  • Play on Linux - see separate section
  • Quadrapassel - falling block game like Tetris
  • Ri-li - toy train simulator with fun game play and excellent translation
  • Secret Maryo Chronicles (SMC) - platform Super Mario clone
  • Sudoku (gnome-sudoku) - numbers & logic game
  • Suite educativa GCompris - educational games for young children
  • SuperTux-stable - Mario like platform (older version for older hardware)
  • Tremulous - combination RTS & FPS with great reviews and works on older hardware
  • Warzone 2100 - real time strategy with decent translation and works on somewhat dated hardware
  • Wessnoth 1.8 - Turn based strategy (under La Batalla por Wesnoth) translated very nicely and great gameplay on older machines
  • ZaZ - arcade marble game
Last Minute Changes
Number of Desktops
  • Follow directions above to change number of desktops for the "listo" user. Need to login to listo.
Auto-login
  • Follow directions above to change auto-login to the "listo" user.
  • De-select the box to pull up the Linux Mint Welcome panel on startup for the "listo" user.
SSH
  • for future support reasons install openssh server
  • login as itadmin
  • [sudo apt-get install openssh-server]
Remastersys - making a remastered install disk
Install remastersys
  • [sudo nano /etc/apt/sources.list] This opens the apt sources to append the remastersys source
  • Add the following lines to the file: the first line is a comment, the second the correct source
    • #Remastersys
    • deb http://www.geekconnection.org/remastersys/repository karmic/
  • [sudo apt-get update]
  • [sudo apt-get install remastersys]
Run remastersys - we will want to run as a full backup so that users, passwords and user data will be saved and transmitted to the new computers. This can either be run through the GUI front end found in Preferences/Remastersys backup or by the command [sudo remastersys backup] Here is a link to further information

Create Disk and Test
  • by default remastersys creates an iso file in the /home/remastersys/remastersys directory named custombackup.iso
  • I copied this over to another machine to burn it using
  • [scp /home/remastersys/remastersys/custombackup.iso maestra@[ipofmachine]:/home/maestra/Downloads]

Installing From DVD & followup steps

After burning the DVD, you can live boot another computer.  The menu option for directly installing from disk was not working.  Once the system is booted in live mode, you need to log off and log on as another user with admin privelages (auto boot set to boot into listo user with no privelages). 
  • switch users to Maestra user
  • open home folder
  • double click on the Install shortcut
  • language and time zone choices are not important as the system installs the options in the remastered image instead of what is chosen here.
  • Reboot after installation, removing install disk when prompted
  • Log off and back on as Maestra (need privelaged user)
  • Install any updates
  • Remove the following broken programs
    • gltron
    • gplanarity
  • Add the following programs (last minute addition - games that work well on older computers)
    • slingshot
    • pyracerz (Py Racerz)
    • tomatoes (I have no tomatoes)
  • Copy Wikipedia image from other computer
    • I saved this on a particular computer in directory /home/username/share
    • sudo scp [user]@[ipaddres]:/home/[user]/share/wikipedia_es_all_09_2010_beta1.zim /share/wiki/  --this copies from other computer to correct directory
    • sudo chown /share/wiki/wi.... itadmin

Wednesday, July 14, 2010

Most Useful Linux Programs & Configurations

My list of most useful Linux Programs

The Right Distro :) - Favorites are Linux Mint (Gnome and LXDE versions), Lubuntu, Ubuntu
Openoffice.org - specifically Go-OO, which Ubuntu and Ubuntu derivatives use by default
FreeMind - Mind mapping software, great for sketching out ideas
Chrome or Chromium Web browser - Speedy and I snyc my bookmarks between all my computers, Windows & Linux
Terminal Server Client - Allows me to RDP into my Windows machines on the server
Pidgin Internet Messenger - Chat over multiple protocals
Virtualbox - so I can setup my virtual Windows machines, etc
System Profiler & Benchmark - system info at your fingertips
Xfce4 Taskmanager - only if you want detailed system usage information similar to Windows Task Manager
AceToneISO - allows mounting of ISO and proprietary CD image files like mdf as virtual disks.
Etherape - graphical map of network traffic
Dolphin - Network and web browser. Allows me to easily see Samba and Linux shared drives. Works better than many alternatives and works with LXDE desktop.

Others of note:
Zimbra Desktop - as an email client
RealPlayer - media player
Google Earth -
Skype - phone
Exaile - music player with simple, easy interface

If desktop for new to Linux user:
Desktop - change to only 1 desktop
Adobe - Install reader and flash plugins if not included in distribution
File defaults - in OpenOffice, set defaults to XP2003 file formats for saving
Add trash can icon to desktop - for Ubuntu run gconf-editor
Wifi cards - check proprietary drivers are enabled for any cards

Sunday, May 16, 2010

My Favorite Linux Games

My Favorite Simple & Classic Linux Games for older computers
(I tend toward puzzle games and those friendly for my kids versus the latest high graphic games)
These games all worked well on my old Dell laptop with 1.3 GHz processor and 748 Mb Ram

SuperTux & SuperTux2 - the game my 7 year old has played more than any other
Pengus - a Lemmings like game of saving the penguins
FreeCiv - based on the code from Civilization 2, a turn based strategy game. comes with 3 or more different front ends to suite your graphics tastes.
Frozen Bubble- A great little puzzle/arcade game my daughter loves to play and make custom levels.
TuxMath & TuxTyping - top of the line fun educational games in multiple languages
Secret Maryo Chronicles ----
Gnome Mastermind - Mimics the classic board game of the same name but you can play with one player. A favorite logic game of mine. Don't need Gnome installed (I'm using on LXDE Lubuntu).


Tuesday, April 6, 2010

Remote desktop to Linux from Windows

To open a remote desktop connection of a Linux machine from your Windows machine:
  1. Enable remote desktop access in your Linux distribution or setup.
  2. Download VNC Viewer free addition
  3. Access using port 0 => [IP address]:0

Friday, March 12, 2010

Wireless bridge from DD-WRT on WRT54GL

Installing DD-WRT on a Linksys WRT54GL router and creating a wireless bridge

The Linksys WRT54GL router is not a bad router. It comes with a flexible Linux OS and is stable. I however need a feature not supported in the Linksys firmware, a wireless bridge. This functionality normally requires one to purchase much more expensive hardware. I purchased these Linksys routers for $65 each from Amazon.com. I selected these for several reasons. They are solid devices with a great hardware track record and they have detachable antennae which I can replace with directional antenna, which are already on location in Honduras where these are going once I configure them.

Downloaded both the mini firmware and the standard generic firmware from the DD-WRT site. http://www.dd-wrt.com/site/support/router-database These were downloadable after selecting the router model number.

login to the router at http://192.168.1.1 using the default blank user and password = “admin”

Since I am not using a production model, I skip the normal step of returing to factory defalut as it already is. I then flash the router with the micro build (dd-wrt.v24_micro_generic.bin) as an intermediate step. This is because the Linksys firmware will produce an error if the new image is over 3MB. Proceed to reset the hardware by holding down the reset button for 30 sec, unpluging for 30 sec while reset still down, then keeping the reset button down for 30 sec more. It takes another 30 seconds for the lights to quit blinking at which point I plug into my laptop again. I cycle the power off and on again as instructed then log into the router with defaults: 192.168.1.1 user: root password: admin

Now I upgrade the firmware to the standard generic (dd-wrt.v24_std_generic.bin). Reset the hardware once more as above.


Primary router: setup as Wireless Access Point


The principal router in the pair will be setup as a wireless access point as it is not desired to route or NAT computers behind the router, but rather to connect them to the principal DHCP server, etc. This is the router that will send the wireless signal out to be picked up by the remote router.

Starting with factory defaults:

Setup/Advanced routing

*changed operating mode to Router

Wireless/Basic Setup

*change SSID to “myNewSSID”

*changed wireless channel to that desired (1 in my case)

*disable broadcasting (as I am wanting this to be used for linking only)

*kept sensativity range the same but unsure if I will need to adjust this later

Wireless/Wireless Security

*leave insecure for now, but will add security after confirmed working

Services/Services

*disable DNSMasq

*disable ttraff Daemon

Security/Firewall

*uncheck all boxes excpet Filter Multicast

*disable SPI firewall

Administration/Management

*disable Info Site Password Protection

*disable routing

Setup/Basic Setup

*disable WAN connection type

*change router name as desired

*change local IP address to a unique IP address out of the DHCP pool

*set Subnet Mask as appropriate

*set Gateway and Local DNS to the address of the primary server

*select assign WAN port to switch, which allows you to use the WAN port as another switched interface, otherwise it is disabled. This dummy proofs the box so someone cannot plug the cable into the WAN port and wonder why the access point does not work

*disable DHCP server and uncheck the DNSMasq options


Settings are saved on each page. When they are all saved, select apply settings and cycle power.

Tested by connecting network cable to back of router then testing wireless connectivity.

Second Router:

Install the DD-WRT system as before. Make the following modifications, saving after each page, then applying changes only when all changes are made.

Wireless/Basic Setings

*change wireless mode to Client Bridge

*change the network mode and SSID to match the primary router

*disable SSID broadcast as I do not intend anyone to pickup the signal

Wireless/Wireless Security

*leave insecure for now, but will add security after setup is working

Setup/Basic Setup

*disable WAN connection type

*change router name as desired

*change local IP address to a unique IP address out of the DHCP pool

*set Subnet Mask as appropriate

*set Gateway and Local DNS to the address of the primary server

*select assign WAN port to switch, which allows you to use the WAN port as another switched interface, otherwise it is disabled. This dummy proofs the box so someone cannot plug the cable into the WAN port and wonder why the access point does not work

Setup/Advanced Routing

*set Operating Mode to Router

Security/Firewall

*uncheck all boxes excpet Filter Multicast

*disable SPI firewall

Administration/Management

*select apply setting

*select reboot router


Tested the connection by hooking up my laptop to a wired port on the client bridge and connecting through the router connection. Everything works perfectly! Next added security to both routers as follows:


Wireless/Wireless Security

*change security mode to WPA Personal

*select TKIP algorithm and add the same key to both routers


Save and reset each router, starting with the one most distant from your computer.

Use the signal quality indicator on the Status/Wireless page to adjust antenna for maximum signal quality. On the Administration/Management page change the language to Spanish since these routers will be shipped to Honduras. A last minute change was to set the style to chromo on the Administration/Administration page since the Status pages were not showing up with the default "elegant" style.

Thursday, June 4, 2009

Installar iTalc para Trisquel 2.1

Installar iTalc para Trisquel 2.1

Grupos y Usarios:
En este configuracion estoy utilizando los grupos y usarios siguiente
shared - grupo para todo usarios (puede utilizar users)
maestro - grupo para maestros de italc
honudras - mi usario de administracion

Creer Nuevos Grupos:
Systema/Administracion/Usarios y Grupos
Desbloquier y Gestionar Grupos
Creer la grupo "maestro" y seleccionar los usarios que quiere tener accesso a controlar iTalc
Creer la grupo "shared" y seleccionar todos los usarios

Actualizar Italc:
Para actualizar Italc, necessita entrar Systema/Aministracion/Gestor de paquetes Synaptic. Abrir configuracion/repositorios y selecionar la distribucion "robur-backports". Click aceptar y recargar la lista de paquetes. Buscar la paquete iTalc y marcar iTalc-client para actualizar (iTalc-master si es computadora para maestro). Aplicar. Este instala version 1.0.9.1 en ves de 1.0.7. Cuando termina, entrar repositorios otra ves y deselecionar la distribucion "robur-backports" duespues recargar.

Creer Claves:
para crear clavea en la computadora del profesor ejecute el siguiente comando
sudo ica -role teacher -createkeypair
Después de ejecutar este comando, usted tendrá un par de claves en la carpeta /etc/italc/keys
sudo chgrp -R honduras:shared /etc/italc/keys
Este dar access a todo los claves al administrador.
sudo chgrp -R honduras:maestro /etc/italc/keys/private
Cuando honduras es el nombre de administrador y maestro es el grupo del profesores. Esto le da al profesor el acceso a la clave privada.
sudo chmod -R o-rwx /etc/italc/keys/private
Este esconde las claves para que otros no pueden ver.

Copia Claves por los Otra Computadores:
Las claves públicas de la computadora del maestro debe ser copiado a todos los estudiantes y todos los estudiantes deben tener acceso. Tambien, puede copiar los claves de profesor a todos computadores. Si es configurado corectamente, el profesor puede entra qual que computadora y accesser control de la clase.
sudo cp -rpT /etc/italc/keys /home/honduras/Escritorio
Esta copia los claves a la Escritorio. Copia este carpeta en la memoria USB.
En cada equipo copia la carpeta de la memoria en el escritorio y copia a la carpeta correcta utilizando el siguiente comando.
sudo cp -rpT /home/honduras/Desktop/keys /etc/italc/keys
Cuando honduras es el nombre de nuestro usuario administrador.
A continuación, cambie la propiedad de aceso usando las siguientes.
sudo chown -R honduras:shared /etc/italc/keys
sudo chown -R honduras:maestro /etc/italc/keys/private
Shared es un grupo que hemos creado para todos los usuarios. También se utiliza este grupo para conceder acceso de lectura a las páginas estáticas de Wikipedia en el disco duro.
Cambie la propriadades del los carpetas para dar access o correctamente utizando la siguiente:
sudo chmod -R o-rwx /etc/italc/keys
sudo chmod -R g+rx /etc/italc/keys
Este cambar que otras no puede leer y cambar que los en el grupo si puede leer.

Tuesday, June 2, 2009

Trisquel 2.1 Linux para Internos

Objectivo: Creer systema operativa para los internos de various edades con programas educativa.

Distribución: Trisquel Edu 2.1
Conseguer aqui http://trisquel.info/es/descargas
Empecé a mirar Edubuntu como base de distribución, pero cambió a Trisquel cuando descubrí que el idioma nativo de apoyo y presenta los menús en un formato más familiar. Unos problemas con Ubuntu que no tiene este version son la necessita a installar paquetes de lengua manualamente y problemas cambiando el nombre del equipo con el GUI.

Instalar y Actualizar:
Installar con la lengua de español, despues actulizar 2 veses.
Todos los programas y los menús están en perfecto español con unas pocas excepciones menores.

Actualizar Italc:
Para actualizar Italc, necessita entrar Systema/Aministracion/Gestor de paquetes Synaptic. Abrir configuracion/repositorios y selecionar la distribucion "robur-backports". Click aceptar y recargar la lista de paquetes. Buscar la paquete iTalc y marcar iTalc-client para actualizar (iTalc-master si es computadora para maestro). Aplicar. Este instala version 1.0.9.1 en ves de 1.0.7. Cuando termina, entrar repositorios otra ves y deselecionar la distribucion "robur-backports" duespues recargar.

Instalar Programas:
Installar algunos programas y juegos. Ver la listo abajo por todo las programas disponsable.

Installar Manuals y Setios del Programas:
Installar khelpcenter utilizando Synaptec
Falta algunos manuals. Utiliso Synaptec para buscar y installar manuals de Qcad y DrGeo.
Cambiar la lengua de Klavaro a espanol - click en "Definir" al derecha la lengua del teclado, click en Plantillas originales y selecionar qwerty_es. Click el buton seleccionar.
Cambiar la lengua de TuxType - entrar, click options/setup language, click espanol, regresar al menu principal y salir.

Nuevos Usarios:
creer los siguiente usarios
listo - usario sin privlage
supertio - usario del escritorio
maestra - usario del escritorio

Nuevos Grupos: creer los siguiente grupos
shared - incluye todos los usarios
maestro - incluye usarios honduras y root

Sacar del Menu:
Los siguientes programas que acaba de sacar en el menú principal del usuario de listo que no estarán disponibles.
Internet - Evolution, Dillo, KNet attach
Programacion - qt3 asistant
Juegos - blackjack, cuatro en raya, gnometris, nibbles, solitario ailse riot, tali
Hermamientas - italc master interface
Sistema - eliminar menu

Cambias del menu:
Mover la programa TuxPaint por la menu Graficos
Mover las programas Screem, El pequeno mago, Basic-256 y Kompozer por la menu Programacion
Mover la programa Klavaro por la menu Educacion

Limitar Accesso: para USB
Abrir systema/administracion/authorizaciones
Entrar Storage/"mount file systems from removable drives"
Editar authorizaciones implicitas
cambiar consola activa de "si" por "admin authentication"

Borar Info Privado Automaticamente:
Abrir firefox y entrar Editar / Preferencias / Privacidad
deselectionar los 3 butones de Historial
En cookies, cambiar "conservar hasta" por "cierre firefox"
Selectionar "siempre borar mis datos cuando cierre firefox"
click opciones y selectionar todos
click acceptar
deselectionar "Preguntarme antes de borrar datos privados"
Entrar preferencias / seguridad
deselecionar "recordar contrasenas para los sitios"

Cambias de ITalc:
Ver mi otra Blog para mas informacion desde la configuracion de italc.

Instalar Remastersys:
Instalar remastersys para copiar esta configuración a otra computadores.
Bajar la paquete de este sitio:
http://remastersys.klikit-linux.com/repository/remastersys/
double clic en el archivo para instalar.
Cuando esta installada, puede sacar una copia de tu configuracion a installar en los siguente computadores y no necessita hacer todo esta trabajo otra ves. Necessita chemar la iso en una DVD porque es mas que 1GB.

Programas:
Siguente son los programas instalados.

Localizacion

Programa

Descripción

Oficina

Procesador de Texto

Parese MS Word, parte de OpenOffice


Hoja de Calculo

Parese MS Excel, parte de OpenOffice


Presentaciones

Parese MS Presentation, parte de OpenOffice


Baso de Datos
parte de OpenOffice


Dibujo

Programa de dibujo por oficina, parte de OpenOffice


Scribus

Programa para diseñar hojas

Internet




Firefox

Navigador del Internet

Educaciòn




Childsplay

Programa para recordar palabras y usar el teclado


Dr. Geo

Programa para geometría


El Pequeño Mago

Programa a aprender programación


Gcompris admin

Solo para administrar Gcompris


Kalzium

Programa de tabla periódico


KBruch

Programa para aprender matemáticas fracciones


Klavaro
Programa a aprender mechanografia


Km Plot

Programa para aprender álgebra avanzada con gráfico


KPercentage

Programa a practicar porcentaje


KStars

Programa para aprender las constelaciones de las estrellas. Solo en ìngles.


KTouch

Programa a aprender teclado, pero solo ingles.


KTurtle

Programa a aprender programación con LOGO lengua


Marble

Programa de globo terraquio


Suite Gcompris

Juegos a a aprender la computadora, letras, números, animales, etc


TuxPaint

Programa por niños a pintar


vwm-view your mind

Programa para graficos del sus piensas

Programación



Basic 256
Programa para programar en la lengua BASIC

KompozerPrograma a creer paginas del web, solo en ìngles

Screem
Programa a programar pajinas del Internet, html

Gráficos




Gthumb

Programa a ver photos


TuxPaint

Programa por niños a pintar


GIMP

Programa a creer imágenes profesional


Inkscape

Programa para dibujar y pintar


Dia

Programa para dibujar diagramas estructurado


GNU Paint

Programa a creer imágenes simple


QcaD

Programa para diseño CAD profesional


Xaos
Programa a ver imagen fractal

Juegos




3D Chess

Juego de ajedrez en 3 dimensiones


Ajedrez

Juego de ajedrez contra computadora o otra persona


Atomix

Juego de estrategia molecular


FreeCiv

Juego de estrategia y conquistar


GBrainy

Juegos para su cerebro


gPlanarity
Juego de graficos


Lagno

Juego estrategia clásica de Go


KblackBox

Juego de lógica, solo en ìngles


Klotski

Juego de lógico


Mahjongg

Juego de tilas


Mastermind

Juego de lógica


Papà Patata

Juego con papa y ropa


Pathologico

Juego de lógico con bolas coloreadas


Robots

Juego de lógico con robots


Same Gnome

Juego de lógico con bolas coloreadas


Solitario FreeCell

Juego de cartas difícil


Sudoku

Juego de matemática y lógica


Tetravex

Juego de matemática y lógica

Hermamientas




Sysinfo
Informacion de la systema