Install Linux Kernel 6.4 in Ubuntu 23.04 and Ubuntu 23.04. Here’s how to install Kernel in Linux and on Ubuntu, update Kernel to specific version via command line. Kernel 6.4 brings Intel Lunar Lake HD audio support and better MSI laptop support. Install Linux Kernel 6.4 Run the following commands to download and install 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.
Install File Shredder To Permanently Delete Files In Linux Ubuntu
Download file shredder for Linux and file eraser for Linux Ubuntu to permanently delete files in Linux. Using file shredder you can permanently delete files from laptop hard drive. On Linux operating systems, shred is to overwrite a file to hide its contents and delete it. In simple words, shred overwrites the files and can […]
Check Disk Usage in Ubuntu Terminal – Check Free Disk Space in Ubuntu
Check disk usage in Ubuntu terminal. Here is the command to check disk space in Ubuntu. You can easily check free disk space in Ubuntu or Ubuntu disk usage by folder. df Command The “df” command is for “disk filesystem” and is a great tool to know about the disk space usage on Linux Systems. […]
How To Password Protect File in Linux Commandline
How to password protect file in Linux commandline. 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 Copy Files From One Folder To Another in Linux Ubuntu
How do you copy files from one folder to another Linux recursively? Do you wish to learn how to copy all the files from one folder to another in Linux? Here is the command to copy file in Linux with new name or copy file in Linux in same directory. How to Copy Files in […]
How To Find A File In Linux Without Knowing The Path
How to use find command to search a file? Learn how to find a file in Linux terminal in all directories and how to find a file in Linux without knowing the path. find command ‘find’ searches the directory tree rooted at each file name FILE by evaluating the EXPRESSION on each file it finds […]