Submitted by tuxtops on Wed, 12/28/2022 - 02:20
LinuxCertified is a leading provider of Linux laptops and other computer hardware. These laptops are pre-installed with a variety of Linux distributions, including popular options like Ubuntu and Fedora, and are designed to be fully compatible with a range of hardware, including printers, scanners, and other peripherals.
Submitted by trendoceans on Wed, 04/07/2021 - 04:44
If you are facing difficulty while systematically reading log files. Then you are in the right place.
Simple doing cat to read log file is a kind basic way to inspect log file. But when you want to filter data in an organized way based on time, then we use awk or grep.
Learn More
Submitted by trendoceans on Mon, 04/05/2021 - 04:23
If you have recently switched to the latest CentOS Stream from Windows and don’t know how to Install C in CentOS Stream, then buddy, you came to the right place.
C programming language requires the compiler to run a program. Without a compiler, you will not be able to run the program file.
Read more
Submitted by trendoceans on Thu, 03/11/2021 - 17:16
A symbolic link (or symlink) is a special type of file in Linux that contains a path to another file or directory. Basically, it is similar to a shortcut and is also known as a soft link.
In this post, we’ll see how to create, verify, and remove symbolic links in Linux. First, let’s start with a basic introduction to links Read More
Submitted by arindam1989 on Mon, 12/14/2020 - 14:25
The Red Hat, Inc decided to prematurely end the life of CentOS 8 "stable" by December 2021 which was earlier planned for EOL as of 2029. CentOS 8 is now replaced by the rolling release based CentOS Stream. Sever administrators across the world are in a decision-making stage based on their respective infrastructures and dependency. To help everyone, here are the top 5 free Linux distribution for CentOS replacement for you - applicable for both servers and desktop. Read More
Submitted by tuxtops on Wed, 03/28/2018 - 00:44