How to Change Time Zone on CentOS 7

In this tutorial, I am going to show you a quick explaination how to change time zone on CentOS 7. Follow these steps to change time zone on Centos 7: I use Asia/Jakarta for time zone. To do that, we create a symbolic link from Jakarta file to /etc/localtime. rm /etc/localtime ln -s /usr/share/zoneinfo/Asia/Jakarta /etc/localtime date

Januari 24, 2016 · Muhammad Hanif

Integrasi PHP-FPM dan Nginx di CentOS

Tutorial ini menjelaskan bagaimana melakukan integrasi PHP-FPM dan NGINX di CentOS. Berikut ini langkah-langkahnya: ...

Desember 26, 2015 · Muhammad Hanif

Install Apache Web Server on CentOS 7

When you access a website, you actually access a web server. What is web server? Web server is a program that delivers web pages to you. Web server uses HTTP (Hypertext Transfer Protocol) or HTTPS (Hypertext Transfer Protocol Secure) protocol. ...

Juli 15, 2015 · Muhammad Hanif