• Home
  • About Us
  • Contact
  • Privacy Policy

LinuxAdmin.io

  • Home
  • Tutorials
    • System Administration
    • Linux Tutorials
    • Web Hosting
    • WordPress
    • Virtualization
    • Troubleshooting
    • OpenStack

Linux System Administration 32

Tutorials, tricks and tips for linux system administration, management, troubleshooting security and devops.
 

Configuring Firewalld to Work Seamlessly with Docker on CentOS

Docker has revolutionized the way developers and system administrators manage containerized applications. However, when using Docker on CentOS, ensuring that your firewall settings are correctly configured is crucial for the security and proper functioning of your containerized services. In this technical article, we will walk you through the steps to configure Firewalld—a powerful and flexible […]

1 year ago More
 

Mastering NGINX Tuning: Optimizing Web Server Performance

Explore NGINX tuning in our comprehensive 2000-word guide, covering configuration optimization, performance enhancements, and best practices to ensure your web server operates at peak performance. Learn how to fine-tune NGINX, implement advanced features, and follow best practices for optimal performance, scalability, and reliability.

1 year ago More
 

Exploring eBPF: Revolutionizing Network and System Monitoring

This article explores eBPF (Extended Berkeley Packet Filter), tracing its evolution from a simple packet filtering tool to a transformative technology reshaping system and network monitoring, security, and observability. Delving into core concepts, diverse use cases, and the burgeoning eBPF ecosystem, the article highlights how eBPF is revolutionizing modern computing by enabling real-time, customizable data collection and analysis within the Linux kernel.

1 year ago More
 

Install Docker on Centos 8

Docker is a powerful tool that simplifies the process of creating, deploying, and managing applications within lightweight, portable containers. Installing Docker on CentOS 8 is straightforward, and this guide will walk you through the process step by step. Prerequisites: Step 1: Update Your SystemBefore installing Docker, ensure your CentOS system is up to date by […]

1 year ago More
 

OSSEC Intrusion Detection Installation On Centos 7

OSSEC (Open Source HIDS SECurity) is an open source host-based intrusion detection system (HIDS).  It performs log analysis, integrity scanning, rootkit detection, time-based alerting, and active responses to triggers. You can install it on linux, windows, and mac. It allows for both local installs as well as an agent that can be deployed out to multiple […]

7 years ago 2 More
 

Configure ProFTPd for SFTP on CentOS

This is a guide on how to configure ProFTPd for SFTP sessions. Secure File Transfer Protocol (SFTP) is a secure version of FTP which transfers files via the SSH protocol. ProFTPD can be reconfigured to serve SFTP sessions vs using the default FTP protocol. This guide assumes you already have a existing ProFTPD installation. If […]

7 years ago 2 More
 

How To Check And Repair MyISAM Tables In MySQL

MySQL tables can become corrupt for a variety for reasons such as incomplete writes, running out of space, the MySQL daemon  being killed or crashing, power failures.  If MySQL detects a crashed or corrupt table it will need to be repaired before it can be used again. This guide will walk you through detecting crashed […]

7 years ago More
Page 1 of 612345...»Last »
Recent Posts
  • Configuring Firewalld to Work Seamlessly with Docker on CentOS
  • Mastering NGINX Tuning: Optimizing Web Server Performance
  • Exploring eBPF: Revolutionizing Network and System Monitoring
  • Kubernetes: Installation and Overview on CentOS 8
  • Install Docker on Centos 8
Most Commented
Hot Clone Linux Server with Rsync
Hot Clone A CentOS Server With Rsync
14 Comments
ngx_cache_purge module
Install The ngx_cache_purge Module In Nginx
8 Comments
piwik-nginx
Piwik Analytics on Nginx
8 Comments
Tags
linuxcentosLinux Performance Tuningsysadminkvmnetworkingmemcachedanalyticssystemd
About

We love Linux and are dedicated to creating Linux administration tutorials for System Administrators since 2016.

Most Viewed
Default Gateway
How To Configure A Default Gateway on CentOS
76,148 views
Zend Opcache
Setup and Optimize Zend OpCache
47,105 views
Install ffmpeg
FFMpeg Install On CentOS 7
21,675 views
Archives
Email subscription

Sign up for our newsletter to receive the latest news and event postings.

2018 © LinuxAdmin.io