Author: Rahul

I, Rahul Kumar am the founder and chief editor of TecAdmin.net. I am a Red Hat Certified Engineer (RHCE) and working as an IT professional since 2009..

MariaDB is a popular open-source relation database system developed by the original developer of the MySQL server. It is originally forked from the MySQL server with multiple enhancements. This tutorial will guide you with the installation of the MariaDB server on the Ubuntu 22.04 Linux system. 1. Configure Repository The MariaDB packages are available in default Ubuntu repositories. Also, MariaDB provides an official repository to install the latest version on Ubuntu systems. In order to configure MariaDB Apt repository, open a terminal with a sudo privileged account and run the following commands. sudo apt install software-properties-common dirmngr apt-transport-https sudo apt-key…

Read More

Git is a free and open-source version control system that is widely used for software development and version control. It allows developers to track changes to their codebase, revert to previous versions, and collaborate with other developers. An older version of the Git client is also available under the default Apt repositories. The latest versions come with multiple enhancements and security updates. So, we always recommend using the latest Git client for the security of valuable and hard work. This article will guide you to install the latest Git client on Ubuntu 22.04 Linux system via PPA. Installing Latest Git…

Read More

Apache Solr is an open-source search platform built upon a Java library called Lucene. Solr is a popular search platform for web sites because it can index and search multiple sites and return recommendations for related content based on the search query’s taxonomy. This guide will walk you through the installation process of Apache Solr on a Fedora system. Please note that the instructions below assume that you have root access to your Fedora system. Prerequisites Before we begin, you’ll need: A Fedora system Access to a terminal window/command line A user account with sudo or root privileges Step 1:…

Read More
How to Install VS Code on Ubuntu 22.04 IDE

Visual Studio Code is an optimized, feature-rich code editor for building web and cloud applications, which is developed by Microsoft. It includes features like embedded Git, supports debugging, syntax highlighting, intelligent code completion, snippets, and code refactoring. The Visual Studio Code is freely available for most modern operating systems like Windows, Linux (RPM and Debian installations are also available), and macOS. This tutorial will help you to install Visual Studio Code on Ubuntu 22.04 LTS Linux system using Apt package manager and using snap package. Prerequisites In order to install VS Code, you must have sudo privileges or root account…

Read More

Sublime is a powerful and widely used text and application source code editor. It supports the syntax of most popular programming languages. Sublime also provides a large number of third-party extensions that provides more features to developers. You may also like => Installing Visual Studio Code on Ubuntu 20.04 Sublime 4 is the latest available version for the developers. In this tutorial, you will learn to install Sublime text 4 on the Ubuntu 22.04 systems. Installing Sublime Text on Ubuntu The sublime team provides an official Apt repository for the Debian-based systems. Follow the below steps to complete Sublime installation…

Read More

LibreOffice is a free and open-source office suite with a clean interface. It provides most of the tools required for an Office suite like Writer (word processing), Calc (spreadsheets), Impress (presentations), Draw (vector graphics and flowcharts), Base (databases), and Math (formula editing), etc. We can directly download the LibreOffice Debian packages from its official download page or use the Apt repository for the installation. This tutorial will help you to install LibreOffice on Ubuntu 22.04 Desktop system. Prerequsities You must have: A running Ubuntu 22.04 system with Desktop Sudo privilege or root account access Linux kernel version 3.10 or higher…

Read More

A firewall is a security application that prevents unauthorized users and secures your system. By default, the Firewall is installed on Windows systems. It is highly recommended to keep the Windows firewall active. You can allow access to any port or service with a firewall configuration. The latest Windows 8 and 8.1 systems have Windows Firewall and the Windows 10 and above systems use Windows Defender Firewall. This tutorial is created on Windows 8.1, so the screenshots may differ for Windows 10 and above users. Enable or Disable the Windows Firewall Use the below steps to enable or disable a…

Read More

Java is the most popular object-oriented, robust, platform-independent programming language. A large number of applications developed on Java required a system has Java installed. OpenJDK is an open-source implementation of Java available freely for production use. This guide will help you to install Java (OpenJDK 17, 11, and 8) LTS releases. Also, help you to install Oracle Java 17 LTS) on your Ubuntu system. You will also find the instruction’s to switch between multiple installed Java versions. Installing Java on Ubuntu Java 17 is the latest LTS release available for installation. JDK packages provide the full Java development libraries, helpful…

Read More

Ubuntu, a leading Linux distribution, offers a variety of Display Managers to enhance user experience. This article delves into how to switch between three popular Display Managers: GNOME Display Manager (GDM), LightDM, and Simple Desktop Display Manager (SDDM). Whether you’re a seasoned Linux user or new to Ubuntu, this guide will provide step-by-step instructions for optimizing your system’s graphical login interface. Understanding the Display Manager A Display Manager is a graphical login program and session manager that is responsible for user authentication. It is a totally separate application from the desktop environment. Display Manager is also known as “login manager”.…

Read More