. .

Category: system configuration RSS feed for this category

Comments Off on DHCP & DNS

DHCP & DNS

Setting up a LAN with a DHCP server with dynamic DNS update.

Comments Off on Squidclamav & SquidGuard

Squidclamav & SquidGuard

This post will guide you to setup an anti-virus and an URL filtering proxy.

Comments Off on Clamav

Clamav

Clamav is an open source antivirus engine. It have been used for virus scanning engine in a lot of project, e.g. email scanning, web proxy scanning. This post will help you go through some simple steps to install the clamav in your system.

Comments Off on Squid cache proxy

Squid cache proxy

The post will guide you to install a squid-cache server which supporting LDAP authentication and ready for virus scanning and URL filtering. Transparent proxying will be setup for internal network while external user require LDAP authentication to access the proxy.

Comments Off on Openldap administration

Openldap administration

Outline common openldap administration tasks, including reindexing, changing schema, etc., to make everyone have a quick reference.

Comments Off on Openssh

Openssh

Add an extra instance of sshd which supporting PAM for Slackware 13.37. The aim as adding extra instance is to enabling pam_ldap for sshd.

Comments Off on Configuring OpenLDAP as a replacement for NIS

Configuring OpenLDAP as a replacement for NIS

It should be an easy task in modern linux environment to use openldap as a central user database for authentication.  I try to list out the steps about the implementation. The reference system is base on Slackware 13.37. Some packages may already included in your Linux distribution but not for mine. So, you may skip the installation process and jump to the configuration process.

Comments Off on Slackware & PAM

Slackware & PAM

Building PAM for slackware 13.37. You can feel free to build the library from src, or, you may using the package source in extra/source, which included in the slackware distribution.

Comments Off on openldap building and configuration

openldap building and configuration

Try to config an openldap (2.4.29) as nss backend & pam backend for Linux, NIS replacement, as well as SAMBA PDC.