• 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.
 

Hot Clone A CentOS Server With Rsync

Hot Clone is the term used to describe to completely clone a Linux server using r-sync across the network. This is useful in situations which you would like to create a clone with little to no downtime that would be typical of taking the original server offline. You can use this to perhaps move a single […]

8 years ago 14 More
 

Creating A New Virtual Machine with KVM

This article covers creating a new virtual machine with KVM. It is based on CentOS however the majority applies to any OS using KVM. We are going to build a CentOS 7 virtual machine. Virtual Machine CLI Installation: Install wget if you don’t already have it: Part of this requires desktop First grab a  CentOS […]

8 years ago More
 

Linux Access Control Lists

ACLs (Access control lists) are a security feature which can expand or restrict permissions on files and directories in a linux file system. Redhat/CentOS 7 use xfs by default and are automatically configured with ACLs however if you are using 6 or below or a different filesystem format you will need to mount the file […]

8 years ago More
 

Bridged Networking Setup For KVM Virtualization

A bridged networking setup is typically used in KVM(Kernel-based virtual machine) to allow the virtual machines to access the LAN/WAN over the IP address on the physical host. This guide is focused on a CentOS or similar derivative configuration setup. This is the second part of a multi-part series in setting up KVM services on […]

8 years ago 4 More
 

KVM installation on CentOS

KVM(Kernel-based Virtual Machine) is a full virtualization software for linux. You can run multiple virtual server instances under one physical host. This allows you to seperate services and run them on different virtual machines.  The link to the project can be found here. Running virtual servers is often used to condense many physical machines into […]

8 years ago More
 

using inotify-tools to trigger events

What are Inotify-tools? Inotify-tools is a C libary that interface with the inotify kernel function. Inotify-tools are available on kernels later than 2.6.13.  These tools can monitor or act based on file system events, this is particularly useful for scripting out actions you would like to happen if an event takes place. Install on Fedora […]

8 years ago More
 

Journalctl Introduction and Examples

journalctl was added into the  systemd release of CentOS 7 and has been part of Fedora since 17. It is a logging system for querying and printing messages form the journal. It can be used in with or replacing older logging services like rsyslogd. Journalct also uses highlighting for high priority messages in red and […]

8 years ago More
Page 6 of 6« First«...23456
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