The paths defined in Ubuntu or any operating systems are searched to find out any commands given in command line terminal. If a program is
Category: DevOps
Ubuntu 18.04 is another long-term upgrade with a lot of changes. I have freshly installed it in my system and it is running very smoothly.
Introduction Docker is nowadays a buzz word, I heard this everywhere in software development sector. I went through it to learn what it actually it
BRIEF INTRODUCTION Running jobs from bash terminal is really easy. But what if we want to reduce user interaction to implement automation, we define services
Introduction ========= Spring Boot is very good for implementing business logic and other back end operations. But the world is different if we want to
Why do we need this? We normally login to the remote system and execute the scripts located in the remote system. What if we execute
All object in java are inherited from Object class, this Object has two methods hashCode() and equals(Object obj). We normally do not care about why
To install and start tomcat server is a really straight forward, but to run it securely needs some extra configuration. In this article I am
In this article, I am going to write some basic Ubuntu operations which we need day today. I am gonna describe everything like a list
In this article, I am going to write more about software testing. The quality control of a software product is carried out in different software