{"id":21399657,"url":"https://github.com/natancabral/shell-script-to-install-multiple-packages","last_synced_at":"2025-07-15T10:06:23.450Z","repository":{"id":114484185,"uuid":"305833497","full_name":"natancabral/shell-script-to-install-multiple-packages","owner":"natancabral","description":"Easy to use Bash Script to Install components stack on Ubuntu.","archived":false,"fork":false,"pushed_at":"2022-03-02T17:19:16.000Z","size":427,"stargazers_count":11,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-13T20:46:22.869Z","etag":null,"topics":["bash","boot","lamp","linux","mysql","node","nodejs","php","shell","shell-script","ubuntu"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/natancabral.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-10-20T21:05:46.000Z","updated_at":"2025-04-21T18:45:06.000Z","dependencies_parsed_at":"2023-05-16T22:45:20.948Z","dependency_job_id":null,"html_url":"https://github.com/natancabral/shell-script-to-install-multiple-packages","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/natancabral/shell-script-to-install-multiple-packages","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natancabral%2Fshell-script-to-install-multiple-packages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natancabral%2Fshell-script-to-install-multiple-packages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natancabral%2Fshell-script-to-install-multiple-packages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natancabral%2Fshell-script-to-install-multiple-packages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/natancabral","download_url":"https://codeload.github.com/natancabral/shell-script-to-install-multiple-packages/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natancabral%2Fshell-script-to-install-multiple-packages/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265427361,"owners_count":23763294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","boot","lamp","linux","mysql","node","nodejs","php","shell","shell-script","ubuntu"],"created_at":"2024-11-22T15:16:04.005Z","updated_at":"2025-07-15T10:06:23.441Z","avatar_url":"https://github.com/natancabral.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shell Script to Install Multiple Packages\nEasy to use Bash Script to Install components stack on **Debian distro / Ubuntu / Mint**. \n\n* [Node.js](#nodejs)\n* [LAMP (Apache, MySQL, PHP)](#lamp)\n* [Personal](#personal)\n\n----\n\n## How to Install \n\nRoot permission, but no necessery, and install wget on terminal\n\n```\n$ su root # debian\n$ sudo su # ubuntu\n$ sudo apt-get install wget\n```\n\n### Node.js\nNode.js is a JavaScript runtime built on Chrome's V8 JavaScript engine.\n```bash\n$ sudo wget --no-cache -O - https://raw.githubusercontent.com/natancabral/shell-script-to-install-multiple-packages/main/run/node-js.sh | bash\n```\n\n#### Install\n\n* Node.js\n* NVM\n* Yarn\n\n---\n\n### LAMP\nApache, MySQL, PHP (LAMP).\n\nRun the below command in terminal:\n\n* Install \n```bash\n$ sudo wget --no-cache -O - https://raw.githubusercontent.com/natancabral/shell-script-to-install-multiple-packages/main/run/lamp.sh | bash\n```\n\n* Remove All\n\n```bash\n$ sudo wget --no-cache -O - https://raw.githubusercontent.com/natancabral/shell-script-to-install-multiple-packages/main/run/uninstall-lamp.sh | bash\n```\n\n#### Install\n\n* Update Repositories (apt)\n* Apache2\n* Encrypt Certbot\n* PHP 7.X\n* MySQL\n* ```// secureMySQL # do not```\n* PHPMyAdmin\n* Adjusts\n  * Adjust firewall (enable Mods permalinks, .htaccess etc)\n  * Adjust permissions (/var/www/html/ and Apache2)\n  * Allow running Apache on boot up\n  * Start Apache server\n  * Test Apache\n  * Create and run sample PHP script file\n\n---\n\n### Personal\n```bash\n$ sudo wget --no-cache -O - https://raw.githubusercontent.com/natancabral/shell-script-to-install-multiple-packages/main/run/personal.sh | bash\n```\n#### Install\n\n* Package Manager / wget / cUrl\n  * wget\n  * cUrl\n  * Flatpak\n  * Snap\n  * Yarn\n  * gnome packages / restore gnome settings\n* Database / FTP / Pass / Git / API\n  * DBeaver Community Free Universal Database Tool\n  * Beekeeper Studio (databases)\n  * Mysql Workbench\n  * SSH Server\n  * SSH Putty \n  * Filezilla FTP\n  * Keepass\n  * Git\n  * Postman API\n  * OneDrive\n* System\n  * Faster Open Apps - Preload on RAM\n  * Stacer\n  * Htop Memory\n  * Unrar\n  * Gnome Tweaks\n  * Gnome Boxes Virtual Machine\n  * PulseAudio - HDMI Sound Output\n  * Font-Manager\n  * Blanket - Improve focus and increase your productivity by listening to different sounds\n  * Gabutdm - Download Manager\n  * Timeshift - Backup\n* Video\n  * VLC\n  * Vino Screen Share / Mirror\n  * OBS Studio Stream Live\n  * Zoom Meeting Client\n* Text\n  * Vim Text Editor\n  * Nano Text Editor\n  * Tabby Terminal\n  * Hyper Terminal\n  * Shell Terminal - Oh my ZSH\n  * Shell Terminal - StartShip\n  * Standard Notes\n  * MS Visual Code\n  \n---\n\n## ToDo\n* Java / Spring Boot\n* React Native\n* Vue / React / Angular\n\n#### Bash Shell Script Code\n\n```bash\n\n# Case\nread -p \"Continue (y/n)?\" -n 1 choice \n  # -p prompt dialog\n  # -n number of input chars \ncase \"$choice\" in \n  y|Y ) echo \"yes\";;\n  n|N ) echo \"no\";;\n  * ) echo \"invalid\" break;;\nesac\n\n# If\nread -p \"Continue (y/n)?\" CONT\nif [ \"$CONT\" = \"y\" ]; then\n  echo \"yaaa\";\nelse\n  echo \"booo\";\nfi\n\n# If Y/y\nread -p \"Are you sure? \" -n 1 -r\necho # (optional) move to a new line\nif [[ $REPLY =~ ^[Yy]$ ]]\nthen\n   # do dangerous stuff\nfi\n\n# While : Do\necho \"Please talk to me ...\"\nwhile :\ndo\n  read INPUT_STRING\n  case $INPUT_STRING in\n    hello) \n      echo \"Hello yourself!\";;\n    bye)\n      echo \"See you again!\" break;;\n    *) \n      echo \"Sorry, I don't understand\";;\n  esac\ndone\necho \necho \"That's all folks!\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatancabral%2Fshell-script-to-install-multiple-packages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnatancabral%2Fshell-script-to-install-multiple-packages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatancabral%2Fshell-script-to-install-multiple-packages/lists"}