Sabtu, 07 April 2012

- Yahoo Messenger Fun Fact -

Yahoo Messenger (YM)

Yahoo Messenger is one of popular chat engine in Internet.YM is product from Yahoo! Inc. among another products like email (mail.yahoo.com), news (news.yahoo.com) and search engine (search.yahoo.com). YM provides many features like avatar picture, video chatting, emoticon, file transfer and etc. In this article I'll show some fun fact about YM. You can download YM software here.
  1. YM Multiple Log in
    In default yahoo messenger doesn't allow user to log in with multiple ID in one PC. If you already log in yahoo in browser and then log in with yahoo messenger application, your log in session in browser will automatically ended. But don't worry, if you want to log in with many yahoo ID in one computer, I will show some ways to solve in. :D
    - With registry editor:  
       a. Open registry editor (click Start Menu => Run => type regedit and then klik ok)
       b. Find key [HKEY_CURRENT_USER\Software\Yahoo\Pager\Test]
       c. Right click in key Test => choose New => DWORD Value
    DWORD Value
       d. Remove "New nameValue #1" and  change to "plural" (without quote)
    DWORD value
    Change Value Name to plural
     - With YahooGhost Application
        YahooGhost is an application that allow user to configure more feature in Yahoo Messenger like
         remove ads and configure multiple login. You can download Yahoo Ghost here.
    Yahoo Ghost
    And this is the result......
    Yahoo Messenger Multiple Log in

  2. YM Status
    -Link
    Yahoo Messenger supports users to make link in their status. With this link users can promote their blog or website.
    Create YM status with link

    -Emoticon
    Beside support link Yahoo Messenger status also supports emoticon. These are the codes to make emoticon.
    Yahoo Messenger Emoticon

  3. Control Location with YM
    To do this you have to have two yahoo messenger IDs, two computers with at lest one of them equipped with camera and internet line for both. and this is the scenario:
    a. Login with first YM ID in computer with camera in a place where you want to monitor.
    b. Setting your first YM login like this:

    c  Login with second YM ID in another place to monitor the place where you login with first ID

Install SSH Server Ubuntu 10.04 (VMware)

Apa sih SSH?
SSH atau Secure Shell adalah sebuah service dari sebuah sistem operasi yang memungkinkan user dapat melakukan remote terhadap sistem operasi itu melalui jaringan internet / lokal. SSH merupakan perbaikan dari telnet, dimana pada telnet tidak ada enkripsi saat dilakukan pertukaran data sehingga data yang ditransmisikan sangat mudah untuk ditangkap orang lain dengan menggunakan packet sniffer atau yang lain.

Untuk simulasi SSH akan menggunakan aplikasi Putty yang merupakan aplikasi freeware.
Putty dapat didownload di Lab Sisjar ITTelkom (tempat saya praktikum :D) .::download::.


Install SSH pada Ubuntu Server 10.04

sebelum menginstal service SSH jangan lupa masukkan ISO installer Ubuntu Server ke Disc Drive setelah itu lakukan mounting ISO tersebut dengan syntax "apt-cdrom add /media.
Mount hanya dilakukan jika CD Drive / ISO belum bisa digunakan (Belum dikenali oleh ubuntu) 

 Memasukkan ISO sebagai CD Drive pada VMware
(Menu VM=>setting)
 Mounting ISO / CD installer

 Setelah berhasil melakukan mounting maka saatnya untuk melakukan instal service SSH
systaxnya "apt-get install openssh-server"
 Install SSH (Error)
Jika terjadi error seperti gambar di atas maka tambahkan syntax --fix-missing
"apt-get install openssh-server --fix-missing"

Hasil install SSH

Untuk file konfigurasi SSH sendiri ada di file "/etc/ssh/sshd_config"
untuk membukanya bisa menggunakan editor nano
"nano /etc/ssh/sshd_config"
Jangan lupa setiap selesai melakukan perubahan pada file konfigurasi ini untuk melaukan restart service dari SSH tersebut syntaxnya "/etc/init.d/ssh restart"

Sekarang lanjut agar ubuntu server yang sudah diinstall di vmware bisa diremote dari OS kita (OS untuk install VMware)
1. Setting IP Address Ubuntu Server 10.04
    file konfigurasinya ada di "/etc/network/interfaces" untuk mengeditnya bisa menggunakan editor nano "nano /etc/network/interfaces". Tambahkan / edit seperti gambar di bawah ini.
Sama seperti SSH atau service yang lainnya setelah melakukan konfigurasi maka restart servicenya. Untuk restart service networking syntaxnya "/etc/init.d/networking restart"

2. Setting IP pada VMNet8 pada OS kita
VMnet8 adalah Interface yang dipakai OS kita untuk berhubungan dengan VMware jika pada interface VMware kita setting dengan mode NAT.

3. Test Koneksi OS kita dengan OS yang kita install di VMware
Untuk test koneksi bisa menggunakan command ping (disini dari win XP)
Jika hasilnya reply from 192.168.1.1 (IP ubuntu server) maka Win XP telah berhasil terkoneksi dengan Ubuntu Server 10.04 yang diinstal pada VMware.
4. Test SSH dengan menggunakan Putty
192.168.1.1 adalah IP Address Ubuntu Server
8184 adalah port untuk SSH yang telah dikonfigurasi pada "ect/ssh/sshd_config" jika belum dikonfigurasi portnya tetap port 22
Klik Open

5. Hasil remote dengan Putty
Setelah tahap ini berhasil maka kita dapat mengkonfigurasi Ubuntu Server melalui putty seperti mengkonfigurasinya langsung pada VMware.

*kalau ada saran dan pertnyaan bisa komen.. hehehehe :D