In this post we will be seeing how one can run Batch Scripts and commands in Jenkins using Jenkinsfile.
Install Jenkins on Ubuntu Machine
We've already seen introduction to Jenkins, Architecture, Sample Pipeline and other stuffs. In this post we will be seeing how you can install Jenkins on Linux machine: Ubuntu. Login to your Ubuntu machine and run below commands. Since Jenkins is a Java application, the first step is to install Java. sudo apt update sudo apt … Continue reading Install Jenkins on Ubuntu Machine
How to execute a Java Program in Command Prompt ?
In this blog we have shown how to execute any java program easily using command prompt
Install PostgreSQL on AWS EC2
In this post we will be installing PostgreSQL on Linux Machine and will see how we can access using pgAdmin.
Scoping Artificial Intelligence : Introduction
The discussion of future always starts and ends with technology. Technology in present is perhaps everything we are surrounded with. Talking about present, the rising technology is Artificial Intelligence. It is one of the commonly used terms everywhere. The devices we use also include it.
PyQt5 tools-Qt Designer
When we want to create a GUI application, generally, to avoid the complications such as long codes, mistakes, missing out commands and other issues, we use Qt Designer .
Linux Introduction: Part 1
This post is dedicated to all Linux Lovers and someone who wants to get started with same in coming posts we will try to cover each and every aspect of Linux necessary. This series introduction to Linux will focus on basics and cover below parts. History of Linux What is Linux Why we need to … Continue reading Linux Introduction: Part 1
How to avoid 10 common mistakes in shell scripting
In this post, we will see 10 common syntactical mistakes that we do while writing a shell script. The prerequisite for this post is an EC2 instance for Linux OS on AWS, putty, or GitBash tool and knowledge of shell scripting. Below scenarios are common in shell scripting.
You must be logged in to post a comment.