Install Apache, MySQL, PHP (LAMP) Stack on CentOS 8

Install Apache, MySQL, PHP (LAMP) Stack on CentOS 8

First disable SELinux by editing file Find Replace with Now restart the server. Verify SELinux is disabled by running “sestatus”

Install KernelCare

Install KernelCare

KernelCare allow you to update Linux Kernel with out rebooting your server. You can find more info at https://www.kernelcare.com To

Restore MongoDB collection

Restore MongoDB collection

mongoimport allow you to restore mongodb backups. Example See MongoDB

CentOS 8 vagrant

Creating CentOS 8 Virtual Machine with Vagrant

Create a directory for Vagrant project This will create a file with name “Vagrantfile” on current folder. To start the

CentOS 8 disable Activate the web console message

CentOS 8 disable Activate the web console message

When login to CentOS 8 using SSH, you get a message asking you to enable web console. You can uninstall

nextcloud

nextcloud

NextCloud is a private file storage, share, and sync platform like DropBox. It is a fork of OwnCloud. Both software

NextCloud ubuntu client

Install NextCloud Desktop client on Ubuntu

To install NextCloud desktop client on Ubuntu, add PPA Now run After install, start nextcloud client, you will be able

dnf – Package manager for CentOS/RHEL 8

dnf – Package manager for CentOS/RHEL 8

dnf is package manager for RHEL/CentOS 8. This is improved version of yum. To search for a package, use To

CentOS 8 software selection

Install CentOS 8 from Net boot ISO

CentOS 8 provide 2 type of ISO. One that ends with boot.iso, this is 534 MB. This only include essential

CentOS 8

CentOS 8

CentOS 8 is a short-lived Linux distribution based on Red Hat Enterprise Linux (RHEL). Due to a change in policy,

Run Apache from command line

Run Apache from command line

To start Apache from command line with out using a systemd service file or init script, run To stop Apache,

ulimit

ulimit

ulimit command allow you to view or set user limits. To increase limits for a user, edit file Add