Showing posts with label Sabily. Show all posts
Showing posts with label Sabily. Show all posts

Gunakan Konsole Linux menjadi Browser

11:27 AM | , , , , , ,


Apa yang Anda lihat dari gambar di atas?
Yupz saya sedang mengakses facebook dari sebuah konsole linux. Bagaimana caranya?

Singkat saja Anda cuma butuh  2 langkah untuk melakukan seperti apa yang saya lakukan di atas.

Pertama, Instal aplikasi w3m di linux Anda dengan mengetikan perintah
sudo apt-get install w3m

Kedua, buka alamat web yang ingin Anda kunjungi dengan perintah
w3m www.google.com

Dan akan keluar tampilan seperti berikut



Untuk memasukan inputan text pada halaman web Anda cukup menekan enter pada text yang berwarna merah lalu isikan apa yang ingin Anda tulis. Lalu tekan enter lagi maka akan tertulis pada textbox web seperti pada gambar di atas.
Untuk keluar dari w3m Anda cukup menekan tombol Ctrl+z

Selamat mencoba ^_^
Read More

Install Laravel in ubuntu varian

8:59 PM | , , , , , , , ,

Requirements

  • Apache, nginx, or another compatible web server.
  • Laravel takes advantage of the powerful features that have become available in PHP 5.3. Consequently, PHP 5.3 is a requirement.
  • Laravel uses the FileInfo library to detect files' mime-types. This is included by default with PHP 5.3. However, Windows users may need to add a line to their php.ini file before the Fileinfo module is enabled. For more information check out the installation / configuration details on PHP.net.
  • Laravel uses the Mcrypt library for encryption and hash generation. Mcrypt typically comes pre-installed. If you can't find Mcrypt in the output of phpinfo() then check the vendor site of your LAMP installation or check out the installation / configuration details on PHP.net.

Installation


  1. Download Laravel
  2. Extract the Laravel archive and upload the contents to your web server.
  3. Set the value of the key option in the config/application.php file to a random, 32 character string.
  4. Verify that the storage/views directory is writable.
    You can use chmod option like this
    #chmod a+w your_path/storage/views  -R
  5. Navigate to your application in a web browser. http://localhost/laravel/public
Read More

pySioGame : Game Edukasi Untuk Melatih Kecerdasan Anak

12:28 PM | , , , , ,

Mas..mas.. punya game bagus nggak? tanya salah seorang anak didikku di TPA. (Kebetulan ane ikut ngajar ngaji di salah satu TPA di kota Sleman, Yogyakarta)
Hemm, akhirnya timbullah inisiatif ane buat nyari game edukasi anak. Sekali-kali mungkin mereka juga butuh hiburan tapi tak sekedar hiburan. Akhirnya setelah browsing-browsing ketemu juga game dengan nama  pySioGame .

pySioGame adalah seperangkat aplikasi pendidikan dan permainan untuk anak-anak yang dapat dimainkan semua dalam satu paket yang isinya meliputi matematika, membaca, menulis, melukis, dan melatih ingatan anak. Sasaran game ini untuk anak-anak berusia antara 3 dan 10.

Oya, sampai lupa game ini berjalan di Linux. Cara instalasi gamenya sbb:
buka terminal terus ketikan perintah berikut ini satu persatu.

sudo add-apt-repository ppa:upubuntu-com/edu
sudo apt-get update
sudo apt-get install pysiogame
Nah terus jalankan game dari menu maka akan muncul tampilan game-game menarik seperti gambar di bawah ini. Selamat mencoba :)




Read More