Skip to content

Instantly share code, notes, and snippets.

View atulkamble's full-sized avatar
☁️
AWS/Azure/DevOps/RHEL Training & Consulting

Atul Kamble atulkamble

☁️
AWS/Azure/DevOps/RHEL Training & Consulting
View GitHub Profile
@atulkamble
atulkamble / dikspart.md
Last active June 12, 2024 08:03
DISKPART

Microsoft DiskPart version 10.0.19041.3636

// CMD >> DISKPART
select disk 0
list disk
list partition
select Partition no.
delete partition
delete partition override
HELP DELETE PARTITION
@atulkamble
atulkamble / mysql_cheat_sheet.md
Created February 15, 2024 03:28 — forked from bradtraversy/mysql_cheat_sheet.md
MySQL Cheat Sheet

MySQL Cheat Sheet

Help with SQL commands to interact with a MySQL database

MySQL Locations

  • Mac /usr/local/mysql/bin
  • Windows /Program Files/MySQL/MySQL version/bin
  • Xampp /xampp/mysql/bin

Add mysql to your PATH

@atulkamble
atulkamble / vscodeonubuntu.sh
Created December 20, 2023 05:01
Install VSCode on Ubuntu
sudo snap install code --classic
@atulkamble
atulkamble / gist:7bafd1785fc02334633bfc544508a7e9
Last active December 20, 2023 04:36
Updation Linux Machine
sudo apt install update -y
@atulkamble
atulkamble / stress.md
Last active October 14, 2023 06:54
Welcome file
sudo yum install stress -y
uptime
sudo stress --cpu 8 --timeout 20
uptime
sudo yum remove stress -y
@atulkamble
atulkamble / terraform-upgrade-chco.sh
Last active October 10, 2023 08:00
Terraform-Upgrade-Chocolately
// Powershell | Run as Administrator
choco upgrade terraform
@atulkamble
atulkamble / Current Cloud DevOps RHEL Batches BreakDown
Last active May 8, 2024 02:06
Current Cloud/DevOps/Linux Batches BreakDown
AWS Solutions 2 Months ███████░░░░░░░░░░░░░░░░ 30%
AWS DevOps 2 Months ███████░░░░░░░░░░░░░░░░ 30%
Azure DevOps 2 Months ██████████████████░░░░░ 80%
Azure Admin 2 Months ███████████████░░░░░░░░ 70%
GCP 1.5 Month ███░░░░░░░░░░░░░░░░░░░░ 20%
DevOps 3 Months █████████░░░░░░░░░░░░░░ 40%
RHEL 2 Months █░░░░░░░░░░░░░░░░░░░░░░ 10%
@atulkamble
atulkamble / autoscaling-EC2.md
Last active September 14, 2023 07:22
autoscaling-EC2

Autoscaling Group

  1. Create Autoscaling group from EC2 Tab
  2. Separate Security Group
  3. Select Subnets
  4. Create Template | Within Template try following Code
  5. Select Custom Data Setting at last | OS - Amazon Linux 2023 | Paste following code.
  6. Monitor Changes
  7. Edit minimum, desired, maximum instances configuration from Autoscaling Group Setting
@atulkamble
atulkamble / efs.md
Last active September 13, 2023 07:39
efs

EFS

  1. Navigate to EFS
  2. Create File System
  3. Open Customise
  4. Configure Subnets, Security Groups
  5. Launch 2 instances
  6. Connect through ssh
  7. Check for files which has been created from istances
  8. Terminate efs, instances, check vpc