April 2017

Linux: increase inodes on EXT4 file system

If you have a file system with a lot of small files, it it possible that you are running out of inodes. Unfortunately it is not possible to increase the number of inodes on the fly. In order achieve this,…

Read More

PowerShell: using grep alike command

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: If you want to have the output without filename, line number:…

Read More