Powered By Blogger

Monday, June 27, 2011

Remove data completely from hard drive


When you delete a file, the operating system does not really remove the file from the disk; it only removes the reference of the file from the file system table. The file remains on the disk until another file is created over it, and even after that, it might be possible to recover data by studying the magnetic fields on the disk platter surface.
Before the file is overwritten, anyone can easily retrieve it with a disk maintenance or an undelete utility.


Eraser is an advanced security tool for Windows which allows you to completely remove sensitive data from your hard drive by overwriting it several times with carefully selected patterns. 


http://eraser.heidi.ie/download.php

Tuesday, May 17, 2011

Capture and interactively browse the traffic running on a computer network with WIRESHARK

Wireshark is a network protocol analyzer. It lets you capture and interactively browse the traffic running on a computer network. It has a rich and powerful feature set and is world's most popular tool of its kind. It runs on most computing platforms including Windows, OS X, Linux, and UNIX. Network professionals, security experts, developers, and educators around the world use it regularly. It is freely available as open source, and is released under the GNU General Public License version 2.

It is developed and maintained by a global team of protocol experts, and it is an example of a disruptive technology.

Features


Wireshark has a rich feature set which includes the following:

Deep inspection of hundreds of protocols, with more being added all the time

Live capture and offline analysis

Standard three-pane packet browser

Multi-platform: Runs on Windows, Linux, OS X, Solaris, FreeBSD, NetBSD, and many others

Captured network data can be browsed via a GUI, or via the TTY-mode TShark utility

The most powerful display filters in the industry

Rich VoIP analysis

Read/write many different capture file formats: tcpdump (libpcap), Pcap NG, Catapult DCT2000, Cisco Secure IDS iplog, Microsoft Network Monitor, Network General Sniffer® (compressed and uncompressed), Sniffer® Pro, and NetXray®, Network Instruments Observer, NetScreen snoop, Novell LANalyzer, RADCOM WAN/LAN Analyzer, Shomiti/Finisar Surveyor, Tektronix K12xx, Visual Networks Visual UpTime, WildPackets EtherPeek/TokenPeek/AiroPeek, and many others

Capture files compressed with gzip can be decompressed on the fly

Live data can be read from Ethernet, IEEE 802.11, PPP/HDLC, ATM, Bluetooth, USB, Token Ring, Frame Relay, FDDI, and others (depending on your platform)

Decryption support for many protocols, including IPsec, ISAKMP, Kerberos, SNMPv3, SSL/TLS, WEP, and WPA/WPA2

Coloring rules can be applied to the packet list for quick, intuitive analysis

Output can be exported to XML, PostScript®, CSV, or plain text


http://wiresharkdownloads.riverbed.com/video/wireshark/introduction-to-wireshark/

Sunday, April 17, 2011

Microsoft Internet Explorer 10 will only install on Windows7

Microsoft confirmed to Computerworld that this was no accident, with a spokesperson saying "Windows Vista customers have a great browsing experience with IE9, but in building IE10 we are focused on continuing to drive the kind of innovation that only happens when you take advantage of the ongoing improvements in modern operating systems and modern hardware." IE10 will only install on Windows 7, leaving Windows XP and Windows Vista users out in the cold.
Whatever the real reason, this is a pretty raw deal for Windows Vista users. Not as bad as the Ultimate Extras farce, but bad all the same. It also means that when Microsoft released Internet Explorer 10, it is likely that it will support just one operating system, with a second, Windows 8, due later in 2012. The company is already being criticized for supporting a mere two operating systems with Internet Explorer 9. Cutting back to one, leaving Windows Vista users out in the cold, is hard to defend.

Enhanced by Zemanta

Thursday, April 14, 2011

5 Obscure Google Services

Google Fast Flip:

