sudo nano /etc/default/grub

Tìm dòng GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" và đổi thành GRUB_CMDLINE_LINUX_DEFAULT=""
sudo nano /etc/default/grub

Tìm dòng GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" và đổi thành GRUB_CMDLINE_LINUX_DEFAULT=""
The steps are given here to download and set up Java 8 on Linux will be the same for other distros such as Linux Mint, CentOS, RedHat, AlamLinux, Rocky Linux, Manjaro, etc.
sudo apt update
sudo apt install wget
Visit the official website and download the Jave 8 for Linux.

rm ~/.local/share/applications/androidstudio.desktop
sudo rm -rf /opt/android*
rm -rf ~/.android/
rm -rf ~/.AndroidStudio2.1/
rm -rf ~/.AndroidStudio2.3/
rm -rf ~/Android
rm -rf ~/.gradle
To make sure we have everything necessary for Webpacker support in Rails, we're first going to start by adding the Node.js and Yarn repositories to our system before installing them.
sudo apt install curl
curl -sL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update
Edit the file /etc/default/grub file so that the string noresume is included in the GRUB_CMDLINE_LINUX_DEFAULT line, for example:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash noresume"
Run this command to update GRUB: sudo update-grub
Edit /etc/systemd/system.conf with elevated privileges and change/add two lines that are commented by default from 90 seconds to 5 (or whatever you prefer) and uncomment it:
from:
To do this, you need to open the terminal on your Ubuntu system and type the following: sudo apt update
To use the rustup installer, we need to enter the following command in our terminal: curl https://sh.rustup.rs -sSf | sh
curl https://sh.rustup.rs -sSf | sh
info: downloading installer
Welcome to Rust!
Open terminal and enter the following command:
sudo apt install wget
wget -O- https://packages.erlang-solutions.com/ubuntu/erlang_solutions.asc | sudo apt-key add -
# For Ubuntu 20.04 (and Ubuntu 20.10)
echo "deb https://packages.erlang-solutions.com/ubuntu focal contrib" | sudo tee /etc/apt/sources.list.d/erlang-solution.list
Lua runs on all if not most Unix-like operating systems including Linux and Windows; on mobile operating systems (Android, iOS, BREW, Symbian, Windows Phone); on embedded microprocessors (ARM and Rabbit); on IBM mainframes and many more.
sudo apt install lua5.3 #Debian/Ubuntu systems
# yum install epel-release && yum install lua #RHEL/CentOS systems
# dnf install lua #Fedora 22+