UUbuntu Read More 11 minute read Exploring Text Editors in Ubuntu 20.04byOzair MalikOctober 23, 2021 In Ubuntu, we can use text editors for the configuration of files, editing files, writing codes, and much…
LLinux Read More 6 minute read How to Use Xpra to Run Linux Applications RemotelybyEdXDOctober 22, 2021 What is Xpra? Xpra (X Persistent Remote Applications) or commonly known as “Screen for X”, is a utility…
MMiscellaneous Read More 7 minute read How To Use Thunderbolt 3 and Thunderbolt 4 on UbuntubyGeorge A.October 20, 2021 When purchasing any laptop, you need to take a keen look at all the ports available since they…
UUbuntu Read More 7 minute read 19 Commands to Monitor the Network Activity in LinuxbySamreena AslamOctober 19, 2021 Objectives To manage all network activities you should have detailed knowledge about how to check network load, bandwidth…
LLinux Read More 9 minute read How to Zip Files and Directories in LinuxbyEdXDandMahmud Hasan SaikotOctober 17, 2021 ZIP is an archive file format, that is, it allows us to store multiple files within a single…
LLinux Read More 5 minute read How to Extract Tar Bz2 File in LinuxbyEdXDandMahmud Hasan SaikotOctober 16, 2021 In this tutorial, we will be showing you how to use tar command to extract tar.bz2 files. Tar…
LLinux Read More 5 minute read How to Extract/Unzip Tar Gz File in LinuxbyEdXDandMahmud Hasan SaikotOctober 15, 2021 In this article, we will explain how to extract tar.gz files using the tar command. Tar is an…
RRHEL Read More 13 minute read How to Install & Configure VNC Server on CentOS 8/Rocky Linux 8/AlmaLinux 8byEdXDOctober 15, 2021 [powerkit_collapsible title=”Not using CentOS? Choose a different version or distro.”] Ubuntu 22.04 Debian 10/11 [/powerkit_collapsible] Virtual Network Computing,…
LLinux Read More 6 minute read Tips to be more efficient in a Linux TerminalbyGeorge A.October 14, 2021 The life of Linux users became a lot easier with the advent of X Environments (Graphical User Interfaces).…
LLinux Read More 8 minute read How To Create and Manage Groups in LinuxbyEdXDSeptember 26, 2021 A group is a collection of users in Linux that shares some commonalities for the purpose of security,…
LLinux Read More 5 minute read How to Rename Files in Linux (mv and rename Commands)byEdXDSeptember 24, 2021 Renaming files in Linux is a very common operation. In this article, we will discuss how to rename…
LLinux Read More 5 minute read What Does chmod 777 MeanbyEdXDandMahmud Hasan SaikotSeptember 23, 2021 Linux operating systems, like most others, allow multiple users to use the same system. This requires implementing different…