one2pret,inc
Our Hot Creation, Imagination & Just Adventures
Selasa, 22 April 2014
Ketika Sampah Curhat Tentang Manusia Di Hari Bumi
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 :
choose the files and paste to Public folder
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)
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 :
- type :
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 :
- debian:/usr/src# scp -P 22 root@ipsource:/usr/src/nameoffile.tar.gz nameoffile.tar.gz
after that you can look display, below
- root@ipsource's password: “type the password”
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