Posted inLinux

Blok Akses ke Apache Web Server

Contoh kita akan memblokir akses ke apache dari semua IP kecuali IP yang sudah di tentukan, buka file /etc/apache2/apache2.conf (Debian/Ubuntu), /etc/httpd/conf/httpd.conf (Fedora/CentOS) <Directory /var/www/> Options Indexes FollowSymLinks AllowOverride None Require all granted </Directory> Ubah menjadi <Directory /var/www/> Options Indexes FollowSymLinks AllowOverride None Require all granted Order allow,deny Allow from 192.168.2.0/24 Allow from 127.0.0.0/8 </Directory> Pada […]

Posted inLinux

Mengatasi Laravel 404 Not Found Apache

Error yang di tampilkan oleh Laravel Not Found   The requested URL /oilanalysis/dashboard was not found on this server. Apache/2.4.10 (Debian) Server at debian.jaranguda.com Port 80 Solusi Fedora Buka /etc/httpd/conf/httpd.conf cari bagian <Directory "/var/www"> AllowOverride None # Allow open access: Require all granted </Directory> ubah menjadi <Directory "/var/www"> AllowOverride All # Allow open access: Require […]

Posted inLinux

Install Network Printer Epson L200 di Fedora

Disini printer yang akan kita akses dari Fedora adalah printer yang terinstall di Windows dan sudah di share ke jaringan. Dari Linux kita mengakses printer di Windows dengan bantuan samba Install Cups dnf install cups Install Driver Epson L200 Download drivernya dari situs Epson wget http://download3.ebz.epson.net/dsc/f/03/00/02/41/56/4cbfd18021774056c28e0611856854147ecde26d/epson-inkjet-printer-l100l200-1.0.0-1lsb3.2.x86_64.rpm Konfigurasi cups buka di browser alamat http://localhost:631/ klik Administration, […]

Posted inInternet

Cara Reset Password ZTE F609 Indihome

Update: September 2016 Cara ini sudah di patch oleh Telkom. Password terbaru ada di Password ZTE F609 Dengan semangat 45 untuk mengamankan router dari tangan jahil, tetapi karna password ataupun username yang sangat kompleks sehingga anda lupa kombinasinya. Solusi atas masalah ini masih ada, yaitu mengakses router melalui telnet. Yang perlu anda ketahui adalah IP […]

Posted inLinux

Membuat Guest Wifi di OpenWRT

Ada banyak alasan kenapa kita membuat Guest Wifi (Wifi Pengunjung/Tamu) di luar dari Wifi yang sudah ada, contoh kasus kantor anda memiliki jaringan wifi yang bisa diakses oleh seluruh karyawan, kalo udah konek ke wifi semua dokumen/jaringan internal bisa diakses oleh siapa saja, bila ada client meeting di kantor, kebetulan orangnya iseng bisa bahaya ;) […]

Posted inLinux

Akses UseeTV Indihome via Wireless Huawei HG8245

Bagi yang menggunakan modem ZTE F609 silahkan merujuk ke Akses UseeTV Indihome via Wireless ZTE F609 Buka 192.168.100.1 login dengan superadmin. 1. Setting WAN klik WAN, lalu klik New, bila IPTV sudah ada cukup di edit saja Enable WAN : Centang Encapsulation Mode : IPoE Protocol Type : IPv4 WAN Mode : Bridge WAN Service […]