Bits Lovers

Gitlab Runner Maven

Gitlab Runner and Maven – Guide [With the efficient cache method]

Gitlab Runner and Maven it’s the tools that we need to automate our build process to release any Java application. We will learn everything that is required to configure Gitlab and Runner to build our application correctly. Gitlab is a Git repository manager with great CI/CD integration, without managing many plugins like Jenkins. And the …

Gitlab Runner and Maven – Guide [With the efficient cache method] Read More »

SonarQube with Docker and Javascript

Sonarqube with Docker and Javascript [Everything That You Need to Know]

Sonarqube with Docker and Javascript, it’s the perfect combination that you can use to improve the quality of your application. Without wasting considerable time installing a lot of software and dependencies.   We can analyze an Angular project or Node.js, or any other Javascript technology. In the previous post about sonarqube with Docker, we focus on …

Sonarqube with Docker and Javascript [Everything That You Need to Know] Read More »

Delete file on Linux, learn how to avoid mistake when you are deleting files

Delete a File Linux – Secrets that you didn’t know about it [Complete Guide]

Delete a File Linux: This article will explain how to delete files in terminal using the rm, unlink, and rmdir commands to delete files and directories in Linux. Those commands are critical and you should use them carefully. On Linux, the rmdir and rm functionality are to delete directories and files, like any Unix-based operating …

Delete a File Linux – Secrets that you didn’t know about it [Complete Guide] Read More »

Tips To Unlocking The Full Potential Of Testing For Better Results

Software testing is more than just testing. It’s about improving the quality of the software and providing quality products to the user while growing your business. This makes it very important for all the software features to be properly tested with the best testing tools so you can release high-quality products to your users.  Software …

Tips To Unlocking The Full Potential Of Testing For Better Results Read More »

How to Find files and Directories on Linux

Find command example in Linux

Find Command Example In Linux, our most important post, in our section, in How to learn Linux, let’s see why.

On Linux, and like the Xargs command the Find command is one of the most useful and often used command utility in Unix-like operating systems. The Find command seeks and finds the list of files and directories based on the requirements you define for files that meet the arguments.

How to unpack tar gz files with examples

How to unpack tar gz files, your Ultimate Guide

Unpack tar gz files. It’s an important topic to learn because when we talk about Linux, it’s impossible not to notice the number of application packages compresses using tar gz files. This type of file is broad used in the open-source world, like the zip format. What are tar and gz? For generally acknowledged tar means “Tape Archive.” …

How to unpack tar gz files, your Ultimate Guide Read More »