Articles Comments

{ Berbagi, Menulis, Dan Mengajar } Ilmu… » 7. Operating System

SARG,SRG,CALAMARIS, SQUID REPOTS

Pada dasarnya squid sudah membuat catatan tersendiri untuk mengetahui client mengakses ke alamat browser mana saja di internet, yang berada di path /var/log/squid/access.log dengan mode text line. Namun kita akan mempermudahnya dengan menginstall calamaris yang berfungsi melihat statistik kinerja squid. Dana SARG untuk mempermudah dalam memantau client mengakses ke alamat browser mana saja di internet dengan menggunakan tampilan GUI (Graphics User Interface). … Read entire article »

Filed under: 7. Operating System

Source PKSJATIM.org

PKSJatim1 PKSJatim2 … Read entire article »

Filed under: 7. Operating System

SOA programming model for implementing Web services, Part 1: Introduction to the IBM SOA programming model

http://www.ibm.com/developerworks/webservices/library/ws-soa-progmodel/ … Read entire article »

Filed under: 7. Operating System

Surat Kuasa

surat kuasa ReferensiBCA … Read entire article »

Filed under: 7. Operating System

Streaming TV

http://www.livestation.com/channels/10-bbc-world-news-english … Read entire article »

Filed under: 7. Operating System

Gambar Buat Kalibrasi kamera

Filed under: 7. Operating System

Gramedia Expo Toko Gramedia

031-5452157 031-5452158   … Read entire article »

Filed under: 7. Operating System

Panti Asuhan Ulul Azmi YAtim Piatu

BRI : 087301001128503 a/n. Panti Asuhan Ulul Azmi BTN : 0000201501254350 a/n. Panti Asuhan Ulul Azmi Mandiri : 1420006942568 a/n. Yayasan Ulul Azmi BNI : 0165683056 a/n. Yayasan Ulul Azmi BCA : 4293039600 a/n. Yayasan Ulul Azmi Surabaya … Read entire article »

Filed under: 7. Operating System

Konfigurasi nginx.conf

server { listen       80; server_name  mrtg.ikc.co.id; access_log   /var/log/nginx/mrtg.ikc.co.id_access.log combined; ## Default location location / { root   /var/www/mrtg; #autoindex off; index  index.html; autoindex on; allow all; } } … Read entire article »

Filed under: 7. Operating System

Configurasi nginx.conf

/etc/nginx/sites-enabled/default server { listen 80; server_name localhost; access_log /var/log/nginx/localhost.access.log; location / { root /drive3/Linux; index index.html index.htm; autoindex on; } error_page 500 502 503 504 /50x.html; location = /50x.html { root /var/www/nginx-default; } } server { listen 80; server_name bks-forum.b-metro.net; access_log /var/log/nginx/localhost.access.log; location / { root /var/www/nginx-default; index index.html index.htm; autoindex on; } error_page 500 502 503 504 /50x.html; location = /50x.html { root /var/www/nginx-default; } } … Read entire article »

Filed under: 7. Operating System