Source: andrej 2021-02-26 13:38:56
- Have a directory for the user for shell scripts:
mkdir ~/binSource: andrej 2021-02-26 13:38:56
mkdir ~/bincreate different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
| import { final } from './final.ts'; | |
| import { frozen } from './frozen.ts'; | |
| @final | |
| @frozen | |
| export class Example { | |
| } | |
| export class ExampleSub extends Example { | |
| } |
| #!/bin/bash | |
| # Configuration | |
| DOWNLOAD_URL="https://download.geonames.org/export/dump/allCountries.zip" | |
| DEFAULT_DOWNLOAD_DIR="$HOME/.geonames" | |
| DB_NAME="${GEONAMES_DB:-central_db}" | |
| TABLE_NAME="${GEONAMES_TB:-geonames}" | |
| # Error handling function | |
| error_exit() { |
| @props([ | |
| 'name', | |
| 'options' => [], | |
| 'label' => null, | |
| 'required' => null, | |
| 'nativeRequired' => false, | |
| 'width' => 'w-full', | |
| 'inputClass' => '', | |
| 'selected' => null, | |
| 'placeholder' => 'Select an option...', |
Enterprise-grade, configuration-driven PostgreSQL backup and disaster recovery system