Selasa, Maret 24, 2009

Kode Rahasia Di Symbians

NOKIA SYMBIANS
*#06# Serial Number/IMEI indicates
*#0000# SW version (e.g. V3.42.1, 16-10-03, NHL-10)
*#2820# Bluetooth (BT) device address
-----------------------------------
NOKIA

Nokia Code function
*3370# This Nokia code activates Enhanced Full Rate Codec (EFR) - Your Nokia cell phone uses the best sound quality but talk time is reduced my approx. 5%
#3370# Deactivate Enhanced Full Rate Codec (EFR)
*#4720# Activate Half Rate Codec - Your phone uses a lower quality sound but you should gain approx 30% more Talk Time
*#4720# With this Nokia code you can deactivate the Half Rate Codec
*#0000# Displays your phones software version, 1st Line : Software Version, 2nd Line : Software Release Date, 3rd Line : Compression Type
*#9999# Phones software version if *#0000# does not work
*#06# For checking the International Mobile Equipment Identity (IMEI Number)
#pw+1234567890+1# Provider Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)
#pw+1234567890+2# Network Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)
#pw+1234567890+3# Country Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)
#pw+1234567890+4# SIM Card Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)
*#147# This lets you know who called you last (Only vodofone)
*#1471# Last call (Only vodofone)
*#21# This phone code allows you to check the number that "All Calls" are diverted to
*#2640# Displays phone security code in use
*#30# Lets you see the private number
*#43# Allows you to check the "Call Waiting" status of your cell phone.
*#61# Allows you to check the number that "On No Reply" calls are diverted to
*#62# Allows you to check the number that "Divert If Unreachable (no service)" calls are diverted to
*#67# Allows you to check the number that "On Busy Calls" are diverted to
*#67705646# Phone code that removes operator logo on 3310 & 3330
*#73# Reset phone timers and game scores
*#746025625# Displays the SIM Clock status, if your phone supports this power saving feature "SIM Clock Stop Allowed", it means you will get the best standby time possible
*#7760# Manufactures code
*#7780# Restore factory settings
*#8110# Software version for the nokia 8110
*#92702689# Displays - 1.Serial Number, 2.Date Made, 3.Purchase Date, 4.Date of last repair (0000 for no repairs), 5.Transfer User Data. To exit this mode you need to switch your phone off then on again
*#94870345123456789# Deactivate the PWM-Mem
**21*number# Turn on "All Calls" diverting to the phone number entered
**61*number# Turn on "No Reply" diverting to the phone number entered
**67*number# Turn on "On Busy" diverting to the phone number entered
12345 This is the default security code
press and hold # Lets you switch between lines
-------------------------------------
The Operating Systems
Symb OS v6.1
Nokia 7650
Nokia 3650
Nokia 3660
Nokia N-Gage
Nokia N-Gage QD
Siemens SX-1
Sendo X 
Symb OS v7.0
Nokia 3230
Nokia 6600
Nokia 6620
Nokia 6260
Nokia 6670
Nokia 7610
Panasonic X700
Panasonic X800 
Symb OS v8.0
Nokia 6630
Nokia 6680
Nokia 6681 
Symb OS v8.1
Nokia N70
Nokia N90 
Symb OS v9.1
Nokia N91
Nokia 3250
Nokia E60
Nokia E61
Nokia E70
Nokia N71
Nokia N80
Nokia N92 
Nokia phones service codes
*#0000# - SW version
*#06# - IMEI
*#war0anty# - SIMLOCK info
*3370# - Enhanced Full Rate ON
#3370# - OFF
*4720# - alternative sound quality codec ON
#4720# - OFF
*#7780# - default factory settings
*#7760# - production serial no.
*#2820# - Bluetooth info.
*#73# - reset phone timers and game scores.
*#7370925538# - delete all the content of the wallet and the wallet code.
*#7370# - soft format — erases all telephone memory.
[Green]*3 - hard format — if only the telephone memory is formatted, puts back the attitudes and reboots
*#delset# - MMS/GPRS settings removal
NOTE: code depends on phone model.

Link Donlot Debian 5.0

ftp://kambing.ui.edu/iso/debian/5.0.0/i386/iso-dvd/debian-500-i386-DVD-1.iso

ftp://kambing.ui.edu/iso/debian/5.0.0/i386/iso-dvd/debian-500-i386-DVD-2.iso

ftp://kambing.ui.edu/iso/debian/5.0.0/i386/iso-dvd/debian-500-i386-DVD-3.iso

ftp://kambing.ui.edu/iso/debian/5.0.0/i386/iso-dvd/debian-500-i386-DVD-4.iso

