{ Berbagi, Menulis, Dan Mengajar } Ilmu… » 7. Operating System
Installasi Free Radius
Instalasi FreeRadius pada Ubuntu Server 8.04 Published by umar-bgs on 13th September 2008Filed Under Distro Linux, Networking, Ubuntu # apt-get install apache2 # apt-get install php5-common php5-gd php-pear php-db libapache2-mod-php5 # apt-get install php5-mysql # apt-get install mysql-server-5.0 # apt-get install freeradius # apt-get install freeradius-mysql # mysql –u root –p CREATE DATABASE radius; GRANT ALL ON radius.* TO radius@localhost IDENTIFIED BY “radpassâ€; exit; # gunzip -d /usr/share/doc/freeradius/examples/mysql.sql.gz # mysql -u root -p radius < /usr/share/doc/freeradius/examples/mysql.sql # mysql -u root –p use radius; show tables; quit; # vi /etc/freeradius/sql.conf readclients = yes # vi /etc/freeradius/radius.conf Pada bagian authorize letakkan sql sebelum bagian files(jika kita tidak mau menggunakan files, kita bisa berikan komen(tanda #) didepannya ), dan pada bagian accounting letakkan sql diantara unix dan radutmp. # mysql -u root –p use radius; mysql> INSERT INTO radcheck (UserName, Attribute, Value) VALUES (’test’, ‘Password’, ‘password’); mysql> INSERT INTO radcheck (UserName, Attribute, Value) VALUES (’test’, ‘Auth-Type’, ‘Local’); # vi … Read entire article »
Filed under: 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