Kamis, 18 Maret 2010

Setting Modem Smart ZTE AC2726 di Ubuntu


Setelah muter2 Alhamdulilah akhirnya nemu juga neh artike cara install modem smart.

Untuk bisa jalan di ubuntu kita harus sedikit mengOprek biar bisa jalan dengan benar.

kita Cek USB ID:

$ lsusb
Bus 001 Device 004: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 001 Device 003: ID 1058:1003 Western Digital Technologies, Inc.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 009: ID 19d2:fff1
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub



Catatan: 19d2:fff1 itu berarti modemnya sudah terdeteksi,
klo yang keluar itu id 19d2:fff5 artinya usb storage yang terdeteksi,
ini perlu diubah dengan menggunakan bantuan USB_ModeSwitch.

Edit config /etc/usb_modeswitch.conf:

########################################################
# /etc/usb_modeswitch.conf
#
# Smart ZTE AC2726 (EVDO)
#

DefaultVendor= 0x19d2
DefaultProduct= 0xfff5

TargetVendor= 0x19d2
TargetProduct= 0xfff1

MessageContent="5553424312345678c00000008000069f030000000000000000000000000000"

Bikin berkas baru etc/udev/rules.d/99-zte-ac2726.rules untuk udev:

########################################################
# /etc/udev/rules.d/99-zte-ac2726.rules
#
# Smart ZTE AC2726 (EVDO)
#
SUBSYSTEM=="usb", SYSFS{idVendor}=="19d2",
SYSFS{idProduct}=="fff5",
RUN+="/usr/sbin/usb_modeswitch
--default-vendor 0x19d2 --default-product 0xfff1 --
message-content 5553424312345678c00000008000069f030000000000000000000000000000"

Cabut dan colok ulang usb modemnya lalu jalankan lsusb, harus dapat 19d2:fff1, lalu
jalankan modprobe:

$ sudo modprobe usbserial vendor=0x15eb product=0x0001

Catatan: untuk bisa modprobe usbserial perlu upgrade ke kernel terbaru (2.6.28-13).

Bikin berkas baru /etc/ppp/peers/evdo untuk koneksi menggunakan pon:

# # /etc/ppp/peers/evdo # hide-password noauth connect "
/usr/sbin/chat -v -f /etc/chatscripts/evdo"
debug ttyUSB0 921600
defaultroute noipdefault user "smart"
remotename smart ipparam smart crtscts lock usepeerdns


Tambah password:
#
# /etc/ppp/chap-secrets
#
smart * smart

Bikin berkas baru /etc/chatscripts/evdo:

#
# /etc/chatscripts/evdo
#
ABORT BUSY ABORT 'NO CARRIER' ABORT VOICE ABORT 'NO DIALTONE'
ABORT 'NO DIAL TONE' ABORT 'NO ANSWER' ABORT DELAYED

'' "AT"
'OK' "ATQ0V1E0"
'OK' "ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0"
OK-AT-OK "ATDT#777"
CONNECT \d\c

Konek:

$ sudo pon evdo

Diskonek:

$ sudo poff -a

Selesai deh. dan selamat Mencoba..



Sumber : http://skyisgrey.org/blog/smart-zte-ac2726-ubuntu-linux.html

New Branding Ubuntu 10.04

Inilah tampilan dari ubuntu 10.04 masih gak jauh beda dengan versi sebelumnya..
Sekedar sharing2 aja..Semoga bermanfaat






Untuk mengenai artikelnya silahkan klik..

Disini
Disini

Oracle For linux

Silahkan Di Download aja file nya.

DOWNLOAD

All About Autocad

Disini ada tutorial dan video tentang Autocad.. Semoga Bermanfaat
1. Autocad 2006

Download

2. Autocad 2007

Download

3. Autocad 2008

e-books
Download
Download
Download

Video Tutorial
Download
Download
Download
Download

4. Autocad 2009

e-books
Download

Video Tutorial
Download
Download
Download
Download
Download
Download
Rabu, 17 Maret 2010

Download Wireless Hacking Live-CD


