Friends
- Ajax Backend bash bitcoin blockchain cloud computing CMS Diseño de proyectos GIT HARDWARE HTML5 Informática en el extranjero Javascript linux Magento Nivel de Internet Nivel de transporte OPE Operative Systems Opinión Otros Redes REDES_SOCIALES Scripts TCP/IP Tolología de red UML Virtualización website Wireless
Archivo de la categoría: Scripts
Errors using convert when getting a pdf. Solution is removing policies
user@machine:~/Pictures$ convert segadora* segadora.pdf ERROR LIKE: convert-im6.q16: attempt to perform an operation not allowed by the security policy `PDF’ @ error/constitute.c/IsCoderAuthorized/408. OR LIKE: convert-im6.q16: attempt to perform an operation not allowed by the security policy `gs’ @ error/delegate.c/ExternalDelegateCommand/362. SOLUTION: sudo … Seguir leyendo
Publicado en bash, Scripts
Deja un comentario
Convert multiple video files into another format. With linux, of course…
If you only want to convert, for example, MKV to MP4 then you will save quality and a lot of time by just changing the containers. Both of these are just wrappers over the same content so the CPU only … Seguir leyendo
Publicado en Otros, Scripts
Deja un comentario
Converting a Website Theme on HTML to PHP (Unix terminal)
Creating a webpage (No CMS), you have downloaded a Theme with HTML files (index.html, contact.html…) and with its HTML links inside of them (<a href=”index.html)”>home</a><a href=”contact.html)”>Contact</a>). You want to change all to PHP but not by hand one by one. You need this: … Seguir leyendo
Publicado en bash, Scripts, website
Deja un comentario
Script para shell que busca un string en el interior de archivos
Para generar crear el script…lo de siempre…crea el archivo vacío con touch “nombre_script”, ábrelo con un buen editor de textos, como el VI, y después de copiar el código de este post, haz en VI un CTRL+SHIFT+V pegándolo. Salva con … Seguir leyendo
Publicado en Scripts
2 comentarios