Rolly Maulana Awangga :: Catatan Ngoprek IT

Pakar dan Awam sama saja, sama sama belajar

Daily Archives: 27 Agustus 2013

SSH Access Without IP Public from Mobile Phone or Computer

SSH Access Without IP Public from Mobile Phone or Computer

Now u can remotely access SSH shell from your computer or mobile phone (or you can call it Smartphone) by installing robotito in your Raspberry Pi or your Debian Box you can access SSH just from Google Talk anywhere anyfrom.
I made a script (tested on my raspian OS in Raspberry Pi) so u can easyly install robotito. this is the steps
1. Open Shell Command or u can call it Terminal, go to your home folder, Download installer script by command :
wget https://opengateway.googlecode.com/files/robotito
it will save to you home folder ~ (e.g /home/pi)

2. after that running the script by entering command :
sudo ./robotito

3. and then you can edit file credentials.rb in config folder if robotito using your gtalk account and save it by pressing ctrl+x and y . Default is using nano editor.

4. running the robotito in robotito folder by command
./jabbershd start

5. done you can use now from any google talk client, dont forget to add robotito gtalk account to your google talk account and test it with chatting each other before using the account.

Instalasi Rubygems dan Bundler pada Ruby 1.8.7 di Raspberry Pi

Instalasi Rubygems dan Bundler pada Ruby 1.8.7 di Raspberry Pi

Setelah mengikuti langkah instalasi Ruby 1.8.7 untuk raspberry pi.
Selanjutnya kita lakukan langkah seperti pada gambar. dan sentuhan terakhir melakukan perintah:

sudo ln -s /usr/bin/gem1.8 /usr/bin/gem

Kemudian lanjut instalasi bundler dengan perintah

sudo gem install bundler

Instalasi Ruby 1.8.7

Mengingat bahwasanya banyak script ruby yang tidak berjalan pada versi terbaru (1.9.3) maka terpaksa kita melakukan instalasi Ruby 1.8.7 daripada harus ribet kompilasi ulang apalagi meng kode ulang. cukup gunakan perintah :

sudo apt-get install ruby1.8 ruby1.8-dev ri1.8 ruby1.8-examples libtcltk-ruby1.8