Implementing MailScanner as your Virus and Spam checker in the Domino mail environment.
It’s no surprise that i am a real open source and IBM enthusiast. Combining those two, and you can create a total new solution for the business. What you need…
It’s no surprise that i am a real open source and IBM enthusiast. Combining those two, and you can create a total new solution for the business. What you need…
A customer asked me how to automate the process in adding, deleting website configuration in apache and the WebSphere plugin. Even wants to handle the Apache cache, because DISK Cache…
In Linux it’s easy to determine the uptime. Just type ‘uptime‘ in a terminal session and voila, there it is: 09:32:41 up 59 days, 18:33, 1 user, load average: 0.00,…
This mounting procedure is needed when you want to mount a directory between 2 Linux servers. In this example I created it in Linux Centos. What you need? Host Linux…
How to determine the port-application mapping/bind on Linux CentOS/RedHat? netstat -tulpn ( Active Internet Connections, only servers ) Example output: Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name…
This procedure can you use to add a new disk to a Linux server and move data to that new volume. First create an extra disk from VMWare to the…
It’s possible to upgrade Linux RedHat and CentOS in place to release 7. Not without any risk, but it’s possible and do-able. Redhat: https://access.redhat.com/solutions/637583 CentOS: http://linuxsysconfig.com/2014/07/upgrade-to-centos-7/ Views: 147