IntelliJ IDEA became one of my favorite Java Editor in last year. So many built in functionalities, themes and plugins to enhance workflow made me switch from Eclipse IDE to IntelliJ. For my day to …
Technology & Tools Archives...
Latest Articles and News on Technology collection includes Tips and Tricks on web development, programming, blogging and social media and How-To tutorials.
Ansible – How to Grep (ps -few) and Kill any linux process running on Remote Host?
Ansible is pretty amazing system admin tool. We have published number of articles on Ansible in last few weeks on how to copy files on remote host, How to Execute Commands on remote Hosts, how to …
IntelliJ IDEA – How to Set Latest Java SDK and fix an Error: java: error: release version 14 not supported
Today while running my Java Program I got below error in IntelliJ IDEA. [crayon-603c9474dcc84908218439/] In addition to above problem, do you have any of below errors? IntelliJ IDEA 2020.1 …
Ansible: How to Accept User Input using vars_prompt and Command line?
It's been few months I started playing with Ansible. In this tutorial, we will go over how to use vars_prompt ansible section if you may wish to prompt the user for certain input while running ansible …
Read Article about Ansible: How to Accept User Input using vars_prompt and Command line? →
How to install and configure Filebeat? Lightweight Log Forwarder for Dev/Prod Environment
Over last few years, I've been playing with Filebeat - it's one of the best lightweight log/data forwarder for your production application. Consider a scenario in which you have to transfer logs …
How to add Resources Folder, Properties at Runtime into IntelliJ classpath? Adding Property files to Classpath
Getting NullPointerException while reading Resource .properties file in Intellij IDE? Do you have an issue loading resources files into your Intellij IDE? Having below errors? Error: Could not …
How to Install and Configure Elasticsearch on your Dev/Production environment?
In this tutorial we will go over steps on how to install and configure Elasticsearch for your development and production environment. What is ElasticSearch? One of the best search and analytics …
Read Article about How to Install and Configure Elasticsearch on your Dev/Production environment? →
The Power of HTML5
You may have heard the term “HTML5″ mentioned once or twice and had no idea what people were talking about. However, you should know what this term means as it will be becoming more and more important …
Ansible: How to automatically monitor newly created Amazon EC2 instances using Prometheus?
Do you have any of below questions? Use file-based service discovery to discover scrape targets How to Automatically discover the use of multiple IPs? Automatically monitoring EC2 …