ftp://kambing.ui.edu/iso/debian/5.0.0/i386/iso-dvd/debian-500-i386-DVD-5.iso

Perintah2 di Linux BRoo

perintah apa saja yang sering digunakan sehingga tidak banyak menghabiskan banyak waktu untuk memperlajari semua perintah yang ada pada referensi anda.
Berikut perintah-perintah yang sering digunakan:
Manampikan file dan direktori
>ls

Dimana saya sekarang
>pwd

Siapa saya?
>whoami

Saya adalah a, bagaimana saya mengubah diri menjadi user b
>su b
password : ******

Mematikan komputer
>poweroff

Merestart komputer
>reboot

Membuat file
>touch nama_file

===
catatan :
touch sebenarnya perintah untuk mengubah properties waktu pada sebuah file, namuan jika
anda melakukan touch sedangkan file yang d-touchkan tidak ada maka touch akan membuat file

Menghapus file
>rm -f nama_file

Menghapus direktori
>rm -rf nama_direktori

Meliaht perintah yang pernah dilakukan
>history

Mengpus history
>history -c

Logout
>exit atau logout atau tekan Ctrl+d

Masuk kesebuah direktori (lihat dimana saya sekarang)
> cd /nama/direktori

Melihat service (layanan) apa saja yang dijalankan saat boot
>chkcofig --list |grep 'n'

Menjalankan service
>service nama_layanan kondisi
nama layanan misalnya httpd,mysql,smb,sound,network dlll
kondisi : start ,stop,status,reload,dll

Melihat proses
>top
-keluar dari top dengan menekn tombol q

Melihat kapasitas hardisk (yang termount)
>df -a

Melihat sebuah file (lihat Manampikan file dan direktori)
>cat nama_file

Melihat tanggal
>date

Melihat kalender
>cal

Mengekstart file .zip
>unzip namafile.zip

Melihat ukuran file
>du nama_file atau du nama_direktori

Memindahkan file
>mv nama_file /ke/tempat/yang/baru

Mengkopi file
>cp nama_file /ke/tempat/yang/baru

Membuat direktori
>mkdir nama_direktori

Melakuakan perintah dengan antrian
>ls;pwd;whoami;dan_peritnah_lain

Matikan komputer dua menit lagi
>shutdown -h 2

Sudah berpa lama komputer saya hidup
>uptime

Mengakses floppy/disket
>mount /dev/fd0 /mnt/floppy
dan lihat isi disket anda pada direktori /mnt/floppy

Mengakses cdrom
>mount /dev/cdrom /mnt/cdrom
dan lihat isi cd anda pada direktori /mnt/cdrom

Mengeluarkan pintu cdrom
>eject

Memasukan pintu cdrom yang terbukan
>eject -t

Ko' ada yg tulis perintah tetapi ada yang pake - (min)
>Min disini adalah opsi, artinya perintah tersebut punya fasilitas lainnya
untuk melihat opsi dari perintah gunakan:
>perintah --help
misalnya :
>eject --help


Melihat struktur direktori
>tree (jika tidak ada, install paket tree dari cd distro anda)

Memformat disket
>mformat a:
+Install paket mtools jika perintah mformat tidak ada
+jangan heran kalo memformatnya cepat
+jika tidak diizinkan, lakukanlah perintah tersebut sebagai root (baca:Saya adalah A, bagaimana saya mengubah diri menjadi user B)

Pulang kerumahku
>cd
+cd tersebut tanpa opsi

Melakukan perulangan thd perintah tertentu dengan delay waktu
>watch -n waktu_dlm_detik perintah
+contoh :
>watch -n 1 uptime

Saya peke kernel berapa ?
>uname -r

Membut link file atau direktori
>ln -s /direktori/asal /direktori/tujuan/
contoh :
>ln -s /home /tmp/gue_linux
+sekarang anda bisa lihat didalam direktori /tmp ada direktori gue_linux,
direktori tersebut sebenarnya alias dari /home

Mendengarkan mp3
>mpg123 file.mp3
+anda harus mengintall paket mpg123 untuk menjalankan perintah tersebut

Menjalankan perintah secara background
>perintah&

Mencari sebuah file
>find|grep nama_yg_dicari
contoh > find|grep data_kemarin

Membuka file .tar.gz
>tar -xvzf file.tar.gz

Siap saja yang sedang login
>users

Mengunci keyboard
>vlock -a
+Install paket vlock jika vlock belum ada

Melihat IP aktif
>/sbin/ifconfig

ping
>ping nama_host atau ip

Melihat struktur proses
>pstree

