Skip to content

Instantly share code, notes, and snippets.

View luisgcastillo40so's full-sized avatar

Luis Castillo luisgcastillo40so

View GitHub Profile
@luisgcastillo40so
luisgcastillo40so / composer-alternatives.sh
Created October 29, 2024 12:39 — forked from m4rc377/composer-alternatives.sh
This script for add and installing multiple composer with different version and add to alternative list. tested on ubuntu 22.04 and and might work for Debian derivatives.
#!/bin/bash
clear
## Location Destination
# /usr/bin
# /usr/local/bin
dest="/usr/local/bin"
apt -y install composer

How To Clean Up Ubuntu

Some simple ways to free up space on Ubuntu

Remove Unnecessary Packages and Dependencies

apt-get autoremove