twitter
    Find out what I'm doing, Follow Me :)

Saturday, August 27, 2011

How to Install a New Program on Your Computer

So you've just discovered a great new calendar, music player, or other program and you want to install it on your machine. Here's how to do it on both Windows and Mac OS X.

On Windows



Installing a new program on Windows is pretty simple. Just head to the program's web site . Usually, this downloads an installer package, which you'll use to install the program itself. Find out where you saved the installer, and double-click on it. This will start the install wizard.
Every install wizard is a little different, but generally it just involves hitting "next" a number of times. That said, here are some things you want to watch out for:
  • Instal Type: You'll often be asked to perform a "typical" or a "custom" install (or some variation thereof). In pretty much every situation, a typical install should be just fine.
  • Install Location: By default, the installer will probably want to put your program in C:\Program Files\[NAME OF PROGRAM]. Again, the default location is fine.

  •  Bundled Software: This is one you really want to watch out for. Sometimes, an installer will ask you if you want to install an extra, unrelated piece of software, like the Ask Toolbar or Weatherbug, that you don't want. Make sure, as you go through the install wizard, that you watch out for this type of stuff. Often, they'll try to trick you into installing it by saying something like, "do you want to accept the terms of use and install the Ask Toolbar?" It's okay to reject that terms of use, since it's the terms of use for the Ask Toolbar—not for the software you're installing. Keep an eye out, and uncheck any packaged crapware you come across.
  • Shortcuts: Usually, at the end of an installation, it'll ask you if you want to create a shortcut on the desktop and/or the Start Menu. I usually like to keep my desktop clean, so I uncheck this option, but make sure you always create a shortcut in the Start Menu so you can easily access that program whenever you want.
That's it! It should take a minute or two for the program to install, but once it's done, you should be able to find it in Start > All Programs. You can even pin it to the Windows 7 taskbar if you want quick access to it. You can now delete the original installer package from your Downloads folder; you don't need that anymore.

On a Mac



Installing a program on a Mac is super easy, but it isn't always self-explanatory. When you download a program from a web site, it'll usually download as a .dmg file. Find the .dmg file you just downloaded and double click on it. It will "mount" that .dmg file as a white disk on your desktop, and open up a new window with the program inside. It might also have a shortcut to the Applications folder, in which case you can just drag the icon onto the Applications folder.


If the window that pops up doesn't have a shortcut to the Applications folder, go to File > New Window to open a new Finder window, then click on Applications in the left-hand sidebar. Drag the program's icon into your newly opened Applications window.




Once you've dragged the app into your Applications folder, you can close both windows. Right-click on the white disk icon on your desktop (which will have the same name as the program you just installed), and hit Eject. Then, delete the original .dmg file you downloaded. You won't need this anymore, since the program is now on your hard drive. To access it, just open up the Finder, go to Applications, and the program should be in there. You can even add it to your dock if you want quick access to it.




Wednesday, August 24, 2011

A Website that Ranks your Hacks

So you think you can hack?

Some 700 hackers looking to show off their talents have piled into an upstart Web site called RankMyHack.com in the last month. Emerging from the shadowy underground, they have submitted evidence of more than 1,200 Web site hacks, eager to have their feats measured against those of their peers.

The site was created by a hacker nicknamed Solar to bring a little accountability to the online forums and chat rooms where hackers gather to learn tricks of the trade, buy and sell contraband and form alliances. There, eBay-style ratings systems meant to establish reputations are routinely abused, morality tends to be fluid and anonymous young people often talk big while carrying a small stick.

RankMyHack offers a way to separate the skilled from the so-called script kiddies by verifying hacks using codes that participants must plant somewhere on sites they have compromised. As in a video game, RankMyHack awards points, which are based on the popularity of the hacked site and the technical difficulty of the hack. Total scores determine hackers’ ranks on the “leader board of legends.” Players can even challenge one another to duels.

“So have you got what it takes to be the best?” Solar taunts on the site’s home page, which has a distinctively retro design.

Participants can also win “bo

5 Reasons Why Cloud Computing Might be Dangerous

Cloud Computing
This is now, officially, the 21st century Internet and it is a new world; “the Internet IS the computer” is a phrase that has been circulating among IT pros for a long time. Unfortunately, with what we have begun to learn about security on the Internet, cloud computing-with all of its appeal-may be the number one danger itself. The technology is new and the threats on the Internet are too well-seasoned to avoid the conclusion that cloud computing should be approached with caution. While many of the current big name providers are relatively safe, a growing number of second and third tier providers may not be. Why? Contemplate the following:

Application Vulnerabilities : Cloud Computing

In any market as growth oriented as this one, cost cutting is a reality. Nevertheless, when mission critical business data and user authentication information is at risk, cost cutting can lead to the need for loss mitigation services. New service providers stressed to produce can leave holes in their cloud platform, which can lead to break-ins, or worse.

