Did you know that you can open application from terminal in Linux Ubuntu Systems. This tutorial explains how to run an application from command line and run a program in Linux shell. Find Commands To Run Applications In Ubuntu Linux Once you know where are programs installed in Linux Ubuntu, you can then run an […]
How To Create Password Protected File In Linux
How to create password protected file in Linux. Learn how to encrypt a file in Linux using gpg. Users can password protect a text file in Linux Ubuntu. Linux makes it easy to password protect your files using gpg (GNU-pg) command. It comes pre-installed in most Linux distributions. In this article, we will look at […]
How To Re Execute The Previous Command In Linux
This tutorial explains which command is used to ‘re execute the previous command in Linux Ubuntu. Did you know that you can repeat previous command in Linux? Let us learn more about re-executing previous commands. Method 1 – Run Last Command using Exclamation Marks To execute the last executed command, just type double exclamation marks, […]
How To Format USB Pendrive In Ubuntu Terminal
How to format USB pendrive in Ubuntu terminal. This tutorial explains how on Ubuntu, you can format USB fat32 via command line. The first step to format pendrive in Ubuntu terminal is to identify the USB drive. To get the info about the USB, run the following command in terminal: In the output of the […]
How To Install Showtime GNOME Video Player on Ubuntu Linux
How to install Showtime GNOME video player on Ubuntu Linux. Showtime GNOME Video Player will replace the current default Totem “GNOME Videos” video player. Showtime GNOME Video Player The default Totem “GNOME Videos” video player has not been actively maintained since 2022 and is set to be replaced by the modern Showtime Video Player. The […]
How to Find Files That Have Been Modified in Last 24 Hours
Ubuntu users can use find command with -mtime option to find files that have been modified in last 24 hours. The find command is used to locate files and directories based on various criteria. Using find Command The ‘find’ command searches the directory tree rooted at each file name FILE by evaluating the EXPRESSION provided. […]