Skip to content

Instantly share code, notes, and snippets.

View eMahtab's full-sized avatar
πŸ’­
Ω…Ω‡ΨͺΨ§Ψ¨

Mahtab Alam eMahtab

πŸ’­
Ω…Ω‡ΨͺΨ§Ψ¨
View GitHub Profile
@eMahtab
eMahtab / gist:27ca8f29e51235a8b7de7aeb588c8477
Created August 27, 2018 14:06 — forked from mikepfeiffer/gist:a4ce6d25ae092f1a4ea97afad5879530
EC2 user data script to boostrap Windows instance with Python and AWS CLI
<powershell>
iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
choco install python -y
(new-object net.webclient).DownloadFile('https://s3.amazonaws.com/aws-cli/AWSCLI64.msi','c:\AWSCLI64.msi')
msiexec.exe /i 'C:\AWSCLI64.msi' /qn
</powershell>
@eMahtab
eMahtab / gist:da829f3260cac88ff63e293fa4e7c475
Created October 6, 2018 05:09 — forked from paulallies/gist:0052fab554b14bbfa3ef
Remove node_modules from git repo
#add 'node_modules' to .gitignore file
git rm -r --cached node_modules
git commit -m 'Remove the now ignored directory node_modules'
git push origin master
@eMahtab
eMahtab / _resources.md
Created December 10, 2018 14:12 — forked from g0t4/_resources.md
Resources for TeamCity Getting Started Course
@eMahtab
eMahtab / gist:f4b52e509816cf3a04e25a3fb269e5d9
Created January 2, 2020 13:50 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: πŸ˜„ :smile: πŸ˜† :laughing:
😊 :blush: πŸ˜ƒ :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
πŸ˜† :satisfied: 😁 :grin: πŸ˜‰ :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: πŸ˜€ :grinning:
πŸ˜— :kissing: πŸ˜™ :kissing_smiling_eyes: πŸ˜› :stuck_out_tongue: