This is guide howto install Nginx with PHP 7.2.12 and PHP-FPM on Fedora 29/28/27, CentOS 7.5/6.10 and Red Hat (RHEL) 7.5/6.10. PHP-FPM is easier to use and configure than FastCGI and some tests says that PHP-FPM is even much more efficient than FastCGI.
Nginx (engine x) is a robust, small and high performance http server, reverse proxy server and also mail proxy server.
PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for...
LEMP (Linux, Nginx, MySQL, PHP) server is extremely powerful setup behind any website or web based service. This guide is collection of Fedora/CentOS/Red Hat (RHEL), Nginx, MariaDB/MySQL and PHP (PHP-FPM) install guides.
This guide (more specifically this guide parts) try to explain in more detail LEMP (Linux, Nginx, MariaDB/MySQL, PHP (PHP-FPM)) server environment installation. This howto can be used to pre-installed Linux, and instructions can be used for various Fedora and Red Hat based...
This guide shows howto install Apache HTTP Server (httpd) with PHP 7.2.12 and following modules on Fedora 29/28/27, CentOS 7.5/6.10 and Red Hat (RHEL) 7.5/6.10 systems.
OPcache (php-opcache) - The Zend OPcache provides faster PHP execution through opcode caching and optimization.
APCu (php-pecl-apcu) - APCu userland caching
CLI (php-cli) - Command-line interface for PHP
PEAR (php-pear) - PHP Extension and Application Repository framework
PDO (php-pdo) - A database access...
This is guide, howto upgrade Fedora 28 to Fedora 29 using DNF. This method works on desktop and server machines.
I have tested this method on several machines, but if you have problems, please let me know. Always remember backup, before upgrade!
1. Before Upgrade
[inttf_post_ad1]
1.1 Backup Your Data
Before doing anything, do full system backup or backup at least your important data: documents, pictures, videos, config files, log files, databases etc. This is very important step,...
Memcached is a high-performance, distributed memory object caching system, generic in nature, but originally intended for use in speeding up dynamic web applications by alleviating database load. Memcached is a very useful also in other cases, than only dynamic web applications.
[inttf_post_ad1]
This guide explains howto install Memcached 1.5.10/1.4.17/1.4.36 stable version of distributed memory object caching system on Fedora 29/28/27/26 and CentOS / Red Hat (RHEL) 7.5/6.10. Fedora...
This is guide, howto Install Oracle (Sun) Java JDK and JRE 8 update 191 (8u191) on Fedora 29/28/27/26, CentOS 7.5/6.10, Red Hat (RHEL) 7.5/6.10.
If you're looking installation instruction for older Oracle Java versions, then check Install Sun/Oracle Java JDK/JRE 7 on Fedora 24/23/22/21/20/19, CentOS/Red Hat (RHEL) 7.2/6.9/5.11 or Install Sun/Oracle Java JDK/JRE 6 on Fedora 20/19/18, CentOS/Red Hat (RHEL) 6.5/5.10.
[inttf_post_ad1]
What's new in Oracle Java 8
Java...
This is a quick method to check with using cURL that Nginx/Apache (or any other web server) compression with Nginx ngx_http_gzip_module (gzip), Nginx google/ngx_brotli (br), Apache mod_brotli (br), Apache mod_gzip (gzip) and Apache mod_deflate (deflate) is working. Only the remote server headers are needed.
Check that the Nginx/Apache Compression is Working
[inttf_post_ad1]
Get headers
curl -s -I -H 'Accept-Encoding: br,gzip,deflate' https://www.if-not-true-then-false.com
-s option...
This is quick guide howto delete/remove/clean old kernels on Fedora 28/27/26, CentOS 7.5/6.10, Red Hat (RHEL) 7.5/6.10. I use here two kernel as example, if you want to keep other more or less, then adjust amount of installed kernels as you wish. Normally reason why you maybe want remove kernels is limited disk space, example on VPS servers and laptop. This is very easy task.
[inttf_post_ad1]
1. Check Installed Kernels and All Kernel Packages
rpm -qa kernel\* |sort...
Quick guide, howto remove and disable YUM/DNF repo (repository). Yum/DNF command itself does not contain any way to remove the repository. YUM and DNF repo files are located in /etc/yum.repos.d/ directory.
[inttf_post_ad1]
I use skype-stable.repo file with following content as example on this guide:
[skype-stable]
name=skype (stable)
baseurl=https://repo.skype.com/rpm/stable/
enabled=1
gpgcheck=1
gpgkey=https://repo.skype.com/data/SKYPE-GPG-KEY
Remove YUM/DNF Repo...
This is simple function to add English ordinal number suffix after normal number. Function takes number as a parameter and returns number with suffix, like:
1st, 2nd, 3rd, 4th, 5th, 6th...
[inttf_post_ad1]
This is example table of ordinal numbers 1 to 100
1st 2nd 3rd 4th 5th 6th 7th 8th 9th ...
Looking for CentOS 7 NetInstall Guide?
This step-by-step walkthrough with screenshots, howto install CentOS (The Community ENTerprise Operating System) 6.10 Linux with Network installation (NetInstall).
CentOS 6.10 is released and it brings all Red Hat (RHEL) 6.10 goodnes to all users CentOS 6 users. Have fun!
[inttf_post_ad1]
Want just CentOS 6.10 Netinstall mirror URL?
Goto CentOS 6.10 Netinstall URL
1. Download CentOS 6.10 Net Install (NetInstall) image
Select mirror...
LAMP (Linux, Apache, MariaDB/MySQL, PHP) server is very powerful server setup behind any website or web based service. This guide is collection of Fedora/CentOS/Red Hat (RHEL), Apache, MariaDB/MySQL and PHP install guides.
Today the Internet is full of instructions, which promises a LAMP server installation with a "One-Liner", and so forth. In fact, these "One-Liner" instructions assume that, Linux is already installed and installs just AMP (Apache, MariaDB/MySQL, PHP) pakages, without any...
Nano is easy to use and lightweight command line text editor for Linux and UNIX systems. Nano text editor can use either the default settings or improve settings with customized nanorc-file. Here are some tips that can improve the usability of Nano. Changes can be made to nanorc file, either locally or to all users or options can be used as command line options.
First is good to check Nano compiled options, with command:
nano -V
Nano should be compiled with --enable-nanorc...
This is guide, howto upgrade Fedora 27 to Fedora 28 using DNF. This method works on desktop and server machines.
I have tested this method on several machines, but if you have problems, please let me know. Always remember backup, before upgrade!
1. Before Upgrade
1.1 Backup Your Data
Before doing anything, do full system backup or backup at least your important data: documents, pictures, videos, config files, log files, databases etc. This is very important step, because if...
This is guide with screenshots, howto install Fedora 28 (F28) using Live DVD or Live USB. Fedora 28 Installation can be done also with using Fedora NetInstall (Net Install) with gPXE and BFO (boot.fedoraproject.org).
1. Before Fedora 28 Installation
1.1 Download Fedora 28 Live DVD/USB Image
Download Fedora 28 here.
Select your version, Fedora 28 Workstation, (Fedora 28 Server). On this guide I use Fedora 28 Workstation 64-bit.
1.2 Burn Fedora 28 Image to DVD, Create Live USB...
Sometimes it is very useful to delete / remove Bash history partially or completely when log out. Here is my favourite methods howto log out / quit / exit Bash shell without saving Bash history.
Remove Only Current Session Bash History and Leave Older History Untouched
[inttf_post_ad1]
1. Quit Bash Shell Without Saving History: Unset HISTFILE
unset HISTFILE && exit
2. Quit Bash Shell Without Saving History: Kill Console
kill -9 $$
Remove/Delete Bash History...
This is guide, howto upgrade Fedora 26 to Fedora 27 using DNF. This method works on desktop and server machines.
I have tested this method on several machines, but if you have problems, please let me know. Always remember backup, before upgrade!
1. Before Upgrade
1.1 Backup Your Data
Before doing anything, do full system backup or backup at least your important data: documents, pictures, videos, config files, log files, databases etc. This is very important step, because if...
This is guide with screenshots, howto install Fedora 27 (F27) using Live DVD or Live USB. Fedora 27 Installation can be done also with using Fedora NetInstall (Net Install) with gPXE and BFO (boot.fedoraproject.org).
1. Before Fedora 27 Installation
1.1 Download Fedora 27 Live DVD/USB Image
Download Fedora 27 here.
Select your version, Fedora 27 Workstation, (Fedora 27 Server). On this guide I use Fedora 27 Workstation 64-bit.
1.2 Burn Fedora 27 Image to DVD, Create Live USB...
This is quick tip, howto use Bash auto complete (autocomplete) with DNF/YUM (package names/commands) on Fedora, CentOS, Red Hat (RHEL). Dnf package manager is used on Fedora 26/25/24/23/22 and Yum package manager is used on Fedora 21/20/19/18, CentOS 7.3/6.9 and Red Hat (RHEL) 7.3/6.9.
Autocomplete feature is familiar to many who have used the Debian based Linux, like Debian and Ubuntu. For some reason, this feature is not automatically activated/installed on Red Hat -based Linux distros,...
This is quick guide howto show Linux version, howto show Linux distributin (distro) info, howto show Linux System information, kernel version and kernel information on command line.
Show Linux Version
Linux version information can be checked using the following commands:
cat /proc/version
Another way to check Linux Version information is following:
dmesg | grep "Linux version"
Example output:
Linux version 4.11.10-300.fc26.x86_64...
« Previous
1
2
3
4
5
6
7
…
9
10
11
Next »