Posts Tagged ‘Linux’

YUM y RPM para principiantes

Monday, May 17th, 2010

Nos mandan un artículo sobre como usar las utilerías de control de paquetes YUM y RPM:

Learn how to install, upgrade and manage packages on your Linux system. This article focuses on the Red Hat Package Manager (RPM) developed by Red Hat, as well as the Yellowdog Updater Modified (YUM). Explore the best ways to add new software and keep your system current.

Ceph: Sistema de archivos distribuido con capacidades de petabyte

Friday, May 7th, 2010

Nos mandan un artículo sobre Ceph que es un sistema de almacenamiento distribuido con capacidades muy grandes de almacenamiento:

A recent addition to Linux’s impressive selection of file systems is Ceph, a distributed file system that incorporates replication and fault tolerance while maintaining POSIX compatibility. Explore the architecture of Ceph and learn how it provides fault tolerance and simplifies the management of massive amounts of data.

Controlar Presentación de Open Office utilizando un teléfono celular con Bluetooth

Monday, March 22nd, 2010

Introducción:

Este artículo describe como utilizar un teléfono celular (ó móvil en algunos países) a través del puerto bluethoot para conectarse a una pc/laptop con puerto bluetooth habilitado y Linux. El presente artículo está orientado a Linux Mint 8.0 “Helena” que es una distribución basada en Ubuntu 9.10 “Karmic Koala”, sin embargo, funcionará prácticamente sin cambios en cualquier distribución basada en Debian.

El post completo lo puedes revisar en:

http://josuemb-planet.blogspot.com/2010/03/controlar-presentacion-de-open-office.html

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.