Compactar e descompactar arquivos tar.gz e zip
COMPACTAR tar -czvf arquivo.tar.gz pasta DESCOMPACTAR tar -xzvf arquivo.tar.gz -C pasta_de_destino DESCOMPACTAR ZIP unzip arquivo.zip
Site pessoal de Adriano Baumart. Vida, Tecnologia, Life Hacking e Cultura Pop.
COMPACTAR tar -czvf arquivo.tar.gz pasta DESCOMPACTAR tar -xzvf arquivo.tar.gz -C pasta_de_destino DESCOMPACTAR ZIP unzip arquivo.zip
Este artigo está relacionado a resolução de problemas com links permanentes. As opções FollowSymLinks e AllowOverride All devem constar na configuração do seu virtualhost: <Directory /var/www/wordpress> Options Indexes FollowSymLinks MultiViews …
Alterar a versão padrão do PHP How to change the PHP version you’re using If you have multiple PHP versions installed on your Ubuntu server, you can change what …
Como instalar o PHP 7.3 no Ubuntu Add PPA for PHP 7.3 sudo apt install software-properties-common sudo add-apt-repository ppa:ondrej/php sudo apt update Install PHP 7.3 After you’ve added the repository, …
TUNANDO PHP E WORDPRESS 1) CONFIGURANDO O PHP 1.1) Editar o arquivo php.ini localizado em: /etc/php/7.2/apache2/php.ini setar as seguintes configurações: memory_limit = 512M //quantidade de memória do servidor dedicada ao …
O Minha Vitrola Podcast nasceu um pouco depois da onda inicial dos podcasts. Inspirado pelos precursores no Brasil, como Gui Leite, Maestro Billy e tantos outros. A proposta do MVP …
A árvore genealógica da Família Baumhardt. Antes de tudo se teu sobrenome for Baumart, Baumartt, Baumgart ou Baunhart é muito provável que você seja descendente dos Baumhart´s! Se você é …
Comando para saber qual a versão do Linux Ubuntu está instalada $ cat /etc/*-release