Linux

Network Manager Disabled

After having issues with network manager after my laptop shutdown I found a fix to the issue. To read the full blog post go here.

http://www.harshj.com/2010/06/02/network-manager-disabled/

Openldap 2.3 to 2.4 upgrade broke replication.

It looks like the old slurp interface is gone from Openldap 2.4. ( http://www.openldap.org/doc/admin24/replication.html )

After a little searching I found. ( http://deandra.homeip.net/node/33 )

Setting up SSH Chroot Jail.

Setting up chroot is a pain. Here are some links to stuff written on the topic.

http://olivier.sessink.nl/jailkit/howtos_sftp_scp_only.html

Forwarding Multiple Ports

ssh -L 2143:localhost:143 -L 2025:localhost:25 username@192.168.100.4

Thanks
Robert

Were to add code to add additional template items.

Adding additional template items to the template. There are a few places to edit.

plugins/cerberusweb.core/api/listeners.classes.php around line 530.
and
api/app/Parser.php around line 671

Setup an SSH SOCKS proxy!

To Read the full article go over to Hak5 and read the whole thing.

http://www.hak5.org/episodes/episode-416

What you’ll need

* An SSH server to act as your proxy.

Adding Bind9 recursion support in debain.

I just upgraded from etch to lenny and recursion support was removed from the defaults. So I had to make a few changes to bring it back in. Here is the change I needed to make.

Edit

Setting up MailMan under Debian.

http://www.debianhelp.co.uk/mailman.htm

#apt-get install mailman

This will install the latest version of mailman

after installation of postfix you need to do the following things

Syndicate content