12/15/09

Bermain dengan SSHFS

SSHFS adalah singkatan dari SSH Filesystem.

Untuk dapat menggunakannnya pada Ubuntu ikuti langkah-langkah berikut ini.

1. Download FUSE

wget -c http://sourceforge.net/projects/fuse/files/fuse-2.X/2.8.1/fuse-2.8.1.tar.gz/download

2. Download SSHFS

wget -c http://sourceforge.net/projects/fuse/files/sshfs-fuse/2.2/sshfs-fuse-2.2.tar.gz/download

3. Masuk ke folder di mana file tar Fuse disimpan, kemudian expand file tersebut.

tar xzvf fuse-2.8.1.tar.gz

4. Lalu masuk ke folder fuse-2.8.1

cd fuse-2.8.1

5. Lalu ...

sudo ./configure
sudo make
sudo make install

6. Kemudian kembali ke folder di mana file tar sshfs berada, lalu expand file tersebut.

tar xzvf sshfs-fuse-2.2.tar.gz

7. Lalu masuk ke folder sshfs-fuse-2.2

cd sshfs-fuse-2.2

8. Lalu ...

sudo ./configure

Jika muncul error seperti di bawah ini.

checking for SSHFS... configure: error: The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config.

atau

checking for SSHFS... configure: error: Package requirements (fuse >= 2.2 glib-2.0 gthread-2.0) were not met:

No package 'glib-2.0' found
No package 'gthread-2.0' found

Maka ikuti perintah berikut ini.

apt-cache search glib2 | grep dev
libglib2.0-dev - Development files for the GLib library

sudo apt-get install libglib2.0-dev

Kemudian ulang ...
sudo ./configure
sudo make
sudo make install

9. Tambahkan user pada server tujuan

sudo adduser $USER fuse

10. Dari client, ketik perintah berikut ini.

sshfs USER@ip_address: /home/USER/Desktop/Share

Dan file di server akan terlihat di dalam folder Share.

Hehe

Download Menggunakan Command Line

Untuk mendownload, kita dapat menggunakan command wget.

Contoh:
wget -c http://sourceforge.net/projects/fuse/files/fuse-2.X/2.8.1/fuse-2.8.1.tar.gz/download

Hehe

12/5/09

Top 20 Alexa Ranking (Indonesia)

Berikut ini daftar 20 site terlaris di Indonesia menurut Alexa.
1. Facebook (facebook.com)
2. Google Indonesia (google.co.id)
3. Yahoo! (yahoo.com)
4. Google (google.com)
5. Blogger.com (Blogger.com)
6. YouTube (youtube.com)
7. WordPress.com (wordpress.com)
8. Kaskus (kaskus.us)
9. Detik.com (detik.com)
10. Detiknews (detiknews.com)
11. 4shared (4shared.com)
12. KOMPAS.com (kompas.com)
13. Wikipedia (wikipedia.org)
14. RapidShare (rapidshare.com)
15. Klik BCA (klikbca.com)
16. Multiply.com (multiply.com)
17. Detik Sport (detiksport.com)
18. Twitter (twitter.com)
19. Okezone.com (okezone.com)
20. Friendster (friendster.com)

Hehe

Top 20 Alexa Ranking

Berikut adalah daftar site terlaris dunia menurut Alexa.
1. Google (google.com)
2. Facebook (facebook.com)
3. Yahoo! (yahoo.com)
4. YouTube (youtube.com)
5. Windows Live (live.com)
6. Wikipedia (wikipedia.org)
7. Blogger.com (blogger.com)
8. Baidu.com (baidu.com)
9. MSN (msn.com)
10. Yahoo!Japan (yahoo.co.jp)
11. QQ.COM (qq.com)
12. MySpace (myspace.com)
13. Google India (google.co.in)
14. Twitter (twitter.com)
15. Google China (google.cn)
16. sina.com.cn
17. Google Germany (google.de)
18. Microsoft Corporation (microsoft.com)
19. WordPress.com (wordpress.com)
20. Amazon.com (amazon.com)

12/4/09

Jogja Emergency Call Number, Nomor Telepon Penting Jogja

Berikut ini adalah nomor-nomor telepon penting Jogja.
1. Polisi 110
2. Pemadam Kebakaran 412-118
3. Ambulan 113
4. Badan SAR Nasional 115, (024) 762-8345, 762-9192
5. Pelayanan Gangguan PLN 123
6. Pelayanan Info PLN 290-123
7. Pelayanan Gangguan PDAM Tirtamarta 513-605, 550-751, 550-752
8. Informasi Tagihan Rekening Air 290-456
9. Terminal Penumpang Yogyakarta 410-015
10. Stasiun KA 589-685(Yogyakarta), 512-454(Lempuyangan), 773-021(Wates)
11. Bandar Udara Adisutjipto 485-666
12. PMI 372-176
13. LBH 376-316
14. BPOM 561-038
15, Informasi Pelayanan Jasa Pos 161
16. Konsultasi Untuk Perempuan Korban Kekerasan 553-333
17. Pengaduan Gangguan Telepon 117
18. Informasi Tagihan Telkom 109
19. Call Center Telkom 147
20. Informasi Waktu/Jam 103
21. Penerangan Lokal 108
22. Penerangan Interlokal 106
23. Hubungan Interlokal 100
24. Hubungan Internasional 105

Silakan dicek kalau ada yang salah.

Hehe