Amazon Need to save some AWS bill quickly? Upgrade to gp3 Procedure for gp2 gp3 upgradation and performance considerations
dd command Home automation with Home Assistant If you want a live view of your house using cameras, automatically controlled lights or other appliances with an app or through set rules and a lot of other things
bind mount Why there was an outage for my site recently - 2 Unlike the previous one, this was not because it was costly. This occurred because I wanted to update WordPress to 5.6. The WordPress 5.6 update is actually fine as is but I’m running this site as a docker with proxy
Finding the max file count in Linux Introduction There are multiple instances where you’ll need to know the number of files that are kept open by a process, or see those files etc. If you
elastic search SSH Tunneling We have been in situations where we have a server or a service like RDS (Database), Elastic Search, etc. that are in a private network like a VPC (AWS) or
8.5 Add basic auth in Tomcat 8.5 Open tomcat-users.xml with the following command sudo vim /usr/share/tomcat/conf/tomcat-users.xml Enter the following content inside the <tomcat-users> </tomcat-users> tag <role
AWS AWS Control Tower This is where AWS control tower and all its related solutions come together with centrally managed policies, governance and standards with options for account specific or consolidated billing. Introduction Let
AMI NethServer on AWS If you ever wanted to setup a VPN server, mail server, mail box, web server, or nextcloud (an open source google drive alternative), then you can go through this blog
Amazon web services Why there was an outage for my site recently So initially I was running this site in an EC2 instance which costed around 1200Rs. Then I learnt about serverless deployments and made my site serverless about which you can
AWS PC gaming without a rig - using Parsec on Windows! If you are like me, building a gaming rig would be one of your dreams, but to build a rig that can play high end games on ultra graphics would
8 Setting up a CentOS 8 server as a virtualization host If you are trying to setup virtual machines in a CentOS 8 server, the following are the steps. I set this up in AWS with an m5d.metal instance (only
centos MySQL-Cluster group replication Follow this to setup a MySQL database cluster with group replication. Group replication is where the database across the cluster is constantly synced, so you can write or read from
18.04 NFS server with Lsyncd in Ubuntu Make the attached volumes ready Create folders sudo mkdir /mnt/upload_disk1sudo mkdir /mnt/upload_disk2sudo mkdir /mnt/backup_disk1sudo mkdir /mnt/backup_disk2 Create partition sudo fdisk /dev/nvme0n1sudo
Amazon Setting up a serverless Wordpress in AWS First step to setting this up is getting an AWS account. If you already have one, then great!, Otherwise follow the instructions here to create and activate an AWS account.