Sonarqube with Docker and Javascript [Everything That You Need to Know]
If you want to analyze a JavaScript project with SonarQube but don’t want to install Java, Node.js, and a bunch...
If you want to analyze a JavaScript project with SonarQube but don’t want to install Java, Node.js, and a bunch...
Here is the thing about deleting files on Linux: the commands are simple, but the consequences are permanent. The rm,...
I’ve been in software development for a while now, and if there’s one thing that’s clear, it’s that code runs...
Merging PDFs on Linux is one of those things that sounds harder than it is. Whether you’re combining signed contracts,...
Find Command Example In Linux - On Linux, the Find command is one of the most useful command utilities in...
I’ve broken a production server twice by creating users wrong. Once by assigning the wrong UID. Once by not understanding...
If you work with Linux, you’ll run into tar.gz files constantly. Open-source projects love them. They’re like the zip format...
Managing file permissions is one of those Linux skills you need early. Get it wrong and you’re either locked out...
Renaming folders on Linux is straightforward once you know a few commands. I’ll cover the tools I use daily: mv...
In this post, I’ll show you how to zip folders in Linux with practical examples. I’ve been using zip for...
Copying files and directories is one of those things I do every day on Linux. Whether I’m backing up config...
I’ve been managing Linux servers for over a decade, and DNS issues still catch me off guard sometimes. You type...