Quickly extend Linux CentOS swapsize
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…
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…
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…
Notes Client on Linux – There is no Notes client for Linux shipped with 9.0.1 FP8. This client platform has been discontinued and customers are encouraged to move to Windows…
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…
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…