CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

Author : Paul

An Introduction to Apache Pulsar

Apache Pulsar is a distributed messaging system and a streaming platform originally developed by Yahoo, in 2012; the main goal was to develop a scalable and reliable messaging platform to address the gaps which were not fulfilled with the existing Enterprise Messaging Systems (EMS). It was Open-Sourced in the year 2016; contributed to the Apache […]

Apache – How to redirect HTTP to HTTPS?

Once you have installed SSL Certificate on your website, you need to redirect HTTP version of your website to point to the HTTPS version. This way, you are enabling the complete secured access to your website. No body, will be able to access your non-secured site, which is through HTTP. Through this article, we are […]

Skype for Business – How to fix “Outlook Integration Error” ?

Skype for Business is an instant messenger provides very useful features like online meetings (including video conferences too), manage employee contacts, enterprise level security, share the screen or programs online and also allows to integrate Microsoft Office applications, especially Microsoft Outlook. Sometimes, we see “Outlook Integration Error” notification when we sign in into Skype for Business application. This seems […]

How to remove the bitnami banner?

When you installed and configured a bitnami application, you can see a bitnami banner displayed at the bottom right corner of each page of the Application. When you click on bitnami banner, it will take you to the page where it provides information about the installed resources and useful links to the documentation. But it […]

Apache Tomcat 8.x: How to install and configure?

Apache Tomcat is a pretty famous open-source web server, developed by the Apache Software Foundation. It provides an environment to run Java code within. In this article, I am going to explain the steps to install and configure Apache Tomcat on “Windows 7” based system. We need Java to run Apache Tomcat web-server; I am assuming […]

Scroll to top