Cloud Abuse : Cloud Computing

There will always be the less scrupulous and when money is flowing, the less scrupulous grow like fungus. Expect to see small cloud providers exposed as less than trustworthy. At the very least, they may end up hosting malicious software and, at worst, the provider may be the culprit. While this may be the rarest of situations, the threat is very serious.

The Inside Job : Cloud computing

With cloud computing so popular, providers are under pressure to staff up, which is the ultimate opportunity for a malicious individual to score a job and break-in from the inside. The potential for damage is vast, with businesses hosting vital information online, or worse, using a remote back up service. With teams of hackers increasingly common to see, this could already be a big problem and we might not even know it.

Data Loss

Quality of service and reliability of data in the cloud is one of the biggest issues, period. As competition grows, the likelihood of lower-end providers suffering facilities loss or data loss increases. This can come from maintenance cost reduction and outsourcing, for example. While many middle tier providers use large-scale outsourcing, such as Amazon E2, there is no guarantee that they will use it right, especially if they are struggling to survive in heated up market.

Company Failure

What happens to your data backups if the provider suddenly goes out of business? As you can imagine, the data backups are gone. Companies trying to grow are unlikely to alert their customer base that they might need to have a back-up plan to their paid back ups. Reseller firms of wholesale capacity from first tier service providers, such as Amazon exist, and there is always the possibility that their provider would go lights out as well.
It’s easy enough to answer the statement, “Give me 5 reasons why the Internet is dangerous,” so why is it that everyone argues over whether or not cloud computing is as dangerous as the Internet, when they are practically the same exact thing? One could just rewrite the same five reasons and apply it to the two statements and this was true many years ago when cloud computing was an exotic experiment.

Sunday, August 21, 2011

Lock any Folder without using any Software

To Lock a folder in windows XP without any software. Follow the steps Below.




1. Make a Folder in C drive rename it as "abc" without quotes.
2. Now open Command Prompt from Start Menu.
3. Type "attrib +s +h C:\abc" without quotes and press enter.
4. This command will Make your folder invisble and it can not be seen even in hidden files and folders
5. To make it visible again type "attrib -s -h C:\abc"
6. You can lock any other folder also by changing the location C:\abc to address of your folder.

Friday, August 19, 2011

Vanguard Defense: New Target for AntiSec Hackers

The hacktivist group AntiSec says it has released a gigabyte of private documents from Vanguard Defense Industries, including e-mails from an executive connected with an organization it has targeted previously.
In a post on Pastebin this morning, AntiSec said the e-mails belong to Richard Garcia, a senior vice president at Vanguard who is also a board member at InfraGard, an FBI program that teams up public and private cybersecurity efforts. In June, AntiSec affiliate LulzSec hacked the Web site of InfraGard Atlanta, releasing passwords and other sensitive information. 

Describing InfraGard as "a sinister alliance," AntiSec gloated about this latest breach:
It is our pleasure to make a mockery of InfraGard for the third time, once again dumping their internal meeting notes, membership rosters, and other private business matters.
Within the booty you may find lots of shiny things as we did not have time to follow up on all the data. Safe to say, that despite previous disclosure in the media...Mr. Garcia did not bother to change any of his many many passwords found in his spool at the time of this release. So here's also a shoutout to all Lulz Lizards still following our mischiefs: Have fun with the data of Mr. Garcia, former Assistant Director to the L.A. FBI office who now sells his cybersecurity "skills" to the Military and Government for brazen amounts of money.
Vanguard, based in Conroe, Texas, makes an unmanned aerial vehicle called the ShadowHawk, used in commercial as well as law enforcement and military settings, and also provides security consulting services.
Representatives of Vanguard were not immediately available for comment.

AntiSec said the new breach was perpetrated "not only to cause embarrassment and disruption to Vanguard Defense Industries, but to send a strong message to the hacker community" that it will continue to target military contractors, law enforcement agencies, and "white hat sellouts," a reference to hackers who work with police and other establishment groups.

Earlier this month, AntiSec issued a "Shooting Sheriffs Saturday Release" of what it said was 10GB of data stolen from U.S. law enforcement agencies, including private e-mails, passwords, data from informants, Social Security numbers, and credit card information.

YouTube adds Google+ Hangout Button to its Videos


Hangout video sharing is one of Google+'s more appealing features -- not that we use it often, but when it comes to things to do in an online social gathering, watching YouTube clips would certainly rank near the top. Now you can launch Hangouts directly from YouTube, rather than heading over to Google+ and pasting in a link. Sure, it's a simple tweak that probably took less than an hour to code, but it's a clever addition nonetheless.

Tuesday, August 16, 2011

Trick Update facebook status via android or blackberry

