Posts Tagged ‘Linux’

Curso Servidores Linux Fedora 12 en el DF

Wednesday, February 24th, 2010

Curso Servidores Linux Fedora 12.(Instalación, Uso, Configuración de servicios)

El Curso es para aquellos que quieran aprender instalar, usar y configurar los diferentes servicios que posee Linux Fedora 12 tales como:

Instalación

Comandos y administración
Por consola y ambiente gráfico
top
Usuarios, grupos y permisos

Servicios básicos
Samba
Apache con soporte MySQL, postgreSqL con PHP y Java
SSH
Iptables con Nat
Squid
Postfix con dovecot (local y externo)

Aprende a configurar tú servidor y empezar a realizar tus propios programas en PHP y MySQL o Java ¡¡¡

Temario Curso Linux
http://www.saisamx.com/temario_ES.html

Contacto e Inscripciones
Vía Web Contact

Lugar
Bajío No. 371, Colonia Hipódromo Condesa, CP 06100, México DF.
Esto se ubica a 1 Cuadra de Insurgentes y a 3 Cuadras de Viaducto Río Piedad

Costo
$5,500 pesos por persona.

PD.- Otro tipo de cursos: Programación, paqueteria

Vacante para Linuxero – DF * Urge !!

Thursday, February 18th, 2010

Estimados,

Se solicita linuxero con conocimientos en programación Perl, PHP, Bash con MySQL.

Se apreciaría enormemente conocimientos en: (en orden de importancia)
(more…)

Un API para virtualización en Linux: libvirt

Friday, January 8th, 2010

Nos manda la gente de IBM un artículo sobre libvirt, que es una librería de virtualización para Linux:

The libvirt library is a Linux API over the virtualization capabilities of Linux that supports a variety of hypervisors, including Xen and KVM, as well as QEMU and some virtualization products for other operating systems. This article explores libvirt, its use, and its architecture.

Consejos y trucos para el uso de Emacs

Sunday, December 6th, 2009

Nos mandan una serie de ligas con algunos consejos y trucos para el uso de Emacs, que como escuche alguna vez: “Es el único ambiente operativo para programador que lo único que necesita es un buen editor de texto” … :P

Master the rich features of the Emacs editor. It’s unlike any other program you’re likely to have encountered. Delve into the depths of its most advanced editing commands that have made it famous.

File Systems de nueva generación en Linux

Thursday, November 5th, 2009

Nos mandan un artículo sobre dos file systems conocidos como “NiLFS(2)” y “exofs”:

Linux continues to innovate in the area of file systems. It supports the largest variety of file systems of any operating system. It also provides cutting-edge file system technology. Two new file systems that are making their way into Linux include the NiLFS(2) log-structured file system and the exofs object-based storage system. Discover the purpose behind these two new file systems and the advantages that they bring.

Las 10 cosas que han impulsado el mundo de Linux

Tuesday, September 29th, 2009

Picture 1

La gente de IBM esta celebrando los 10 años de su portal de información DeveloperWorks y nos mandan una nota de los eventos que consideran trascendentales en el mundo de Linux (desde su punto de vista):

Much too much has happened with Linux in the last 10 years to do anything like a complete job of listing the important events and technological advances surrounding this operating system. But nevertheless here are 10 important Linux developments that have rocked the world of Linux. I’m sure you can add to this.

Manejo de texto y filtrado en la línea de comando

Monday, September 7th, 2009

Nos mandan un artículo introductorio al uso de utilerías para el filtrado de texto en la línea de comando de Unix/Linux:

There’s a lot more to text manipulation than cut and paste, particularly when you aren’t using a GUI. This article introduces you to text manipulation on Linux using filters from the GNU textutils package. By the end of this article, you will be manipulating text like an expert.

¿Qué distribución me recomiendan para una Tablet PC?

Thursday, September 3rd, 2009

Hola que tal cofrades, envío este post para saber que distribución me recomiendan para instalar en una Tablet Pc Hp, de fabrica cuenta con windows vista, pero me gustaria sacarle aprovechar todas sus caracteristicas dentro linux me considero un usuario novato en linux
agradesco cualquier ayuda Gracias!!

Introducción a Bash

Friday, August 28th, 2009

Nos mandan una guía de comandos básicos de Bash:

GUIs are fine, but to unlock the real power of Linux, there’s no substitute for the command line. Get to know some of the major features of the bash shell. By the end of this article, you will be comfortable using basic Linux commands like echo and exit, setting environment variables, and gathering system information.

Monitoreando logs con multitail y watch

Tuesday, August 25th, 2009

Nos mandan un artículo sobre como usar “multitail” y “watch” para monitorear log files:

Monitoring system logs or the status of a command that produces file or directory output are common tasks for systems administrators. Learn how to use two popular open source tools simplify these activities for modern systems administrators: the multitail and watch commands.