by haxple on 05/23/09

WTF: Freeze the balls

freeze tha balls

Because everybody wants to know how to freeze the balls of a brass monkey.

(I was trying to search “freeze the system” haha)

Join the 5 comments [+]

by haxple on 05/22/09

VMWare Fusion Port Forwarding in NAT Mode

I did a webserver for my debian vm and I wanted the server to be available within all the other machines on the lan, but the problem was that only I was able to see it (of course, it is on my mac). A easy solution can be switching the VM network adapter to bridge, but that’s an easy one c’mon!. VMware Fusion is capable of doing port forwarding on the NAT network adapter (that sounds yummy), so thats going to be my solution, doing port forwarding. Just look at the steps and learn.

Continue Reading …

Join the 2 comments [+]

by haxple on 05/21/09

Vim Cheat Sheet Widget for Dashboard

vim-widget

I’m trying to free myself from GUI-Based text editors (a.k.a. textmate, bbedit), but sometimes it is kind of difficult to remember the commands and keyboard shorcuts. Thats why im using this wonderfull widget, hope you enjoy!.

Website: aranio | Direct download: VI Widget

One comment yei! [+]

by haxple on 05/20/09

WTF: Access from Mexico is not allowed

WTF Mexico not allowed for security reasons

Access was denied because I was from Mexico. According to the site, it was because of security reasons. WTF could a good security reason be, not to allow mexican users, perhaps swine flu? Lol.

No comments yet :(

by haxple on 05/19/09

Disable OSX Built-in Apache

terminalI was trying to turn off the Apache server that leopard has included. But for some reason, everytime I killed the process, the process just reappeared instantaneously after!. After doing some research, I realized that I needed to disable it from launchd (the daemons manager), and then finally stopping it. These are the steps:

  1. Open the Terminal.app and type the following commands:
    1. sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist
    2. sudo mv /System/Library/LaunchDaemons/org.apache.httpd.plist /System/Library/LaunchDaemons/org.apache.httpd.plist.original
    3. sudo httpd -k stop

One comment yei! [+]

by haxple on 05/18/09

Extreme Programming

This is extreme programming lol

So extreme that you need helmet! lol.

Via: Pablasso Blog

No comments yet :(

by haxple on 05/18/09

Tip: Keeping your macbook battery healthy

batteryIf you are one of those people who ask themselves “Why my macbook isn’t charging completely anymore?” / “Why it doesn’t go more than 96%?”. Surprise! batteries need calibration. According to apple, you should calibrate your battery at least once every two months. The steps are so easy:

  1. Charge your battery up to 100% or verify that the charger indicator is green.
  2. Disconnect the macbook from the electricity
  3. Let it discharge entirely
  4. Connect the charger again to the electricity and charge it to the max.
  5. Done!!

More info: Calibrating a MacBook/ MacBook Pro (apple)

Join the 3 comments [+]

by haxple on 05/15/09

Creating hidden users / accounts on OS X 10.4

Hiding users has a bunch of purposes. For example: I do it to hide my hacking stuff from the daily-use account; other people, like administrators just don’t want to have their usernames in the login window, etc. I wrote a tiny bash script to automate the process of hiding users on Leopard/Tiger; you just have to edit the variables USERNAME and PASSWORD (also the ID variable, but this one is just if you are going to create more users).

Continue Reading …

No comments yet :(

by haxple on 05/14/09

Why Internet + Brute force = Stupid, 99% of the time

1. Scales exponentially

keychain

The work required to incrementally search a password grows
exponentially with each letter. In other words, to search for a password with
six letters, you do ninety five times as much work as searching for a password
with five letters (assuming you’re using the 95 printable ASCII characters only).
To search for a password with ten letters, you do 7.7 billion times more work than
searching for a password with five letters.

Continue Reading …

No comments yet :(

by haxple on 05/13/09

OS X Massive Security Update

securityupdateIf something distinguished us (the mac users) is that we believe in the naive idea that Mac’s can’t have viruses. While maybe it’s true that there isn’t that many specific OSX targeted viruses, we are being the target of Botnets of spam/scam in the world. In fact the only way to prevent this is by updating your mac, not updating will result in being part of spam Botnets.
Continue Reading …

No comments yet :(