Signal is an popular messaging application as an alternative of WhatsApp. It is available as Desktop application for Windows, Linux and macOS systems. In order to your Signal desktop application, You must have signup for Signal application with your mobile number. To create new account, install Signal application on your Android or iOS device...
Vim (Vi Improved) is a highly configurable command line text editor for Unix like systems. It is originally cloned with VI POSIX standard editor with additions. Vim comes standard with most modern Linux distributions, but some of the minimal installation doesn’t include vim editor default. This tutorial will help you to install Vim text...
Linux head command outputs the first part of the files on standard output. This is very useful and frequently used command for processing data from files. All the Linux CLI and shell scripting users must have good understanding of head command in Linux. The default head command prints first 10 lines of each FILE...
Mattermost Desktop is the client application for the Desktop systems to user their mattermost account. You must have Mattermost server installed in your self-managed instance or signup for the Mattermost cloud. For this tutorial, I have created an account on Mattermost cloud free version. You can go with professional or enterprise edition as per...
Google Cloud SDK (Software Development Kit) provides a set of tools that are used to manage resources hosted on Google Cloud Platform (GCP). The SDK provides gcloud, gsutil, nd bq commands with the ability to access the Google Cloud via the terminal. The Cloud SDK team provides official PPA for the Debian packages to...
Tor is free and open-source web browser used for anonymous browsing. It routes the network traffic through the tor network to hide user identity. Tor network is available worldwide, through the volunteer overlay network consisting of more than seven thousand relays. Tor browser provides some of the best solutions to protect your privacy from...
These set of instruction helps you to setup Github Actions to build an Angular project and deploy to the Firebase hosting on push event. Even you can refer this tutorial to build any node.js application and deploy to firebase. Github actions allows you to automate, customize, and execute your software development workflows right in...
IntelliJ IDEA is an popular integrated development environment for the Java application’s. It is developed by JetBrains. IntelliJ IDEA is must friendlier to beginners thanks to its ease of code completion and inspection. Basically, It also provides intelligent coding assistance for many other languages such as SQL, JPQL, HTML, JavaScript, etc. IntelliJ IDEA community...
PHP is a scripting language, and a powerful tool for developing dynamic and interactive Web pages. It was originally created in 1994 by Danish-Canadian programmer Rasmus Lerdorf. According to W3Techs’ data, PHP is used by 78.9% websites running in public network. So almost 8 out of every 10 websites on the Internet are using...
vi (visual editor) is the best command line text file editor for Unix-like operating systems. Vim is an improved version of the vi text editor used on modern systems. This is a highly configurable text editor. This tutorial will help you search for text, string or pattern in Vi(m) text editor. How to Search...