Skip to content

Instantly share code, notes, and snippets.

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

Atul Kamble atulkamble

☁️
Azure, AWS, DevOps Training & Consulting
View GitHub Profile
@atulkamble
atulkamble / win_terminal.sh
Created July 11, 2022 12:46
Install Windows Terminal
winget install --id=Microsoft.WindowsTerminal -e
@atulkamble
atulkamble / aws_pwsh.sh
Created July 5, 2022 14:29
Install AWS Modules on Powershell
Install-Module -Name AWS.Tools.Installer
@atulkamble
atulkamble / pwsh_upgrade.sh
Created July 1, 2022 10:33
Upgrade Powershell on Windows
winget upgrade Microsoft.PowerShell
winget install Microsoft.PowerShell
@atulkamble
atulkamble / terraform.sh
Created June 29, 2022 07:25
Install Terraform on Ubuntu Terminal
curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
sudo apt-get update && sudo apt-get install terraform
@atulkamble
atulkamble / empty.pwsh
Last active June 20, 2022 12:45
Create Empty Resource Group | PowerShell ARM
New-AzResourceGroup -Name RG01 -Location "South Central US"
@atulkamble
atulkamble / az.pwsh
Created June 20, 2022 12:18
Connect-AzAccount : The term 'Connect-AzAccount' is not recognized as the name of a cmdlet, function, script file, or operable program
Install-Module Az
Import-Module Az
@atulkamble
atulkamble / GitHub_CLI
Last active April 4, 2022 06:52
Installing gh on Linux and BSD | Website: https://github.com/cli/cli
curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null
sudo apt update
sudo apt install gh
@atulkamble
atulkamble / Touchpad
Last active April 4, 2022 03:57
Fix Ubuntu 20.04.4 LTS Touchpad Not Working Properly
sudo apt upgrade && sudo apt update
xinput list
apt list --installed
sudo apt update
sudo apt install xserver-xorg-input-synaptics
sudo apt update
sudo apt install gnome-tweaks
@atulkamble
atulkamble / new_document
Last active March 15, 2022 01:15
Add “New Document” option back through the Command Line
touch ~/Templates/"Untitled Document"
@atulkamble
atulkamble / rm_old_kernel
Created March 9, 2022 19:06
Remove Old Kernels in Ubuntu
sudo apt-get autoremove --purge