Run wireguard client on linux
cp wg0.conf /etc/wireguard
wg-quick wg0
#linux #wireguard
For the first time in the world, we succeeded in synthesizing the room-temperature superconductor (Tc ≥400 K, 127C) working at ambient pressure with a modified lead-apatite (LK-99) structure.
#qc
Automate Postgres psql authentication
❯ cat ~/.pgpass
localhost:5432:*:postgres:pass
> cat ~/.zshrc | grep PGHOST
export PGHOST=localhost
#soft #postgresql
W systemie KLL-ERP, produkcję w toku wycenia się według rzeczywistych kosztów wytworzenia włącznie z kosztami bezpośrednimi i pośrednimi. Dzięki temu firma może zidentyfikować obszary, w których można zaoszczędzić koszty i zwiększyć zyski.
#erp
Simple, short, and well-organized course. It will give you a quick insight into the basics of prompting techniques.
Short course ChatGPT Prompt Engineering for Developers
#ai #soft
Testing emails generated by saas platform against spam filters:
sudo fsck.ext4 -fv /dev/sda1
Force and verbose disk check.
#linux
Show hostname in zsh.
Add to ~/.zshrc
export RPROMPT="%m"
or
PROMPT="%m $PROMPT"
For KLL-ERP servers: OneDoc
#linux #zsh #oh-my-zsh
sudo nmap -p- IP
sudo nmap -A -T4 IP