Home
Eric Site
Cancel

Memory

Memory Base command Show memory in MB. Available field shows free memory Total field shows all memory Used field shows how much memory been used (includes cache) Free field shows unused memory fre...

Helm

Helm Base command helm create name-of-the-chart

Flux

Flux Base command curl -s https://fluxcd.io/install.sh | sudo bash export GITHUB_TOKEN=<your-token> flux bootstrap github \ --owner=my-github-username \ --repository=my-repository \ ...

Git

Git Base command git --version #Set username git config --global user.name "Eric Nexus" #Set User Email git config --global user.email eric@eric.kz #Show All Git config git config --list #Crea...

Postgres

Postgres Force Delete Database in Postgres ALTER DATABASE "jurta-test" WITH CONNECTION LIMIT 0; SELECT pg_terminate_backend(sa.pid) FROM pg_stat_activity sa WHERE sa.pid <> pg_backend_pid()...

Linux

Linux Create link from Windows to Nginx in WSL ln -s /mnt/d/nginx/site.conf /etc/nginx/sites-enabled