Last active
September 4, 2024 13:22
-
-
Save alexishida/8dcfa592e7f9fde342ba6a61ca0bc906 to your computer and use it in GitHub Desktop.
Linux Softwares
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- Persepolis Download Manager --- | |
| sudo add-apt-repository ppa:persepolis/ppa | |
| sudo apt update | |
| sudo apt install persepolis | |
| ----- Grub Customizer ------ | |
| sudo add-apt-repository ppa:danielrichter2007/grub-customizer | |
| sudo apt update | |
| sudo apt-get install grub-customizer | |
| # or https://launchpad.net/~danielrichter2007/+archive/ubuntu/grub-customizer/+packages | |
| ---- LibreOffice Atualizado ----- | |
| sudo add-apt-repository -y ppa:libreoffice/ppa | |
| sudo apt update | |
| sudo apt-get install libreoffice libreoffice-style-breeze | |
| ---- Terminal monitor ----- | |
| snap install btop | |
| ---- Wifi Hotspot ubuntu ----- | |
| https://github.com/lakinduakash/linux-wifi-hotspot | |
| sudo add-apt-repository ppa:lakinduakash/lwh | |
| sudo apt update | |
| sudo apt install -y libgtk-3-dev build-essential gcc g++ pkg-config make hostapd libqrencode-dev libpng-dev | |
| sudo apt install -y linux-wifi-hotspot | |
| wihotspot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment