Skip to the content
Skip to content
Top Menu
Jul 04, 2022
  • About Us
  • FAQ
  • Write For Us
  • Facebook
  • Twitter
  • LinkedIn
  • fa-youtube
Join to our facebook group
logo
  • Home
  • Linux
    • RHEL-Centos-7
    • RHEL-CentOS-8
    • Rocky Linux
  • LINUX COMMANDS
  • Linux News
Main Menu
ls command in linux
LINUX COMMANDS

Basic ls command in Linux with Examples

On Linux/Unix platforms, the 'ls' command is one of the most frequently used commands. This should be one of the first commands you train when you enter the shell/command prompt. This guide will teach you how to use the various options of 'ls' command. All the below examples of the 'ls' command are tested on […]

Read More
echo command in Linux
LINUX COMMANDS

13 Basic echo command in Linux with Examples

Linux's echo command is a fundamental and essential command in scripting and programming! This command displays or prints arguments at the terminal. The command is included in all distributions (operating systems) as either the shell or bash. Usually, developers or programmers use echo commands in both debugging and building products such as websites, applications, operating […]

Read More
cron command in linux
LINUX COMMANDS

16 basic cron command in Linux with Examples

By using the cron command, we can schedule and run many tasks automatically in Linux/Unix. You can execute them once or on a regular basis. Cron is widely used to schedule repetitive tasks at regular intervals (using commands listed in a file called 'crontab'), and the 'at' function is a way of scheduling a task […]

Read More
basic cat command in linux
LINUX COMMANDS

12 basic cat command in Linux with examples

The 'cat' command is one of the most frequently used commands in Linux (short for "concatenate"). This is a standard Unix application that concatenates and displays files. There are three functions associated with text files (1. By using the cat command, we can see the contents of a file on screen. Cat concatenates FILE(s) or […]

Read More
how to install lamp in centos 7
RHEL-Centos-7

How to Install LAMP (Linux, Apache, MariaDB, PHP/PhpMyAdmin) in RHEL /CENTOS 7.6 - LinuxTeck

LAMP stands for Linux, Apache, MySQL, and PHP. An acronym for a Linux/UNIX server powered by Apache, MySQL/MariaDB, and PHP as a server-side scripting language. Also known as LAMP stack. Lamp Stack has a strong foundation, which makes it ideal for construction and development of high-performance websites. Advantages of using Lamp stack in web development? […]

Read More
how to configure master and slave dns server in centos 7
RHEL-Centos-7

How to Install and configure Master /Slave DNS in Centos /RHEL 7.6 - LinuxTeck

In this article, you will learn how to set up DNS (Domain Name System) on a Linux/Unix based system. DNS is mainly used to resolve hostnames, so it can translate IP addresses into fully qualified domain names (FQDNs), such as 172.217.166.110 into www.linuxteck.com. It is one of the basements of the internet. When you type […]

Read More
how to configure caching dns server in centos 7
RHEL-Centos-7

How to setup Caching DNS Server in CENTOS/RHEL 7.6

Using this article, you will learn how to setup / configure Caching-Only DNS with BIND on RHEL/CENTOS 7.6. As we know, DNS is used for translating names into IP addresses and IP addresses into names. DNS servers come in various types (Master, Slave, Caching, and Forwarding). The topic we are going to cover is Caching-Only […]

Read More

Posts navigation

Previous 1 2 3

Trending

  • High Availability Cluster
    How to configure Two Node High Availability Cluster On RHEL/CentOS 7.6
    March 15, 2020
  • ssh client command in linux
    10 basic and most useful 'ssh' client commands in Linux
    April 7, 2020
  • firewalld in linux
    15 basic useful firewall-cmd commands in Linux
    April 21, 2020
  • ls command in linux
    Basic ls command in Linux with Examples
    August 12, 2019
  • Popular
  • Comments
  • Tags
High Availability Cluster

How to configure Two Node High Availability Cluster On RHEL/CentOS 7.6

Mar 15, 2020

firewalld in linux

15 basic useful firewall-cmd commands in Linux

Apr 20, 2020

Qaswar13 Top command in Linux (Monitor Linux Server Processes)
AlanHow to secure FTP Server with SSL/TLS in Rocky Linux
No tags to show
  • Contact US
  • Privacy Policy
  • Terms of use
Copyright © 2022 LinuxTeck
Training Course
L