🚀
Taking off
Pinned Loading
-
Disable PM2 Vizion feature to save I...
Disable PM2 Vizion feature to save IO and Memory Usage and avoid "FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory" 1# Disable PM2 Vizion feature to save IO and Memory Usage and avoid "FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory"
23A feature do pm2 chamada "vizion" tenta indexar o repositório do projeto de cada comando rodando.
4Em grandes repositórios e principalmente com um grande numero de processos rodando isso pode causar um
5grande consumo de memória e IO, o que impacta drasticamente a performance da maquina e dependendo da maquin,
-
Show dimensions of all images on page
Show dimensions of all images on page 1$('img').each(function(){
2let t = $(this);
3let url = `https://dummyimage.com/${Math.round(t.outerWidth())}x${Math.round(t.outerHeight())}/f0f0f0/999`;
4console.log(`${Math.round(t.outerWidth())}x${Math.round(t.outerHeight() => ${t.attr('src')}`);
5t.attr('src', url);
-
Show all heading tags on page
Show all heading tags on page 1$('h1,h2,h3,h4,h5,h6').each(function(){
2console.log($(this).prop("tagName") + ' - ' + $(this).text().trim());
3$(this).html($(this).prop("tagName") + ' - ' + $(this).html());
4});
-
Docker - Certbot - Manual Wildcard D...
Docker - Certbot - Manual Wildcard Domain Certificate.md 1## Docker - Certbot - Manual Wildcard Domain Certificate.md
23### Create a dir for mount in containers, and save letsencrypt folders
4``` bash
5mkdir letsencrypt
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.