Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.

January 08 2011

23:31

Untitled

http://ping.fm/LvFc1 will gold/silver fall further? could be. will gold/silver bounce even higher? surely!

Permalink | Leave a comment  »

December 28 2010

22:49

Untitled

http://ping.fm/p8yaT copper chasing new high for 2 days in a row. silver close behind and breaks $30. gold is running just above $1400. is the rally really started??

Permalink | Leave a comment  »

December 16 2010

05:46

Untitled

http://ping.fm/nnSFF is gold a better investment than stocks?

Permalink | Leave a comment  »

December 15 2010

08:22

Untitled

http://ping.fm/ESNIo is Robert 'rich dad' Kiyosaki buying silver?

Permalink | Leave a comment  »

December 13 2010

13:57

Untitled

is silver stealing the starts? is gold lagging? did you collect any metals on the freefall?

Permalink | Leave a comment  »

December 09 2010

02:24

Untitled

all metals are freefalling... time to collect? is it time to crash jp morgan and buy silver?

Permalink | Leave a comment  »

December 06 2010

12:20

Untitled

silver breaks 30 years high. gold closer to new record high every hours...

Permalink | Leave a comment  »

02:35

Untitled

gold will break new record high this week? or even today?

Permalink | Leave a comment  »

December 03 2010

18:22

Untitled

gold breaks the 1400 great wall. next resistance at 1424 to resume the marathon

Permalink | Leave a comment  »

September 15 2010

06:23

Super Easy Accepting Liberty Reserve Payment

 Liberty Reserve have made few tools and API so that merchants can sell their product or accept payments easily.

i take one of those tools and make it even easier!

with my Liberty Reserve Merchant widget, you can start selling or accepting payments in few seconds.



you can add the widgets to any website/blog that allow javascript or widgetbox widgets. including blogger/blogspot, yola / synthasite, spruz, jimdo, webstarts, etc.

-- tips & tricks on computers and gadgets denny on IT ; let's doIT documenting the brain

April 17 2010

09:03

Untitled

Re: Launch - Rhino Accounting http://bit.ly/b3qTdL - dennyhalim.com

Permalink | Leave a comment  »

April 13 2010

11:01

Untitled

[feedback.hab.la] dennyhalim added the idea 'private label reseller' http://bit.ly/dhffI7 - dennyhalim.com

Permalink | Leave a comment  »

April 11 2010

17:01

Untitled

[feedback.hab.la] dennyhalim voted for 'bug: sometimes chat window ...' http://bit.ly/bnbB8v - dennyhalim.com

Permalink | Leave a comment  »

April 04 2010

08:32

Untitled

"Kidsuse" - source change - dennyhalim.com

Permalink | Leave a comment  »

March 20 2010

12:16

Untitled

DennyHalim.com replied to the problem "no ads in widget yet delisted for not being ad complian.. http://bit.ly/awr2eG - dennyhalim.com

Permalink | Leave a comment  »

March 19 2010

14:16

Untitled

wicd + dnsmasq + opendns - opendns (ads) guides = faster browsing http://bit.ly/9d1Bcp - dennyhalim.com

Permalink | Leave a comment  »

14:09

wicd + dnsmasq + opendns - opendns (ads) guides = faster browsing

there are many many ways to speed up your browsing experiences.


one of many ways is optimizing your DNS server list.
each and every file on the internet is located on a certain (sub)domain.
so, each and every request of any file from your browser will need to query DNS servers first, before it can be fetch to your browser.

as you can see, DNS play significan roles in your browsing experience. if you're using firefox and see a lot of 'looking up someslowdomainname.com' then your DNS is slow.

here's how i speed up DNS lookup a little bit. first, install dnsmasq to do dns queries and cache all the results. thus repetitive lookup will perform much faster because the result is already in cache.

then, tell dnsmasq to do the queries to opendns to let it filtered out phising and malware sites. but, opt-out the opendns guides and block my local ISP ads.
edit /etc/dnsmasq.conf and add this lines:
#http://winware.org/bogus-domains.txt
bogus-nxdomain=92.242.132.11 #telkom speedy indonesia ads
bogus-nxdomain=67.215.65.132 #opendns guides
#bogus-nxdomain=208.67.219.135 #opendns blocked pages
#bogus-nxdomain=64.94.110.11 #verisign


last, must not pass this one, tell the clients (i use wicd to manage my linux networks), including browsers, messengers, etc.. to query local dnsmasq instead of the far away opendns servers.
edit /etc/resolv.conf.head and add these lines:
nameserver 127.0.0.1 #query local dnsmasq
#dnsmasq will query these. also, in case dnsmasq fail, all apps will query these too:
nameserver 208.67.222.222 
nameserver 208.67.220.220

if you need more redundancy, in case all your dns fail, add this to /etc/resolv.conf.tail
#google's 
nameserver 8.8.8.8 
nameserver 8.8.4.4

wicd will automatically merge dns from your router/isp between resolv.conf.head and resolv.conf.tail


now... our dns is much faster... what else can we do to speed up browsing? what do you do?

--
tips & tricks on computers and gadgets
denny on IT ; let's doIT
documenting the brain
13:46

Untitled

"Linux Firmware" - source change http://bit.ly/9BoHo7 - dennyhalim.com

Permalink | Leave a comment  »

February 09 2010

10:38

February 06 2010

17:44

Archlinux faster boot

one great thing about archlinux is the rc.conf which simplify services configuration a lot.

instead of messing with lots lots of rc.X files, you only need to configure one single file for all bootup process.

also, this way, you have full control which services should startup first and which services can start later.

i move kdm service to start earlier so that i can have X starts while other services starts in background.
this is how i arrange the services/daemons:
DAEMONS=(syslog-ng @network hal wicd kdm netfs crond laptop-mode compcache)

or, you could also put a lot of @ in front of each service so it starts in background, as more Arch user use like this:
DAEMONS=(syslog-ng @network hal wicd @netfs @crond @laptop-mode @compcache kdm)

how is yours arranged?

--
tips & tricks on computers and gadgets
denny on IT ; let's doIT
documenting the brain
Older posts are this way If this message doesn't go away, click anywhere on the page to continue loading posts.
Could not load more posts
Maybe Soup is currently being updated? I'll try again automatically in a few seconds...
Just a second, loading more posts...
You've reached the end.