How to use the git switch command

Two new commands introduced in the git version 2.23, git restore and git switch. Git restore command is used to do many undo operations, read more about it here. To switch branches we can use the git switch command. It is similar to the checkout command. The following ways we can use the git switch … Read more

How to use git restore command

Git restore command can be used for many undo operations. Git version 2.23.0 introduced git restore command, the current version of your git command can be checked using the command. Unmodify a file Git restore command can used to revert file changes. Suppose we have project repository with one file readme. From the above git … Read more

How to Check Linux Kernel Version?

Sometimes we may need to check Linux kernel version information. In the previous article, we explained methods to find the Linux version. Current latest Linux kernel version details are available at https://www.kernel.org/. To find the kernel details we can follow the methods uname command hostnamectl command /proc/version file dmesg command Check kernel version using uname … Read more

How to find the Linux distribution version?

Linux is a free open-source operating system. It is based on a Linux kernel which is developed by Linus Torvalds. There are different Linux variants available, they are collectively known as Linux distributions. Debian,Ubuntu,Arch Linux,Fedora,Red Hat Linux,CentOS,Fedora,OpenSUSE, are some popular Linux distributions. We may need to check the operating system name and version using the … Read more

How to find the WiFi version?

In this article, we will discuss methods to find the WiFi version. WI-Fi is the short form of Wireless Fidelity and it is a set of wireless protocols used in wireless communication of devices. It allows phones, computers, game consoles, etc to communicate over Wi-Fi radio signals. WiFi versioning introduced after Wifi version 3. Early … Read more

How to create Signal stickers

create signal stickers

The signal app has stickers support. This article will discuss a cool way to create your own stickers. Simply follow the steps to create the Signal sticker pack. To create Signal stickers first you need to download Signal desktop app from https://signal.org/en/download/ Install the Signal app for your PC and login to your Signal account. … Read more

Import WhatsApp stickers to Signal

Stickers are a cool way of expressing emotions. Some of you already started using the signal messaging app it has support for the stickers. Here is a small tutorial to import WhatsApp stickers to signal Open your WhatsApp Web ,select and save sticker you want to use ( right click sticker and save) The file … Read more