Para visualizar o Timezone da máquina:
cat /etc/timezonePara listar os Timezones
| const xlsxFile = require('read-excel-file/node'); | |
| const fs = require('fs'); | |
| (async () => { | |
| const xlsx = await xlsxFile('./file.xlsx'); | |
| const data = xlsx.slice(1); | |
| const nameTable = 'demo.tableX'; | |
| save(`INSERT INTO ${nameTable} VALUES \n`); |
Para executar uma aplicação WebApi ASP.NET Core com o Ngrok, utilize o comando abaixo:
ngrok http https://localhost:5001Abra o terminal, utilize o comando abaixo executar o laço de repetição (while):
while true; do echo "Hello, your date and hour $(date)"; sleep 4; doneCrie um arquivo laco.sh e adicione o contéudo abaixo:
#!/bin/bash| ssh-keygen -t rsa -b 4096 -N '' -C "rthijssen@gmail.com" -f ~/.ssh/id_rsa | |
| ssh-keygen -t rsa -b 4096 -N '' -C "rthijssen@gmail.com" -f ~/.ssh/github_rsa | |
| ssh-keygen -t rsa -b 4096 -N '' -C "rthijssen@gmail.com" -f ~/.ssh/mozilla_rsa |