Wireless Hacking Live-CD - Hack a WLAN / Wireless Access Point

Live Cd For Wireless Hacking, Also Used By The Fbi

This version is for all systems except systems with the Intel B/G wireless cards (IPW2200).

- Live CD with all the tools you need to hack a WLAN / wireless Access point - Linux Live-CD - OS runs from CD - 635 mb - .iso

- also used by the FBI …

WEP Hacking - The Next Generation

WEP is an encryption scheme, based on the RC-4 cipher, that is available on all 802.11a, b and g wireless products. WEP uses a set of bits called a key to scramble information in the data frames as it leaves the access point or client adapter and the scrambled message is then decrypted by the receiver.

Both sides must have the same WEP key, which is usually a total of 64 or 128 bits long. A semi-random 24 bit number called an Initialization Vector (IV), is part of the key, so a 64 bit WEP key actually contains only 40 bits of “strong” encryption while a 128 bit key has 104. The IV is placed in encrypted frame’s header, and is transmitted in plain text.

Traditionally, crac*ing WEP keys has been a slow and boring process. An attacker would have to capture hundreds of thousands or millions of packets—a process that could take hours or even days, depending on the volume of traffic passing over the wireless network. After enough packets were captured, a WEP crac*ing program such as Aircrac* would be used to find the WEP key.

Fast-forward to last summer, when the first of the latest generation of WEP cracking tools appeared. This current generation uses a combination of statistical techniques focused on unique IVs captured and brute-force dictionary attacks to break 128 bit WEP keys in minutes instead of hours. As Special Agent Bickers noted, “It doesn’t matter if you use 128 bit WEP keys, you are vulnerable!” WEP is an encryption scheme, based on the RC-4 cipher, that is available on all 802.11a, b and g wireless products.

WEP uses a set of bits called a key to scramble information in the data frames as it leaves the access point or client adapter and the scrambled message is then decrypted by the receiver.
Both sides must have the same WEP key, which is usually a total of 64 or 128 bits long.
A semi-random 24 bit number called an Initialization Vector (IV), is part of the key, so a 64 bit WEP key actually contains only 40 bits of “strong” encryption while a 128 bit key has 104.
The IV is placed in encrypted frame’s header, and is transmitted in plain text.

Traditionally, cracking WEP keys has been a slow and boring process. An attacker would have to capture hundreds of thousands or millions of packets a process that could take hours or even days, depending on the volume of traffic passing over the wireless network.
After enough packets were captured, a WEP cracking program such as Aircrack would be used to find the WEP key.

Fast-forward to last summer, when the first of the latest generation of WEP cracking tools appeared. This current generation uses a combination of statistical techniques focused on unique IVs captured and brute-force dictionary attacks to break 128 bit WEP keys in minutes instead of hours.

Basic Directions

1) Boot from cd
2) get the wep key
3) write it down
4) reboot into windows
5) connect using wep key.

http://rapidshare.com/files/159983129/WHLC.part1.rar.html
http://rapidshare.com/files/159983132/WHLC.part2.rar.html
http://rapidshare.com/files/159983133/WHLC.part3.rar.html
http://rapidshare.com/files/159983134/WHLC.part4.rar.html
http://rapidshare.com/files/159983135/WHLC.part5.rar.html
http://rapidshare.com/files/159983923/WHLC.part6.rar.html
http://rapidshare.com/files/159983922/WHLC.part7.rar.html

Teknik Hacking Modem ADSL dan Account Speedy..!!

Teknik Hacking Modem ADSL dan Account Speedy..!!
Sumber Penulis:http://madhy-cyber.web.id/blog/?p=34


Kejadian bermula ketika lebaran Idul Fitri, kira-kira hari ke empat deh? Gw berkunjung ke Hotel Gajah Mada dimana gw di sms oleh om sucks05 untuk berkunjung di tempat dia nginap (sucks05 berada di Balikpapan bersama Bapak and Ibunya serta saudaranya si Ndhy), sucks05 sedang liburan di Kota Balikpapan.

