Stand by...

Archive for the ‘Hacking’ Category

How To: Disable OS X Quick Look

How To: Disable OS X Quick Look Quick Look in OS X is an awesome feature. I’m constantly using it to check out PDF files without needing to open them. But in some environments, it doesn’t make sense or causes a huge amount of issues. So to disable this, in the terminal type; (as root [...]

How To: Force Safari to Download PDF Files

I hate having my Internet Browser display PDF files when I click on them. I much prefer them to be downloaded. Here are two commands that changes this default behavior. in terminal (as Admin or Root user) type: defaults write com.apple.Safari WebKitOmitPDFSupport -bool YES Essentially you’re removing PDF Support from Safari so that it doesn’t [...]

How To: Check your computer’s IP address

An IP address is a number that identifies devices connected to a network. In short every single computer, mobile phone, printer, server, etc, connected to the Internet is assigned a unique address. Note that this is totally different then a MAC address which is unique and is only assigned to one device. IP address can [...]

Twitter and Facebook facing Denial of Service Attacks

Both Twitter and Facebook are facing Denial of Service (or Dos) attacks today. Twitter ended up going completely down, Facebook was able to weather the storm, although it was still a bit pokey at times. What is funny about this is how all the pundits say “their growth caused them to fail to anticipate this [...]