Posts List

Google Docs && Linux

Welcome to the cloud computing.. Requirements: A working Linux OS :) Google Account gdata (API to Google Services) fuse-python google-docs-fs Installation: gdata is available on slackbuilds repository, install it using sbopkg tool on Slackware distro fuse-python: $ hg clone http://mercurial.creo.hu/repos/fuse-python-hg $ cd fuse-python-hg $ python setup.py build $ sudo python setup.py install google-docs-fs: $ hg clone https://code.google.com/p/google-docs-fs/ $ cd google-docs-fs/ $ python setup.py build $ sudo python setup.

Conky Dan Virtual Desktop di Linux

Apa itu Conky? Menurut penjelasan dari homepage nya: Conky is a free, light-weight system monitor for X, that displays any information on your desktop. Conky is licensed under the GPL and runs on Linux and BSD. Untuk mengkonfigurasi Conky agar tampil pada semua desktop virtual di Linux digunakan opsi sticky pada file konfigurasi conky, pada opsi own_windows_hints, e.g: ... own_windows_hints undecorated, below, sticky, skip_taskbar, skip_pager ... Sebaliknya, jika hanya ingin ditampilkan pada satu dekstop, hilangkan opsi sticky

Backup Data Dengan rsync di Linux

Di zaman yang serba modern ini banyak media-media yang bisa kita pakai untuk menyimpan cadangan data-data dari komputer kita. Mulai dari media yang menggunakan teknologi optik seperti CD, DVD, Blue Ray, etc… yang notabene memiliki cost yang lebih kecil jika dibandingkan dengan media berteknologi solid state seperti flash disk atau SSD (Solid State Drive). Mungkin juga kita bisa menggunakan fasilitas cloud computing yang sedang marak saat ini. Dalam hal backup-membackup,sebagai pengguna Linux, tentunya sudah tidak asing dengan istilah rsync.

Kompilasi dan Instalasi Kernel Linux v3.0

Intro.. Postingan ini berisi dokumentasi tentang kompilasi dan installasi kernel Linux versi 3 yang telah saya coba di distro Slackware Linux, yang secara garis besar tidak ada perbedaan dengan kompilasi Linux kernel 2.x. Saat tulisan ini dibuat Slackware Linux (13.37) masih menggunakan kernel Linux versi 2.6.37.6, sedangkan untuk Slackware-current (28 Sept 2011) masih memakai kernel Linux versi 2.6.38.7. Background.. Belum lama ini Linus Torvalds memutuskan untuk me-release kernel Linux terbaru yaitu versi 3 yang merupakan succesor dari kernel Linux versi 2.

Kompilasi Source Code Virtualbox di Slackware-current

Setelah mengikuti langkah-langkah di slackwiki untuk kompilasi VirtualBox dari source code di Slackware -current, saya masih mengalami beberapa masalah; Pada saat akan menkonfigurasi virtual machine, muncul warning dialog: Failed to access the USB subsystem. Saya mencoba menggunakan script rc.vboxdrv yang ada di paket virtualbox-ose-3.2.6-i486-2sl, namun tetap tidak berhasil. Dari pesan diatas bisa dipastikan bahwa Virtual Machine di VirtualBox tidak bisa mengakses peripheral USB yang ada di sistem operasi host Virtual Machine:

Prototyping Android Application's User Interface by using Pencil

I’ve recently work in research projects that focus on porting an application to run on Android platform. Initially, this project only runs on the Linux operating system. This project called SAJE (System Aware Java Environment). Yes, it uses Java as programming language. I’ve decided to use Eclipse IDE because it has the plugins that I need, ADT (Android Development Tools) and CDT (C/C++ Development Tools) since partially SAJE use JNI (Java Native Interface) on it.

Coloring Out Terminal Output of Python Apps

If we have terminal based application, sometime it’s useful to coloring out its output.. for easier to read, et bien sûr because it will be more beautiful :^) After searching around how to coloring out terminal output of python applications, voila Python termcolor module. OK… just pip-ing it, pip install termcolor Installation run smoothly. I tested some example given on its site, and.. what a surprise! it can also blinking out the terminal output.

Qu'est-ce Que Slackware Linux

Slackware Linux est un système d’exploitation conçu par deux objectifs: la facilité d’utilisation et la stabilité comme priorités absolues y compris le tout dernier logiciel populaire, offrant la simplicité et la facilité d’utilisation aux côtés de la flexibilité et de la puissance. Depuis sa première “version beta” en avril 1993 le projet Slackware Linux à produire vise le plus “UNIX-like” distribution de Linux.

NS2 Installation on Slackware 13.0

New year.. new semester.. and new subjects too. In this semester I joined the CBNS (Computer Based Network Simulation) course and luckily it’s use the NS2 Network Simulator that run on Linux environment. I’ve managed to install it on my Slacky 13.0 and I want to share my “Trial & Error”. To put all things simple, I use the ns-allinone version, although there are individual package also , It’ll produce error when compiled on new Linux distribution, since some library are too old.

Why you should try Slackware

Slackware is the oldest surviving Linux distribution, founded by Patrick Volkerding in July of 1993. From the onset, the operating system has maintaineslackwared a minimalist approach to computing. It is renowned for its speed and stability, due in part to the fundamental principle of keeping packages as vanilla as possible. Aside from essential patching, each package in Slackware is exactly as the developers intended. After all this time it is still a one man show, although Patrick has a team of loyal volunteers around him.