Monday, 14 January 2013

Komik Detective Conan Offline

Gak usah bertele-tele,,
ni langsung saya kasih link download komik offline Detective Conan,
tapi masih nomer 1-60 doank yg reguler & cuma 1-34 yang spesial edisi ...

sedot mang...

1 http://adf.ly/55HWO
2 http://adf.ly/55HY1
3 http://adf.ly/55HYq
4 http://adf.ly/55HZy
5 http://adf.ly/55Hak
6 http://adf.ly/55HbJ
7 http://adf.ly/55Hch
8 http://adf.ly/55Hdz
9 http://adf.ly/55Heg
10 http://adf.ly/55Hgj
11 http://adf.ly/55MzZ
12 http://adf.ly/55N00
13 http://adf.ly/55N1M
14 http://adf.ly/55N2K
15 http://adf.ly/55N3H
16 http://adf.ly/55N3z
17 http://adf.ly/55N4i
18 http://adf.ly/55N5Z
19 http://adf.ly/55N62
20 http://adf.ly/55N6q
21 http://adf.ly/55N7R
22 http://adf.ly/55N86
23 http://adf.ly/55N8h
24 http://adf.ly/55N9O
25 http://adf.ly/55NAf
26 http://adf.ly/HDXEN
27 http://adf.ly/HDXEO
28 http://adf.ly/HDXEP
29 http://adf.ly/HDXEQ
30 http://adf.ly/HDXER
31 http://adf.ly/HDXae
32 http://adf.ly/HDXaf
33 http://adf.ly/HDXag
34 http://adf.ly/HDXah
35 http://adf.ly/HDXai
36 http://adf.ly/HDXaj
37 http://adf.ly/HDXak
38 http://adf.ly/HDXal
39 http://adf.ly/HDXam
40 http://adf.ly/HDXan
41 http://adf.ly/HDXao
42 http://adf.ly/HDXap
43 http://adf.ly/HDXaq
44 http://adf.ly/HDXar
45 http://adf.ly/HDXas
46 http://adf.ly/HDXat
47 http://adf.ly/HDXau
48 http://adf.ly/HDXav
49 http://adf.ly/HDXaw
50 http://adf.ly/HDXaly
51 http://adf.ly/HDXq1
52 http://adf.ly/HDXq2
53 http://adf.ly/HDXq3
54 http://adf.ly/HDXq4
55 http://adf.ly/HDXq5
56 http://adf.ly/HDXq6
57 http://adf.ly/HDXq7
58 http://adf.ly/HDXq8
59 http://adf.ly/HDXq9
60 http://adf.ly/HDXqA

yang spesial masih proses upload...
sabar ya....

Friday, 21 December 2012

Install dan konfigurasi snmp di red hat 6

Langsung aja ya...
Pastikan anda sudah login sebagai root, kalo bingung cara login sebagai root, pake perintah
sudo -i

1. Installation

Agar lebih mantap, kita akan install net-snmp-utils dari pkgs.org,, [segilas info] pkgs.info adalah website yang menyediakan berbagai macam package dari berbagai macam distribusi linux [udah gitu aja].
Yuk lanjut, kita donlot dulu package net-snmp-utils dari web tsb, kalo pake mesin 64 bit, sedot pake
# wget -c http://mirror.centos.org/centos/6/os/x86_64/Packages/net-snmp-5.5-41.el6.x86_64.rpm && wget -c http://mirror.centos.org/centos/6/os/x86_64/Packages/net-snmp-utils-5.5-41.el6.x86_64.rpm && wget -c http://mirror.centos.org/centos/6/os/x86_64/Packages/net-snmp-libs-5.5-41.el6.x86_64.rpm
kalo mesin 32 bit pake
# wget -c http://mirror.centos.org/centos/6/os/i386/Packages/net-snmp-5.5-41.el6.i686.rpm && wget -c http://mirror.centos.org/centos/6/os/i386/Packages/net-snmp-utils-5.5-41.el6.i686.rpm  && wget -c http://mirror.centos.org/centos/6/os/i386/Packages/net-snmp-libs-5.5-41.el6.i686.rpm
kalo udah selesai, install pke
# rpm -i net-snmp[tab]
SELAMAT!!!!
snmp sudah tersematkan di server anda....

Mau lanjut ke konfigurasi??
Yuuuukkk ke bawah....

2. Konfigurasi

