KGX – Minimal Terminal Emulator for Linux

  • Post last modified:November 24, 2021
  • Post category:Linux
  • Post author:

KGX or King’s Cross is a free and open source terminal emulator for Linux. It is a simple terminal for average and casual cli user. It will work well on GNOME and Phosh systems. You can host multiple sessions per window with nifty tabs, ctrl click the links using mouse to open it, Files Nautilus extension integration support and it comes with keyboard shortcuts and filter support. It is released under GNU General Public License v3.

KGX Terminal Emulator

(more…)

Continue ReadingKGX – Minimal Terminal Emulator for Linux

Find IP Address of a Domain in Terminal

  • Post last modified:January 17, 2021
  • Post category:Linux
  • Post author:

In your Linux system you can find the IP address of a domain in your terminal application without any help of third party web service. You can also check multiple domains at once. This article explains how to get the IP address of a domain in command line method using the terminal application. We are using Ubuntu to test all these commands. All these command-line tools are per-installed in your Ubuntu system. Open your terminal application (ctrl+alt+t) and run all below commands one by one to check the results.

(more…)

Continue ReadingFind IP Address of a Domain in Terminal

Hyper Beautiful and Extensible Terminal – Install Hyper on Ubuntu

  • Post last modified:October 7, 2020
  • Post category:Linux
  • Post author:

Hyper is a free and open source simple but beautiful terminal application for Linux, MacOS and Windows. It is based on Html, Css, TypeScript (Electron) and released under MIT license. It comes with plugin support to extend its features. Some other features are Emoji support and themes support. It also comes with and uses WebGL Renderer to speedup the rendering process. In this article we will see how to install hyper terminal app on Ubuntu linux.

(more…)

Continue ReadingHyper Beautiful and Extensible Terminal – Install Hyper on Ubuntu

How To Reset Ubuntu Gnome Desktop Settings To Default via Terminal and Tweaks

  • Post last modified:August 17, 2020
  • Post category:Linux
  • Post author:

In your Ubuntu Gnome Desktop if something broken because of some heavy customization or you just want to reset the Ubuntu Gnome desktop settings, then you can reset it via the terminal and Ubuntu Gnome tweak tool. In this article we will see how to reset Ubuntu Gnome desktop. Please note that once you run this commands these is no way to going back. So only do if you actually want it.

(more…)

Continue ReadingHow To Reset Ubuntu Gnome Desktop Settings To Default via Terminal and Tweaks

How to Search Available Packages from Terminal command-line Tool

  • Post last modified:August 13, 2020
  • Post category:Linux
  • Post author:

In this article you will see how to search the available packages from your Ubuntu repositories and how to get details of the available versions, dependencies and all other information in Ubuntu. Try all these commands and find the difference. And if anything missing, then write down in the comment box.

(more…)

Continue ReadingHow to Search Available Packages from Terminal command-line Tool

How to list all Users and Human Users in terminal on Ubuntu

  • Post last modified:August 5, 2020
  • Post category:Linux
  • Post author:

You don’t need to use any GUI applications to show all your users on your system . You can do it via your terminal command-line application. You can list all system generated and human created or normal Linux users via the below commands. Lots of options are available. Just try all commands in your terminal and find the difference. If any other options available please mention in comments.

(more…)

Continue ReadingHow to list all Users and Human Users in terminal on Ubuntu