Reminder Why I Hate Windows, Nuff Said.
Views: 731
#! /bin/shecho “”echo “”echo “List DB2 instances & databases”DB2_INSTALL_PATH=/opt/ibm/db2/V10.1 . /etc/init.d/functions list_instances() { $DB2_INSTALL_PATH/bin/db2greg -dump | grep -E ‘^I,DB2’ | \ cut -d, –output-delimiter=” ” -s -f4,5,7 } #read DB2…
For syncing information between 2 Linux server you can easily use RSYNC for that task I created 2 Apache webservers for hosting several websites with IBM Domino as the backend…
When your swapfile is to tiny, you can easily exend the size of it. Here is the procedure for RedHat and CentOS. free -m dd if=/dev/zero of=/swapfile bs=1M count=8192 mkswap…
Ever migrated a website running on a Microsoft Windows Domino environment to a Linux Domino environment. The first thing you CAN detect, is that developers are sometimes not so strict…
For those who want to move the view- and FT indexes away from the database and the DATA volume, here is the short procedure how to do it on a…
Like mentioned in my previous blog about MongoDB, i changed the backend database in some websites, from MySQL to MongoDB. Migrated a simple PHP – MySQL website to PHP –…
By default, poort 27017 is used and the daemon is non-authenticted. Everyone can access your databases when access to port 27017 is public, internally or externally. So, how can you…
After a kernel update on my Linux server, so it seems, there was a problem with my Domino server and it’s bindsock. After rebooting the Linux server, Domino produced several…