Useful Linux File Management Commands

Here’s a list of commands I use or automate every day to deal with various file management tasks, you might find some of these useful yourself: To remove all files over a certain age (useful for clearing out caches for example) use this: find [path] -mtime +[integer] -exec rm {} ; Replace [path] with the […]

Finally, A Move To Linux

For a long time now I have wanted to try actively working on Linux but due to issues with my networking equipment – namely my laptop’s inbuilt RTL8187b wireless card and my alternative USB Modem I haven’t felt able to, due to the amount of work that I actually do online. These devices are supported […]