Langsung aja ceritanya? ceritanya berawal dari sebuah makan malam di sebuah warung Bakso Sapi, setelah selesai dari makan malam gw beserta keluarga sucks05 beranjak pergi dari warung makan. Ketika pulang ke hotel kami melihat sebuah warnet di samping Balikpapan Plaza, tapi gw lupa nama warnetnya. Pertama kami gak pengen masuk karena dah malam tapi karena ada kesempatan pasti ada niat (maksudnya???? Hehhe?.).

Akhirnya gw pun masuk bersama sucks05 dan Ndhy (hacker bersaudara). Diwarnet ini gw gak ikutan maen tetapi hanya jadi penonton saja. Gw hanya mengamati 2 hacker bersaudara sedang chating dan mengamati kegiatan mereka di depan PC.

Tiba waktunya niat jahat timbul? (ini kerjaannya si sucks05) untuk mengakses modem warnet. Langsung aja si sucks05 buka mozilla browser terus memasukan IP gateway jaringan alias IP modem ADSL yaitu 192.168.1.1. Menu Loginpun timbul terus gw menyuruh si sucks05 untuk memasukan username dan password default sebuah modem yaitu user : admin; pass : admin (peran gw disini?.nih). Alhasil modem pun berhasil dimasuki, disitu gw ama sucks05 tertawa ngakak?.. dan berkata tembus uii? (dasar si sucks05 klo liat yang gituan jadi cabul alias cabi-imut-lucu).

Kami mengamati dan mencari konfigurasi modem tersebut untuk mendapatkan account speedy warnet tersebut. Saat itu file yang berisikan IP dan account speedynya dititipkan ke Ndhy, so gak bisa ditampilin deh.

Cerita tadi mengawali keinginan gw untuk melakukan scanning target modem ADSL dan melakukan testing pada beberapa modem ADSL yang terhubung dengan SpeedyTelkom. Untuk tau cerita selanjutnya, ikuti dan simak dengan baek? hehheheh

Berbekal sebuah aplikasi ?Advanced Port Scanner v1.0 Beta 1? untuk melakukan scanning terhadap IP dari SpeedyTelkom. Dan satu lagi gw harus online menggunakan mIRC untuk mencari IP TelkomSpeedy. Dalam artikel ini gw menyertakan dengan beberapa gambar yang mungkin bisa membantu anda dalam memahami aktivitas gw.

Langkah Pertama

Buka aplikasi ?mIRC? pilih server ?Dalnet? dan koneksikan. Kemudian join di beberapa channel itu terserah anda, dalam hal ini gw mencari target di channel #balikpapan dan #samarinda. Sesudah anda join klik Dalnet Status, kemudian ketikkan perintah ?/who #nama channel? tanpa tanda petik. Maka akan timbul beberapa teks. Biasanya IP dari Telkom Speedy angka awalnya adalah 125.xxx.xxx.xxx, IP inilah yang akan menjadi target scanning. Lihat gambar dibawah ini.




Langkah Kedua

Buka aplikasi ?Advanced Port Scanner v1.0 Beta 1? kemudian cari sebuah IP contoh 125.160.33.41 ini merupakan sebuah IP TelkomSpeedy. Tetapi bukan IP itu yang akan kita scanning melainkan mengambil range IP dari “125.160.33.1-125.160.33.255″, jadi angka yang diambil hanya “125.160.33.” bukan “125.160.33.41″ dan range yang dipake dari 1-255. Lihat hasil dari scanning tersebut.




Langkah Ketiga

Tes IP tersebut dengan menggunakan web browser, disini gw memakai Mozilla Firefox kemudian masukan IP tersebut. apabila timbul pop up login berarti modem ADSL tersebut bisa di remote dari luar. Selanjutnya berbekal kemampuan untuk menembus password dari modem sebaiknya anda mencari tutorial mengenai beberapa password default sebuah modem dengan merk-merk yang berbeda..



Gambar diatas merupakan login dari modem PROLINK type H9200.



Ini merupakan tampilan dari modem Prolink H920. Kemudian Pada kolom WAN Interfaces klik ppp-0 seperti yang terlihat pada gambar. Kemudian klik edit untuk melihat konfigurasi dari modem sekaligus untuk mencari account telkomspeedy.



