Recently I stumbled upon releaselog and ever since then it has become the first site I visit everyday just before I start my daily torrent downloads. I have the feed added to my Google Reader page. I browse, read the review and download if it sounds or looks interesting. Done!! Imagine the simplicity.
What I love fancy most about releaselog is the reviews. Every movie, software, music, etc.. always has a full review with good quality screenshots linked to it. The reviews provide end users with the ability to choose what file they really want to download instead of downloading something and later realizing it’s not what he/she wanted. I personally feel that the reviews actually increase downloads. Imagine yourself at a torrent site browsing through files, chances are you might not download a file with a weird name or has a name that’s not appealing but with reviews and honest feedback, the end user might download a file that he normally might have discarded.
Experience releaselog for yourself and tell me what you think. Hope you find it resourceful. Releaselog | RLSLOG.net
Use this tool at Dynamic Drive to automatically generate all the code needed to protect a directory on your site. Below are the 2 files generated by the tool. .htaccess goes into the folder that you want to protect and .htpasswd should be in a folder not accessible from the web. I normally put my .htpasswd file in my apache’s base folder.
.htaccess file
AuthName "Restricted Area"
AuthType Basic
AuthUserFile /home/mydir/.htpasswd
AuthGroupFile /dev/null
require valid-user
.htpasswd file
danny:8UAaVrlw.58f6
Get the tool here.
15 Feb, 2007 | Posted by
Danesh | in Uncategorized
Yup, Hello world again. This time it is final.
I decided to move “TheDaneshProject Tech Blog” up a level to just “TheDaneshProject”. It’s easier to remember and seems to be stronger brand name I think. Don’t you agree?
I am concentrating more on Linux related reads, general tech and also my passion for tattoos and piercings. This time I am going to try publishing as much information as I can get my hands on from the local scene here in Malaysia. Tattoos and piercings in Malaysia will also be my major direction.
Currently I am working on moving over my old articles from “TheDaneshProject Tech Blog” to this blog. Having some issues with the images and comments but I think I’ll have it completed by the weekend.
Stay tuned guys…..
“TheDaneshProject”, “share your mind”.
TMNET has announced that restoration work for all the submarine lines that went down during the Taiwan earth quake have been fully restored.
I did see some inprovement in my internation access speed but nothin to go “WOW” about.
Full article at TMNET:

RESTORATION OF SERVICES
RESTORATION OF SERVICES
Telekom Malaysia Berhad (TM) would like to inform its customers that restoration works to the submarine cables, which were affected by the earthquake off Taiwan on December 26th, 2006; have now been completed.
Therefore international links for Internet services, which were affected by it, have been fully restored and our services have resumed back to normal.
We would like to thank our customers for their patience during the affected period. Customers can call our Customer Interaction Center at 1-300-88-9515 (24 hours) or 1-300-88-1515 from 8.00 a.m. till midnight, or e-mail custcare@tm.net.my for any further enquiries on this matter.
Original post at TMNET
Just had my Dell Latitude D610 upgraded to Vista Enterprise. Smooth graphics, good speed, good security (small box pops up each time you do something like install apps or change settings, just like Linux) and the side bar’s pretty sweet too.
Even with all the above I still prefer my openSUSE 10.2 with XGL and Beryl, It makes Vista look like a kitten. What did they put into all the source code?
Personally I feel that Vista ain’t as user friendly as I expected it to be or as they claimed it to be. It’s hard to find what you need when you need it.
Hit my first bug when I got back. My Intel pro 2200 BG wireless connection was not getting DHCP lease from my IPCOP server. The weird thing was that my LAN card was fine and my wireless connection worked fine if I used a static IP.
Spent a whole night trying to feagure out the problem.Good news is I manged to fix it with some help from MS knowledgebase and a few registry tweaks. It seems to be a problem with the BROADCAST flag in DHCP discovery packets. In XP it’s off and in Vista it’s on. Non Microsoft DHCP servers don’t like this.
See the fix on the next page; Continue Reading ->