Claude Code Status Line - Complete Guide: all fields, config, ready-to-use scripts
A persistent, customizable bar at the bottom of Claude Code that shows real-time session data.
| const { to } = require("await-to-js"); | |
| const { Amplify } = require("aws-sdk"); | |
| const amplify = new Amplify(); | |
| const config = { | |
| AMPLIFY_FRONTEND_APP_ID: "your_app_id", | |
| AMPLIFY_FRONTEND_DOMAIN: "your_domain.com", | |
| AMPLIFY_FRONTEND_BRANCH: "your_branch_env" | |
| }; |
| # This is for ElasticBeanstalk with Amazon Linux 2023. For previous Linux 2 or Linux 1, see revisions for ideas | |
| packages: | |
| yum: | |
| cups-libs: [] | |
| libdrm: [] | |
| libXdamage: [] | |
| libXfixes: [] | |
| libXrandr: [] | |
| mesa-libgbm: [] | |
| libxkbcommon: [] |
This file aims to explain how to deploy Portainer inside a compose file with the admin password already set.
For this example, we'll use the password superpassword.
Use the following command to generate a hash for the password:
I have two Github accounts: oanhnn (personal) and superman (for work). I want to use both accounts on same computer (without typing password everytime, when doing git push or pull).
Use ssh keys and define host aliases in ssh config file (each alias for an account).
Store userDefineLang_Dockerfile.xml at
%AppData%\Roaming\Notepad++\userDefineLangs\userDefineLang_Dockerfile.xml
and select Language > Dockerfile in Notepad++.
Since Dockerfile has no extension, the style is not automatically applied.