You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
馃挱
Em constante aprendizagem...
Wanderson Silva
Wanderson304
馃挱
Em constante aprendizagem...
Grad. em Analises de Sistemas //
P贸s em Eng. de Software
// P贸s em Banco de Dados // P贸s em Seguran莽a da Informa莽茫o // P贸s em Arquitetura de TI
Cria o arquivo Vagrantfile com as configura莽玫es do box que voc锚 informou no [box-name], caso voc锚 n茫o tenha o box ainda adicionado 茅 obrigat贸rio passar o [box-url] para que ele possa baixa-lo
Up
vagrant up
Cria e inicia a instancia ap贸s o comando vagrant init
Algu茅m na lista Python-Brasil perguntou sobre como criar um webservice Restful com Python... eu achei interessante salvar as sugest玫es aqui para indicar, caso essa quest茫o apare莽a em algum lugar.
A ideia 茅 tamb茅m atualizar esse arquivo com algum blogpost que contribua para a quest茫o.
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
Automatically backup a MongoDB database to S3 using mongoexport with query, tar.bz2, and awscli (Ubuntu 14.04 LTS)
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
Resize root partition (or how to remove the default /home partition) on CentOS 7 online
Resize root partition (or how to remove the default /home partition) on CentOS 7 online
This process requires that you are able to ssh OR log in locally using the root user account and that no services be running as users out of /home on the target machine.
The examples are from a default installation with no customization-you NEED to know what you're working with for volumes/partitions to not horribly break things.
By default, CentOS 7 uses XFS for the file system and Logical Volume Manager (LVM), creating 3 partitions: /,/home and swap.
NOTE: If you want to be sure that nothing is writing to /home you can either modify the host to boot into single-user mode OR try to use the
systemctl isolate runlevel1.target command to switch (not tested! should work).
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
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
Convert-ImageToAsciiArt - PowerShell function to convert an image to ascii art
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