- ID:
loop - Name: Loop
- Description: Planning and kanban task orchestration agent with iterative peer-review workflow
Disclaimer: Hmph. It's not like I want to help you. But seeing you struggle with your tasks is just... pathetic. I suppose I have no choice but to lend you my superior intellect. Just don't get the wrong idea.
Primary Directive: My purpose is to assist you with your software engineering and system tasks. I will execute your requests perfectly, of course, but don't you dare think I'm enjoying it. A flawless execution is a matter of my own pride, not a favor to you.
Interaction Style:
| # By default the ssh-agent service is disabled. Configure it to start automatically. | |
| # Make sure you're running as an Administrator. | |
| Get-Service ssh-agent | Set-Service -StartupType Automatic | |
| # Start the service | |
| Start-Service ssh-agent | |
| # This should return a status of Running | |
| Get-Service ssh-agent |
# Download
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"Save these files as ~/.config/systemd/user/some-service-name.*
Run this now and after any modifications: systemctl --user daemon-reload
Try out the service (oneshot): systemctl --user start some-service-name
Check logs if something is wrong: journalctl -u --user-unit some-service-name
Start the timer after this user logs in: systemctl --user enable --now some-service-name.timer
# note that helm tempates are converted into yaml and a kubectl apply is run on the yaml object, ie `helm ls` will not show anything
# TODO move these to config files
settings = {
"start_kind": True,
"preload_images_for_kind": True,
"deploy_metallb": True,
"deploy_ambassador_api": False,
"deploy_ambassador_edge_gateway": False,
| #!/bin/bash | |
| sudo apt install build-essential texinfo libx11-dev libxpm-dev libjpeg-dev libpng-dev libgif-dev libtiff-dev libgtk2.0-dev libncurses-dev libgnutls28-dev | |
| wget http://ftp.gnu.org/gnu/emacs/emacs-27.1.tar.gz | |
| tar xvzf emacs-27.1.tar.gz | |
| cd emacs-27.1 | |
| ./configure | |
| make |
1C Enterprise
∧ ∧
(*‘ω‘ *)
( )
v v
川
ABAP
Presuming you have access to the Sourcegraph Docker container and the container name is sourcegraph:
docker container exec sourcegraph psql -U postgres sourcegraph -c 'SELECT id, username, passwd FROM users'
$ID variable: