Bagaimana Cara Membuat Alias Di Yahoo Messenger (YM)
Posted by Bagaimana Cara in tips tricks, yahoo, yahoo messenger
Pernah liat ID/nick orang di Room Yahoo yang aneh2? Atau lihat temen Anda punya banyak nick dalam 1 account YM? Boleh jadi orang tersebut menggunakan ALIAS di account Yahoo mereka.
Apa itu alias di Yahoo?
Singkatnya dengan alias kita mempunyai 1 account email Yahoo, tapi dengan nick yang bermacam-macam. Kita juga dapat login ke account Yahoo kita menggunakan nick alias tersebut.
Bagaimana cara membuat alias di Yahoo Messenger? Berikut adalah caranya:
1. Login ke yahoo account Anda.
2. Klik link berikut ini http://edit.yahoo.com/config/list_alias?.src=ym
3. Masukan nick baru pada box "Buat alamat Surat Yahoo! baru". Lalu klik tombol Periksa Ketersediaan. Seperti pada Gambar 1
Gambar 1. Isi nick baru Anda pada box yang tersedia.
4. Contohnya saya membuat alias blue_9netter. Jika proses pembuatan nick, maka akan terlihat seperti pada Gambar 2. Klik tombol Pilih untuk melanjutkan.
Gambar 2. Pembuatan nick blue_9netter berhasil.
5. Terakhir masukan kode verifikasi/validasi. Lalu klik tombol OK. Lihat Gambar 3.
Gambar 3. Masukan kode verifikasi sesuai gambar yang muncul
6. Selesai. Anda telah berhasil membuat alias baru di Yahoo.
How To Set and Choose Your Football Goal?
If you plan to make football field, one of the most important thing that should you concern is about goal football.
The goal should be placed in the center of each goal line. Wide goal is 3 m measured from the inside pole. High while the goal is 2 m measured from the inside of the goal post crossbar to the ground.
Pole-sectional shape that allowed the boxes and circles, but circle-sectional shape is preferred, because it is relatively more secure than if the crash was also the reflection of the ball with more circular cross-section pole directions accurately produce.
Nylon nets goal, which tied into the goal post and crossbar. Goal depth is 80 cm to the top of the goal, and 100 cm for the bottom.
So, where I can get good material for my goal football? I suggest you watch two following videos to get good football goal:
1. Portable Football Goals
By using portable football goal, it will be easy to move the goal to the place as you want. See the video here :portable football goals
2. Inflatable Football Goals
By using inflatable football goals, it will prevent the goal from broken because of big hit from the ball. See the video here:inflatable football goals
Bagaimanakah Caranya Login Otomatis Di Putty SSH?
1. Download aplikasi Autohotkey di sini http://www.autohotkey.com/download/
2. Install Autohotkey di komputer anda
3. Buat file dengan notepad, simpan file tersebut dengan extensi .ahk. Seperti berikut:
;==============Mulai Code====================
; Pastikan file Putty.exe telah berada di drive C:\
v_program=C:\Putty.exe 192.168.0.1
v_userid=root
v_passwd=admin
; waktu tunggu sebelum send userid (milisecond)
v_wait_userid=1000
; waktu tunggu sebelum send password (milisecond)
v_wait_passwd=1000
;-------------------------------------------------
; To make modifier keys to work properly (such as Shift)
SetKeyDelay, 0, 10
run, %v_program% , , , newpid
;you need to wait a little for the window to initialize
;sleep, 100
winwait, ahk_pid %newpid%
;wait for the login prompt to appear
sleep, %v_wait_userid%
ControlSend, , %v_userid%{enter}, ahk_pid %newpid%
sleep, %v_wait_passwd%
ControlSend, , %v_passwd%{enter}, ahk_pid %newpid%
;create unique title so you won't be lost
WinGetTitle, v_title, ahk_pid %newpid%
v_newtitle=%v_title% - %newpid%
;setting judul window
WinSetTitle, PUTIKU
;kirim key Alt+Enter, sehingga putty lsg full screen.Pastikan pilihan Full Screen on Alt+Enter pd Putty enable
Send !{ENTER}
;==============Akhir Code====================
4. Buka feature Convert .ahk to .exe
5. Browse file .ahk yang tadi anda buat, dan lokasi file hasil (.exe)
6. Klik Convert
7. Selesai