Konfigurasi Server
Schedule Tasks on Linux Using Crontab
· โ˜• 5 min read · โœ๏ธ anz007

If you`ve got a website that`s heavy on your web server, you might want to run some processes like generating thumbnails or enriching data in the background. This way it can not interfere with the user interface.ย Linuxย has a great program for this called cron.


Configure CUPS Printing Server on CentOS
· โ˜• 1 min read · โœ๏ธ anz007

when you need to setup a CentOS Linux print server, CUPS (Common UNIX Printing System)to the rescue!

login to your server, and su to root.


How to boot CentOS 7 into Command Line or GUI Mode
· โ˜• 1 min read · โœ๏ธ anz007

In CentOS 7 we can use the systemctl command to select which mode the OS boots into. If you have a GUI like Gnome or KDE installed, itโ€™s easy to boot directly into your preferred environment.


Install MATE or XFCE on CentOS 7
· โ˜• 9 min read · โœ๏ธ anz007

Which desktop environment you prefer is very personal.ย Each of them has its advantages and, unfortunately, also its disadvantages.

Recently, I started to like MATE since itโ€™s lightweight and customizable in a way I personally like. Before, I was a fan of XFCE for similar reasons but somehow I got a little tired and irritated of itโ€™s shortcomings.


CentOS 7 + SELinux + Apache + PHP write/access permission
· โ˜• 1 min read · โœ๏ธ anz007

CentOS 7 have SELinux

 it is security enhancement to Linux which allows users more control over access control.

SELinux make problem to access or write files or directories

โ€“ Canโ€™t serve files on directory
โ€“ Canโ€™t write to file


How To Configure Apache to Use Custom Error Pages on CentOS 7
· โ˜• 5 min read · โœ๏ธ anz007

Introduction

Apache is the most popular web server in the world. It is well-supported, feature-rich, and flexible. When designing your web pages, it is often helpful to customize every piece of content that your users will see.