Articles

 Disk Usage Command To Show Hidden File With Sorting

Use du -sch .[!.]* * |sort -h in your home folder. Alternatively, the command I use most...

 How to benchmark your GPU on Linux

GLX-Gears GLX gears is a popular OpenGL test that is part of the “mesa-utils” package. Install...