How to Install Viber Messenger App on Ubuntu 20.04 LTS

Viber Messenger

Viber is an instant messaging and video calling app that allows you to send instant messages, photos, audio, video files, make free calls, and share your location with other Viber users. It connects people no matter where they are. Viber was first released for smartphones, then later also developed for desktop users including Windows, Linux, … Read more

How to Access your Google Drive Account in Ubuntu

Use Google Drive in Ubuntu Linux

This article is about accessing your Google Drive Account through your Ubuntu system. The process involves adding your online Google account to your Gnome Online Accounts list. This configuration then lets you mount your Google Drive account to your Nautilus File Manager. After mounting, you can access your online files, edit them, and add new … Read more

How to Remotely Manage Ubuntu Server with SSH

Ubuntu SSH

You may often have to access remote servers to administer, manage, and troubleshoot and there are several ways to do this. You may use telnet to login to remote servers; FTP allows transferring files between different servers. However, these programs are not secure enough for connecting to critical servers. SSH, secure shell is a cryptographic … Read more

Linux lsof command explained with 12 practical examples

Linux LSOF Command

The lsof is an acronym for List of open files that displays detailed info on which files are held open on a Linux system and which processes have opened them. It was developed and supported by Victor A. Abell. This article will help you to understand the lsof command usage along with 12 practical examples. … Read more

Fix wrong Keyboard Layout in Ubuntu

Is the Ubuntu Keyboard layout not working? Most Ubuntu users want to use their native language as the primary input language when using their system. Using the Ubuntu preferences utility, you can add your native language as a keyboard input source. This language can be configured to be used as the default keyboard layout. This … Read more

How to Find Files in Debian

Find Files Debian

Finding data in a system with thousands of files becomes very difficult for administrators, especially for system users who are not familiar with the command line. While searching via the graphical user interface is possible, it has certain limitations in terms of speed and functionality. The command line provides flexibility to quickly search files using … Read more