📅 April 2017
(3 posts)
📅 2017-04-16
✍️ Bart Schelstraete
You can use Let's Encrypt certificates for the ISPConfig admin console too. In order to achieve this, you can use the following commands: ### as super user of course DOMAIN="www.mydomain.com"…
Read more →
📅 2017-04-06
✍️ Bart Schelstraete
If you have a file system with a lot of small files, it is possible that you are running out of inodes. Unfortunately it is not possible to increase the number of inodes on the fly. In order to…
Read more →
📅 2017-04-05
✍️ Bart Schelstraete
In PowerShell, you can also use a grep like you can do on Linux. In order to search for a string in a file, you can use the following command: sls "Searchthisstring" "C:\myfile.log" -ca If you want…
Read more →