{ Berbagi, Menulis, Dan Mengajar } Ilmu… » 7. Operating System
Parameter Authentikasi Squid
Cek dahulu Library NCSA … — root~/># locate ncsa_auth — /usr/lib/squid/ncsa_auth /usr/share/doc/squid/README.auth_module.ncsa_auth.gz — auth_param basic program /usr/lib/squid/ncsa_auth /root/usersquid auth_param basic children 5 auth_param basic realm Squid proxy-caching web server acl all src 0.0.0.0/0.0.0.0 acl manager proto cache_object acl localhost src 127.0.0.1/255.255.255.255 acl MENANGGAL src 192.168.1.0/255.255.255.0 redirect_children 5 acl to_localhost dst 127.0.0.0/8 acl SSL_ports port 443 563 acl Safe_ports port 80Â Â Â Â Â Â Â Â Â # http acl Safe_ports port 110Â Â Â Â Â Â Â Â # pop acl Safe_ports port 119 20Â Â Â Â Â # Lain2x acl Safe_ports port 21Â Â Â Â Â Â Â Â Â # ftp acl Safe_ports port 443 563Â Â Â Â # https, snews acl Safe_ports port 70Â Â Â Â Â Â Â Â Â # gopher acl Safe_ports port 210Â Â Â Â Â Â Â Â # wais acl Safe_ports port 1025-65535Â # unregistered ports acl Safe_ports port 280Â Â Â Â Â Â Â Â # http-mgmt acl Safe_ports port 488Â Â Â Â Â Â Â Â # gss-http acl Safe_ports port 591Â Â Â Â Â Â Â Â # filemaker acl Safe_ports port 777Â Â Â Â Â Â Â Â # multiling http acl Safe_ports port 6667-7002Â Â # IRC ports acl Safe_ports port 5050Â Â Â Â Â Â Â # YM ports acl CONNECT method CONNECT #acl porno1 url_regex -i “/etc/porno.txt” #acl porno2 url_regex -i “/etc/squid/deny_access/domains” acl ncsa_users … Read entire article »
Filed under: 7. Operating System
jika Error libfreeradius-radius-2.1.6.so
>> radiusd: error while loading shared libraries: >> libfreeradius-radius-2.1.6.so: >> cannot open shared object file: No such file or directory — Solusi : Put /usr/local/lib in /etc/ld.so.conf. Run ldconfig after install —- joe /etc/ld.so.conf — include /etc/ld.so.conf.d/*.conf include /usr/local/lib  … Read entire article »
Filed under: 7. Operating System
DPKG unknown group `Debian-exim’ in statoverride file
I ran into a similar problem on my server. I installed webmin and deleted a user “postgrey” from there. I thought that I had already uninstalled postgrey, but I guess not. My error was “dpkg: syntax error: unknown user `postgrey’ in statoverride file”. Here’s what I did: sudo apt-get update sudo /etc/init.d/webmin stop sudo vi /var/lib/dpkg/statoverride (I deleted the line with postgrey) sudo apt-get -f install sudo apt-get install postgrey (I wanted to make sure everything was installed correctly before uninstalling this time) sudo apt-get purge postgrey sudo apt-get update sudo /etc/init.d/webmin start … Read entire article »
Filed under: 7. Operating System
Protected: ID YM Sales OnLine (agus_prsj79)
There is no excerpt because this is a protected post. … Read entire article »
Filed under: 7. Operating System
YM-Shell Binary… Jalan Baik Di Linux Debian Lenny (sudah tercompilasi)
File ini Bisa Langsung didownload digunakan tanpa melakukan compilasi Ulang…. Â ymshell-11.zip … Read entire article »
Filed under: 7. Operating System
Protected: Penawaran PT.KAI DAOP Jember Voip 8 port
There is no excerpt because this is a protected post. … Read entire article »
Filed under: 7. Operating System
Protected: Penawaran Aplikasi Kas / Bank
There is no excerpt because this is a protected post. … Read entire article »
Filed under: 7. Operating System
New Update Firewall
http://dimas.ubhara.id/wp-content/uploads/2009/08/firewall.txt — Monggo Kalo Mau Didownload dan dipasang … Read entire article »
Filed under: 7. Operating System
Mengganti Hostname pada Distro Berbasis Debian
Gunakan Perintah ini hostnamectl set-hostname new-hostname EKSPERIMEN – June 5, 2009 Mengganti Hostname pada Distro Berbasis Debian Pernahkah ada keinginan dari anda untuk mengganti hostname dari sistem anda. Biasanya ketika kita menginstall misal distro ubuntu hostname kita akan menjadi username-laptop dsb. Nah bagaimana kita mengubahnya? Caranya sebenarnya cukup simple. Buka terminal anda klik Application » Accessories » Terminal lug@username-laptop:~$ sudo gedit /etc/hostname Nah disitu ada nama dari hostname lawas anda, ganti dengan yang baru misal stikom-surabaya. Sistem seharusnya mengupdate otomatis file /etc/hosts karena ada perubahan di /etc/hostname namun untuk memastikan buka saja file tersebut: lug@username-laptop:~$ sudo gedit /etc/hosts Cari string hostname lama anda jika ada lalu ganti ke hostname yang baru. Untuk mengecek kita dapat menggunakan perintah sysctl. lug@username-laptop:~$ sysctl kernel.hostname kernel.hostname = stikom-surabaya lug@username-laptop:~$ Agar tampilan prompt bash juga berubah silahkan buka session bash baru dengan menekan kombinasi Ctrl-Shift-T. Seharusnya tampilan hostname … Read entire article »
Filed under: 7. Operating System