Credits:
defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false
sudo defaults write -g ApplePressAndHoldEnabled -bool false
| from urllib.request import urlopen | |
| from bs4 import BeautifulSoup | |
| import pandas as pd | |
| html = urlopen("http://localhost:8080") | |
| soup = BeautifulSoup(html, "html.parser") | |
| table = soup.find("table") | |
| files = {'path': []} |
Credits:
defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false
sudo defaults write -g ApplePressAndHoldEnabled -bool false
| const commandLineArgs = require("command-line-args"); | |
| const commandArgs = commandLineArgs([ | |
| { | |
| name: "check", | |
| type: Boolean | |
| }, | |
| { | |
| name: "export", | |
| type: Boolean |
autonumber
Title: ATM Flow
_: ** Withdraw cash **
USER -> ATM: Insert card
ATM -> BANK: Verify card
| version: "3.0" | |
| volumes: | |
| mongo-keys: | |
| mongo-data-1: | |
| mongo-data-2: | |
| mongo-data-3: | |
| networks: | |
| rs0: |
References:
https://aws.amazon.com/premiumsupport/knowledge-center/dns-resolution-failures-ec2-linux/ https://help.ubuntu.com/community/Dnsmasq#Local_DNS_Cache
On Amazon linux:
Run below command to install network utils like dig and vim editor