RSS

1. July 2009

0 Comments

How to setup a LDAP Server

Installation

We need to install the ldap packages
apt-get install slapd ldap-utils migrationtools

Answer the questions and then use dpkg to reconfigure slapd for more options
dpkg-reconfigure slapd

Omit OpenLDAP server configuration? ... No
DNS domain name: ... home.local
Name of your organization: ... home
Admin Password: some-really-strong-password
Confirm Password: some-really-strong-password
OK
BDB
Do you want your database to be removed when slapd is purged? ... No
Move [...]

Continue reading...

1. July 2009

0 Comments

Passwordless SSH login using SSH Keys

SSH keys allow you to login without requiring you to type in your password this tutorial will teach you how to set them up

First we need to create the key
ssh-keygen -t rsa

Then we need to move it over to the machine that we want to be able to login too without the need for a [...]

Continue reading...

30. June 2009

0 Comments

How to sync 1Password. (Mac)

Well this is more simple. Just download and install dropbox and use this url (yes its a referral but it gives you 0.25 gb extra)
First go to 1Password in the menu then preferences then keychain then click move. Use something like this
After that on your other computer do to First go to 1Password in [...]

Continue reading...

30. June 2009

0 Comments

How to stream your radio. (Mac)

Ever want someone to know what your listening to on the radio. Its quite simple. it will cost about $60 depending on what kind of radio and cable you get.
What you need

A radio ($10)
A stereo audio cable ($3)
NiceCast

Continue reading...

30. June 2009

0 Comments

How to show hidden files. (Mac)

This is quite simple just type defaults write com.apple.finder AppleShowAllFiles TRUE into Terminal. Then killall Finder witch makes the Finder restart.

Most of the files you see now you shouldn't touch unless you know what your doing.
To revert you type in defaults write com.apple.finder AppleShowAllFiles FALSE then killall Finder

Continue reading...
Page 5 of 12« First...«34567»10...Last »