Web Server_Centos 6


Web server_PHP
Step 1
.: rpm -qa |grep php
.: yum -y remove php-mysql php-gd php-ldap php-odbc php-xml php-xmlrpc php-pgsql php-pdo php-pear ( jika ada uninstall )
.: yum -y install php-mysql php-gd php-ldap php-odbc php-xml php-xmlrpc php-pgsql php-pdo php-pear
.: rpm -qa |grep php (jika tidak ada paket maka install
Step 2
.: yum -y install mysql mysql-server
.: yum -y remove mysql mysql-server
.: Service mysqld restart
.: mysql -u root -p
# create database malik;
# crate user pljk@localhost identified by 'rahasia';
# grant all privileges on malik.* to pljk@localhost identified by 'rahasia';
# flush privileges;
# exit
Step 3
// Download paket wordpress !!
.: cd /var/www/html
.: cp /home/"nama pc kita"/Downloads/wordpress-4.9.6.tar.gz /var/www/html/
# ketik 'y'
.: unzip wordpress-4.9.6.tar.gz
.: cd wordpress
.: cp wp-config-sample.php wp-config.php
.: vim wp-config.php
# ('DB_NAME','malik');
# ('DB_USER','pljk');
# ('DB_password','rahasia');
.: service httpd restart
.: service mysqld restart

 

Ebook CentOS Administrator

centos-indoesia.png
Daftar Isi :
Pendahuluan
1.1. Pengenalan CentOS
1.2. Installasi CentOS
Memulai dengan CentOS
2.1. Memahami Perintah Dasar Linux
2.2. Editor File
2.3. Menggunakan YUM
2.4. Repository CentOS
2.5. Repository Pihak Ketiga
2.6. Konfigurasi IP Address
2.7. Memahami File Permissions
SSH Server
3.1. Mengunakan Protokol 2 pada SSH
3.2. Mengganti Port Default
3.3. Membatasi Akses SSH pada User
3.4. Konfigurasi Idle Timeout
3.5. Disabled Login Root via SSH
DNS Server
4.1. Installasi DNS Server
4.2. Konfigurasi DNS Server
4.3. Uji Coba
4.4. Konfigurasi DNS Slave
4.5. Konfigurasi Multidomain
4.6. Registrasi Domain ke Pandi
DHCP Server
5.1. Installasi DHCP Server
5.2. Konfigurasi DHCP Server
5.3. Konfigurasi DHCP Server 2 Network
File Sharing
6.1. Pengertian Samba
6.2. Installasi Samba
6.3. Membatasi Samba
6.4. Akses Samba dari Klien
6.5. Menambahkan Fitur Recycle Bin
FTP Server
7.1. Installasi VSFTPD
7.2. Mengaktifkan User Anonymous
7.3. Membatasi Akses User
7.4. Membatasi Akses User Dengan Chroot
7.5. Menganti Direktori Default User Anonymous
7.6. Sistem Kemanan Dengan OpenSSL
7.7. Koneksi Klien Menggunakan SSL
Web Server
8.1. Installasi Web Server
8.2. Membuat Multiple Domain
8.3. Redirect Domain
8.4. Autentikasi Web Server
8.5. Meningkatkan Kemananan dengan SSL
8.6. OpenSSL dengan Multidomain
8.7. Installasi MySQL dan PHP
8.8. Installasi PHPMyadmin
8.9. Monitoring Log Apache dengan Visitors
8.10. Monitoring Log Apache dengan Awstats
8.11. Monitoring Log Apache dengan Piwik
Proy Server
9.1. Installasi Squid
9.2. Autentikasi Password
9.3. Filtering Content
9.4. Limit Berdasarkan Waktu
9.5. Partisi Cache di Squid
9.6. Transparent Proxy
9.7. Membatasi Bandwidth dengan Delay Pools
9.8. File Squid.conf
Ebook G-drive : https://drive.google.com/open?id=1_ENVRdagReVBKXWjx0Rs_4hsApK1WESM

 

DNS Centos 6_STT-PLN_PLJ 2


DNS Centos 6

.: rmp -qa | grep bind ( cek paket )
.: su ( masuk super user )
.: yum -y remove bind bind-utils bind-chroot ( jika ada uninstall )
.: yum -y install bind bind-utils bind-chroot ( install paket dns )

Konfigurasi file 1
.: vim /etc/named.conf  ( file 1 )
# ganti port 53 menjadi { any; }
# allow-query { any; }
//Simpan file klik "ESC" ketikan titik dua ":" kemudian ketikkan "wq" untuk save!!

Konfigurasi file 2
.: vim /etc/named.rfc1912.zones ( file 2 )
// Jngan masuk mode insert
// ketikan "5yy" untuk copy lima baris ( perintah "yy" untuk copy satu baris)
# zone "localhost" IN {
// Perintah "p" untuk paste
// Masuk mode insert untuk menggubah "localhost" menjadi domain kita
# zone "localhost"
# file "named.localhost
// Save dan keluar
// Selanjutnya kita berpindah direktori ke named
.: cd /var/named/

Konfigurasi file 3
.: vim alfa.plj ( file 3 )
// Masuk mode insert
// Isi file di ketikan semua
// Save dan keluar
.: ls -l ( untuk melihat grup )
.: chgrp named alfa.plj ( untuk merubah kepemilikan grup )
.: Service named restart
.: vi /etc/resolv.conf

•KERITING_PROJECT•
 

Keep Learning Instagram : @alfalouis WhatsApp : 082199400087 Line : @alfalouis27 Facebook : Alfa Louis

Contact

statistics

Popular Posts

Blogger templates

Blogroll