Do you want to know how to update your Facebook status via iPhone, iPad, BlackBerry, Andriod or even from your Washing Machine or TV? Or do you want to update it via satellite? This is not a joke; well this is half-meant. What I wanted to share with you is how you can update your Facebook status with the mentioned devices without actually having them. You can play tricks with your friends making them think that you actually have these devices or you’re actually sending them updates from your washing machine or other device..



The following list uses Facebook ’s prompt_feed.php and with the use of the API key, it enables you to send your status. Of course you need to login first to Facebook before you can actually use these.
No need to click stupid "joint" or "allow" to update your status, fully safety!!
Feel free to try and test them, just click the link below:

via android
via BlackBerry
via iPhone
via iPad
via washing machine
via satellite
via TweetDeck for iPhone
via Snaptu
via Windows Phone
via Foursquare
via Ninja Saga
via Mafia Wars
via Calculator
via Nokia 3310
via Nokia 3315
via Bluetooth
via Nintendo Wii
via McDonald's
via Google
via Yahoo!
via YouTube
via Windows Live Messenger
via Friendster
via China Phone

Sample screenshot :





Processor Selection Guide For Servers,Business & Gaming

When it comes to processor considerations, the home users falls into one of the two categories – The Gaming Enthusiastic and Regular Work users who are budget conscious. Budget PC owners would use their computer for surfing the web,doing home accounting and Microsoft word related job. On the other hand gamers would push their PC beyond the needs of a regular productivity applications.
processor selection for gaming
A CAD/Visual Modelling user would want the same high CPU(128bit or more) performance that the gamer lusts for. Differentiation becomes sharper when you consider complete PC solutions. For example where a gamer could make do with 8GB of RAM, while the CAD user working with large drawings could use all the RAM he/she can afford. Since complete system are not our focus here, these categories can be grouped together.

Enterprise Servers

processor for business  
You can easily get away with a Athlon X2 Dual Core CPU’s or Intel’s Core 2 Duo Processors  for small networks. Top of the line systems are needed only by the most intensive applications. For example Enterprise data servers and terminal servers supporting thin clients are always CPU starved. For Such Strenuous usage, the Intel® Xeon® Processor Series still rules supreme. Offering Generous level 8 MB – 12 MB of L2 cache per processor with multiprocessing capability, They are only options for high End Needs.

Business

If all your business demands from your PC is a little accounting and web surfing, just about any processor will do fine – the Anthlon X2 gives exceptional vale for money. For more intensive spreadsheet and graphics/studio work needs, go in for a Intel Core 2 Duo or Intel Corei3 or Intel Corei7 processors.

Games

budget processor small network 
Over the years, games have always been at the forefront of technology. Constantly enhancing realism and creating even more immersive environments, they are biggest processors hogs. Consequently, a serious gamers need a high end processor the Amd Phenom IIx6 Series Processors are best choice if you want to save some money otherwise Intel I7 920 is just more than enough what you need for gaming.

Budget

On a decent budget AMD Athlon is the processor of choice, offering great performance at low cost.
When you choose a processor, make sure you put in the same careful consideration into choosing components that compliment its capabilities. Only then you can get the most out of your machine.


Monday, August 15, 2011

Mozilla Firefox 6 Final Now Available For Download

It’s not been so long that Mozilla released Firefox 5 final version for public, but today we have great news for Firefox lovers as Firefox 6 final is now available for Download on Mac, Windows and Linux via Mozilla FTP servers. It’s not available officially now but will be available anytime soon this week.


Firefox 6 Final does not bring any new changes to UI (User Interface). But though the new version bring alot of speed improvement while using the browser almost 20% faster than the previous Firefox 5.

Keep in mind that there’s a small chance that this allegedly “final” build is updated before it’s released to the public this week, yet that’s very unlikely unless major issues are found. While the welcome page still mentions “Firefox 6 Beta”, don’t be fooled, Mozilla just hasn’t updated said page yet. This latest stable Final version offers more stability and improvements than the former test builds. So, Download it and upgrade your current version of Firefox.

NaukriPlus.com(Pak Job Portal)Hacked !! By T@j And @p3X Pr3d@t0r

On Late 14th Aug Night ….Which turned out to be a nightmare for naukriplus.com (Pak Based Job Portal) When T@J And @p3X Pr34@t0r Hit www.naukriplus.com………

 

The Reason For their Hack Was Unknown ……..But They Call It PATRIOTISM…..
According to @p3X Pr3Dat0r….. “If They Can Hack Us Easily, Same Implies To Them”


According to zone-h.org mirror service ….these hacks were added in the name of  ”Technical Rainbows”
Naukriplus.com Is One of the job portals of pakistan..
In the End ,T@j and Ap3X Pr3d470r says” Freedom Is Not Given It Is Taken -Happy Independence Day 2011 To All India”

View Defacement Here-
http://www.zone-h.com/mirror/id/14673383

[via starthack ]