Category: Linux

Linux FAQ resource and tutorials.Basic Linux tutorials. Contains usual commands,scripts, installations instructions and configuration examples.

killersheep – Silly game for Vim version 8.2

Vim is my favorite text editor and version 8.2 released. The new version includes support for popup windows and text properties. Popup windows can be used for many purposes. For example, a list of choices can be displayed, where the user selects an entry with keys …

How To Copy And Paste In Linux Terminal

Learn to copy paste Linux terminal without mouse. Understanding how to select and copy text in Linux Ubuntu terminal. After reading this post you will know Linux terminal copy paste keyboard shortcut to copy and paste in Ubuntu Linux commandline terminal. In most of the application, …

Install Shotcut Video Editor v20.02.07 on Linux Ubuntu

Shotcut v20.02.17 released. Here is how to install Shotcut Video Editor v20.02.17 on Linux Ubuntu. Shotcut Video Editor supports hundreds of audio and video formats and codecs thanks to FFmpeg. The UI is very intuitive; multiple dockable and undockable panels, including detailed media properties, recent files …

PaperWM, the Tiling Window Manager for GNOME

Lately, tiling window managers have been gaining popularity even among the regular desktop Linux users. Unfortunately, it can be difficult and time-consuming for a user to install and set up a tiling window manager. This is why projects like Regolith and PaperWM has come up to …

Syncthing: Open Source P2P File Syncing Tool

  Usually, we have a cloud sync solution like MEGA or Dropbox to have a backup of our files on the cloud while making it easier to share it. But, what do you do if you want to sync your files across multiple devices without storing …

Install and Use Wireshark on Ubuntu Linux

  Wireshark is a free and open-source network protocol analyzer widely used around the globe. With Wireshark, you can capture incoming and outgoing packets of a network in real-time and use it for network troubleshooting, packet analysis, software and communication protocol development, and many more. It …

How to Install Latest Git Version on Ubuntu

Installing Git on Ubuntu is very easy. It is available in the main repository of Ubuntu and you can install it using the apt command like this: sudo apt install git Easy? Isn’t it? There is only a slight little problem (which might not be a …