How to create a 1GB, 100MB, 10MB file for testing
On Linux dd is the command from Linux that i use. To create 1 GB file go with dd if=/dev/zero of=testfile bs=1024 count=1024000 to create 100 MB try dd if=/dev/zero […]
Technology-Blog for IT professionals by thuinformatik GmbH
On Linux dd is the command from Linux that i use. To create 1 GB file go with dd if=/dev/zero of=testfile bs=1024 count=1024000 to create 100 MB try dd if=/dev/zero […]
This tutorial explains how to install Tobias Oetiker’s Smokeping into /opt/smokeping on a CentOS 7 box. Features of Smokeping: – Best of breed latency visualisation. – Interactive graph explorer. – […]
As a critical part of your IT infrastructure, domain controllers (DC) should be assigned a static IP address so that they can be reliably discovered across the network. Sometimes it’s […]