Posts Tagged ‘Linux’

FLISoL 2012

Saturday, March 24th, 2012

El Festival Latinoamericano de Instalación de Software Libre (FLISoL) es el evento de difusión de Software Libre más grande en Latinoamérica. Se realiza desde el año 2005 y desde el 2008 se adoptó su realización el 4to Sábado de abril de cada año, siendo este año el día sabado 28 de abril de 2012.

Su principal objetivo es promover el uso del software libre, dando a conocer al público en general su filosofía, alcances, avances y desarrollo.

A tal fin, las diversas comunidades locales de software libre (en cada país/ciudad/localidad), organizan simultáneamente eventos en los que se instala, de manera gratuita y totalmente legal, software libre en las computadoras que llevan los asistentes. Además, en forma paralela, se ofrecen charlas, ponencias y talleres, sobre temáticas locales, nacionales y latinoamericanas en torno al Software Libre, en toda su gama de expresiones: artística, académica, empresarial y social.

FLISoL 2012

Sitio oficial FLISoL  http://bit.ly/GHheW5

Abrimos nueva fechas de cursos y sala de cursos presenciales

Wednesday, February 29th, 2012

Listado de cursos:
Básico
• Html con hoja de estilo $3,000 – duración 20 horas, 3 días – 6 horas diarias
• PHP con MySQL $6,500 – duración 30 horas, 5 días – 6 horas diarias

Intermedio y Avanzado
• Diseño de base de datos y administración con mysql $7,500 – duración 30 horas, 5 días – 6 horas diarias
• Ayax, tamplates, pl/sql, jpgraph con mysql y php $7,500 – duración 30 horas, 5 días – 6 horas diarias
• Instalación e implementación de servicios con Linux Gentoo $5,500 – duración 30 horas, 5 días – 6 horas diarias
• Programación con java básico para celulares $6,500 – duración 20 horas, 3 días – 6 horas diarias
• Desarrollo de apps para celulares $9,600, duración 30 horas, 5 días – 6 horas diarias
• Programación básico e intermedio de C para unix o Linux $ 9,600, duración 30 horas, 5 días – 6 horas diarias

Lugar
Luz Saviñón 13-303
Col. Del Valle, CP. 03100
México D.F.
Nota.- En frente del World Trade Center anteriormente hotel de México

Comenzamos
Curso html con hojas de estilo programado para el día 8, 9 y 10 de Marzo de 2012

Interesados
Informes e Interesados en este link http://www.saisamx.com/catalog/contact_us.php
Al teléfono 62350060 de la ciudad de México

Ubuntu Global Jam – México/DF

Thursday, August 18th, 2011

[+] Sabado, 3 de septiembre del 2011
[+] Horario: 11:00h a 16h.
[+] Lugar: TelmexHub

¿Qué es el Ubuntu Global Jam? Es un evento oficial, en el que todas las comunidades de Ubuntu a nivel mundial, se reúnen online o presencialmente para hacer algunas de estas actividades:
(more…)

Técnicas para portar código de Perl a Python

Friday, September 10th, 2010

Nos mandan un artículo sobre como portar programas escritos en Perl a Python:

Python programmers shouldn’t get too smug. While many people agree that Python is designed in a way that makes it a highly readable language, there can still be problems with legacy, untested Python code too. Porting legacy Perl to Python can be a daunting task. In this article, learn some of the theory behind dealing with legacy code, including what not to do.

Mantenimiento del File system de Linux

Wednesday, August 25th, 2010

Nos mandan un artículo introductorio al mantenimiento del sistema de archivos en sistemas con Linux…

Learn how to check the integrity of your Linux filesystems, monitor free space, and fix simple problems. Use the material in this article to study for the Linux Professional Institute (LPI) 101 exam for Linux system administrator certification—or just to check your filesystems and keep them in good working order, especially after a system crash or power loss.

Bazaar: Un poderoso control de versiones para desarrolladores

Friday, August 20th, 2010

Nosn mandan un artículo introductorio a Bazaar, que es un sistema controlador de versiones tipo CVS, Subversion, GIT, etc.

Bazaar is used to produce the Ubuntu Linux distribution, which is an enormous software project with thousands of components. If you’re using a UNIX or Linux system, chances are that your distribution offers a pre-built Bazaar package. Bazaar is flexible enough to accommodate Subversion – a centralized system and Git – a decentralized system. This article introduces you to Bazaar‘s many appealing features.

Debian cumple 17 años

Monday, August 16th, 2010

Fue un 16 de agosto de 1993 cuando Ian A Murdock anunció el lanzamiento de una nueva distribución Linux (nota original http://bit.ly/bkNYvk) con el nombre de Debian que surge de unir dos nombres: Debra, su entonces novia (actual ex-esposa) y su propio nombre Ian.

¡Feliz cumpleaños Debian!

- Debian Day 2010 México (http://bit.ly/cF4ozZ)

- Cubo de Códigos para Terminal (http://bit.ly/9PQkJD)

- Obtener Debian Linux (http://www.debian.org/index.es.html)

- Página oficial de aniversario (http://thank.debian.net/)

Cambiando el tamaño de particiones con Gparted

Saturday, August 14th, 2010

Nos mandan un artículo sobre como cambiar el tamaño de particiones en un file system previamente creado:

Several tools exist to Resizing Linux partitions, but there are a number of potential pitfalls and restrictions that can make the task more difficult than it might at first seem. This article guides you through the task of resizing Linux partitions, beginning with basic preparations and moving on to common resizing scenarios using graphical user interface (GUI) tools.

Guía básica de como particionar en Linux

Monday, August 9th, 2010

Nos mandan una guía básica de como particionar discos duros bajo Linux:

In this article learn how to create partitions on a disk drive and how to format them for use on a Linux system as swap or data space. In this related article on Hard disk Layout you can learn how to design a partition layout for disks on a Linux system.

Alta disponibilidad usando DRBD (Distributed Replicated Block Device) en Linux

Friday, August 6th, 2010

Nos mandan un artículo de como utilizar en Linux una nueva característica llamada DRBD (Distributed Replicated Block Device), que permite copiar bloques de información por red y crear esquemas de fail-over:

The 2.6.33 Linux kernel has introduced a useful new service called the DRBD – Distributed Replicated Block Device. This service mirrors an entire block device to another networked host during run time, permitting the development of high-availability clusters for block data. Explore the ideas behind the DRBD and its implementation in the Linux kernel.