Install packages
sudo apt install pkg1 [ pkg2 pkg3 ...]
# for example
sudo apt install wget
sudo apt install net-tools nginx lynx| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>Success Dialog</title> | |
| <!-- 0. copy boostrap link from cdn --> | |
| </head> | |
| <body class="p-2"> |
To use the Terraform Docker provider, you define the provider configuration and then use its resources (like docker_image and docker_container) to manage Docker components. The process involves writing the configuration file, initializing the project, and applying the changes.
Before starting, ensure you have the following installed:
| { | |
| "name": "lecture16", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "dev": "npx nodemon --exec tsx src/index.ts", | |
| "build": "npx tsc", | |
| "serve": "node dist/index.js" | |
| }, |
Install K6 for Windows
winget install k6logging middleware (Morgan)metadatastatus code for response| # Logs | |
| logs | |
| *.log | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| lerna-debug.log* | |
| # Diagnostic reports (https://nodejs.org/api/report.html) | |
| report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json |
| { | |
| "compilerOptions": { | |
| /* Base Options: */ | |
| "esModuleInterop": true, | |
| "skipLibCheck": true, | |
| "target": "es2022", | |
| "allowJs": true, | |
| "resolveJsonModule": true, | |
| "moduleDetection": "force", | |
| "isolatedModules": true, |