Mengubah password,contoh :
vx11a~vx11a$ passwd
Changing password for user vx11a.
Changing password for vx11a
(current) UNIX password:[masukan password aktif saat ini
New UNIX password:masukan password baru
Retype new UNIX password:masukan password baru sekali lagi
passwd: all authentication tokens updated successfully.

Membunuh sebuah proses
>kill nomor_proses (nomor proses: lihat dengan perintah top)

Membunuh proses berdasarkan nama
>killall nama_proses

Melihat path
>echo $PATH

Ada perintah yang sering digunakan lainnya, Insyaalloh saya tulis pada artikel lainnya, perintah tersebut misalnya cmod dkk,modprobe dkk, dan lain-lain.
Ada banyak lagi perintah, silakan tekan tombol tab pada command line dan jawab dengan y, maka
anda akan melihat semua perintah yang dapat dilakukan pada kompoter anda.
contoh:
vx11a~home$[tekan tab disini]
Display all 2018 possibilities? (y or n)y

Anda dapat mepelajari perintah tersebut dengan perintah
>perintah --help atau
>man perintah atau
>info perintah atau

8 Cara Merawat dan Menjaga Ponsel

1. Caslah baterai sampai penuh dan segera isi ulang baterai Anda jika memang sudah habis. Mengisi baterai ponsel di saat tenaga baterai hanya sedikit berkurang atau belum sepenuhnya habis akan menyebabkan baterai cepat rusak.

2. Aktifkan kode akses ponsel seperti PIN yang ada dalam SIM Card atau kode Phone-Lock untuk menghindari adanya tangan-tangan usil yang kurang bertanggung jawab yang dapat menggunakan ponsel Anda secara ilegal.

Bahkan dengan nomor International Mobile Equipment Identity (IMEI) ponsel, kita dapat memblokir ponsel yang dicuri supaya tidak bisa digunakan oleh pihak yang tidak bertanggungjawab. Nomor IMEI dapat digunakan untuk menentukan apakah handset sedang rusak, maupun untuk menindaklanjuti pengaduan terhadap pencurian ponsel. Oleh karena itu, tidak ada salahnya mencatat nomor IMEI sehingga ketika Anda kehilangan ponsel, Anda bisa melaporkannya ke operator. Dengan demikian, operator bisa melacak keberadaan ponsel yang hilang tersebut dan memblokirnya.

3. Aktifkan keypad lock ponsel agar tidak terjadi panggilan yang tidak terencana ke nomor tertentu.

4. Pilih baterai resmi yang kualitasnya terjamin. Meskipun mahal, baterai resmi lebih tahan lama dan aman daripada baterai palsu yang seringkali dijual dengan harga yang jauh lebih murah. Memakai baterai palsu yang kurang awet akan memaksa kita untuk melakukan pemborosan dengan sering mengisi daya baterai.

5. Gunakan kain lembut untuk membersihkan ponsel, jangan pernah mencoba membersihkan ponsel dengan cairan kimia dan cairan pembersih lainnya karena akan merusak ponsel.

6. Gunakan pelindung ponsel seperti sarung, dan plastik pembungkus lainnya untuk menghindari ponsel dari debu, kotoran lain termasuk goresan-goresan.

7. Letakkan ponsel Anda di tempat yang kering dan aman. Hindarkan pemakaian ponsel di tempat-tempat yang dilarang karena akan menyebabkan arus listrik yang berbahaya dan ancaman lain.

8. Selalu letakkan ponsel di tempat dengan temperatur yang stabil dan normal sehingga tidak terjadi kondensasi dan kerusakan ponsel akibat suhu yang terlalu tinggi atau rendah.

Tentang Mikrotik

MikroTik RouterOS™ adalah sistem operasi linux yang dapat digunakan untuk menjadikan komputer menjadi router network yang handal, mencakup berbagai fitur yang dibuat untuk ip network dan jaringan wireless, cocok digunakan oleh ISP dan provider hostspot.

Ada pun fitur2 nya sbb:

* Firewall and NAT - stateful packet filtering; Peer-to-Peer protocol filtering; source and destination NAT; classification by source MAC, IP addresses (networks or a list of networks) and address types, port range, IP protocols, protocol options (ICMP type, TCP flags and MSS), interfaces, internal packet and connection marks, ToS (DSCP) byte, content, matching sequence/frequency, packet size, time and more... * Routing - Static routing; Equal cost multi-path routing; Policy based routing (classification done in firewall); RIP v1 / v2, OSPF v2, BGP v4

* Data Rate Management - Hierarchical HTB QoS system with bursts; per IP / protocol / subnet / port / firewall mark; PCQ, RED, SFQ, FIFO queue; CIR, MIR, contention ratios, dynamic client rate equalizing (PCQ), bursts, Peer-to-Peer protocol limitation

* HotSpot - HotSpot Gateway with RADIUS authentication and accounting; true Plug-and-Play access for network users; data rate limitation; differentiated firewall; traffic quota; real-time status information; walled-garden; customized HTML login pages; iPass support; SSL secure authentication; advertisement support

* Point-to-Point tunneling protocols - PPTP, PPPoE and L2TP Access Concentrators and clients; PAP, CHAP, MSCHAPv1 and MSCHAPv2 authentication protocols; RADIUS authentication and accounting; MPPE encryption; compression for PPPoE; data rate limitation; differentiated firewall; PPPoE dial on demand

* Simple tunnels - IPIP tunnels, EoIP (Ethernet over IP)

* IPsec - IP security AH and ESP protocols; MODP Diffie-Hellman groups 1,2,5; MD5 and SHA1 hashing algorithms; DES, 3DES, AES-128, AES-192, AES-256 encryption algorithms; Perfect Forwarding Secrecy (PFS) MODP groups 1,2,5

* Proxy - FTP and HTTP caching proxy server; HTTPS proxy; transparent DNS and HTTP proxying; SOCKS protocol support; DNS static entries; support for caching on a separate drive; access control lists; caching lists; parent proxy support

* DHCP - DHCP server per interface; DHCP relay; DHCP client; multiple DHCP networks; static and dynamic DHCP leases; RADIUS support

* VRRP - VRRP protocol for high availability

* UPnP - Universal Plug-and-Play support

* NTP - Network Time Protocol server and client; synchronization with
GPS system

* Monitoring/Accounting - IP traffic accounting, firewall actions logging, statistics graphs accessible via HTTP

* SNMP - read-only access

* M3P - MikroTik Packet Packer Protocol for Wireless links and Ethernet

* MNDP - MikroTik Neighbor Discovery Protocol; also supports Cisco Discovery Protocol (CDP)

* Tools - ping; traceroute; bandwidth test; ping flood; telnet; SSH; packet sniffer; Dynamic DNS update tool

Layer 2 connectivity

* Wireless - IEEE802.11a/b/g wireless client and access point (AP) modes; Nstreme and Nstreme2 proprietary protocols; Wireless Distribution System (WDS) support; virtual AP; 40 and 104 bit WEP; WPA pre-shared key authentication; access control list; authentication with RADIUS server; roaming (for wireless client); AP bridging

* Bridge - spanning tree protocol; multiple bridge interfaces; bridge firewalling, MAC

* VLAN - IEEE802.1q Virtual LAN support on Ethernet and wireless links; multiple VLANs; VLAN bridging

* Synchronous - V.35, V.24, E1/T1, X.21, DS3 (T3) media types; sync-PPP, Cisco HDLC, Frame Relay line protocols; ANSI-617d (ANDI or annex D) and Q933a (CCITT or annex A) Frame Relay LMI types

* Asynchronous - s*r*al PPP dial-in / dial-out; PAP, CHAP, MSCHAPv1 and MSCHAPv2 authentication protocols; RADIUS authentication and accounting; onboard s*r*al ports; modem pool with up to 128 ports; dial on demand

* ISDN - ISDN dial-in / dial-out; PAP, CHAP, MSCHAPv1 and MSCHAPv2 authentication protocols; RADIUS authentication and accounting; 128K bundle support; Cisco HDLC, x75i, x75ui, x75bui line protocols; dial on demand

* SDSL - Single-line DSL support; line termination and network termination modes


Instalasi dapat dilakukan pada Standard computer PC.
PC yang akan dijadikan router mikrotikpun tidak memerlukan resource
yang cukup besar untuk penggunaan standard, misalnya hanya sebagai gateway.

berikut spec minimal nya :

* CPU and motherboard - bisa pake P1 ampe P4, AMD, cyrix asal yang bukan multi-prosesor

* RAM - minimum 32 MiB, maximum 1 GiB; 64 MiB atau lebih sangat dianjurkan, kalau mau sekalian dibuat proxy , dianjurkan 1GB... perbandingannya, 15MB di memori ada 1GB di proxy..

* HDD minimal 128MB parallel ATA atau Compact Flash, tidak dianjurkan menggunakan UFD, SCSI, apa lagi S-ATA Very Happy

*NIC 10/100 atau 100/1000

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Design by Free WordPress Themes | Bloggerized by Lasantha - Premium Blogger Themes | Affiliate Network Reviews