start_cmd=/etc/init.d/isc-dhcp-server start
Blog Welly di SMK TKJ
Diposting oleh Welly Agung Kusuma Riva, S.Kom. di 04.59 0 komentar
Label: Server Administration
1. Pada Google Maps pilih lokasi yang dituju.
2. Klik icon Link / Tautan.
3. Pilih Source-nya saja untuk dipasang pada wrapper.
Diposting oleh Welly Agung Kusuma Riva, S.Kom. di 02.51 0 komentar
Label: Web Developer
Diposting oleh Welly Agung Kusuma Riva, S.Kom. di 18.06 0 komentar
Label: OS Windows
Rubah File /etc/default/isc-dhcp-server seperti kira-kira dibawah ini :
_______________________________________________
# Defaults for dhcp initscript
# sourced by /etc/init.d/dhcp
# installed at /etc/default/isc-dhcp-server by the maintainer scripts
# This is a POSIX shell fragment
# On what interfaces should the DHCP server (dhcpd) serve DHCP requests?
# Separate multiple interfaces with spaces, e.g. "eth0 eth1".
INTERFACES="eth0"
________________________________________________
Kemudian File di /etc/dhcp/dhcpd.conf sebagai berikut :
________________________________________________
#
# Sample configuration file for ISC dhcpd for Debian
#
ddns-update-style none;
log-facility local7;
# A slightly different configuration for an internal subnet.
subnet 192.168.100.0 netmask 255.255.255.0 {
range 192.168.100.251 192.168.100.254;
option domain-name-servers 192.168.100.6;
option domain-name "sman1tumpang.sch.id";
option routers 192.168.100.6;
option broadcast-address 192.168.100.6;
default-lease-time 600;
max-lease-time 7200;
}
______________________________________________
Jalankan service daemonnya :
_________________________________
sudo /etc/init.d/isc-dhcp-server restart
_________________________________
Check dengan client Automatically DHCP......
Diposting oleh Welly Agung Kusuma Riva, S.Kom. di 23.13 0 komentar
Label: Server Administration
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.580_all.debthen run the command :dpkg --install webmin_1.580_all.debThe install will be done automatically to /usr/share/webmin, the administration username set to root and the password to your current root password. You should now be able to login to Webmin at the URL http://localhost:10000/. Or if accessing it remotely, replace localhostwith your system's IP address.apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions pythonIf you are installing on Ubuntu and the apt-get command reports that some of the packages cannot be found, edit /etc/apt/sources.list and make sure the lines ending with universe are not commented out.deb http://download.webmin.com/download/repository sarge contrib
deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contribYou should also fetch and install my GPG key with which the repository is signed, with the commands :cd /root
wget http://www.webmin.com/jcameron-key.asc
apt-key add jcameron-key.ascYou will now be able to install with the commands :apt-get update
apt-get install webminAll dependencies should be resolved automatically.Diposting oleh Welly Agung Kusuma Riva, S.Kom. di 17.56 0 komentar
Label: Server Administration
sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python
wget http://prdownloads.sourceforge.net/webadmin/webmin-1.570_all.deb
dpkg --install webmin_1.570_all.deb
deb http://download.webmin.com/download/repository sarge contrib deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib
wget http://www.webmin.com/jcameron-key.asc apt-key add jcameron-key.asc
sudo apt-get update sudo apt-get install webmin
Diposting oleh Welly Agung Kusuma Riva, S.Kom. di 04.52 0 komentar
Label: Server Administration
Sudah sering diperbincangkan bahwa Joomla! merupakan salah satu CMS yang banyak digunakan, karena selain Free juga bersifat Open Source. Dengan sifatnya yang Open Source, memungkinkan siapapun untuk melakukan modifikasi atau bahkan membuat fasilitas-fasilitas baru seperti Component, Module, Plugin, Template, dan Language atau yang dikenal dengan sebutan "Extensions".
Dari 10 daftar extensions Joomla! terpopuler versi Joomla.org, ternyata Community Builder menempati posisi teratas. Community Builder (CB) merupakan extensions yang memungkinkan para webmaster untuk membangun komunitas bagi para user di websitenya.
Banyak kelebihan yang ditawarkan CB diantaranya adalah koneksi antar user, upload gambar/photo, newsletter, forum, dan banyak lagi. CB dapat digunakan baik untuk system Joomla! versi 1.0 maupun 1.5.
Selengkapnya 10 besar extension Joomla yang paling populer versi Joomla.org adalah seperti berikut:
Diposting oleh Welly Agung Kusuma Riva, S.Kom. di 00.11 0 komentar
Label: Web Developer