Skip to main content

Posts

Showing posts with the label UBUNTU

Install Webmin di ubuntu

Jumat, 30 November 2012 Sore: Untuk Keperluan tampilan gui buat dirumah akhirnya pake deh  webmin. maklum lom terbiasa dengan layar hitam+putih begini prosesnya install lybrary root@tx:~# apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python download source webmin root@tx:~# wget http://prdownloads.sourceforge.net/webadmin/webmin_1.590_all.deb install file  webmin_1.590_all.deb dengan perintah  root@tx:~# dpkg -i webmin_1.590_all.deb setelah setelah selesai buka dengan alamat https://ip_ubuntu:10000 username dan password = username dan password server  *Notes - Hemat Saya Apache Ubuntu telah terinstall Referensi: http://doxfer.webmin.com/Webmin

squid: ERROR: No running copy

Sabtu, 24 Nopember 2012 catatan Siang: Saat Trafik tinggi Listrik mendadak (UPS Tidak Kuat Menampung 2 Server). akhirnya ditunggu 15 menit kemudian hidup lagi. tapi client tidak bisa internet, berpikir takutnya rusak nih hardisk. tapi setelah cek komputer proxynya ternyata ndak jalan service squidnya. root@tx:/# squid -k reconfigure squid: ERROR: No running copy Coba start services squid root@tx:/# squid start  tidak Muncul erorr kemudian lihat Log root@tx:/# tail -f /var/log/messages Nov 24 11:28:19 tx squid[1108]: Squid Parent: child process 1147 started Nov 24 11:28:19 tx squid[1108]: Squid Parent: child process 1147 exited due to signal 6 oh ternyata Squid tidak jalan, cek syslog root@tx:/# tail /var/log/syslog Nov 24 11:28:13 tx squid[1108]: Squid Parent: child process 1129 started Nov 24 11:28:13 tx squid[1129]: #011Failed to verify one of the swap directories, Check c                       ...

Instal SARG dan CALAMARIS UBUNTU 10.10 32bit

Jum'at, 23 Nopember 2012 Catatan Sore Hari: pusing liat log Squid.. akhirnya install SARG dan CALAMARIS untuk monitorin mesin proxy di mesin IBM x3200 Pertama:  root@tx:/# apt-get install sarg calamaris libgd-graph-perl libnetaddr-ip-perl ttf-dustin tunggu hinggal proses selesai, Kedua: setelah selesai proses install diatas membuat direktory calamaris root@tx:/# squid -k rotate root@tx:/# mkdir /var/www/calamaris root@tx:/# calamaris -a -F html /var/log/squid/access.log > /var/www calamaris/index.html Ketiga: konfigurasi SARG root@tx:/# nano /etc/sarg/sarg-reports.conf  konfigurasi sarg-report.conf persis seperti dibawah ini SARG=/usr/bin/sarg CONFIG=/etc/sarg/sarg.conf HTMLOUT=/var/www/sarg       --->disesuaikan aja PAGETITLE="Access Reports on $(hostname)" LOGOIMG=/sarg/images/sarg.png LOGOLINK="http://$(hostname)/" DAILY=Daily WEEKLY=Weekly MONTHLY=Monthly EXCLUDELOG1="SARG: No records found" EXCLUDELOG2="SAR...