-
Archives
- January 2024
- March 2023
- July 2022
- February 2017
- January 2015
- September 2014
- August 2014
- June 2014
- May 2014
- April 2014
- December 2013
- August 2013
- May 2013
- March 2013
- June 2012
- May 2012
- April 2012
- August 2011
- July 2011
- June 2011
- April 2011
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- August 2007
- July 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
-
Meta
Category Archives: Tips
Version de Linux
Para saber cual version de Linux estas corriendo, abre una consola y teclea el siguiente comando: Linux console | cat /proc/version $ cat /proc/version Linux version 2.6.20-1.3002.fc6xen (brewbuilder@hs20-bc1-6.build.redhat.com) (gcc version 4.1.2 20070626 (Red Hat 4.1.2-13)) #1 SMP Mon Aug 13 … Continue reading
Posted in Fedora, FLOSS, Sistemas Operativos, Tips
Leave a comment
Compresion de archivos con Gzip, Zip y Tar
Comprimiendo archivos con Gzip y Zip Los archivos comprimidos utilizan menos espacion en disco y son descargados mas rapido. Para comprimir archivos en Linux puedes usar las herramientas de compresion Gzip o Zip. Los archivos comprimidos tienen la extension *.gz. … Continue reading
Posted in FLOSS, Software, Tips
Leave a comment
Squid Proxy Cache | TCP_MISS/304 TCP_MISS/200
Si corres un servidor proxy cache como Squid es posible que encuentres en el archivo: /var/log/squid/access.log entradas que hagan referencia a TCP_MISS/304 y TCP_MISS/200, ver a continuacion: Linux console | $ tail -f /var/log/squid/access.log 24/Jan/2008:15:29:25 +0000 1861 10.125.4.247 TCP_MISS/304 358 GET http://techbase.kde.org/Projects/KDE_on_Windows/Installation – … Continue reading
Fedora no incluira algunos juegos por cuestiones de patentes
Ahora resulta que Fedora no incluira mas en su distribucion juegos que cumplan con el siguiente criterio: “… juegos donde los objetivos se muevan en la pantalla hasta un punto determinado o linea, en donde el jugador debera acccionar (presionar) … Continue reading
Posted in Blog, Fedora, FLOSS, Tips
Leave a comment
Que no te roben tu super idea para un nombre de dominio parte II
Retomando el tema de Network Solutions (NSI) del que escribí en este post, resulto ser nada más ni nada menos que una practica permitida por la ICANN (Internet Corporation for Assigned Names and Numbers). La ICAAN por si no lo … Continue reading
Posted in Blog, General, Tips
Leave a comment
Que no te roben tu super idea para un nombre de dominio
Durante mi tercera (o seria la cuarta) visita a Slashdot de este dia, me encontre este post donde denuncian que la empresa Network Solutions registra a su nombre cualquier nombre de dominio que busques desde su pagina. Si lo quieres comprobar … Continue reading
Posted in Blog, General, Tips
Leave a comment
Linux | Live CD’s – gparted & clonezilla
Something I really like about the Open Source World is the versatility and usability of almost every system or application and obviously how cheap (or unexpensive) they are. There are a lot of examples, the Apache Web Server or MySQL … Continue reading
Posted in FLOSS, Software, Soporte, Tips
Leave a comment
MySQL | Create a new database
To create a new MySQL database follow this steps: 1. Access to MySQL console using a privileged user, in this case root: Linux console $ mysql -u root -p 2. Create database. Linux console mysql > CREATE DATABASE ”databasename”; Now, … Continue reading
Posted in MySQL, Tips
Leave a comment
CentOS 5 | NTFS support for Linux
Hi All, After three hours finally my Linux box is able to mount NTFS partitions. Check this link: Linux-NTFS RPMs Documentation. Is really simple, you only need to download the appropriate RPM file. By the way, it just works fine … Continue reading
Posted in Fedora, FLOSS, Sistemas Operativos, Tips
Leave a comment
Fedora Core 6 | How long are my services running?
If you need to know how long your Linux services have been running you can try this: Linux console $ ps waux | grep -i Or Linux console $ ps -o etime < pid> To get the PID you can … Continue reading
Posted in Fedora, FLOSS, Sistemas Operativos, Software, Tips
Leave a comment