« Back to jordanbalagot.com

Category

Archive for the 'pranks' Category

Youtube rickrolls everyone

( misc andpranks )

That’s amazing. On today, April 1, click on any featured video on youtube. Rickroll FTW!

OS X Prank – sleep via ssh

( misc andpranks )

There are several ways to do it: sudo shutdown -s now Note: that opens up a terminal window with a warning and a copy of your entire ssh session. You can also use: sudo osascript -e ‘tell app “Finder” to sleep’ That one’s more stealthy.

OS X prank – Open a dialog via SSH

( misc andpranks )

Try this command when you’re SSHed into a machine: osascript -e ‘tell application “Finder”‘ -e “activate” -e “display dialog \”Happy April Fools!\”” -e ‘end tell’

OS X Prank – ‘Say’ via SSH

( misc andpranks )

Open a ssh session to your target computer and try any of these commands: say Hi say “Happy April Fools’ Day” say -v ‘Zarvox’ “You’ve been hacked”

OS X Prank – RickRoll via SSH

( pranks )

If you have ssh access to an OS X computer, type this command in your SSH session to rick roll them: open /Applications/Safari.app http://www.youtube.com/watch?v=Yu_moia-oVI In the spirit of April Fools Day, I’m making a new ‘pranks’ category.