open terminal in Ubuntu
Note: I'm using Ubuntu 18
create any working folder somewhere, and cd to that folder, e.g. abc
mkdir abc && cd abc
intialize a git local git repo for source tracking (use at own discretion)
| :: | |
| :: This script installs wormhole (https://github.com/warner/magic-wormhole) and | |
| :: its prerequisites. Run this as an administrator. | |
| :: | |
| :: Install chocolatey. | |
| @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" | |
| :: Install Python 3. | |
| choco install -y python |
| <html> | |
| <body> | |
| <table style="text-align: center;" border="1" cellspacing="0" cellpadding="0"> | |
| <tbody> | |
| <tr> | |
| <td valign="top" width="160"><strong>Gardiner Number</strong></td> | |
| <td valign="top" width="160"><strong>Hieroglyph</strong></td> | |
| <td style="text-align: left;" valign="top" width="160"><strong>Description of Glyph</strong></td> | |
| <td valign="top" width="160"> |
open terminal in Ubuntu
Note: I'm using Ubuntu 18
create any working folder somewhere, and cd to that folder, e.g. abc
mkdir abc && cd abc
intialize a git local git repo for source tracking (use at own discretion)
| FROM alpine:latest | |
| LABEL maintainer="[email protected]" | |
| RUN apk updat | |
| RUN apk upgrade | |
| RUN apk add ruby ruby-io-console ruby-bundler bash | |
| RUN gem install minitest | |
| # Clean APK cache to reduce image size | |
| RUN rm -rf /var/cache/apk/* | |
| WORKDIR /root |
| { | |
| "totalSize": 2, | |
| "done": true, | |
| "records": [ | |
| { | |
| "attributes": { | |
| "type": "Account", | |
| "url": "/services/data/v44.0/sobjects/Account/1" | |
| }, | |
| "Name": "strata" |