Note that all the information displayed here is readily available from different sources elsewhere on the Internet. Anything you do with it is at your […]
Use Local Avatar on your WordPress Site
If you’re running your own WordPress blog site and you want to use an avatar that is located on your own server instead of on […]
Resolving NoClassDefFoundError Errors in WebSphere ear Files
In some odd cases, the ear file that you have deployed to WebSphere may at some point throw a java.lang.NoClassDefFoundError runtime error even though you […]
Use Global properties Files in WebSphere
There are certain cases where you need to use a properties file (ResourceBundle) that can be used in one or more WebSphere Enterprise Applications. One […]
Where are the Crystal Reports Service Packs?
Although it has improved over time, navigating through the SAP site can be a bit frustrating if you’re trying to find specific Crystal Reports related […]
Use Local .rpt Files in Crystal Reports Java API
Assume your Java application is using Crystal Reports from the Repository Server and for whatever reason, for instance testing or debugging, you want to use […]
Concatenate Strings from a Column Into a Single Row
Sometimes there is a need to concatenate strings from a column into a single row. Some databases already provide a solution with the GROUP_CONCAT() aggregate […]
Count Word Occurrences in Oracle String
As of Oracle 11 you can use the REGEXP_COUNT function to count the number of occurrences of a word or string in a varchar. However, […]
Automate Tomcat startup/shutdown on Linux
If you need to automatically start/stop Tomcat each time you start/stop/reboot your Linux server, you can do so by creating a start/stop script under the […]
Use Static IP on Ubuntu Server
By default, Ubuntu uses DHCP in order to get an IP address. If you need a static IP instead, you need to update your interface […]