confluence

confluence supports some version of markdown, however it is not super compatabiole with jekyll. There is a quick little ruby script that converts your .md files into a text that confluence can handle. markdown2confluence

resetting admin passwords on a mac.

I was reminded of this loophole topday and though I woudl write it down. how-to-create-a-new-administrator-account


PROCEDURE

1. BOOT INTO SINGLE-USER MODE

Turn on the computer. Upon hearing the startup chime, hold the key combination CMD+S. This boots the computer into single-user mode, which in turn gives you access via the root user. It is important to note, however, that this can be blocked by a firmware password. If that’s the case, head on over to one of our other guides on getting into single-user mode while locked.

2. MOUNT THE HARD DRIVE

Once single-user mode boots (it should look like a black screen with white text), we need to mount the hard drive. At the prompt type in:
/sbin/mount -uw /

3. REMOVE THE “SETUP HAS BEEN COMPLETED” FILE

Now that the drive is mounted, we can edit the file system. We’re going to delete a file that tells your computer that you have completed the initial setup. Type in:
rm /var/db/.applesetupdone
This command deletes the file “.applesetupdone” in the /var/db/ directory, which the computer checks for on startup to ensure that the computer has already been set up.

4. REBOOT

Pretty self explanatory. We need the system to reboot so it can check for the file and then notice it’s missing. Type in:
reboot

5. WATCH THE VIDEO

Your computer will shut down and reboot. A setup window should pop up asking what language you want your computer to be in, just as if you turned on your computer for the first time after purchase. After you select a language, a welcome video will play. If you brought headphones along, feel free to plug them in during the “Select A Language” screen. Otherwise, enjoy a little music.

6. CONTINUE SETUP

Go through the rest of the setup process.

Be sure to select “DO NOT TRANSFER MY DATA”.

Don’t worry, all of your old files will still be on the computer.

At one point during setup you will have to configure your internet connection, this is when you need your wireless password. It’s fine if you don’t have the password, you can enter it later if you need to.

7. SET UP THE ADMINISTRATOR ACCOUNT

Near the end of the setup you will be asked to create an administrator account for your computer.

Be sure to make the name of the admin account different from the existing one.

You can name the account anything that you want, except for the name of the old administrator account. If the new account is given the same name as the old one it will overwrite the old account, causing all the old account’s files to be deleted.

8. FINISH SETUP AND LOG IN

Wrap up the setup and the computer should automatically log you into your new administrator account.

SOME IMPORTANT NOTES:

This administrator account is exactly like any other account.
It is not hidden in any way, and it does not have any special privileges.
With this account you will be able to change the password on the old administrator account, and access the files of any account stored locally on the computer (unless the old user has enabled FileVault on their account.
Again, if you’d prefer to recover the password of any current user on the computer, follow our other guide on cracking Mac passwords.