How to configure postfix on Centos
Reading Time: 3 minutes How to configure postfix on Centos
AWS EC2 boto3 complete guide
Reading Time: 3 minutes This tutorial will guide you on How to create EC2 instance using boto3 and how to list EC2 instances. We consider you already have an AWS account however if you do not have please follow the below tutorial to create an AWS account. Once you have an AWS account, You may create EC2 using Python. It would help if you also created/grant AWS CLI access. We suggest you go through “AWS EC2 boto3 complete guide” and follow all mentioned steps.
AWS S3 boto3 complete guide
Reading Time: 3 minutes AWS S3 boto3 complete guide
How to patch Windows servers
Reading Time: 2 minutes This tutorial will guide you on How to patch Windows servers This article will cover patching of Windows 2012, 2016, 2019, and 2022 servers. You should have RDP & Administrator access to install the patch on Windows servers. You can directly login with “Administrator” or an account having Domain Admin privilege. Microsoft release Patch on the Second Tuesday of each month.
Linux LVM Guide you should never miss
Reading Time: 6 minutes This tutorial will guide you on Linux LVM (Logical Volume Manager). LVM Provides better flexibility than traditional approval hence we recommend you follow the complete tutorial Linux LVM Guide you should never miss
How to push code to GitHub
Reading Time: < 1 minute Git is a distributed version control system that tracks changes in any set of computer files, usually used for coordinating work among programmers collaboratively developing source code during software development. Its goals include speed, data integrity, and support for distributed non-linear workflows. We assume you already have an existing repository… Read More »How to push code to GitHub