Kategoriarkiv: IT software

SSH keys med Putty

Til nogle ssh forbindelse kan du ikke logge ind med username/password, men skal bruge en private key file. Dette konfigures i putty her:

eller her:

Du kan bruge Putty Keytool til at lave en ppk fil fra en Linux SSH key fil.

Hvis du vil port-forwarde gøres det her:

Add spacer in the Dock on Mac

Run this command in the terminal for each space you want:

defaults write com.apple.dock persistent-apps -array-add ‘{tile-data={}; tile-type=”spacer-tile”;}’

Reload the Dock with this command:

killall Dock

Now you can move the spaces around in order to group your apps:

Reinstall Mac OS X fails

One some older Mac’s some issue can install with the automatic installation when you boot with Option-R / Option-Shift-R.

A possible workaround is to make an internet install on an external disk and then let the installation start from that.

  1. Start your Mac holding down Command + R.
  2. Prepare a clean external drive (at least 10 GB of storage).
  3. Within OS X Utilities, choose Reinstall OS X.
  4. Select external drive as a source.

Your Mac will restart and make the installation…

Thanks to this site.