Articles Comments

{ Berbagi, Menulis, Dan Mengajar } Ilmu… » Archive

PPP_Check / checking ppp script php

<?php $smscheck = exec(“ifconfig | grep ppp0 | grep -v grep | awk ‘{ print $1}'”); if($smscheck==””) {exec(“/etc/init.d/networking restart”);} else { echo(“Koneksi masih tersambung \n”); echo(“”); } ?> … Read entire article »

Filed under: 7. Operating System

Koneksi Speedy PT. LIMANJAYA ANUGRAH

IP : 180.247.173.232 Nomor Speedy : 152741201012 password : nasigoreng –> nasigorengjawa … Read entire article »

Filed under: 7. Operating System

snmpd.conf snmp.conf

#com2sec readonly default public com2sec local localhost public com2sec mynetwork 192.168.1.0/24 public group MyROSystem v1 paranoid group MyROSystem v2c paranoid group MyROSystem usm paranoid group MyROGroup v1 readonly group MyROGroup v2c readonly group MyROGroup usm readonly group MyRWGroup v1 readwrite group MyRWGroup v2c readwrite group MyRWGroup usm readwrite group MyRWGroup v1 local group MyRWGroup v2c local group MyRWGroup usm local group MyROGroup v1 mynetwork group MyROGroup v2c mynetwork view all included .1 access MyROGroup “” any noauth exact all none none access MyRWGroup “” any noauth exact all all none view all included .1 80 view system included .iso.org.dod.internet.mgmt.mib-2.system access MyROSystem “” any noauth exact system none none access MyROGroup “” any noauth exact all none none access MyRWGroup “” any noauth exact all all none syslocation www.ikc.co.id syscontact Dimas <dms@ikc.co.id>   group MyROGroup usm mynetwork   … Read entire article »

Filed under: 7. Operating System

Central Cipta Kemakmuran (Distributor)

Hi Tech Mall Lt. Dasar Blok B  No.12 — 031-5353687 031-5322083 … Read entire article »

Filed under: 7. Operating System

ini bukti transfer milik jendral yudo

Filed under: 7. Operating System

Radio FM PlayList Winamp suara surabaya + jodipatifm

SuaraSurabayaFM_2.m3u jodipatifm_2.m3u … Read entire article »

Filed under: 7. Operating System

Feet – cm converter

http://www.convertunits.com/from/feet/to/cm … Read entire article »

Filed under: 7. Operating System

Routing SMTP Qmail Speedy… Tambahkan kesisni smtp.telkom.net

/var/qmail/control/smtproutes::smtp.telkom.net … Read entire article »

Filed under: 7. Operating System

login nsm.co.id –> cloudns, http://asia.cloudns.net/records/domain/nsm.co.id/

http://asia.cloudns.net/records/domain/nsm.co.id/ username : nsm@idekita.com pass : okedeh nsm@idekita.com | Free | 1/3 | 0/3 | $0.00 USD X Dashboard Premium Support Cart (0) nsm.co.id   DNS records SOA settings Cloud domains Mail forwards Zone transfers DNS statistics Zone share Bulk TTL change Export zone file Import your zone file Reset to default records Delete all records All A AAAA MX CNAME TXT SPF NS SRV Web Redirect RP Host Type Points to TTL Add new record nsm.co.id NS ns1.asia.cloudns.net 1h nsm.co.id NS ns2.asia.cloudns.net 1h Copy selected records to domain … Read entire article »

Filed under: 7. Operating System

Adding support for SSLv2 for SSLScan and OpenSSL testing , undefined reference to `SSLv2_method’

Looks like support for SSL version 2 has been removed from this distribution, which makes it difficult to test for insecure SSLv2 ciphers on webservers. I added back the support, by using the following commands that I found on the interwebs and I thought I’d share  1 – get yourself a drink, this takes a while 2- this was done on a base install of the 32bit gnome vmimage root@kali:~# sudo apt-get install devscripts quilt root@kali:~#apt-get source openssl root@kali:~#cd openssl-* root@kali:~/openssl-1.0.1e# quilt pop -a #removing patches root@kali:~/openssl-1.0.1e# vi debian/patches/series # you need to remove the line that says something like “no-ssl2.patch” name may vary Press :x<return> to save and exit vi root@kali:~/openssl-1.0.1e# vi debian/rules # remove the arg that says no-ssl2, leave the rest of that line Press :x<return> to save and exit vi root@kali:~/openssl-1.0.1e# quilt push -a # … Read entire article »

Filed under: 7. Operating System