How to install Jira on Mac OS?

Hello everyone, to see emerging software advancement in the IT corporate world and due to their trending IT infrastructure. So, today in this article, we are going to give lessons on the installation process of Jira on Mac Os so, we will look at prerequisites and then we will download Jira for Mac Os, how to start and shutdown Jira (Tomcat), set up the home directory and then finally, we will set up Jira for use. Let’s have a look!

Read more

How can we start with Gitlab CI/CD?

Hello everyone, you know the different phases of programming and about its evaluation on that, it is performing their task. So, we are going to learn about Gitlab CI/CD from very basic & scratch and if you don’t have primer knowledge on the above topic so, don’t worry, we will go up step by step. And in this lesson, we will engage with various topics like what is Gitlab CI/CD? We will create a .gitlab-ci.yml file, this is a file

Read more

How to install Gitlab runner on windows OS

Hello friends, today, we are going to teach you about Gitlab runner. On that how can you install, register, start Gitlab runner and we will do this on the Windows operating system (Windows OS). So, if you want to learn Gitlab runner then we will start from very basic it means from scratch and we will go up step by step. What is Gitlab runner? Before, I write down the steps to all procedure that happens in Gitlab runner. Let

Read more

How to install Gitlab runner on Mac OS?

Hello-tech lover, welcome to the visualizing path of programming. You know better today trends to take up-gradation in technologies and their environment around the world. Through this article, we are going to give you lessons on Gitlab runner and we will go very basic step by step and learn how to install, register, and start Gitlab runner. So, if you have no primary knowledge of that then do not worry. We will start from scratch. What is a Gitlab runner?

Read more

How to create an SSH key in Gitlab?

Hello my folks, welcome to the fascinating world of Gitlab. Nowadays, this has become a real use of every programmer/developer. You know every programmer needs some space to situate their projects and code which have been made by them. Today, in this Gitlab mainstream, we are going to elaborate on the SSH key in this you will learn about the fact of how can you create, manage with the SSH key. What is an SSH key? Let’s get started with

Read more

How can you push code and cloning by the git command?

Hello folks, if you have a concept and skills on the git command so, that’s very great otherwise, you could pave your way in the glorious field of programming. Welcome to the admiring world of command that makes your way easy with day-to-day enhances which supports very in your life. This command could create turbulence in your daily workflow with innumerable enormous modes. With one command structure, you could conquer all your miseries over the git commands. Push code to

Read more

How can we do branching from the command line?

Hello techno-friendly users, welcome to the featuring era of programming. Today, we shall raise our points on the topic of branching and how directly you can establish your branch through the git command line without opening the GitHub platform. If you will also unaware to take git branching so, you have difficulties in relation to command branching then you can receive every kind of solution related to creating, merging, and adding branches. This is the place where you could get

Read more

How can we build git commands?

Hello techies, welcome to the configurable world of programming. Today, we are going to talk about facts that matter obviously in your git command order. Whether you have fear regarding the command line. After reading, these awesome steps, you will be gain more awaking and stability on the command line. Perhaps, before learning new stuff or things, you have doubt on either you will be eligible or not in getting that. So, this comprehensive part will make you precisely expert

Read more

Install a Laravel project inside htdocs folder in ubuntu

I was moving a Laravel project to a ubuntu virtual machine.Steps that I followed: 1. Installed Xampp 2. Another thing which is required is Composer 3. Now the thing is when we try to install Laravel project inside our htdocs folder it through an error 4. To resolve this error first create a folder inside your htdocs. 5 grant read and write permissions to this folder by running this commands 6. You may get another error while installing is (“mbstring”

Read more

How to completely uninstall docker

Source – askubuntu.com I followed the uninstall instructions here. Then I ran these commands: sudo apt-get purge docker-engine sudo apt-get autoremove –purge docker-engine rm -rf /var/lib/docker So after I did all this I ran this command to see if docker files are any where else: sudo find / -name ‘*docker*’ I found several places where docker files still exists. /etc /sys /lib /usr /usr /run /proc /var Docker exists in subfolders in the list above.

Read more