![Activar SSL en Apache2 (Ubuntu 10.04)](https://blog.buildersoft.com.mx/wp-content/themes/oxygen/images/archive-thumbnail-placeholder.gif)
# Instalamos Apache sudo aptitude install apache2 # Habilitamos el módulo SSL sudo a2enmod ssl # Habilitamos la configuración SSL por default sudo a2ensite default-ssl…
![How to Install Microsoft Security Essentials on Windows Server 2012 and 2012 R2](https://blog.buildersoft.com.mx/wp-content/themes/oxygen/images/archive-thumbnail-placeholder.gif)
You can install Microsoft Security Essentials on Server 2012, below is how to do so. Download a copy of MSE from Microsoft: http://windows.microsoft.com/en-us/windows/security-essentials-all-versions Right Click…
![Como crear un administrador mediante linea de comandos en linux Ubuntu?](https://blog.buildersoft.com.mx/wp-content/themes/oxygen/images/archive-thumbnail-placeholder.gif)
Para poder agregar un nuevo usuario administrador (sudo), estos son los comandos a ejecutarse: sudo adduser nuevousuario Donde nuevousuario es el nombre del usuario que…
![Permitir acceso remoto a 'root' en MySQL desde consola](https://blog.buildersoft.com.mx/wp-content/themes/oxygen/images/archive-thumbnail-placeholder.gif)
mysql -u root -p mysql> GRANT ALL PRIVILEGES ON *.* TO ‘root’@’%’ IDENTIFIED BY ‘PASSWORD’ WITH GRANT OPTION; mysql> FLUSH PRIVILEGES; mysql> exit
![Como cambiar la zona horaria en Linux desde una terminal](https://blog.buildersoft.com.mx/wp-content/themes/oxygen/images/archive-thumbnail-placeholder.gif)
Cambiar la zona horaria de Linux desde una Terminal o línea de comandos es muy sencillo, bastan con ejecutar el comando «tzselect» y elegir nuestra…
![Cambiar fecha en linux por terminal](https://blog.buildersoft.com.mx/wp-content/themes/oxygen/images/archive-thumbnail-placeholder.gif)
date –set «2007-05-27 17:27″ Actualizar la fecha en la BIOS hwclock –set –date=»2007-05-27 17:27»
![MySQL Tunning](https://blog.buildersoft.com.mx/wp-content/themes/oxygen/images/archive-thumbnail-placeholder.gif)
C:\ProgramData\MySQL\MySQL Server 5.6 Dentro de [mysqld] innodb_buffer_pool_size=1024M wait_timeout = 350 Por defecto mysql cierra una conexión después de 8 horas sin recibir ninguna petición del…
![Extraer parte de un archivo tar](https://blog.buildersoft.com.mx/wp-content/themes/oxygen/images/archive-thumbnail-placeholder.gif)
Supongamos que tenemos esta estructura de directorios y archivos: directorio/ |– subdirectorio-1 | |– archivo-11.txt | `– archivo-12.dat |– subdirectorio-2 | `– archivo-20.ogg `– subdirectorio-3…