Commands I use in linux

3/7/2025 12:00:00 AM

joe-jngigi
  1. Check Available Terminals - This command will show a list of the terminal emulators installed in the system.
update-alternatives --list x-terminal-emulator
  1. Set the Default Terminal - I use this command to configure the default terminal. Ones it runs, it will list the installed terminals, which then will allow to chose the default terminal
sudo update-alternatives --config x-terminal-emulator