-
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: Software
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
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
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
Fedora Core 6 | Enabling GD support
Do you need PHP support for GD? First you need to be sure this module is not already installed, on a shell window run the following command: Linux console $ rpm -qa | grep php If you have something like … Continue reading
Posted in FLOSS, GNU/Linux, Software, Tips
Leave a comment
PAE – Physical Address Extension
Lets say you have a server whith 8 GB RAM installed and when you are getting ready to put the server on production you discovered that it is only reporting 4GB RAM. Don’t be alarmed! It is not a hardware … Continue reading
Posted in Microsoft, Sistemas Operativos, Software, Tips, Windows
Leave a comment
Outlook 2003 | Unable to start Outlook 2003 after installation
So, just installed Outlook 2003 on a computer running Windows 2000 and the only thing you can see when trying to open is this: “A system component, RPC, required by Outlook to connect to the e-mail server is not configured … Continue reading
Posted in Microsoft, Software, Tips, Windows
Leave a comment
MySQL | Adding new user accounts to MySQL server
Do you need a new user for your database running on MySQL server? 1. Access to MySQL with the root username, remember that the root account must have INSERT privileges to the mysql database, use the following command: Linux console … Continue reading
Posted in MySQL, Software, Tips
Leave a comment
SQL Server | Error 15023: User already exists in current database
So, you changed a SQL server database to a new server and now you can’t add the old user for this database. And after every single attempt to add the user name you see this error message: “Error 15023: User … Continue reading
Posted in Bases de Datos, Microsoft, Software, Tips, Windows
Leave a comment
Outlook 2007 does not work with Exchange Server 5.5
Here is a statement about this: “Microsoft continuously strives to provide a consistent and predictable end-of-life-cycle experience for all of its products. In accordance with standard Microsoft life-cycle policies Exchange 5.5 ended extended life-cycle support on January 10th, 2006. As … Continue reading
Posted in Microsoft, Software, Windows
Leave a comment
¿El software libre es (in) seguro?
Nota mental. “Lo que aparece en los medios de comunicación como que el código abierto es seguro y más fiable y que tiene menos fallos son afirmaciones muy peligrosas […] La alta calidad sólo se aplica a algunos proyectos, los … Continue reading
Posted in Blog, FLOSS, Software
Leave a comment