RSS

7. July 2009

0 Comments

Disabling IPV6 on Debian

If you don't use ivp6 for anything and your ISP doesn't support it theres not much of a need to have it enabled. To disable it we need to edit /etc/modprobe.d/aliases
nano /etc/modprobe.d/aliases
By default you will have the following line
alias net-pf-10 ipv6
Replace it with the following
alias net-pf-10 off
alias ipv6 off
You can now remove all the ipv6 [...]

Continue reading...

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 Clipboard

Ctrl + D
Unselect all

Ctrl + V
Paste from the clipboard

Ctrl + x
Cuts to the clipboard

Ctrl + Y
Redo

Ctrl + [...]

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 download the file into [...]

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

0 Comments

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...
Page 4 of 12« First...«23456»10...Last »