Category: System administration

  • Adobe CS4: Fix Adobe Drive connection problems to Adobe Version Cue

    Recently, I had problems to connect to a Adobe Version Cue CS4 server using Adobe Drive CS4 on a Windows 7 64bit machine. The connection worked for about two weeks, but from one day the Adobe Drive CS4 application froze every time I tried to establish a connection to the server (restarting the client and […]

  • Ubuntu: Reset debian-sys-maint’s mysql password

    On Ubuntu systems there is a (system) mysql user debian-sys-maint that is used by the system’s init scripts to control the mysql database, e.g. to start or stop the mysql server. The password of this user is stored (in clear text) in /etc/mysql/debian.cnf. If this password does not match the the actual password in the […]

  • svndumpfilter & svndumpfilter2: Extract svn paths to separated repository

    If you have a svn repository and you would like to extract one ore more paths to put them in a separated repository it could be exhausting, especially if the origin svn repository is very big. svndumpfilter svn’s svndumpfilter tool helps you to meet the target: You can create a dump of the origin svn […]

  • CACert.org & Apache2: Create and use free public key certificates

    CAcert.org is a certificate authority that offers you free public key certificates. Here is a howto that explains the steps to be taken to create server certificate and how to use them with the Apache2 webserver. 1. Add the domain to your CACert.org account Login in your CACert.org account and add your domain (Domains > […]

  • Ubuntu: Fix slow ssh logins

    Slow SSH logins could be caused by DNS lookup on the server side. If it takes (too) long time to be prompted for a password the option UseDNS could by a solution (as suggested in the OpenSSH FAQ). On Ubuntu edit the file /etc/ssh/sshd_config and add the following line: UseDNS no Restart the SSH daemon […]

  • Feeds & IMAP: Feed2Imap aggregates feeds into IMAP folders

    Introduction Using the Internet Message Access Protocol (IMAP) for your email account(s) enables you to get an always up-to-date view of your inbox: You can use different mail clients (on different machines) to access your mails and all mails are stored on a server which makes restoring your mails very easy in case of the […]