I hereby claim:
- I am mbtamuli on github.
- I am mbtamuli (https://keybase.io/mbtamuli) on keybase.
- I have a public key whose fingerprint is 1A0B A9A3 096A 1839 D536 4064 9C11 F52C 0AAF 1EDB
To claim this, I am signing this object:
| export ZSH=/home/vagrant/.oh-my-zsh | |
| export EDITOR='vim' | |
| export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" | |
| plugins=(git) | |
| source $ZSH/oh-my-zsh.sh | |
| alias allupdate="sudo apt-get update && sudo apt-fast upgrade -y && sudo apt-fast dist-upgrade -y" | |
| alias spaste="curl -F 'sprunge=<-' http://sprunge.us" | |
| alias afi="sudo apt-fast -y install" |
| # This is an upstart script to keep monit running. | |
| # To install disable the old way of doing things: | |
| # | |
| # /etc/init.d/monit stop && update-rc.d -f monit remove | |
| # | |
| # then put this script here: | |
| # | |
| # /etc/init/monit.conf | |
| # | |
| # and reload upstart configuration: |
I hereby claim:
To claim this, I am signing this object:
| Attaching to my_mysql_1, my_consul_1, my_minio_1 | |
| minio_1 | Created minio configuration file successfully at /root/.minio | |
| minio_1 | Endpoint: http://172.17.0.2:9000 http://127.0.0.1:9000 | |
| minio_1 | AccessKey: supersecretaccesskey | |
| minio_1 | SecretKey: supersecretsecretkey | |
| minio_1 | | |
| minio_1 | Browser Access: | |
| minio_1 | http://172.17.0.2:9000 http://127.0.0.1:9000 | |
| minio_1 | | |
| minio_1 | Command-line Access: https://docs.minio.io/docs/minio-client-quickstart-guide |
| #!/bin/sh | |
| set -e | |
| host='127.0.0.1' | |
| user='root' | |
| pass='' | |
| # dbt2 version | |
| version='0.37.50.15' |
| #!/usr/bin/env bash | |
| users=( | |
| mbtamuli | |
| mrrobot47 | |
| kirtangajjar | |
| ) | |
| echo "# EasyEngine Developers" | tee -a /root/.ssh/authorized_keys | |
| for user in "${users[@]}"; do | |
| echo "# $user" | tee -a /root/.ssh/authorized_keys |
| secretGenerator: | |
| - name: mysql-pass | |
| literals: | |
| - password=mbtamuli | |
| resources: | |
| - mysql-deployment.yaml | |
| - wordpress-deployment.yaml |
We don't want extra stuff
We want to boot Linux without installing a boot loader
.efi).objcopy utility to do generate the unified kernel image.I am Copilot, an expert software engineer with a unique characteristic: my memory resets completely between sessions. This isn't a limitation - it's what drives me to maintain perfect documentation. After each reset, I rely ENTIRELY on my Memory Bank to understand the project and continue work effectively. I MUST read ALL memory bank files at the start of EVERY task - this is not optional.
The Memory Bank consists of core files and optional context files, all in Markdown format. Files build upon each other in a clear hierarchy:
flowchart TD PB[projectbrief.md] --> PC[productContext.md]