Journal of my recent activities

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.

https://lnkd.in/d-nEzWdp

#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.

KLL-ERP Produkcja w toku

#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:

https://www.mail-tester.com/

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