Click here to check if anything new just came in.
January 08 2011
Untitled
http://ping.fm/LvFc1 will gold/silver fall further? could be. will gold/silver bounce even higher? surely!
December 28 2010
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??
December 16 2010
Untitled
http://ping.fm/nnSFF is gold a better investment than stocks?
December 15 2010
Untitled
http://ping.fm/ESNIo is Robert 'rich dad' Kiyosaki buying silver?
December 13 2010
December 09 2010
December 06 2010
December 03 2010
September 15 2010
April 17 2010
Untitled
Re: Launch - Rhino Accounting http://bit.ly/b3qTdL - dennyhalim.com
April 13 2010
Untitled
[feedback.hab.la] dennyhalim added the idea 'private label reseller' http://bit.ly/dhffI7 - dennyhalim.com
April 11 2010
Untitled
[feedback.hab.la] dennyhalim voted for 'bug: sometimes chat window ...' http://bit.ly/bnbB8v - dennyhalim.com
April 04 2010
March 20 2010
Untitled
DennyHalim.com replied to the problem "no ads in widget yet delisted for not being ad complian.. http://bit.ly/awr2eG - dennyhalim.com
March 19 2010
Untitled
wicd + dnsmasq + opendns - opendns (ads) guides = faster browsing http://bit.ly/9d1Bcp - dennyhalim.com
wicd + dnsmasq + opendns - opendns (ads) guides = faster browsing
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
Untitled
"Linux Firmware" - source change http://bit.ly/9BoHo7 - dennyhalim.com
February 09 2010
Vote Komodo for the New7Wonders of Nature
--
tips & tricks on computers and gadgets
denny on IT ; let's doIT
documenting the brain
February 06 2010
Archlinux faster boot
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
Maybe Soup is currently being updated? I'll try again automatically in a few seconds...
