How to easily download EVERY file in Rapidshare and Megaupload

Many users have started to ignore file download from Rapidshare if they don’t have premium account there. The reasons are obvious, without premium account your download will be throttled, limited and sometime fail. Rapidshare traces the users IP address to limit each user to a certain amount of downloading per day. For ISP subscribers who are behind a proxy server this can be a hassle as Rapidshare will detect all of you as the same users!

However, there is a hope for non Premium Rapidshare users.

Here is how to download Rapidshare or even Megaupload files the easy way bypassing some of Rapidshare limitations.

fileserver (Small)

  1. Go to Rapidshare, Megaupload Premium Download tab
  2. Paste any Rapidshare or Megaupload download url there
  3. Click BEGIN
  4. Wait for the system to download your file from Rapidshare or Megaupload
  5. After a while you will be presented with a new download link from fileserver
  6. Click on the download link , wait for a captcha to download your file


How to push mail from Lotus Notes to Iphone

Only Lotus Notes and Domino version 8.51 above supports native push mail on Iphone. Not only that, the Domino 8.51 servers must be configured to use optional Domino Traveler software module. For those who are using older version of Domino, you are out of luck and must rely on non-free third party solutions.

This step-by step instruction will show how to “push mail” from Lotus to your Iphone via Google’s Gmail. It’s not a native solution from your Lotus Domino but it works but with few catches. In this setup all responses to emails received via Lotus Domino will look like they are being sent from Lotus Email. You don’t want to expose your personal Gmail address, don’t you?

PART A: Forwarding email from Lotus email to Gmail

  1. Register Gmail here if you don’t have an account.
  2. Login to your Lotus Inotes via web browser.

  3. Look at the left panel of you Lotus Web Mail and go to Tool > Rules

  4. Click New Rule

  5. Under “Rule Name” u can put whatever name for the rule. As u can see I put “redirect mail” there

  6. Check “Condition” radio button

  7. Choose “AND” for the first dropdown menu
  8. Choose “All Documents” for the second dropdown menu and then press “Add’ button
  9. Now you need to specify action for this rule. Under “Create actions”, choose “send copy to” and put your gmail address on the second column
  10. Choose “full” on the last dropdown menu and press “Add” and lastly press “OK” button.
  11. Now, every copy of your email receives via Lotus Email will be forwarded to your Gmail