Buat jaga-jaga, jangan lupa backup dulu file settingan/konfigurasi default snmp (bawaan pabrik istilahnya). Hajar dengan
# cp /etc/snmp/snmpd.conf /etc/snmp/snmpd.conf.aseli
kalo udah, masuk ke folder tempat bersemayam snmpd.conf dengan
#cd /etc/snmp
Di sini kita akan menggunakan salah satu utilisasi dari snmp yg bisa generate config secara otomatis, utils yg cocok banget buat anak2 manja seperti kita [hayoo kalo ga mau ngakuin kalo manja, tutup aja page ini secepatnya... :) hehee.... bercanda koq]
lanjut yuk....
snmpconf -g basic_setup
akan ada beberapa pertanyaan yg akan muncul, dijawab gimana??
liat ke bawah yuuukkk...
#snmpconf -g basic_setup
The following installed configuration files were found:
   1:  ./snmpd.conf
Would you like me to read them in?  Their content will be merged with theoutput files created by this session.
Valid answer examples: "all", "none","3","1,2,5"
Read in which (default = all): none*************************************************** Beginning basic system information setup ***************************************************Do you want to configure the information returned in the system MIB group (contact info, etc)? (default = y): y
Configuring: syslocationDescription:  The [typically physical] location of the system.    Note that setting this value here means that when trying to    perform an snmp SET operation to the sysLocation.0 variable will make    the agent return the "notWritable" error code.  IE, including    this token in the snmpd.conf file will disable write access to    the variable.    arguments:  location_string
The location of the system: At home
Finished Output: syslocation  "di hatimu"
Configuring: syscontactDescription:  The contact information for the administrator. Note that setting this value here means that when trying toperform an snmp SET operation to the sysContact.0 variable will make the agent return the "notWritable" error code.  IE, including this token in the snmpd.conf file will disable write access to the variable.    arguments:  contact_string
The contact information: Shinichi
Finished Output: syscontact  ShinichiDo you want to properly set the value of the sysServices.0 OID (if you don't know, just say no)? (default = y): y
Configuring: sysservicesDescription:  The proper value for the sysServices object.    arguments:  sysservices_number
does this host offer physical services (eg, like a repeater) [answer 0 or 1]: 0does this host offer datalink/subnetwork services (eg, like a bridge): 0does this host offer internet services (eg, supports IP): 1does this host offer end-to-end services (eg, supports TCP): 1does this host offer application services (eg, supports SMTP): 1
Finished Output: sysservices 76***************************************** BEGINNING ACCESS CONTROL SETUP *****************************************Do you want to configure the agent's access control? (default = y): yDo you want to allow SNMPv3 read-write user based access (default = y): nDo you want to allow SNMPv3 read-only user based access (default = y): nDo you want to allow SNMPv1/v2c read-write community access (default = y): nDo you want to allow SNMPv1/v2c read-only community access (default = y): y
Configuring: rocommunityDescription:  a SNMPv1/SNMPv2c read-only access community name    arguments:  community [default|hostname|network/bits] [oid]
The community name to add read-only access for: publicThe hostname or network address to accept this community name from [RETURN for all]:The OID that this community should be restricted to [RETURN for no-restriction]:
Finished Output: rocommunity  publicDo another rocommunity line? (default = y): n******************************************* Beginning trap destination setup *******************************************Do you want to configure where and if the agent will send traps? (default = y): n******************************************* Beginning monitoring setup *******************************************Do you want to configure the agent's ability to monitor various aspects of your system? (default = y): n
Error: An snmpd.conf file already exists in this directory.
'overwrite', 'skip', 'rename' or 'append'? : overwrite

The following files were created:
  snmpd.conf
These files should be moved to /usr/local/share/snmp if you want them used by everyone on the system.  In the future, if you add the -i option to the command line I'll copy them there automatically for you.
Or, if you want them for your personal use only, copy them to/root/.snmp .  In the future, if you add the -p option to the command line I'll copy them there automatically for you. 
Cek di /etc/snmp/snmpd.conf apakah sudah mengandung config yang baru, kalo sudah, berarti ya sukses dan waktunya berjingkrak...

Monday, 31 October 2011

Install cacti di Debian 6

setelah puter-puter,,
akhirnya bisa juga install cacti di debian 6 squeeze,,,

ternyata caranya cukup gampang, cuma
apt-get install cacti
terus kalo udah selesai, tinggal masuk ke cactinya, caranya??
dari browser kesayangan anda masuk ke http://ip-address/cacti

klik Next

kemudian pastikan semua paket yang dibutuhkan sudah tersedia,, kemudian klik next sekali lagi dan akhirnya muncul deh login page nya,,

untuk login, pake user : admin
password : admin

taraaaaaaa.................
masuk deh ke halaman konfigurasi cacti...


______________________
happy cacti

Tuesday, 25 October 2011

Renungan malam hari - jilid 1

Pulang dari lab,, akhirnya dengan sedikit algoritma lama, "trial and error method" akhirnya terdeteksi lah hardware buat tugas matakuliah "skripsi" ku. Sampai kosan terdengar merdu alunan lagu

Meskipun aku di surga tapi aku tak bahagia
bahagiaku tak sempurna bila itu tanpamu
menggambarkan kesetiaan,,
dalam sebuah "hubungan" ato "relationship" kesetiaan termasuk penting gak ya??
ada beberapa orang yang menganggap "mumpung masih muda", "pacaran kalo ga selingkuh kaya makan nasi goreng yang ga digoreng, ga lengkap"

ada juga yg menganggap kesetiaan di atas segalanya,,,


kamu masuk mana???

silahkan jawab dengan hatimu . . .

Sunday, 23 October 2011

TIPS MEMBUAT PASSWORD YANG RUMIT DAN MUDAH DIINGAT


Password merupakan sebuah hal vital dalam sistem komputer kita. Password digunakan untuk mengamankan sistem yang kita bangun. Oleh karena itu, menentukan password tidak boleh sembarangan. Dalam membuat password, sebaiknya kita memperhatikan hal – hal di bawah ini:
·         Password harus selalu di update (baca: diganti secara periodik) yang berbeda jauh dari yang sebelumnya,
·         Setidaknya password terdiri dari 7 karakter
·         password jangan sama dengan username
·         Jangan menggunakan tanggal lahir, kota lahir, nama pacar, nama suami/istri, orang terdekat kita untuk password,
·         Jangan gunakan kata-kata yang umum dan terdapat dalam kamus.
·         Password yang baik adalah password yang terdiri dari kombinasi angka dan huruf serta mudah kita ingat,
·         contoh password yang baik adalah seperti xy31fte07sr62, pw11blgs4e, dll.

Rumit bukan??? Trus gimana cara supaya kita gak mudah lupa ya??? Tenang, ada koq rahasianya,,,gimana?? Lanjut….

Intinya, password mengandung kata – kata yang sangat familiar atau mudah kita ingat dulu… Pada contoh di atas digunakan password xy31fte07sr62, kelihatannya rumit bukan?? 

Sebenarnya sederhana, ini cuma kalimat :

“ niXY yang lahir tanggal 31 kuliah di Fakultas teknik, jurusan Teknik Elektro angkatan 2007, alamat kampus jalan Slamet Riyadi 62“ = “xy31fte07sr62” atau

PassWord blog yang dibuat tahun 2008 di BLoGSpot 4Ever” = “pw08blgs4e”.

Gampang diingat ‘kan??? Atau kita juga dapat menggunakan karakter khusus missal *,&,@,#,$,dll pada pergantian kata atau tempat yang diinginkan.
Software cracking password yang beredar saat ini cukup banyak. Tool password cracking semakin canggih dalam usahanya membongkar password, plus juga komputer yang digunakan dalam password cracking semakin baik performanya. Password yang sebelumnya butuh waktu seminggu untuk di-crack, maka saat ini bisa di-crack hanya dalam beberapa jam saja.


Maka dari itu memilih password yang kuat merupakan suatu keharusan. Mengapa demikian?
Software untuk meng-crack password biasa menggunakan tiga macam pendekatan yaitu: menebak secara pintar (intelligent guessing), serangan kamus (dictionary attack) dan juga otomatisasi yang berusaha mencoba untuk menggunakan kombinasi karakter. Jika diberi waktu yang cukup, maka metode otomatisasi tersebut bisa meng-crack password apa saja. 


Tetapi jika password yang digunakan sangat kuat, maka akan membutuhkan waktu yang sangat lama untuk memecahkannya.


Demikian tips singkat membuat password yang rumit dan mudah diingat. Semoga bermanfaat bagi Anda semua.