sábado, 12 de abril de 2008

LINUX BÁSICO


# ls /etc/
# ls/etc/ > /tmp/Archivos.txt
# more /tmp/Archivos.txt
# ech0 hola > /tmp/Archivos.txt
# tail /tmp/Archivos.txt

# ls /etc/
# ls /etc/ > /tmp/Archivos.txt
# head -30 /tmp/Archivos.txt

# ls /etc/ | sort -r
# ls /etc/ | sort -r > /tmp/Archivos.txt
# last > /tmp/Auditorio1.txt: Últimos usuarios que se loguearon en el sistema.
# last | grep root > /tmp/Auditorio.txt
# last | head -5 > /tmp/Auditorio.txt
# cat ejemplo.txt | head -60 | tail -9

#history | grep mkdir > /tmp/Archivos.txt: Grabar el historial del comando mkdir.

viernes, 11 de abril de 2008

LISTA DE REPOSITORIOS PARA INSTALAR APLICACIONES EN LINUX UBUNTU


deb http://es.archive.ubuntu.com/ubuntu dapper main restricted

deb-src http://es.archive.ubuntu.com/ubuntu dapper main restricted

deb http://es.archive.ubuntu.com/ubuntu dapper-updates main restricted

deb-src http://es.archive.ubuntu.com/ubuntu dapper-updates main restricted

deb http://security.ubuntu.com/ubuntu dapper-security main restricted

deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted

deb http://es.archive.ubuntu.com/ubuntu dapper main restricted

deb-src http://es.archive.ubuntu.com/ubuntu dapper main restricted

deb http://es.archive.ubuntu.com/ubuntu dapper-updates main restricted

deb-src http://es.archive.ubuntu.com/ubuntu dapper-updates main restricted

deb http://security.ubuntu.com/ubuntu dapper-security main restricted

deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted