Amazon Elastic Kubernetes Service (Amazon EKS) is a fully managed Kubernetes service. Amazon Elastic File System (Amazon EFS) provides a simple, scalable, fully managed elastic NFS file system for use with AWS Cloud services and on-premises resources.
How to run Batch Scripts/Commands in Jenkinsfile
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
You must be logged in to post a comment.