Skip to the content
Skip to content
Top Menu
Jun 15, 2026
  • About Us
  • FAQ
  • Write For Us
  • Tech News
  • Facebook
  • Twitter
  • LinkedIn
  • Twitter
  • fa-youtube
Join to our facebook group
logo
  • Home
  • Linux
    • RHEL-Centos
    • Rocky Linux
    • Ubuntu
    • Linux Opinion
    • Linux General
    • Shell Scripting
  • LINUX COMMANDS
  • Cheat Sheets
    • Linux
    • Docker
  • Linux Interview Questions
    • BASIC
    • Shell Script
    • Networking
  • Enterprise Linux
Main Menu
SFTP Setup on Rocky Linux 8.5
Rocky Linux

How to set up an SFTP server on Rocky Linux 8

What is an SFTP Server? How to set up SFTP Server on Linux/Unix? SFTP (SSH File Transfer Protocol) is also called Secure FTP. It is a method for uploading and downloading files over an encrypted connection between two computers. Unlike FTP and FTPS, it works differently. Since SFTP is built upon the SSH (Secure Shell) […]

Read More
secure ftp server using ssl and tls
Rocky Linux

How to secure FTP Server with SSL/TLS in Rocky Linux

In this article, we will demonstrate how to configure a Secure FTP server (vsftpd) using SSL/TLS encryption. Traditional FTP services are not very secure and vulnerable because the credentials are transmitted in clear text, which is prone to crackdowns and many types of attacks like brute force. For broader protection, follow our Linux server hardening […]

Read More
vsftpd server in rocky linux 8.4
Rocky Linux

How to set up FTP server in Rocky Linux 8.4

FTP stands for File Transfer Protocol, which relies on client/server technology. It is a software application that transfers files between systems. The FTP protocol was developed in the 1970s and is one of the most commonly used protocols to transfer data between computers over the Internet. To see how it compares to others, read our […]

Read More
configure anonymous ftp server in rocky linux
Rocky Linux

How to Set up Anonymous FTP in Rocky Linux 8.4

FTP servers are commonly known to facilitate file transfers between clients and servers. Typically, ftp servers offer two types of access levels: Authenticated and Anonymous. The first method (Authenticated) requires a valid username and password in order to access the files and directories. The second method ( Anonymous) being anonymous, we can download files without […]

Read More
rocky linux 8.4 installation steps
Rocky Linux

How to Install Rocky Linux 8.4 {Step by Step} with Screenshots

A brief introduction about Rocky Linux Rocky Linux is a Community-based Enterprise Operating System, officially released by Rocky Enterprise Software Foundation (RESF) which is a free support platform with a complete binary-compatible release using the Red Hat Enterprise Linux (RHEL) operating system source code. The advantage of Rocky Linux is that it is completely free […]

Read More
top command in linux
LINUX COMMANDS

13 Top command in Linux (Monitor Linux Server Processes)

In this article, we will learn how to monitor running processes on Linux. For a full overview, see our Linux process management cheat sheet. The Linux OS offers several commands that can be used to monitor a running process, but for checking dynamic real-time processes, we can use a command called 'TOP. This tool enables […]

Read More
what is sed command in linux
LINUX COMMANDS

12 useful 'sed' commands in Linux

In this article, we will learn how to use sed command in linux with 12 practical examples. The sed command is a powerful and useful text-processing tool in Unix / Linux for editing the content (files) line by line, including inserts, appends, changes, and deletes. Furthermore, it supports regular expressions, so it can match complex […]

Read More
How to use cd command in Linux
LINUX COMMANDS

10 Useful cd command tips in Linux

The "cd" (change directory) command in Linux/Unix is pretty simple. It is one of the standard routine commands for every Linux user. It permits you to switch directories from one to another via Terminal. The cd command works based on the absolute path and relative path. Note: If you are a newbie or Windows user, […]

Read More
install cockpit centos 7
RHEL-Centos

How to Install & Access Cockpit on CentOS 8

Managing and administering Linux Servers is a daunting task for all System Administrators. Needs essential hands-on experience in the command line/ CUI. However, many significant projects are coming up to handle Linux Administration tasks via the web console. It helps the new system admins, DevOps, and Developers to handle the system administration task easier. In […]

