Bekatul Port


A Kiss is a lovely trick designed by nature, to stop speech when words become superfluous.

19 Dec 11, 11:12:28
Isim Dan Dhomah !

Sebabnya karena kemasukan huruf(harfu) al-nida'.

Harfu al-nida' adalah huruf yang di gunakan untuk menyeru atau memanggil. Dan yang dipanggil atau isim setelah harfu al-nida’ disebut munada.

Harfu al-nida’ ada 7 yaitu:

أي dan أ untuk munada yang jauh atau sesuatu yang di panggil itu dekat dari tempat kita berada.
...

read more



19 Dec 11, 11:12:40
Isim Dan Kasrah !

Sebabnya karena kemasukan huruf jar.

Huruf jar yang mashur ada 9:

min (dari) 
ila (ke)
'an (dari)
'ala (diatas)
fi (pada)
rubba (sedikit atau jarang)
bi (dengan)
ka (seperti)
li atau la (untuk atau bagi)

Contoh:

read more



14 Dec 11, 01:12:36
Playing with Pulseaudio

Every PulseAudio “Sink” has a “Source” named “monitor”. This lets you attach to a given Sink and chain more stuff to it, for example, recording the audio that is playing through PulseAudio at any given moment. This is very handy for creating, for example, PubQuiz-style clips of songs, movies, etc.

read more



09 Nov 11, 03:11:51
Today !

We are guilty of many errors and many faults
but our worst crime is abandoning the children, neglecting the fountain of life.

Many of the things we need can wait.
The child cannot.

Right now is the time his bones are being formed,
his blood is being made,
and his senses are being developed.

To him we cannot answer 'Tomorrow.'
His name is 'Today.'

By Gabriela Mistral (Chilean Poet  1889- 1957)



27 Oct 11, 11:10:55
Tangis dan neraka

“Tidak akan pernah masuk ke dalam neraka seorang yang pernah menangis karena takut kepada Allah.” (HR at-Tirmidzi).



26 Oct 11, 06:10:16
Ukhuwah ...

“Di sekitar Arasy ada menara-menara dari cahaya. Di dalamnya ada orang-orang yang pakaiannya dari cahaya dan wajah-wajah mereka bercahaya. Mereka bukan para nabi atau syuhada’. Para nabi dan syuhada’ iri kepada mereka. Ketika ditanya para sahabat, Rasulullah SAW menjawab, “Mereka adalah orang-orang yang saling mencintai kerana Allah, saling bersahabat kerana Allah dan saling kunjung mengunjungi kerana Allah.”  (HR Tirmidzi)

read more



14 Apr 11, 01:04:22
Native C Application @ Android

Pre:

Building native now is pretty easy, no need to build the android source like before, as google already provide the ndk that gives us a handy tool to go.

I'm using to do this android-ndk-r5-linux-x86.tar.bz2 in my case.

This is the path i use:

source code: /home/dd/android/dev/native
android ndk: /home/dd/android/android-ndk-r5
android sdk: /home/dd/android/android-sdk-linux_86

Do The Story:

Create the initial code named /home/dd/android/dev/native/test.c:

#include  <stdio.h>// printf

read more



13 Apr 11, 04:04:04
Using crokscrew or socat to use git via proxy

Pre:

You're behind proxy and you want to do things behind it, you will have options like: proxychains, corkscrew, or socat.

This page is related to corkscrew and socat.

Do:

1. Corckscrew:

Create general wrapper (named: /tmp/corkscrew.wrapper):

#!/bin/bash

read more



13 Apr 11, 01:04:14
Mirror android to local git server

Pre:

I'm assuming you already familiar with how gitosis & git working, read my page @ http://www.bekatul.info/content/git-gitosis if you're still out of it.

Setup Do:

1. (mirror-user) Create the android mirror:

$ cd /path/to/local/mirror
$ wget http://android.git.kernel.org/repo
$ chmod +x ./repo

Check out the master branch:

read more



06 Apr 11, 08:04:48
Git with Gitosis

Pre:

You want to set up git server @ debian

 

Note:

# -> means execute as root

# -> means execute as normal user

 

Initial Setup:

1. (root) Install the gitosis and git:

# apt-get install gitosis git-core

Debian will resulting gitosis to create user gitosis with home directory set to /srv/gitosis.

2. (root) Generate the admin public key (root pub key in this case) if you're not already

read more