atorresbr / completely-uninstall-lamp-on-ubuntu

Completely uninstall LAMP on Ubuntu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Completely Uninstall LAMP on Ubuntu

Remove LAMP is a completely Script to uninstall LAMP sistem on Ubuntu

โ‡๏ธ A few days ago I had detected excessive computer consumption, so when I went to investigate the causes with the htop command, i discovered that MySql was creating the problem.

๐ŸŸข So I decided to share this script to once and for all remove the entire web server environment from your Desktop machine.

โœ… To avoid any LAMP problems with your Ubuntu, creat web servers with the Ubuntu server. Avoid creating web servers with the Desktop version.

Current Ubuntu server version: https://ubuntu.com/download/server

alt text

How to use (( como usar ))

1 - Git / Download

just use this command, copy and paste on your terminal.
(( copie e cole o comando abaixo no seu terminal, clique nos dois pequenos quadrados na direita para copiar todo o comnando ))

git clone https://github.com/atorresbr/completely-uninstall-lamp-on-ubuntu.git &&
cd completely-uninstall-lamp-on-ubuntu &&
chmod +x remove-lamp.sh &&
sudo ./remove-lamp.sh

alt text

โค๏ธโ€๐Ÿ”ฅ Cheers ! ๐Ÿฅ‚๐Ÿบ๐Ÿป

๐Ÿ˜˜ made with love for torres digital on Brazil !, the Country of Caramelo Dog ๐Ÿฆฎ โœŠ๐Ÿฅฐ๐Ÿ˜๐Ÿคฉ

About

Completely uninstall LAMP on Ubuntu


Languages

Language:Shell 100.0%