Linux directories explained

  • Post author:

Updated on January 21st, 2021 – The Linux file system comes originally from UNIX and thus follows UNIX traditions. This is why for instance it uses the forward slash instead of the back slash as in Windows. Linux also differentiates between uppercase (more…)

Continue Reading Linux directories explained

How to increase swap space in Linux

  • Post author:

When a Linux system has an out-of-memory error or runs out of RAM, .i.e. can no longer store data in the virtual memory, it will temporarily use swap space in order to increase the size of the virtual memory available. (more…)

Continue Reading How to increase swap space in Linux