Skip to content

Instantly share code, notes, and snippets.

@AngelKrak
AngelKrak / generating_new_guid.md
Last active November 30, 2021 16:59
Generating a new guid to appcelerator

Error message: you do not have access to this application

Need you to re-register the application by generating a new guid in the terminal, run the command:

uuidgen

Replaces the following content found in this element(tiapp.xml):

2755A4E2-1AA5-4D07-9DE9-A11D397FADBE

@AngelKrak
AngelKrak / liberar-espacio-servidor-cloud-vps.txt
Last active July 20, 2021 15:12
Revisar y Liberar espacio en servidor VPS
Referencias:
https://voidnull.es/liberar-espacio-servidor-cloud-vps/ -> Server (Lo mismo que el de abajo pero mas bonito)
https://usuariodebian.blogspot.com/2015/11/liberar-espacio-en-disco-duro.html?m=1 -> Server
https://docs.bluehosting.cl/troubleshooting/servidores/guia-para-solucionar-el-problema---la-particion-root-esta-llena.html -> Server
https://www.hostinet.com/formacion/hosting-alojamiento/hosting-lleno-que-puedo-borrar-para-liberar-espacio-en-mi-hosting/ -> CPanel
Revisar tamaño de carpetas
du -sch --exclude=/proc /*
du -sch /root/*
<?php
/**
* Catch php output buffering data over jQuery AJAX
*
* @author: Sohel Rana (me.sohelrana@gmail.com)
* @author url: https://blog.sohelrana.me
* @link: https://blog.sohelrana.me/catch-php-output-buffering-data-jquery-ajax/
* @licence MIT
*/