by darknetmatrixDec 24, 20181 min readHow to remove files and directories via terminal (bash shell)rm -rf * Would remove everything (folders & files) in the current directory.But be careful! Only execute this command if you are absolutely sure, that you are in the right directory.
rm -rf * Would remove everything (folders & files) in the current directory.But be careful! Only execute this command if you are absolutely sure, that you are in the right directory.
Solus ReviewWhat is Solus Linux? The first question which I think is worth starting with is what Solus OS is? First of all, Solus is a distribution...
How to Make MP3-Songs the Same Volume in AudacityIf your digital music collection contains songs recorded or mastered at different volume levels, listening to music on your computer can...
What does swappiness do?Swappiness is a property for the Linux kernel that changes the balance between swapping out runtime memory, as opposed to dropping pages...