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 […]
Ubuntu
Latest Ubuntu news updates, Ubuntu tutorials and tips for Ubuntu Linux. Learn to use one the most popular Linux distros. Get the updates and latest releases for Ubuntu.
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. […]
Command To Rename Multiple Files In Ubuntu Terminal
This tutorial explains how to rename a file in Ubuntu Terminal or how to rename a file in Linux in same directory. Using Re mane Command The “rename” command renames the filenames supplied according to the rule specified as the first argument. If a given filename is not modified by the expression, it will not […]
How To Fix Unexpected fsck Error In Linux Ubuntu
You can run fsck manually in Linux to fix the error “unexpected inconsistency; run fsck manually fsck exited with status code 4”. Let us learn how: How to run fsck manually in Linux sudo umount /dev/sdbsudo fsck /dev/sdb NOTE: Replace the “/dev/sdb” with the partition showing error or replace /dev/sdb with the device you want […]
How to Check Hard Disk Space in Ubuntu Terminal
How to check available disk space in Ubuntu command line? On Linux check disk space in gb or disk usage by folder. Terminal commands to check hard disk space in Linux terminal. Before we begin, let use see the GUI way to check disk space in Linux Ubuntu: Check how much disk space is left […]
How To Sort Files By Size In Linux – List Files By Size In GB
How to sort files by size in Linux Ubuntu. Learn how to list directories by size in Linux or list files by size in gb in Linux Ubuntu Systems. How To Find And Sort Files By Size In Linux You can use one of the following commands to find and sort files by size in […]