how to install and set up the GitLab server on Ubuntu 20.04 LTS system using the command line. To create a basic pipeline script in gitlab, you have to create in your project a .gitlab-ci.yaml file. These pipelines can have single or multiple stages.

Continue Reading...

In our previous post has been explained to install GitLab runner package(dpkg), this post will guide you how do we install the GitLab runner manually with binary file.

Continue Reading...

GitLab CI/CD is a part of GitLab for applications development using CI-CD techniques. GitLab Runner is a tool for running jobs in a pipeline. GitLab Runner works with GitLab CI/CD.

Continue Reading...

The below steps are will do clear your DNS cache in your Operating system macOS X version 10.10.4 or above, have to follow the steps below,

Continue Reading...

​If you want to create your DNS cache in your machine if you are use the Operating System ChromeOS, have to follow the steps below,

Continue Reading...

For my new project, when use the yarn command for managing JavaScript packages. Its necessary to add a very specific version of that particular package from the GitHub or Bitbucket repository. The below steps are to know you how to add a package from the repository using YARN. The commands are very useful to find it&perio

Continue Reading...

Some MySQL queries are executing more time than the normal and it might be efficiency issues affecting your server, if you want to identifying those queries that take a long time to execute and would helps optimisation the queries.

Continue Reading...