Skip to content

edsuuu/Linux-Devlopment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal com auto-complete

TERMINAL_ZSH

NodeJs

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
\. "$HOME/.nvm/nvm.sh"
nvm install 24 && node -v && npm -v 

PHP 8+

sudo apt-get update && sudo apt install php php-xml php-curl php-mbstring php-pgsql php-mysql php-zip

Composer

php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('sha384', 'composer-setup.php') === 'dac665fdc30fdd8ec78b38b9800061b4150413ff2e3b6f88543c636f7cd84f6db9189d43a81e5503cda447da73c7e5b6') { echo 'Installer verified'.PHP_EOL; } else { echo 'Installer corrupt'.PHP_EOL; unlink('composer-setup.php'); exit(1); }"
php composer-setup.php
php -r "unlink('composer-setup.php');"
sudo mv composer.phar /usr/local/bin/composer

Docker, Banco de dados e APPS Email e S3

Docker

SSH GIT

SSH

Configurando projeto

SSH

Deploys config

CERTIFICADO SSL

(Nginx)

NGINX HTTP NODEJS

NGINX HTTPS NODEJS

Instalação do NGINX

sudo apt install nginx -y && sudo systemctl start nginx

sudo systemctl status nginx
sudo systemctl status nginx

cd /etc/nginx/sites-enabled/ 

sudo rm -rf default

sudo nano seudominio.com.br

sudo nginx -t && sudo systemctl restart nginx 

(Apache)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published