CMS

WEB DEVELOPMENT

Kami mengembangkan aplikasi CMS.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Setting Network pada Linux CentOS

Saat server / VPS anda tidak bisa connect ke internet mungkin ada beberapa settingan network yang kurang tepat, berikut tutorial setting network pada Linux Centos:
1. Edit file resolv.conf
nano /etc/resolv.conf
2. Isikan dengan ip DNS
nameserver 8.8.8.8
//8.8.8.8 adalah DNS Google (bisa diganti dengan DNS lain)
3. Edit fileconfig eth0
nano /etc/sysconfig/network-scripts/ifcfg-eth0
4. Tambahkan setting default berikut:
DEVICE=”eth0″
ONBOOT=yes
HWADDR=xx:xx:xx:xx:xx:xx
TYPE=Ethernet
BOOTPROTO=none
IPADDR=192.168.0.5
NETMASK=255.255.255.0
GATEWAY=192.168.0.1
NAME=”System eth0″

5. Restart network
/etc/init.d/network restart
Semoga bisa membantu :-)
Share:

Good News

Powered by Blogger.