Minggu, 23 Oktober 2011

Easy Share File Data with DropBox

About DropBox :

Dropbox is a free service that lets you bring your photos, docs, and videos anywhere and share them easily. Never email yourself a file again!

So the meaning is you don’t have to emailing your file for your friends again if you don’t have time. just move your file to share folder of dropbox and get the link from your computer. the importany think you can access your file/data from other PC/Laptop or Synchronization. for case like this :

I want to send my file is hallo.doc

Go to Dropbox share folder :

image

choose the files and paste to Public folder

image

open right click the file and choose Dropbox->Copy Public link. the result  like http://dl.dropbox.com/u/46640803/Hallo.docx.  your link was can shared with friends.

This for install for your computer Dropbox. when you have already success install the application you will get free 2 giga  free space (up to 8 giga). click here Dropbox.

Jumat, 15 Juli 2011

Pembusukan Terindah

Saya itu fasilitas kalian...
Silahkan gunakan saya..
Dengan sebaik-baiknya...
Tanpa rasa lelah akan ku layani sepenuh hati..
Karena jiwa ku telah menyatu dengan penderitaan kalian...
Karena rasa senang ku telah terbang ketika kebahagian kalian menyelimuti tiap terbit fajar dan terbenamnya sang surya....
Congkak kalian kan saring dengan senyum didada dengan rasa bangga....
Karena kalian bagian dari pembusukan terindah dalam hati ini...

Kamis, 14 Juli 2011

Merubah Dunia, Mungkinkah?(Kontemplasi)


The Willingness to Change (Hasrat Untuk Berubah)

When I was young and free, and my imagination has no limits,
Ketika aku masih muda, dan bebas untuk berkhayal

I dreamed of changing the world.
Aku bermimpi untuk mengubah dunia

As I grew older and wiser, I discovered the world would not change.
Seiring dengan bertambahnya usia dan kearifanku, kudapati bahwa dunia tak kunjung berubah

So I shortened my sights somewhats,
Maka cita-citaku agak kusederhanakan

And decided to change only my country, But it too seemed immovable.
Dan kuputuskan hanya mengubah negeriku, Namun tampakanya itu pun tidak berhasil

As I grew into twilight years, in one last desperate attempt,
Ketika usiaku semakin senja, dengan semangatku yang masih tersisa

I settled for changing only my family, Those closet to me,
Kuputuskan untuk mengubah keluargaku saja, mereka yang paling dekat denganku,

But alas, They would have none of it.
Tetapi celakanya, mereka pun tidak dapat diubah

And now as I lay on my deathbed, I suddenly realized;
Dan kini, sementara aku terbaring saat ajal menjelang, tiba-tiba kusadari,

Rabu, 06 Juli 2011

Maven Clean Error

Sometimes when I build project with maven make my work very complicated because a commmand :

$ mvn clean

after that I try build with

$mvn install

just make an error like this:

[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.715s
[INFO] Finished at: Thu Jul 07 10:34:01 WIT 2011
[INFO] Final Memory: 12M/29M
[INFO] ------------------------------------------------------------------------

and other

[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

How to avoid deadlock because that? just try one this trick :

type:

Kamis, 23 Juni 2011

Solved problem index.php browser popup a dialog to save the file on debian

if you are have problem as title above, I will give a little trick fo solve that .

For the step :

  1. type :
  2. debian:~# /etc/init.d/apache2 restart

    if you found like :

    Reloading web server config: apache2apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName

    Solve with :

Rabu, 22 Juni 2011

How To Download File From Other server on Linux

Sometimes we  need a file from other server bases linux, so we should backup the data from the server. So we need command for how to download file from there .

eg :

after that you can look display, below

Quick Install Command Apache2 & PHP5 on Debian

This my command notes if I want to install apache2 & PHP5 on Debian :

Install apache2 in debian

$apt-get install apache2 

$apt-get install openssl ssl-cert

install PHP5 in debian

$apt-get install libapache2-mod-php5 php5-cli php5-common php5-cgi

Generate A certificate

openssl req $@ -new -x509 -days 365 -nodes -out /etc/apache2/apache.pem -keyout /etc/apache2/apache.pem

Base Command For Check Your Had Installed Program on Your Linux

Again, I m always forget about anything simple command on linux. but now I want to write in this blogs for my  daily notes.

  1. Check what have install :   dpkg –l
  2. Check and grep specific program :dpkg -l | grep <nameofprogram>
  3. Check list of package not install but available in dpkg chache : dpkg -l "apache*"