6. July 2009

0 Comments

Windows Keyboard Shortcuts

Key Command Windows Key Or Ctrl+ESC Opens The Start Menu Windows key + L Locks Computer Windows Key + M Minimizes All Windows Windows Key + R Opens Run Windows Key + Pause Opens System Properties Ctrl + Alt+ Del Opens Windows Task Manager Ctrl + A Select All Ctrl + C Copy to the [...]

Continue reading...

4. July 2009

0 Comments

How to Compile a UnrealIRCd Module

This tutorial will show you how to compile in a module for UnrealIRCd. You can find the official list of modules here. First step is to login to the server via SSH and go to the folder where UnrealIRCd is. Then you must go to the "src/modules" directory. cd src/modules Then, of course, you must [...]

Continue reading...

3. July 2009

0 Comments

Installing PHPLdapAdmin To Manage Your Ldap Server

I will be using lighttpd as the httpd apt-get install lighttpd php5-cgi php5-ldap php5-mhash Install PHPLdapAdmin apt-get install phpldapadmin Move your lighttpd.conf to lighttpd.conf.bak cd /etc/lighttpd mv lighttpd.conf lighttpd.conf.bak Then download this lighttpd.conf and restart lighttpd wget tuts4tech.net/files/lighttpd.conf /etc/init.d/lighttpd restart You should now be able to login to PHPLdapAdmin at http://server-ip:9090

Continue reading...

2. July 2009

1 Comment

Configuring LDAP Clients

Install Needed Packages We need to install the following packages on our LDAP server apt-get install libnss-ldap libpam-ldap nscd LDAP Account for root: cn=admin,dc=home,dc=local Password: your-ldap-admin-password Make local root database admin: yes Database require logging in: No Root login account: cn=admin,dc=home,dc=local Root login password: your-ldap-admin-password

Continue reading...

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 [...]

Continue reading...
Page 5 of 12« First...3456710...Last »