Raj Agrawal

Learnings from software and technology

  • Home
  • Technology
  • Software
  • Work
  • Play

Connect

  • GitHub
  • LinkedIn
  • YouTube

Powered by Genesis

You are here: Home / Archives for Technology

How To Grab and Download Embedded Multimedia Quickly?

October 14, 2008 by Raj Agrawal Leave a Comment

The number of of multimedia streaming websites like YouTube, Google Videos, MetaCafe, DailyMotion, Tudou, VideoCure, AOL videos is increasing rapidly and has made it easy for all to get a sneak peek of any video or  music track we are interested in. Websites like Keepvid.com are super cool for grabbing multimedia content online but, for now, has a limitation up to grabbing links from the famous websites only.

A wide variety of link grabbing tools are also available and stereotypically, most being bundled with spywares and badly coded toolbars. They suck indeed.

Url Snooper is one of the best and cleanest freeware that grabs and lists all HTTP links that your network is conntected to and also the links that are being read by the browser. This tool makes it easy to understand the source of the embedded multimedia content from any public website.

Click here to visit the download page.

Getting started

  • Visit the concerned website and hit the play button,
  • Run Url Snooper >> General Options >> Auto Determine Network Adapter Now
Source: http://www.donationcoder.com
Screen 1

You can manually choose the adapter if you know the right one,

Click on Sniff Network, Select Multimedia URLs if so, or choose the option as per your requirement.

Source: http://www.donationcoder.com
Screen 2

This app is a freeware, handy, only 3MB in size, and can be used for a lot of things.

Filed Under: Technology Tagged With: google

Easily Fixing The Minor Annoyances in Windows XP

October 11, 2008 by Raj Agrawal Leave a Comment

Windows XP being the most user friendly OS available, can turn out to be a pain in the butt at times. It is bundled with thousands of features that many are still not aware of, one of them is the ability to easily fix minor annoyances without re-installing the OS.

Lets face facts. Many are switching to Opensource operating systems like Ubuntu, openSUSE, Fedora, e.t.c. But, for now, even though Windows XP irritates at times, it’s the most flexible and user friendly OS available. It’s very boring and a time wasting experience to troublshoot every annoyance manually, only to save the burden of re-installing the OS. Some of them can be fixed manually with ease, but some are hard to. For example, if the tooltip info that you get while you hover the cursor over the taskbar/tray icons, hides behind the taskbar, you can easily fix it with a ToolTip Fixer.

A website www.kellys-korner-xp.com deals with solutions to fix almost all the annoyances that one can encounter while using Windows XP, without re-installing the OS. Save it in your bookmarks, it’s useful.

Filed Under: Technology Tagged With: windows

How To Achieve Better Security

October 6, 2008 by Raj Agrawal Leave a Comment

Being infected with a malware or/and a spyware is one of the most common issues that every internet-enabled computer encounters, not to forget the annoyances if such infections. No Anti-malware or any Internet Security package is always up-to-date. There always is a fluctuation of performance of the Security software from time to time. This is something that might never change, you can’t control it!

Hacker!

There is a way where you can brick your security to level that it blocks any connection with the harmful websites, thus reducing the threat level in your computer. This can be achieved by adding the ip address followed by the web address of the harmful website (explained ahead) in the HOSTS file (Windowssystem32driversetcHOSTS).

If you do not wish to waste your time on manually adding each crappy website then install the Host File Updater.

What it does (via mvps.org)

The HOSTS file contains the mappings of IP addresses to host names. This file is loaded into memory (cache) at startup, then Windows checks the Hosts file before it queries any DNS servers, which enables it to override addresses in the DNS. This prevents access to the listed sites by redirecting any connection attempts back to the local (your) machine. Another feature of the HOSTS file is its ability to block other applications from connecting to the Internet, providing the entry exists.

You can use a HOSTS file to block ads, banners, 3rd party Cookies, 3rd party page counters, web bugs, and even most hijackers. This is accomplished by blocking the connection(s) that supplies these little gems.

Example – the following entry 127.0.0.1 ad.doubleclick.net blocks all files supplied by that DoubleClick Server to the web page you are viewing. This also prevents the server from tracking your movements. Why? … because in certain cases “Ad Servers” like Doubleclick (and many others) will try to open a separate connection on the webpage you are viewing.

For XP SP2 users you should see a Security Center prompt about allowing this connection. [screenshot]
Simply click No and continue. Yes the prompts can be annoying but at least you’ll know, however you should not see these prompts if these entries are included in the HOSTS file.

Note: this prompt only occurs if (example) *.doubleclick.net is included in the “Restricted Zone“.

The downside of this great tweak is that after installing the new HOSTS file with the installer program it adds thousands of harmful websites to be blocked which even includes projectwonderful.com and some others that you might find important! That means, if you are a publisher or advertiser on projectwonderful.com, make sure you remove the website from the blocked section in the HOSTS file.

To unblock a useful website

  1. Disconnect the LAN and the internet.
  2. Open up the HOSTS file in the notepad program, Ctrl + F and type projectwonderful, after you find it, remove the entry and save it so that you can easily access your projectwonderful.com account!
  3. Restart you computer, if you do not see any changes.

Way to get around DNS Propagation

  1. Also, if you wish to access a website that is a victim of the Delayed DNS Propagation or any restricted website,
  2. Again, loose all the connections with the LAN and the internet and open the HOSTS file in the notepad
  3. Look for an entry that says ‘127.0.0.1  localhost’ in the very beginning of the list
  4. Go to the next line after the ‘127.0.0.1  localhost’ add the ip-address of the website to be un-restricted, leave a space and the web-address of the website without the ‘www’. Again, in the next line, add the same IP and the web address with the ‘www’  It should look like:

127.0.0.1 localhost
11.22.33.44 example.com

11.22.33.44 www.example.com

Filed Under: Technology Tagged With: malware, security

  • « Previous Page
  • 1
  • …
  • 37
  • 38
  • 39
  • 40
  • Next Page »