Cara mengganti IP address lewat web browser :
1. install apache2 php5 visudo
2. edit /etc/visudo
#
# This file MUST be edited with the ‘visudo’ command as root.
#
# See the man page for details on how to write a sudoers file.
#
Defaults env_reset
# Host alias specification
# User alias specification
# Cmnd alias specification
# User privilege specification
root ALL=(ALL) ALL
www-data ALL=(ALL) NOPASSWD:ALL
——————————————


