Recent Activity













Everton
User for 2 years
Created Content
Recently Created Pages View All
Trocando a URL ao clicar em abas com javascript
Um exemplo: $('.nav-link').click(function(){ let href = $(this).attr('href'); ...
Comprimir imagens no terminal
Usando o imagemagick: convert imagem.png -resize 80x convertida.png 80x é para deixar com 80px ...
Git
Várias coisas de git: Voltar um commit temporariamente: git checkout X (go back in time) <make...
Bloqueando ip no iptables
Bloqueando uma faixa de ip: iptables -A INPUT -s 35.203.210.0/24 -j DROP Bloqueando apenas um e...
nohup
Para executar um comando e sair sem esperar o retorno. Pode parecer falta de educação deixar o c...
Recently Created Chapters View All
Recently Created Books View All
Recently Created Shelves
Everton has not created any shelves