Maka kita akan melihat tampilan seperti dibawah ini:


Untuk melihat password, cukup dengan klik kanan pada pop up diatas “view page source”. Kemudian cari kata “passwd”. Lihat hasil pada gambar berikut:

Dari hasil diatas dapat dicoba di situs TelkomSpeedy untuk menguji account yang telah gw dapat. Accountnya adalah 161101201848@telkom.net dan passnya tetap saya hidden kan demi menjaga privacy yang punya account.



Semua ini merupakan pembelajaran mengenai dunia hacking, penulis tidak bertanggung jawab atas kerusakan yang terjadi akibat penyalahgunaan artikel ini. Ini merupakan sebagian kecil dari scanning IP TelkomSpeedy yang saya dapat, masih banyak account speedy yang sudah saya masuki dan masih saya simpan, dimana kebanyakan accountya adalah speedy unlimited...

Thanxz 4 sucks05&Terakhir seluruh crew #linuxer@dal.net...
Selasa, 16 Maret 2010

Cara Install Xampp di ubuntu

Pada Postingan kali ini saya akan memberikan cara bagaimana install xampp di ubuntu. Langsung saja :

untuk pertama kali apabila belum mempunyai file xampp download dahulu klik disini

selanjutnya file xampp kita taru di home folder. setelah itu kita buka terminal untuk mengetikkan kode ini :

cd/home/user/home/xampp-linux-1.7.3a.tar.gz

cara
kedua yaitu kita Meng ekstrak file xampp donload ke /opt dengan perintah :

sudo tar xvfz
xampp-linux-1.7.3a.tar.gz -C /opt

s
elanjutnya Jalankan xampp dengan perintah

sudo /opt/lampp/lampp start

Jika muncul pesan /opt/lampp/bin/mysql.server: 334: log_success_msg: not found, simply follow this instruction to edit your mysql.server file

Ketik di konsol sudo gedit /opt/lampp/bin/mysql.server
Pada baris pertama ganti dengan #!/bin/bash

selanjutnya Kita Cek, jalankan Firefox lalu ketik: http://localhost

ok. XAMPP dah jalan deh. Seeep kan..

oh iya apabila ada muncul pesan seperti ini jangan takut :


/opt/lampp/lampp: line 74: arch: command not found
Starting XAMPP for Linux 1.6.3…
/opt/lampp/lampp: line 74: arch: command not found
/opt/lampp/lampp: line 74: arch: command not found
XAMPP: Starting Apache with SSL (and PHP5)…
/opt/lampp/lampp: line 74: arch: command not found
XAMPP: Starting MySQL…
/opt/lampp/lampp: line 74: arch: command not found
XAMPP: Starting ProFTPD…
XAMPP for Linux started.

tenang…. jangan takut, ketik lagi
sudo nano /bin/arch


isi dengan :

uname -m

keluar dan simpan, lalu ketikkan :

sudo chmod +x /bin/arch

ok. sekarang restart XAMPP dengan perintah;

kira-kira akan keluar seperti ini D

Stopping XAMPP for Linux 1.6.4…
XAMPP: Stopping Apache with SSL…
XAMPP: Stopping MySQL…
XAMPP: Stopping ProFTPD…
XAMPP stopped.
Starting XAMPP for Linux 1.6.4…
XAMPP: Starting Apache with SSL (and PHP5)…
XAMPP: Starting MySQL…
XAMPP: Starting ProFTPD…

XAMPP for Linux started.Selamat Mencoba…







MIKROTIK STEP BY STEP (Bahasa Indonesia)

hanya untuk sharing2 aja.. semoga bermanfaat


DOWNLOAD

ebook - Tips dan Trik Ubuntu

DOWNLOAD

Deft Linux - Distro yang dikhususkan untuk forensik komputer

Image
DEFT Linux adalah distro Linux berbasis Ubuntu yang dibuat oleh para geeks dari Italia.distro ini menggunakan LXDE desktop environtment. distro ini didesain supaya mudah digunakan dan memiliki kemampuan deteksi perangkat keras yang baik.dipaket dengan aplikasi free dan open source terbaik yang khusus diperlukan dalam melakukan forensik sistem komputer.

