Useful Ubuntu Bash Commands
When you use Linux (in this case Ubuntu) there are some particular commands which are so handy, and might save your time significantly and save you from spending so much time on nothing.
Here comes my collection:
Bash Commands
Drivers
- To install all the necessary drivers for your system automatically.
$ sudo ubuntu-drivers autoinstall
This command acts the same as when you install a clean copy of your OS.
Leave a comment