In this Part 1 of a 12-tutorial LFCE series, we will show how to install network services and configure those services to automatic startup on system boot.| LFCE: Installing Network Services and Configuring Automatic Startup at Boot ...
This article is a Part 9 of 10-tutorial long series, today in this article we will guide you about Linux Package Management, that are required for the LFCS certification exam.| Linux Package Management with Yum, RPM, Apt, Dpkg, Aptitude and Zypper – Pa...
Join the LFCS course on Pro.Tecmint.com to learn Linux step by step, build real admin skills, and get certified from the comfort of your home.| TecMint Pro - Premium Linux Guides, eBooks & Tutorials
In this article we will review sed, the well-known stream editor, and share 15 tips to use it in order to accomplish the goals mentioned earlier, and more.| 15 Useful ‘sed’ Command Tips and Tricks for Linux SysAdmins
This article aims at a deep insight into the Linux ‘sort‘ command with 14 useful practical examples showing you how to use the sort command in Linux.| 14 Useful Examples of ‘Sort’ Command in Linux – Part 1
In Linux, we can use the uniq command that comes in handy when we want to list or remove duplicate lines that present adjacently in a file.| 8 Uniq Command Examples [Remove Duplicate Lines in Linux]
Learn the fundamentals of I/O redirection in Linux, that enables you to redirect the input/output of commands from and/or to files, or join multiple commands together using pipes.| Learn The Basics of How Linux I/O (Input/Output) Redirection Works
In this article, we will learn practical examples of the cut command with text filtering based on the byte position, character position, and delimiter.| 8 Cut Command Examples [Cut Sections of Line in File]
This tutorial explains about git and basic git commands used to create and manage files in a Git repository and showed how to push the repository to GitHub.| Learn the Basics of Git to Manage Projects Efficiently {Beginner’s Guide}
cat command allows us to create single or multiple files, view the contents of a file, concatenate files, and redirect output in a terminal or files.| How to Use the Cat Command in Linux [22 Useful Examples]
This article explains 10 useful "du" (disk usage) commands that help you to find out the disk usage of files and directories in Linux.| 10 Useful du (Disk Usage) Commands to Find Disk Usage of Files and Directories
Grep is the most powerful file pattern searcher that comes with every Linux distribution. In this article, I will cover some useful grep command examples.| 12 Practical Examples of Linux Grep Command
Vi was the first full-screen text editor that was intended to be small, but challenging for people who use GUI text editors, such as NotePad++, or gedit.| LFCS #2: How to Install and Use Vi/Vim as a Full Text Editor in Linux
In this article we will explain how to set up a FTP server to allow connections on passive mode where the client initiates both channels of communication to the server. - Part 4| An Ultimate Guide to Setting Up FTP Server to Allow Anonymous Logins