Explore information related to centos
Restart Ubuntu 21.10 Impish Indri From the Terminal
This article covers some approaches to restart the Ubuntu system (Linux OS) like restarting Ubuntu using shutdown command, reboot command, init command, and systemd way. In fact, Every operating system needs to reboot or restart after some time due to various reasons. Some of the reasons are that certain software needs a reboot after installation to become fully functional, due to some configurational change, or maybe because of a software glitch.
Check Kernel Version in Ubuntu 20.04 - Step by step guide ?
This article covers the different methods of finding the Linux Mint kernel version through various command line utilities. If you are interested in updating your kernel in Linux Mint 20, follow this guide: https://linuxapt.com/blog/1332-update-linux-mint-20-3
Check GCC Version in Ubuntu 20.04 - Step by step guide ?
This article covers how to easily check the version of GCC (build-essential) running on Ubuntu 20.04 LTS. In fact, GCC, better known as The GNU Compiler Collection, is a set of compilers, development tools, and front ends such as C, C++, Objective-C, Fortran, Ada, Go, and D.
How To Uninstall gcc from Ubuntu 21.04 ?
To uninstall only the gcc package we can use the following command:
$ sudo apt-get remove gcc
We can use the following command to remove gcc configurations, data and all of its dependencies, we can use the following command:
$ sudo apt-get -y autoremove --purge gcc
Install Python on Linux Mint 20 - Step by step guide ?
This article covers how you can install Python 3.9 on your Linux Mint system. In fact, Python programming language can help in solving your programmatic problems.
Main features of Python includes:
- It can be used on a server to create web applications.
- It can be used alongside software to create workflows.
- It can connect to database systems. It can also read and modify files.
- It can be used to handle big data and perform complex mathematics.
- It can be used for rapid prototyping or production-ready software development.
Change the Root Password in Linux Mint 20 - Step by step guide ?
This article covers the different method of changing the root password of a Linux Mint 20.3 system.
Open a Terminal in Linux Mint 20.3 - Steps to follow ?
This article covers the different ways with which you can instantly launch the terminal on Linux Mint.