This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo ssh-keygen -R 34.228.205.8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| nslookup -type=TXT _amazonses.domainexample.com dns1.ejemplo.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| nslookup -type=NS domain.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get install sendmail-bin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Download wkhtmltopdf. Or better install it with a package manager: | |
| sudo apt-get install wkhtmltopdf | |
| Extract it and move it to /usr/local/bin/ | |
| Rename it to wkhtmltopdf so that now you have an executable at /usr/local/bin/wkhtmltopdf | |
| Set permissions: sudo chmod a+x /usr/local/bin/wkhtmltopdf | |
| Install required support packages. | |
| sudo apt-get install openssl build-essential xorg libssl-dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Imagick es facil de instalar pero si necesitas usarlo desde PHP , tienes que instalar una extension PECL | |
| asumiendo que ya tienes instalado pear, | |
| instalar antes las librerias sobre todo wand (la varita) | |
| sudo apt-get install libmagickwand-dev libmagickcore-dev | |
| luego hacer que pecl haga su magia |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get install php5-dev (para bajar phpize entre otras cosas) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ln -s /etc/php5/conf.d/mcrypt.ini /etc/php5/mods-available/ | |
| php5enmod mcrypt | |
| reiniciar apache |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd / | |
| touch /forcefsck | |
| reboot |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| touch -d "23 aug 2013" /tmp/begin | |
| touch -d "24 aug 2013" /tmp/end | |
| find . -newer /tmp/begin -a \! -newer /tmp/end |
NewerOlder