Instalasi Linux CentOS 6 Server

Post ini hanya catatan dari pengalaman yang pernah terjadi pada saat setup Server dengan Linux CentOS versi 6, dan terakhir diupgrade ke CentOS 6.8 Final Release.

Beberapa server yang pernah saya setup, menggunakan Linux CentOS sebagai sistem operasinya. Dan post ini saya gunakan sebagai catatan saja, supaya dapat dilihat kembali suatu saat. Fungsi dasar yang diinginkan, hanyalah sederhana, yaitu dapat berfungsi sebagai web server, database server, sekaligus FTP server. Untuk itu beberapa langkah berikut perlu dilakukan.

  1. Instalasi CentOS melalui CD distribusi CentOS
  2. Konfigurasi jaringan
  3. Konfigurasi web server
  4. Konfigurasi database server
  5. Upgrade PHP dan MySQL
  6. Konfigurasi phpMyAdmin
  7. Konfigurasi Webmin
  8. Menambah super user selain root

Referensi Instalasi Apache

  • https://support.rackspace.com/how-to/centos-6-apache-and-php-install/
  • http://sharadchhetri.com/2012/12/23/change-hostname-fqdn-centos-redhat/
  • https://www.server-world.info/en/note?os=CentOS_6&p=httpd
  • https://www.linode.com/docs/websites/apache/apache-web-server-on-centos-6
  • https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-centos-6
  • http://stackoverflow.com/questions/9936606/apache-and-httpd-running-but-i-cant-see-my-website
  • http://unix.stackexchange.com/questions/145019/how-to-change-hostname-on-centos-6-5

Referensi Upgrade PHP & MySQL

  • https://www.mojowill.com/geek/howto-install-php-5-4-5-5-or-5-6-on-centos-6-and-centos-7/
  • https://www.zerostopbits.com/how-to-upgrade-php-5-3-to-php-5-6-on-centos-6-7/
  • https://webtatic.com/packages/php56/
  • https://webtatic.com/packages/mysql55/

Referensi Instalasi phpMyAdmin

  • https://www.liquidweb.com/kb/how-to-install-and-configure-phpmyadmin-on-centos-6/
  • https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-on-a-centos-6-4-vps

Referensi Menambah sudo users

  • https://www.digitalocean.com/community/tutorials/how-to-create-a-sudo-user-on-centos-quickstart

You Might Also Like