Your Website Title
Chat
Loading the chat ...
Ubuntu Tips and Tri...
 
Notifications
Clear all

Ubuntu Tips and Tricks: Get the Most Out of Your Ubuntu Experience

1 Posts
1 Users
0 Reactions
73 Views
ADMIRUX
Posts: 12
Admin
Topic starter
(@admirux)
Member
Joined: 12 months ago

Running system updates can sometimes be time-consuming, especially if you forget the commands. Here’s a quick way to create a shortcut using aliases.

  • Open your terminal and type:
  • nano ~/.bash_aliases
  • alias update='sudo apt update && sudo apt upgrade -y'
  • source ~/.bash_aliases

Now, every time you want to update your system, you can just type update in the terminal!

Stay tuned for more!

Share:
ADMIRUX