Visual Studio Code for minimalists
By tweaking the settings, using a minimalist theme, and installing minimalist extensions, you can make VS Code look more minimalist and create a workspace that's both functional and easy on the eyes.…
By tweaking the settings, using a minimalist theme, and installing minimalist extensions, you can make VS Code look more minimalist and create a workspace that's both functional and easy on the eyes.…
If you're running a small virtual Linux server, you might find yourself running out of disk space sooner than you expected. This can be a frustrating experience, but fear not, there are ways to regain disk space and improve the performance of your server. Here are some tips…
Merged branches that are no longer required can take up valuable space and hinder productivity. In this article, we will explore how to use a command to clean up merged Git branches.…
I noticed that my MacBook Pro fans kept running all day on full blast. I turned out the MacOS systemstats process was hogging my CPU, so I had to find a fix.…
With a recent increase in SSH bruteforce attacks, my Fail2ban service is running overtime. For those of you unfamiliar with Fail2ban: it scans log files and...…
Tired of seeing the same message over and over again when you log into your server? Well, I was. Tweaking your MOTD is really easy!…
I never heard about well-known URL’s (.well-known). So I did a little digging and it turns out there’s a lot more than I thought.…
I recently had to write a "multi-platform" shell script and came up with a snippet that might be useful for you too.…