Optimizing traffic size is a important thing for two main reasons: speed and traffic — saving time and bandwidth. For example think of mobile applications. Continue reading
Google+Using LDAP Under FreeBSD
Installation notes for OpenLDAP under FreeBSD, using LDAP for user management. Continue reading
Google+Installation Notes for Oracle 10g R2 on Solaris 10
Installation notes for Oracle 10g R2 on Solaris 10, Sun Fire 2900. Continue reading
Google+GlassFish, OS X and launchctl
While testing an application with Arquillian, GlassFish and Maven I got launchctl bsexec failed: Inappropriate ioctl for device from OS X. GlassFish cannot be started, failing with lots of org.osgi.framework.BundleExceptions.
Continue reading
Installing Jenkins on FreeBSD 8.3
Install Jenkins is as easy as downloading the .war or using a port. Continue reading
Google+Setting Up FreeBSD
This setup of FreeBSD was done on Hetzner servers. Continue reading
Google+Setting Up FreeBSD 9.1 With VirtIO On IaaS Platform
Setup notes for FreeBSD with VirtIO on Iaas platform of ProfitBricks, Berlin. Continue reading
Google+String Operations in bash
This is a collection of string operations in bash, Bourne Again Shell. Continue reading
Google+TextMate Snippet Generating Java Getter and Setter
Just found a simple TextMate snippet for generating getter and setter in Java: Continue reading
Google+Setup Notes for Solaris on Sun Fire 2900
Solaris 10 9/10, keine Patchsets Entire Distribution plus OEM Continue reading
Google+JAX-WS 2.2 and Method Not Found
Just got Method not found for required = false when working on a Maven based project in IntelliJ IDEA 12.
Continue reading
Migrate To New Ports Collection
The FreeBSD ports collection was migrated from CVS to Subversion. The old-style csup method to update the ports tree won’t be available after February 28th, 2013, see FreeBSD Handbook, Using the Ports Collection and FreeBSD Handbook, Using CVSup (Deprecated).
Oracle Database And nnfyboot
One I got an error according to nnfyboot when installing Oracle on Linux, so here is a script nnfyboot_fixbug:
Continue reading
Editing a Commit Message in git
To correct a typo in a git commit message, get the hash of the commit, e.g. by using git log:
Finding And Fighting Malware On Your Website
A customer just called for emergency when they got a mail from Google saying their websites are infected by malware. It took half an hour to analyse and resolve the situation. We show how to get rid of malware using UNIX command line tools.
Google+httrack With SSL
To use httrack (installed through MacPorts on OS X) with SSL, create the following link:
sudo ln -s /usr/lib/libssl.dylib /usr/lib/libssl.so
And use httrack with SSL:
httrack -Y https://www.example.com/dir
HTH.
Google+Java And NPT Library Not Found Error
Finding
Just got a NPT ERROR: Cannot open library while starting Java application server GlassFish Open Source Edition 3.1.2.2 under FreeBSD 8.3 with OpenJDK 7 in --debug=true mode.
Replacing A Failed Disk Under FreeBSD
We just had a server with a failed hard disk, thanks to smartmon which sent a mail: Continue reading
Google+Cannot Move Uploaded Files In PHP
I’m hosting the superior website www.gekonntgekocht.de, which is actually running PHP 5.4. The blog at blog.gekonntgekocht.de uses WordPress for content management. Continue reading
Google+Convert An Existing Tomcat User Database To Digested Passwords
I had to convert an existing, XML-backed Tomcat user database (conf/tomcat-users.xml) containing plain text passwords to MD5 digests for use with HTTP digest authentication.
Continue reading