In this article, let me explain how you can create an Linux EC2 instance in AWS and connect to it with Elastic IP. As you might know, AWS is a popular cloud platform and EC2 is Infrastructure As Service(IaaS ) Cloud solution from AWS. Basically EC2 instance is a virtual machine which can be launched on desired OS […]
How to Install Linux, Apache, MySQL and PHP ( LAMP ) stack in Ubuntu 18.04.1 / Ubuntu 18.10 (Video)
In this article, Let me explain how you can setup a LAMP server with default configuration in Ubuntu 18.04.1 / Ubuntu 18.10. Majority of the websites in the internet are running on LAMP stack which is a combination of Linux Apache MySQL and PHP. LAMP servers are very popular and it is easy to setup. Before […]
How to get Build status of Jenkins Job using python script (Video)
Most of us might have gone through situations where we need to check status of a Jenkins Job and do some automations based on it. In this article, let me get you through steps on how you can check build status of last Jenkins job using Python script. Step1: Use Jenkins API: Yeah, Jenkins has […]
How to Setup ReactJS with Django – Steps Explained
As I promised in my last article, I will explain how you can setup ReactJS with Django today. ReactJS is a best combination with Django. ReactJS takes care of frontend and Django takes care of Backend of your Website or User Interface. Before you begin, I assume you have Django installed and setup till HTML […]
How to run Python, Perl, Ruby, Bash – any script with Django Views
Have you ever wondered how we can run a ready-made script with Django ? In this article, I will explain how to run / execute any script( Python , Perl , Ruby , Bash ..etc) from Django views. I hope you have installed and configured Django on your box. If not, read my article on “How to Install and configure […]
How to Install and configure Django to render HTML Template in 3 steps (Video)
Let me get you through steps to install and configure Django server to render a HTML template. As you already know Django is a popular High-level Python Web framework using which you can build heavy User Interface/ Web application/Rest API. In this article, I will explain relevant configuration which required for you to get your […]
How to Install Ubuntu 18.04.1 LTS ( Bionic Beaver ) in 5 Steps with Screenshots
In this article, I will explain how to install Ubuntu 18.04.1( Bionic Beaver ) in 5 steps. As you already know Ubuntu 18.04 LTS is the latest stable version of Ubuntu for Desktop PCs and laptops. This version is named as “Bionic Beaver” will be supported by Ubuntu community until April 2013. Please find the […]
How to Protect | Secure Your WordPress Website From Hackers – Smart Steps
People create fancy and awesome blog. But usually doesn’t care about security. Most of us think about security only when our Website get hacked. Let’s not wait until that happens. I will introduce few steps that you should do to protect | secure your Website from hackers . Step1: Restrict access to WordPress admin page: So […]
How to Setup | Install a WordPress website in Linux painlessly
Let’s Setup | Install a WordPress website in Linux painlessly. WordPress is the most popular WebApp in the internet. It is a free and open-source content management system(CMS) based on PHP and MySQL . WordPress is designed for blogging. Most of the people are choosing WordPress for their blogs including me! because we can easily create […]
4 steps to install Linux, Apache, MySQL and PHP ( LAMP ) server in Ubuntu 16.04 (Video)
Most of the websites in the internet are running on LAMP server which is a combination of Linux Apache MySQL and PHP. LAMP servers are very popular and it is easy setup. Let me explain here how to setup a LAMP server with default configuration in Ubuntu 16.04 . Before we begin, let’s update package lists […]