-
Add new tag apache awk awk example bashscript chroot clients code cyrus find ip of apache host find ip of vhost find vhosts gentoo gentoo webserver tomcat howto non-root grep grep example hardware howto imap index indexes jail layman ldap lighttpd Linux mod_dnsbl nslookup openssh overlay portage proftpd projects recover request tracker rescue rt scp server setup sftp Software squirrelmail vhost Webserver
WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.
Categories
Author Archives: Direktion
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 more comfortable, I created this little script here: Continue reading
Posted in howto, Linux, Mailserver
Tagged bashscript, code, dovecot, gentoo, grep example, howto, imap, ldap, Linux, mda, openldap, pop3, Software
Leave a comment
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 a whole network of Macs, this can become very boring. … Continue reading
Posted in howto, Software
Tagged apple, awk, awk example, bashscript, clients, code, grep, grep example, howto, osx, serial number, Software, subnet
Leave a comment
SVN: search all repositories for file
Say you have shell access to the SVN server of you desire which contains like a million repos. Say you are looking for a file but don’t know where it is, you can do the following: myfile=”FILE.NAME”; for dir in … Continue reading
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 … Continue reading