• Home
  • About Us
  • Contact
  • Privacy Policy

LinuxAdmin.io

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

Linux 32

Linux tutorials for systems administrators and users wanting to manage linux systems, covering various topics such as administration, security, performance tuning, upgrades, and maintenance.

 

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 […]

6 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 […]

6 years ago More
 

Compiling PHP from source on CentOS

PHP is a  open source scripting language, commonly used for web development. The code is executed on the server before being displayed to clients unlike other languages like JavaScript.  PHP can also be used for command line actions as well and has a wide range of libraries and frameworks for it.  This guide is  how […]

6 years ago 3 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 […]

6 years ago More
Page 5 of 5«12345
Recent Posts
  • Laravel Installation Guide For CentOS
  • Openstack Services Explanation And Overview
  • OSSEC Intrusion Detection Installation On Centos 7
  • Configure ProFTPd for SFTP on CentOS
  • How To Check And Repair MyISAM Tables In MySQL
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
62,997 views
Zend Opcache
Setup and Optimize Zend OpCache
46,714 views
Install ffmpeg
FFMpeg Install On CentOS 7
20,912 views
Archives
Email subscription

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

2018 © LinuxAdmin.io