AWS

How to Access EC2 Instance with Lost Keypair: Cloning a New Instance with a New Keypair Strategy

Introduction Amazon Elastic Compute Cloud (EC2) is a web service that provides resizable compute capacity in the cloud. EC2 instances are virtual machines that can be accessed through secure shell (SSH) connections using key pairs. These key pairs are used for authentication purposes and ensure that only authorized users can access the instances. However, if …

How to Access EC2 Instance with Lost Keypair: Cloning a New Instance with a New Keypair Strategy Read More »

Updating Bitnami WordPress AWS Image PHP Version: A Step-by-Step Guide

Bitnami is a popular platform that offers easy-to-use server solutions for deploying web applications. One of its widely used products is the Bitnami WordPress AWS image, which is a pre-configured Amazon Machine Image (AMI) designed to run WordPress on Amazon Web Services (AWS) cloud infrastructure. However, as the PHP language evolves, it becomes necessary to …

Updating Bitnami WordPress AWS Image PHP Version: A Step-by-Step Guide Read More »

How to host Free Wordpress blog on AWS

Host your own WordPress website on the Amazon AWS EC2 instance with zero cost.

Have you always wanted to have your web space to showcase your portfolio or to start a blog? WordPress hosting is one of the first things that come into your mind, but it comes with an upfront cost and, you may want to explore free WordPress option before committing to a yearly contract. If you …

Host your own WordPress website on the Amazon AWS EC2 instance with zero cost. Read More »

Allocate swap memory to Ec2 linux instance or any other linux machine

Hi, Today we are going to learn how to allocate swap memory to any linux instance. This particularly comes handy for Amazon Linux Ec2 instances as at the time of launch, Ec2 instances do not have swap memory attached to them and we need to attach it manually. But first, we need to know some …

Allocate swap memory to Ec2 linux instance or any other linux machine Read More »

Install cuDNN and CUDA in Ubuntu 18.04

How to Install CUDA and cuDNN on Ubuntu Linux

I recently purchased Zotac GeForce GTX 1050 Ti OC Edition and wanted to use graphics card for machine learning purposes. For this , NVIDIA provides a development environment known as CUDA. Installations of CUDA toolkit along with cuDNN can become very tiring because of all the dependencies involved. This is the step by step tutorial …

How to Install CUDA and cuDNN on Ubuntu Linux Read More »