• Home
  • About Us
  • Contact
  • Privacy Policy

LinuxAdmin.io

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

Linux Tutorials 32

Linux system administration tutorials, tips and tricks on to manage, configure, install, and troubleshoot linux enviroments.
 

Setup and Optimize Zend OpCache

Zend OPCache: Zend OpCache is a caching engine that comes with PHP by default in later releases (PHP 5.5 and above).  It is a caching engine that stores precompiled php code in memory which ultimately results in performance increase as the code does not have to be fully recompiled on each new request.  The degree to […]

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

6 years ago More
 

Increasing MySQL Max Connections

You can see what the current setting is by running the following SQL command from the MySQL command line tool, phpMyAdmin, or a similar tool: show variables like "max_connections"; This will return a resultset like this, showing you what your current max connections setting is: MariaDB [(none)]> show variables like "max_connections"; +-----------------+-------+ | Variable_name | Value | […]

6 years ago More
 

Reset a WordPress Password with MySQL

This is how to reset a WordPress password through ssh/command line on a Linux server using the MySQL client. This same practice could be executed via PHPMyAdmin or another web based MySQL tool. WordPress stores the passwords in a one-way encryption hash (md5). To start this process you need to login to the server via […]

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
63,002 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