Blogger Widget ....beware shocked.... ....beware shocked....

Wednesday, September 25, 2013

0 How to Copy Files Between Dropbox, Google Drive, SkyDrive and other cloud service.

Mover.io is an online service that helps you easily transfer files and folders from one cloud storage service to another. The service works on a freemium model – you can transfer up to 10 GB of data for free and then pay $1 per extra GB of transfer.
Mover has connectors for all popular cloud storage providers. You may copy files from your Google Drive to Dropbox, from SkyDrive to Box or even from your old Google account to the new one. They also support FTP allowing you to directly transfer files from Google Drive or Dropbox to your FTP server, over the cloud.
There are no restrictions on individual file size limits (except for SkyDrive) and you may transfer unlimited number of files. Mover creates a mirror copy of your folders on the destination service but if a folder on the source drive has too many files, you have an option to zip them all in a single file before the transfer.
The activity log in your Mover dashboard offers a near real-time view of ongoing transfers and the service also sends a detailed email notification when a transfer job has been processed.



Sunday, May 13, 2012

39 The Best Hacker Movies


The Best Hacker Movies (part 1)

MI4: Ghost Protocol (2011) :-
In this modern actioner, you will see iPhones that crack door codes, iPads that spy on security guards, wireless intrusion vectors that are delivered by balloon, hijacked security networks, and a little bit of hacker fun involving Dean Martin music.

The Girl with the Dragon Tattoo (2009) :-
She's a Swedish hacker who types on a Mac and lives with Asperger's Syndrome. She teams up with a journalist to solve a murder-mystery. And she has a dragon tattoo.

Gamer (2009) :-
This movie is a cult favorite of video gamers: it depicts a dystopic future where the minds of state prisoners are computer-linked to the consoles of rich game players. The action is brutally violent, and the concept is over the top.

Pirates of Silicon Valley (1999) :-
This is the flawed storytelling of how Apple and Microsoft came to be. While this movie got mixed reviews, many people have commented they loved it.

Hackers (1995) :-
Don't bring your brain to watch this, either. The story is weak, and the hacking scenes are nowhere near reality. But you have to watch this just to say you did

The Italian Job (2003) :-
Modern heist movies always involve some sort of hacking. This particular heist movie is extremely entertaining, especially when the supposed true inventor of "Napster" is the main hacker. At least 20 minutes of hacking footage in this actioner.

The Matrix (1999) :-
This was such a groundbreaking adventure in reality and existentialism. No, you will not learn how to break into a Linux server by watching Trinity port-scanning with "nmap". But this movie is definitely cool, nonetheless.

Takedown (2000) :-
Also known as 'Track Down', this is the sensationalized story of famous phone phreaker, Kevin Mitnick.

Antitrust (2001) :-
This movie has some strong points about it. Two idealistic computer whiz kids graduate from Stanford, and one of them enters the world of private sector programming.

This list is not complete as there are lot more, if you have any movie then fill up here. we again come up with some more movies.

Wednesday, April 18, 2012

1 Removes the Folder and Search option menu item from the tools menu on windows



1.First you go to the Start==>Run
2.Then type it "gpedit.msc" and press enter..
3.then you had the Local Group policy editor dialog box..
4.then go to this path.... "User Configuration==>Administrative Templates==>Windows Componets==>Windows Explorer==>"
5.After that you find the " Removes the Folder option menu item from the tools menu"
6.then Open it and change select to the "Enabled" chack box and click Apply and ok..
7.Its Done....

0 Conditional Shutdown

I just found a batch code by which you can shutdown, restart, log off etc your computer with choice. This is a example of conditional batch programming and a part of advanced batch programming. In this program you have options to do what you want. You can understand this very easily if you have basic idea about conditional if statement. This is code for conditional shutdown, write this in notepad and save as anyname.bat and double click for run.


@echo off
color 0A
title Conditional Shutdown
:start 
echo What would you like to do?
echo.
echo 1. Shutdown in specified time
echo 2. Shutdown now
echo 3. Restart now
echo 4. Log off now
echo 5. Hibernate now
echo. 
echo 0. Quit
echo.
set /p choice="Enter your choice: "
if %choice%==1 goto shutdown
if %choice%==2 shutdown -s -f
if %choice%==3 shutdown -r -f
if %choice%==4 shutdown -l -f
if %choice%==5 shutdown -h -f
if %choice%==0 exit
echo Invalid choice: %choice%
echo.
pause
cls
goto start

:shutdown
cls
set /p sec="Minutes until shutdown: "
set /a min=60*%sec%
shutdown -s -f -t %min%
echo Shutdown initiated at %time%
echo.
set /p cancel="Type cancel to stop shutdown "
if %cancel%==cancel shutdown -a
if %cancel%==cancel cls
if %cancel%==cancel echo Shutdown is cancelled.
if %cancel%==cancel echo.
if %cancel%==cancel pause
if %cancel%==cancel exit

4 If you want to send msg to someone on his mobile then goto

If you want to send msg to someone on his mobile then goto


you can send anything,any msg to your friend mobile no without entering your no......its fun....enjoy it.

0 How to access Any Restricted Website:


Sometimes in colleges.companies some websites like orkut.com,yahoo chat etc are blocked by Administrator,to hack this proxy protection just download this dialer file and click on connect,don't forget to choose the country before doing this.

ID:demo

PASS:demo

0 use this "attrib" command to delete virus.

method-1st :
suppose u have a virus anyname.inf on desktop and want to delete then start ur cmd and change drive location on desktop using cd\ comand and then execute this given code below.....

attrib -s -h -r anyname.inf

method-2nd :
Type the following commands in the Command Prompt
Type “:” in the command prompt and hit “Enter“. (“Drive_name” is where the problem occurs, it may be any USB drive)
Type “attrib” and hit “Enter“. (This shows the files that are present in the currently working directory. You can also use the command “dir/w/o/a/p“)
If there are any file named autorun.inf then go for next steps else the drive is not affected with any autorun.inf file.
Type “attrib -h -r -s -a *.* ” then hit “Enter“.  (This command removes the Hidden, Read Only, System and Archive attributes over any file)
After unhiding and removing attributes you can see the files.  So you can delete the file now.
Type “del ” in the Command Prompt and hit “Enter“. (As for example del autorun.inf)


Blogger Widgets