Rp 70 juta/bulan dari bisnis di internet? Klik di sini dan temukan caranya!

Best Wordpress Theme Ever

WP Theme DarkYesterday, June 21st, 2007 I changed the theme for this blog. For the last few days, I was looking for the best theme design for new inspiration in making my own theme, but when I found this wordpress theme in google, I finally stop searching, it was a really smashing design. You can see it in this blog, I’m using it now.

The real Dark Theme is dominated with blue color. With a little bit change in images and styles, I change the blue dominated theme with my favorite theme color, bloody red :D

I’m really satisfied with this theme. After finishing the modification of it, I will give it free for all wordpress users.

Just wait and see…

Aku akan Membopongmu setiap Pagi sampai Kita Tua

Pada hari pernikahanku, aku membopong istriku. Mobil pengantin berhenti di depan flat kami yang cuma berkamar satu. Sahabat-sahabatku menyuruhku untuk membopongnya begitu keluar dari mobil. Jadi kubopong ia memasuki rumah kami. Ia kelihatan malu-malu. Aku adalah seorang pengantin pria yang sangat bahagia. Ini adalah kejadian 10 tahun yang lalu. Hari-hari selanjutnya berlalu demikian simpel seperti secangkir air bening. Kami mempunyai seorang anak, saya terjun ke dunia usaha dan berusaha untuk menghasilkan banyak uang. Begitu kemakmuran meningkat, jalinan kasih di antara kami pun semakin surut. Ia adalah pegawai sipil. Setiap pagi kami berangkat kerja bersama-sama dan sampai di rumah juga pada waktu yang bersamaan.

Anak kami sedang belajar di luar negeri. Perkawinan kami kelihatan bahagia. Tapi ketenangan hidup berubah dipengaruhi oleh perubahan yang tidak kusangka-sangka. Dewi hadir dalam kehidupanku. Waktu itu adalah hari cerah, aku berdiri di balkon dengan Dewi yang sedang merangkulku. Hatiku sekali lagi terbenam dalam aliran cintanya ini adalah apartemen yang kubelikan untuknya. Dewi berkata, “Kamu adalah jenis pria terbaik yang menarik para gadis.” Baca selengkapnya »

How To Use Wget Through Proxy

Wget is a super-useful utility to download pages and automate all types of web related tasks. It works for HTTP as well as FTP URL’s. Here is a brief tutorial on how to use wget through proxy server.

To get wget to use a proxy, you must set up an environment variable before using wget. Type this at the command prompt / console:

For Windows:

set http_proxy=http://proxy.example.com:8080

For Linux/Unix:

bash# export http_proxy="http://proxy.example.com:8080"

Replace proxy.example.com with your actual proxy server.
Replace 8080 with your actual proxy server port.

You can similarly use ftp_proxy to proxy ftp requests. An example on Linux would be:

bash# export ftp_proxy="http://proxy.example.com:8080"

Then you should specify the following option in wget command line to turn the proxy behavior on:

–proxy=on

Alternatively you can use the following to turn it off:

–proxy=off

You can use –proxy-username=”username” –proxy-passwd=”password” to set proxy user name and password where required.
Replace user name with your proxy server user name and password with your proxy server password. Another alternative is to specify them in http_proxy / ftp_proxy environment variable as follows:

bash# export http_proxy="http://yourusername:yourpassword@proxy.example.com:8080"

Example:

your proxy: proxy.domain.com
your proxy port: 8080
your proxy username: user01
your proxy password: giveme

You can type the command as follows:

bash# export http_proxy="http://user01:giveme@proxy.domain.com:8080"
bash# wget -Y on http://anydomain.com/something_to_download.zip

Your download should start then :D

[tags]wget, proxy, linux[/tags]

Rp 70 juta/bulan dari bisnis di internet? Klik di sini dan temukan caranya!