Read More
dnf command in linux centos8
RHEL-Centos

DNF Guide for Beginners with 20 Examples

DNF stands for Dandified YUM, it is a completely updated version of YUM Package Manager. It was originally introduced on Fedora 18, and has now become the default package manager on Fedora 22, RHEL, and CentOS-8 to handle the RPM package management. DNF improves the deficiencies of YUM, including poor performance, high memory usage, and […]

Read More
How to Install CentOS 8 with full steps
RHEL-Centos

Steps to Install Centos-8 with screenshots

A brief introduction about CentOS CentOS is a Community-based Enterprise Operating System, with a free support platform which uses the source code of Red Hat Enterprises Linux (RHEL) distribution. The advantage of using CentOS is that it is completely free to install on any 64-bit x86 system. Most of the Web Hosting companies are using […]

Read More
what is sudo command in linux
LINUX COMMANDS

7 Useful steps to configure 'sudo' in Linux

Sudo is the default utility on Unix-Linux systems, which is known as SuperUserDo. The Linux system forbids normal users from executing administrative commands. However, we can use this mechanism to allow regular users to run any application or command as a root user or to grant specific  commands to specific users. In order to run […]

Read More
yum command in linux with examples
RHEL-Centos

15 useful YUM commands for Beginners

YUM stands for Yellowdog Updater Modified, which is an RPM (RedHat Package Manager) based package management tool for Linux Systems. Yum was introduced in RHEL version 5.10 onward and its deprecated 'up2date' command. Yum, command helps all Users and System Administrators to search for information about packages and then install, update, and remove all rpm […]

Read More
ssh server in linux
RHEL-Centos

10 useful steps to install and secure SSH server in Linux

SSH stands for Secure Shell, one of the well-known service protocols used to execute an operation to the remote administration over the internet. It provides a very secure passage between the designated computers. Once the connection is established, SSH will then provide encrypted sessions for all public (unsecured) networks in a client-server architecture. It was […]

Read More
firewalld in linux
RHEL-Centos

15 basic useful firewall-cmd commands in Linux

In computing, a good Firewall system can prevent any unauthorized access to the network security systems. Businesses and organizations invest a good amount of money in their cybersecurity infrastructure, depending on how crucial their business is. In this article, we will see the fundamentals of a new firewall service introduced in CentOS 7 named FirewallD. […]

Read More
ssh client command in linux
LINUX COMMANDS

10 basic and most useful 'ssh' client commands in Linux

SSH is one of the main key services in Linux/Unix based systems. SSH represents Secure Socket Shell. SSH protocol is used to access the remote server/system with an encrypted method of login using the default TCP/IP port 22 or a custom based port number. This service is mainly used by System and Network Administrators to […]

Read More

Posts navigation

Previous 1 … 8 9 10 11 Next

Trending

  • 11 df Commands in Linux (Check Disk Space Instantly)
  • Linux SysAdmin Salary USA 2026
  • 10 Modern Linux Tools That Replace Old Commands in 2026
  • 10 Grep Commands Workflows
  • Why Linux Kernel Developers Are Turning to Rust Now
  • DNF Guide for Beginners with 20 Examples
  • From Confusion to Confidence - How Linux Changes the Way You Think in 2026
  • What These New XOrg and Xwayland Fixes Mean for You
  • HTTP vs HTTPS Explained in Simple Terms
  • Secure SSH Access with Passwordless Login
  • Popular
  • Comments
  • Tags
df command in linux with examples

11 df Commands in Linux (Check Disk Space Instantly)

Nov 13, 2019

Linux SysAdmin Salary USA 2026

Linux SysAdmin Salary USA 2026

Mar 03, 2026

IsmaelShell Script Case Statements Made Simple Part 12 / 34)
John BrittoX11 vs Wayland in 2026: The Linux Display Protocol Shift Explained
No tags to show

Google Add as a preferred
source on Google
  • Contact US
  • Privacy Policy
  • Terms of use
Copyright © 2026 LinuxTeck. All Rights Reserved.
Material from our website cannot be republished ONLINE or OFFLINE without our permission.
L