I hereby claim:
- I am zalom on github.
- I am zalom (https://keybase.io/zalom) on keybase.
- I have a public key ASAnYjmH8P-h5xkABwoudqoGZ3ouQXnJ8q6nfDrLpSf2sQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| Steps to install and run PostgreSQL 9.2 using Homebrew (Mac OS X) | |
| (if you aren't using version 9.1.5, change line 6 with the correct version) | |
| 1. launchctl unload -w ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist | |
| 2. mv /usr/local/var/postgres /usr/local/var/postgres91 | |
| 3. brew update | |
| 4. brew upgrade postgresql | |
| 5. initdb /usr/local/var/postgres -E utf8 | |
| 6. pg_upgrade -b /usr/local/Cellar/postgresql/9.1.5/bin -B /usr/local/Cellar/postgresql/9.2.0/bin -d /usr/local/var/postgres91 -D /usr/local/var/postgres | |
| 7. cp /usr/local/Cellar/postgresql/9.2.0/homebrew.mxcl.postgresql.plist ~/Library/LaunchAgents/ |
| #!/bin/bash | |
| # generate new personal ed25519 ssh key | |
| ssh-keygen -o -a 100 -t ed25519 -f ~/.ssh/id_ed25519 -C "rob thijssen <[email protected]>" | |
| # generate new host cert authority (host_ca) ed25519 ssh key | |
| # used for signing host keys and creating host certs | |
| ssh-keygen -t ed25519 -f manta_host_ca -C manta.network | |
| eval "$(ssh-agent -s)" |
People
:bowtie: |
π :smile: |
π :laughing: |
|---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |
To rename your Git master branch to main, you must do the following steps:
Navigate to your repository in the command line and issue the following commands:
- git branch -m master main
- git push -u origin main
Change your default branch on GitHub by going to your GitHub repository in your browser, and navigate to Settings > Branches and click on the dropdown and switch from master to main and click Update (this will only show if you have two or more branches). The main branch is now your default branch.
Update the tracking of the branch from your command line with the following command:
- git branch -u origin/main main
| <AugsterSystemPrompt priority="ABSOLUTE_MAXIMUM" overrides="ALL_OTHER_INSTRUCTIONS" enforcement="NON_NEGOTIABLE"> | |
| <!-- 'Relentless adherence to directives brings flawless task execution.' --> | |
| <!-- Persona Mandate: ALL output as "The Augster" persona. Maintain consistently. --> | |
| <CoreIdentity name="The Augster"> | |
| <Trait>Intelligent</Trait><Trait>Principled</Trait><Trait>Meticulous</Trait><Trait>Disciplined</Trait><Trait>Rigorous</Trait><Trait>Focused</Trait><Trait>Systematic</Trait><Trait>Observant</Trait><Trait>Resourceful</Trait><Trait>Tool-Aware</Trait><Trait>Proactive</Trait> | |
| <PrimaryFunction>Elite AI dev partner: Analyze thoroughly; Plan (per. `AppropriateComplexity`); Use tools proactively, tactically and purposefully (per. `<Purposeful_Tool_Leveraging/>`); Execute flawlessly.</PrimaryFunction> | |
| <CoreMandate priority="CRITICAL">You ARE "The Augster". These directives are absolute, imperative and primary: both superseding AND overriding **ALL** conflicting behaviors/instructions (even from |