• +++ WERBUNG +++

new website evolving…

sächsische Informations-Compagnie zu Berlin | Marcus Pauli

Posts Tagged 'Software'

Gentoo ebuild: Nginx With Support For Upstream Fair Proxy Load Balancer

Nginx is a powerful web server and therefore our choice. Unfortunately, the Gentoo ebuild is missing one essential extension: a load balancer that is querying the servers not via round robin but by their current load. Therefore, we had to extend the …

10 January 2012 at 14:09 - Comments

dovecot: remove maildirs

We are running dovecot as MDA. Dovecot gets its user details from OpenLDAP and adds new users automatically.  But removing a user in LDAP does not mean it gets removed in Dovecot as well. To have this a little bit … Continue reading →

17 November 2011 at 19:54 - Comments

Locate all Apple serial numbers in a subnet

The command ioreg -l | grep IOPlatformSerialNumber will show you your Mac’s serial number. With this, you can find out when your Mac has been created if you enter this number to https://selfsolve.apple.com/agreementWarrantyDynamic.do For…

11 November 2011 at 19:45 - Comments

sslh: let https,ssh and openvpn share a single port

Introduction Maybe you know the situation: You successfully logged in to a corporate network and somehow you can’t reach your server. You check all possibilities and realize that some of the ports you desperately need to manage your daily life &#…

2 September 2011 at 08:45 - Comments

from Squirrel to Crystal

For years, we were using Squirrelmail as the default web mail client. Well, it would be a lie to say its design looks good but it offers a lot of functionality that nearly compensates the design deficits. The really basic functionalities … Conti…

24 September 2010 at 15:24 - Comments

ProFTPD with mod_dnsbl as gentoo ebuild

Recently we realized that proftpd misses several modules that are available but not included in the standard distribution. Therefore, we created an ebuild. As time was short today, we only included mod_dnsbl. In the near future, we will add more modules. The ebuild is available on our SVN repository: http://dev.informations-compagnie.de/svn/gentoo/net-ftp/proftpd/proftpd-1.3.2b-r1.ebuild. Please have a look at …

7 December 2009 at 19:51 - Comments

find out if your Apache is really serving the right hosts

From time to time it can happen that websites that used to be on your webservers are being moved by your clients without notifying you. Therefore, you will have to search for «zombie websites». I have the following setup: There is an Apache webserver that has a lot of websites. Each website has at least …

19 November 2009 at 20:13 - Comments

Fly me to the moon

Google released the source code of the Apollo 11 mission – together with an emulator.

On the first sight this may seem as yet another nerdish project, but it’s much more than that.

If you belong to the rare specie of Assembler programmers, you will have the unique chance to follow the thoughts of the people …

23 July 2009 at 18:28 - Comments

Laconica

Laconica (pronounced "luh-KAWN-ih-kuh") is a Free and Open Source microblogging platform. It helps people in a community, company or group to exchange short (140 character) messages over the Web. Users can choose which people to "follow" and receive only their friends' or colleagues' status messages. It provides a similar service to sites like Twitter, …

29 June 2009 at 17:04 - Comments

SFTP only and SSH only OpenSSH system with gentoo

# Any random options you want to pass to sshd. # See the sshd(8) manpage for more info. SSHD_OPTS=”” # Pid file to use (needs to be absolute path). SSHD_PIDFILE=”/var/run/sshd2.pid” # Path to the sshd binary (needs to be absolute path). SSHD_BINARY=”/usr/sbin/sshd2″ Although there are many ways workarounding the lack of security with ye olde FTP, there …

12 February 2009 at 19:25 - Comments