menurut pengembangnya, DEFT Linux telah digunakan oleh kepolisian, penyidik, administrator sistem komputer dan juga perorangan yang bahkan tidak mengerti teknik forensik.. wew.. kedengarannya menarik bukan??

selamat mencoba



DOWNLOAD

Download Full Circle Magazine Edisi 30

berisikan :
* How-To: Program in Python – Part 4, Applications for Bookworms, Installing OpenOffice.org Base.
* My Story – The Doctor Is In, Recording Porgy & Bess, Ubuntu Reincarnates Pensioners Laptop
* Command and Conquer
* My Opinion – Acer Aspire One Distros
* Review – Sony PRS-505 Ebook Reader
* MOTU Interview – Thierry Carrez.
* Top 5 – Writing Applications.
* Ubuntu Women, Ubuntu Games and all the usual goodness!

DOWNLOAD

ebook - Belajar bahasa Visual C dalam 21 hari



Learn Visual C through the Teach Yourself series, with sections on: Q&A, Do's and Don'ts, Workshop, Shaded syntax boxes, Type/Output/Analysis icons. Week One starts you with Visual C . After installing and maneuvering through the components of the software, you'll examine a preliminary program to get the feel for C and Visual C . You'll learn: C basics; hierarchies; members, functions, and objects; inheritance; MFC; installing Visual C , the Visual C compiler. In Week Two, you'll look at components of Windows applications and how they are invoked with Visual C .
Topics include: keyboard input; mouse usage; data file handling; lists and serialization; toolbars and status bars; graphics; and projects. Week Three examines the more involved aspects of Visual C and Windows applications.
From the Author
Learn Visual C by building working applications
C can be a pretty imposing language to have to use, especially for building Windows applications. However, it doesn't have to be. Visual C provides many tools and wizards that make the task of building Windows applications with C easy. Unfortunately, most books on Visual C place most of their focus on the language, with little attention given to the tools. As a result, C maintains it's imposing stature.
This book is different. This book was written with the main intention to show and teach you how easy it can be to build Windows applications using the tools and Wizards provided with Visual C . While other books want to teach you every nook and cranny of the language (and MFC, Microsoft Foundation Classes), this book tries to teach you what you need to know to get up and running quickly.
It is my belief that, once you have the skills to build applications with Visual C , learning MFC will come much more naturally and easily. As a result, this book focuses on doing, taking you through the building of a running application each day, introducing new concepts each day. Over the course of the 21 days, you'll learn many techniques and ways of adding functionality, always in a practical, hands-on manner. Once you have finished this book, you should be comfortable performing most typical programming tasks involved in building Windows applications with Visual C . My goal is that, after finishing my book, you'll pick up a more advanced book on Visual C and be pleasantly surprised at how much you already know
DOWNLOAD

Download E-Book Joomla


ini adalah ebook tutorial joomla.

DOWNLOAD

Download ebook - iPhone Hacks


This book will teach you how to:

Import your entire movie collection, sync with multiple computers, and save YouTube videos Remotely access your home network, audio, and video, and even control your desktop. Develop native applications for the iPhone and iPod touch on Linux, Windows, or Mac.Check email, receive MMS messages, use IRC, and record full-motion video.Run any application in the iPhone’s background, and mirror its display on a TVMake your iPhone emulate old-school video game platforms, and play classic console and arcade gamesIntegrate your iPhone with your car stereo.
Build your own electronic bridges to connect keyboards, serial devices, and more to your iPhone without “jailbreakingâ€

iPhone Hacks explains how to set up your iPhone the way you want it, and helps you give it capabilities that will rival your desktop computer. This cunning little handbook is exactly what you need to make the most of your iPhone.

DOWNLOAD

Download E-Book Ubuntu Kungfu


format: PDF | ukuran : 6.19 MB

ebook ini berisikan tips dan trik menggunakan dan hack Ubuntu.
Semoga Bermanfaat


DOWNLOAD