Google Fast Flip is a service that lets users browse news, blogs and popular topics in a print magazine format. As the name suggests, flipping through content is very fast, so that users can browse through multiple articles until they find something they like. Fast Flip aggregates content from many top newspapers and magazines providing a seamless browsing experience. Apart from browsing various articles, users can also search for their favorite topics to get relevant articles. Fast Flip also has a mobile version that can be accessed at (http://fastflip.googlelabs.com/mobile) and it comes with tactile page flipping. The mobile version works well across most of the Android land iPhone devices.


Google Insights for search:

Google Insights is an interesting tool for comparing search volume patterns across specific regions, categories, time frames and properties. It helps in comparing search interests for products, movies,sports and almost anything that people search using Google. The user enters two or more search terms, which are each represented by different colors. The search volume data for those terms is then presented in the form of a neat graph; the Y-axis representing the search volume in percentage, and the X-axis representing the years from 2004 to 2011. A rising line indicates that the popularity of that particular term has risen over time. Besides the graph format, Insights shows a small map depicting regional interest for the term. The map is useful for gathering various types of statistics be it country-wise or city-wise.

Google Panoramio:

This is a great service that was acquired by Google in 2007. Panoramio is a community-powered site for exploring places through photography. It allows users explore cities, monuments, natural wonders and almost everything picturesque. However, the site should not be confused with services like Flickr and Picasa that allow users to post all types of photos.  Registration is free and anyone can submit the pictures they take, provided it doesn't include too many people in them. A mobile version of the site is available for iPhones and Windows 7 phones (third-party).


Google Patent Search:


As the name suggests, this service lets users search for patents on different topics. Particularly useful for research, Google Patent Search also allows users to explore and download patents from a variety of fields including Technology, Medicine, Physics, Chemistry and more. Users can read and download the patents in PDF format. Non-technical users might not find this particularly useful; however, exploring interesting patents like pacifier, Monopoly, and golf club is a great way to know more about simple devices we now take for granted.


Aardvark:

Aardvark is a social search service that helps people get their questions answered by connecting them to their friends or friends-of-friends via live chat. The user posts his or her question, and then Aardvark finds the perfect person to answer the question in the user's social network. Questions can be submitted via email or instant messaging. The Mechanical Zoo, a San Fransisco-based startup, originally owned aardvark before being acquired by Google for $50 million in 2010. The service appears very much similar to Quora; however, Aardvark, unlike Quora, works bests for subjective questions for which human judgment or recommendation is required.
Enhanced by Zemanta

Sunday, March 27, 2011

SQL Azure : Import & Export data easily

SQL Azure database users have a simpler way to archive SQL Azure and SQL Server databases, or to migrate on-premises SQL Server databases to SQL Azure. Import and export services through the Data-tier Application (DAC) framework make archival and migration much easier.

The import and export features provide the ability to retrieve and restore an entire database, including schema and data, in a single operation. If you want to archive or move your database between SQL Server versions (including SQL Azure), you can export a target database to a local export file which contains both database schema and data in a single file. Once a database has been exported to an export file, you can import the file with the new import feature. Refer to the FAQ at the end of this article for more information on supported SQL Server versions.

A DAC, introduced in the Microsoft® SQL Server® 2008 R2 data management software and the Microsoft Visual Studio® 2010 development system, is a self-contained unit of deployment that defines and bundles database objects, SQL Server instance objects that are associated with the database, and deployment requirements of an application. Using DACs, developers and database administrators can automate and facilitate common operations and practices in the lifecycle of database systems.
Importing and exporting data between on-premises SQL Server and SQL Azure just got a lot easier, and you can get started today with the availability of the Microsoft SQL Server "Denali" Data-tier Application (DAC) Framework v2.0 Feature Pack CTP.

There are 3 important things about the update to the DAC framework:

1. New import & export feature: This DAC CTP introduces an import and export feature that lets you store both database schema and data into a single file with a ".bacpac" file extension, radically simplifying data import and export between SQL Server and SQL Azure databases with the use of easy commands.
2. Free: This functionality will be shipping in all editions of the next version of SQL Server "Denali"-including free SKUs-and everyone will be able to download it.
3. The Future = Hybrid Applications Using SQL Server + SQL Azure: Freeing information to move back and forth from on-premises SQL Server and SQL Azure to create hybrid applications is the future of data. The tools that ship with SQL Server "Denali" will use the DAC framework to enable data movement as part of normal management tasks.
The Data-tier Application (DAC) framework is a collection of database schema and data management libraries that are strategic to database management in SQL Server and SQL Azure. In this CTP, the new import and export feature allow for the retrieval and restoration of a full database, including schema and data, in a single operation.

Wednesday, February 2, 2011

Convert mp4 to mp3 ... Extract Audio from a Video file or a part of it

Pazera Free Video to 3GP Converter is the freeware application which converts the most popular videos (AVI, DivX, XviD, MPEG, MPG, WMV, ASF, MOV, QT, FLV, SWF, MP4, M4V, 3GP, 3G2, MKV, VOB, DAT) into mobile phone video format (3GP or 3G2). The application allows you to convert full movie or selected range only. You can limit output file size and set many parameters used by encoder: audio and video BitRate, fps, resolution, sampling Frequency and other.

The most important features: 

Conversion from AVI, DivX, XviD, MPEG, MPG, WMV, ASF, MOV, QT, FLV, SWF, MP4, M4V, 3GP, 3G2, MKV, VOB, VCD DAT to 3GP or 3G2. 
Supported video codecs: H.263, MPEG-4 AVC, XviD. 
Supported audio codecs: AMR-NB (AMR Narrowband) and AAC. 
Large number of options. 
2-pass encoding which will Improve the video qaulity. 
Saving and restoring encoder settings. 
Don't need any installation. Just Extract ZIP archive and click videoto3gp.exe. 
Portability. This program can be run from portable devices. 
Supported languages: english, polish. 
100% freeware! - for private and commercial use. No limitations, no watermarks, no adware, no spyware. 

Monday, January 31, 2011

Application to efficiently manage your iPod :Floola.com

Floola supports almost all features offered by iPods including photos, artwork, podcasts and smart playlists!
It automatically converts any incompatible audio or video file so that you can copy almost any file to it. It allows adding youtube and myspace videos with a single click. Now it even makes it possible to keep your Google calendars synched!
Manage Music, Videos, Podcast and Photos all in one simple app, anywhere on any computer.



Midomi : Use your voice to instantly search & connect to your favorite music

Midomi is a  really cool app to put a name to that tune that's been stuck in your head buzzing round and round, to figure out the unknown song or earworm bugging you which you can't get out of your mind, why not try midomi. Even if you can't remember the whole song, you can simply feed it the few notes you can remember. It's able to identify a song from a fragment of the melody, from just a few bars or lines..

It lets you search online for songs and other music in any of 6 languages, free. Just sing, hum, whistle, play etc the tune into your computer microphone or headset (or, in future, pick it out on an on-screen piano keyboard). And it actually works! What's more, it's a classic Web 2.0 service with user generated content and social networking for singers and music fans. Their searchable database of music (which their music recognition search engine uses for matching voice search queries) is 100% user-generated - it's been built up entirely by their registered members recording and submitting the music of their choice. And registered users can rate and comment on other members' renditions, share recordings they like, add recordings to their playlists etc, too. It also serves as a digital music store, if you want to buy the music that you've found through your search.
http://www.midomi.com

Sunday, December 12, 2010

Truly Decentralized BitTorrent Downloading Has Finally Arrived

BitTorrent is a great technology to share files both quickly and efficiently, but like most other P2P-technologies it has an Achilles’ heel. The download process relies in part on central servers that can crash or go offline for a variety of reasons. To address this vulnerability the first truly decentralized BitTorrent/P2P client has been developed, meaning that no central trackers, or even BitTorrent search engines are required to download movies, software and music.
BitTorrent is branded as a peer-to-peer technology, but despite this label the downloading process still relies heavily on central servers. In the first place there are the BitTorrent search engines and indexes such as The Pirate Bay and isoHunt. These are needed to search for content and to grab the .torrent file one needs to download a file.
Besides these torrent sites, most BitTorrent downloads are still managed by so-called trackers. These servers coordinate the download process and make sure that people can find others who are sharing the files they want to download. To a certain degree, trackers are no longer needed with ‘trackerless’ technology such as DHT, but even DHT often uses a central server to get a torrent started.
Finally central servers are used by moderators to help hunt spam and malware. All file sharing programs without such central checking have become practically useless over time.
In the last years these ‘central server’ vulnerabilities have caused a number of minor inconveniences for torrent users. When trackers go offline, downloads usually slow down or may stop entirely, and when a torrent search engine such as The Pirate Bay has technical issues, users have to search for alternatives.
To address these issues, ideally BitTorrent downloads should no longer require a central server. P2P technology should not only facilitate the downloading and sharing process, but also the searching and storage of torrent files. This may sound like a technology that might only become available in the distant future, but in reality it already exists.
The latest version of the Tribler BitTorrent client (Win, Mac and Linux), released only a few minutes ago, is capable of all the above and many more things that could be described as quite revolutionary. The client combines a ‘zero-server’ approach with features such as instant video streaming, advanced spam control and personalized content channels, all bundled into a single application.
The Tribler team has come a long way to reach the point they’re at now. We first reported on the ‘tax-payer-funded’ BitTorrent client in 2006, and in the years that followed tens of millions of dollars have been spent on the client’s development resulting in the latest 5.3 release.

Saturday, November 27, 2010

RockMelt.....interesting new browser

Rockmelt is a new web browser that functions somewhat as a social networking desktop client and brings the goodies of Facebook and other Web sites all into one place. Rockmelt takes advantage of the fact that social networking and computer applications control a huge part of the way we used the Internet. On the browser, one can access their Facebook, Twitter, and other social networking accounts. It also integrates the search power of Google and lets users search for almost anything without using the search engines.

i tried it & i'm now a fan of it.......


Friday, October 22, 2010

Rock Band 3

One of the instruments-shaped controllers for ...Image via Wikipedia
Rock Band 3! This game has mind-blowing new modes and instruments - including Pro Mode and a keyboard peripheral! - and more music than any other music game..Rock Band 3 also includes an improved Music Library, allowing players to create and save setlists, and share them with friends, both in-game and right here on RockBand.com. Song filtering will make it easier to find the tracks you want to play. You can also hide the songs you don't want to play, and seek out new songs using a built-in song recommendation system based on personal preferences..In addition to the plastic guitars, bass, drums, and vocals you're used to, now you can jam on a couple of new instruments. Play vocal harmonies with up to three players like you did in The Beatles: Rock Band. And for the first time ever you'll also be able to play using a keyboard peripheral! The band has gotten bigger - playing with all available instruments, you and six friends can all rock at the same time. Rock Band parties will never be the same.
Rock Band 3 empowers players to develop actual musical skills through the fun of Rock Band Pro gameplay. 
Pro Guitar features notated guitar and bass performances, available for play with either the new Fender Mustang PRO-Guitar simulated guitar controller from Mad Catz or the Rock Band 3 Squier by Fender Stratocaster Guitar real guitar/controller hybrid. The Rock Band 3 Squier Stratocaster is a fully functional, full-sized, six-string electric guitar that also functions as a game controller that Fender and Harmonix have teamed up to develop.
Social Networking: Rock Band 3 adds social networking tools so you can interact with friends and fellow Rock Band rockers using Facebook, Twitter, and more.



Enhanced by Zemanta

Wednesday, September 22, 2010

Stylebot

Stylebot, a new Chrome extension that allows you to access and modify the CSS for any web page from within the browser.


Google New:the one place to find the newest product and features from Google.

Google New is a simple dashboard for finding out exactly what is new and hip at the Googleplex. It’s essentially a dashboard of news from Google’s 100+ blogs coupled with the ability to search through Google’s key products and eight different areas of interest.
http://www.google.com/newproducts/




Monday, August 30, 2010

Skype Connect

Gmail Priority Inbox launches today !!!!!!

Priority Inbox is Google’s attempt to solve the e-mail woes of Gmail power users. At its core, the feature is an algorithm; Priority Inbox uses information such as keywords, the people you e-mail the most and your e-mail habits to select the most pressing e-mails in your inbox. Those e-mails are brought to the top of your Gmail and marked as important so you deal with them first.

Priority Inbox is also an adaptive algorithm. Marking items as important or unimportant teaches the system what types of messages you deem the most urgent. You can also use Gmail’s filters to automatically mark certain messages as important (for example, from your boss or your spouse),

The new feature appears as a new menu item just above the “Inbox” link. Instead of indicating how many unread e-mails you have in your inbox, Priority Inbox only displays how many priority e-mails still require your attention. These appear at the top of Gmail as “Important and unread.”

The second layer of the new layout is your starred e-mails. These messages appear in their own section under the Priority Inbox. The goal is to get users to star important e-mails they have read but for whatever reason still need in their inboxes. Under the “Starred” section is “Everything else,” which contains the rest of your unarchived inbox.

Wednesday, August 25, 2010

See & Manage Social Networking Accounts all at once-TweetDeck

Previously,I had to visit each site on a daily or other regularly scheduled basis to manage my socila networking accounts...But now I found a really cool & a simple way to manage my SN accounts all at once through TweetDeck,without going to the websites and logging in each time....

Its a great time saver and lets us see all our updates "at a glance" in different columns...Its much easier to remember to post to all of our SN accounts on schedule..

Another good feature in TweetDeck (the PC version,not the more limited iPhone/iPad version) is that you can enter a post and then schedule it to be posted later..,I found this feature very useful & nice..

Enhanced by Zemanta