PART B: Setting your iphone to receive push mail from Gmail.

  1. Go to Settings on your Iphone`s Springboard and press Mail, Contacts, Calendar
  2. Add your gmail account via Microsoft Exchange option. Do not choose Gmail or you wouldn’t receive any push mail!

  3. Fill up all necessary information

    1. Put your Gmail address on Email Column
    2. Do not fill up anything on the Domain column
    3. Put your Gmail username on the Username column with or without @gmail.com
    4. Put your Gmail password on the Password column
    5. Press Next
    6. The iphone mail client will try to verify these Exchange information with google.

  4. Press Accept even if the Iphone fails to verify certificate

  1. Put “m.google.com” for the Server colum and then press Next.

  2. Choose info you want to synchronize with Google and then press “Done”. I only use Mail to sync with Gmail.

  3. At this stage you should be able to receive push email to your iphone when somebody sends an email to your Lotus Email. Try sending an email to your Lotus Email to make sure all steps were done correctly.

PART C: Setting up Gmail so that all mail replied look like they are being sent from Lotus Notes

  1. Login to your Gmail
  2. Go to Settings > Accounts and Imports
  3. Click “Send mail from another address” button
  4. Check “Reply from the same address the message was sent to”.

  5. Enter information about your other email address. Eg myotheremail@yahoo.com

  6. Check “send through Gmail” radio button

  7. Send Verification Code to your other email address.

  8. Read your other email address to get verification Sent by Google

  9. Copy the Verification Code, paste to the column shown below and click “Verify”

  10. Try sending an email to your Lotus Email address.
  11. All mail replied will look like they are being sent from Lotus Notes ONLY if you reply via Gmail web application. If you reply via Iphone`s default email client, the reply address will be from your Gmail.
  12. When u delete any email from your Iphone`s email client, a copy of the email will still stay on your Lotus email server hence the need of dual maintenance of email. Like I told you earlier, it’s not a perfect solution but at least you are always connected via push email and can response whenever needed.

A lame method to lock a folder without using any special software

Do you have some files/pictures/videos to hide from your children; perhaps some old collection of your own naked pictures? Although this technique is not perfect and can be easily defeated, I’m sure a newbie wouldn’t be able to find your “locked” folder.

Here is the code

 

cls
@ECHO OFF
title Folder Locker
if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p “cho=>”
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
attrib +h +s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p “pass=>”
if NOT %pass%==type your password here goto FAIL
attrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

Instructions::

1) Copy the give code in a note pad and save the note pad in your pc with the name name.bat (that is with the extension of .bat). you can replace the name portion with anything u want.

Note– In place of password in the code given type your desired password.

2) A batch file will be created where you have saved. Now double click on it , it will make a folder with the name locker at the same place where the batch file is save.

3) Now add the files you want to be locked in that folder.

4) Double click on the batch file. It will ask for locking the folder formed. Type y(yes). The folder will be locked and hidden.

5) To unlock,double click on batch file again and enter the password in the new window opened.

6) Dont forget to hide the batch file!

Source 

How to detect Unknown processes in your PC

whatis.gif

When you computer suddenly become slow one of the reasons is some Trojan or any malicious program maybe running in the background. To detect any running process, we simply press “Control” + “Alt” + “Del” and click on process tab.

There are so many unfamiliar processes on windows task managers. If you’re not regular PC users, you maybe confused with all the process names and wouldn’t be able to differentiate legitimate process and malicious one. Killing a legitimate process may turn your computer haywire.

Just go to whatisthatfile to identify suspicious processes or files. This site is AJAX powered and you don’t have to click anything. Enter the filename/process and you will get the result.

Backup to Email

backup.gif

Most computer users would backup their files to writable DVD, CD or sometime on external hard disk or  thumb drive. There are few services of online backup but not all are free.

Now, few free email services such as Gmail and yahoo are providing Gigabytes amount of storages. This storage is an ideal place for a backup location especially if you have a speedy DSL line. Let me introduce you to Backup to Email.

A new version 1.41 needs only a simple configuration to set. Just set your email address and that’s it. The best thing about Backup to email is the integration of right click into the program. To backup a file, you simply have to right click on a file and a new “Back to Email” option is available.

ThreeSome

threesome.jpg

Desperate Housewife

Dear IT Support,

Last year I upgraded from Boyfriend 5.0 to Husband 1.0 and noticed a slow down in the overall performance, particularly in the flower, gifts and jewellery applications that had operated flawlessly under boyfriend 5.0.

In addition, Husband 1.0 un-installed many other valuable programs, such as Romance 9.5 and Personal Attention 6.5, but installed undesirable programs such as Formula One 5.0, NBA 3.0 and World Cup 2.0.

And now Conversation 8.0 no longer runs and House Cleaning 2.6 simply crashes the system. I’ve tried running Nagging 5.3 to fix these problems, but to no avail.

What can I do?

Signed,

Desperate Housewife

reply after the jump

Read the rest of this entry »

Malaysian Blog sold for USD 10000

bob.jpg

Blogohblog.com sold for USD 10000 at sitepoint yesterday. That is impressive for a blog, which only aged 6 months! As far as I know, this is the first Malaysian blog sold for USD 100000. When Google penalized others for selling text link ads, blogohblog got PR 6 from PR 0! Now who says PageRank is not important. I think this was the most important factor determining the value of Blogohblog at 10K beside the impressive technorati and Alexa ranking. Congratulation BOB!

 

Call Center Humor

1) Tech Support:: “What type of computer do you have?”
Customer:: “A white one.”

2) Customer: “You’ve got to fix my computer. I urgently need to print document, but the computer won’t boot properly.”
Tech Support: “What does it say?”
Customer: “Something about an error and non-system disk.”
Tech Support: “Look at your machine. Is there a floppy inside?”
Customer: “No, but there’s a sticker saying there’s an Intel inside.”

3) Customer care officer:I need a product identification no: right now and may I help u in finding it out?
Cust: sure
CCO: could u left click on start and do u find ‘My Computer’?
Cust: I did left click but how the hell do I find your computer?

4) A plain computer illeterate guy rings tech support to report that his
computer is faulty.

Tech: What’s the problem?
User: There is smoke coming out of the power supply.
Tech: You’ll need a new power supply.
User: No, I don’t! I just need to change the startup files.
Tech: Sir, the power supply is faulty. You’ll need to replace it.
User: No way! Someone told me that I just needed to change the startup and it will fix the problem! All I need is for you to tell me the command.
10 minutes later, the User is still adamant that he is right. The tech is frustrated and fed up.
Tech: Sorry, Sir. We don’t normally tell our customers this, but there is undocumented DOS command that will fix the problem.
User: I knew it!
Tech: Just add the line LOAD NOSMOKE.COM at the end of the CONFIG.SYS. Let me know how it goes.
10 minutes later.
User: It didn’t work. The power supply is still smoking.
Tech: Well, what version of DOS are you using?
User: MS-DOS 6.22.
Tech: That’s your problem there. That version of DOS didn’t come with NOSMOKE. Contact Microsoft and ask them for a patch that will give you the file. Let me know how it goes.
1 hour later.
User: I need a new power supply.
Tech: How did you come to that conclusion?
User: Well, I rang Microsoft and told him about what you said, and he started asking questions about the make of power supply.
Tech: Then what did he say?
User: He told me that my power supply isn’t compatible with NOSMOKE.

Source 

Google gave me PR 4

I didn’t expect kucau.net to have better PR when few experienced bloggers had drop on their PR. 3 months after I started kucau.net , the first PR update on this site was not impressive with PR 2. Exactly after getting the pathetic PR 2, I joined into PPP to experiment ways to make money online. Don’t get me wrong, I never intended to blog for money. This blog is just a virtual lab for me to experiment web technologies and as a journal for whatever I found interesting online. It was never built for the sole purpose to make money online. My daily income is good enough to feed my family.

pr.gif

After I started PPP, there was PR update on few blogs and my blog suffered a drop to PR 1. I had instinct the punishment was due to my activity in PPP and decided to remove all paid links. (of course after they transfer my money to Paypal, heheh ). Thanks to PapaJoneh for the tip. Well, my action paid off when Google awarded PR4 to this site. I think the new google algorithm will look into artificially increased link to certain sites and punish those publishers and the link receivers. (Maybe this is the reason why Zeo retains his PR 7. Maybe those links are from direct advertisers? )