javif89 / starship.sh

0 Kedvelések
0 forkok
1 fájlok
Utoljára aktív 1752819258
1 curl -sS https://starship.rs/install.sh | sh

javif89 / Gnome keybind to open proj alias

0 Kedvelések
0 forkok
1 fájlok
Utoljára aktív 1750207305
1 kitty --start-as=normal -- bash -ic "proj"

javif89 / New postgres DB and user

0 Kedvelések
0 forkok
1 fájlok
Utoljára aktív 1740724148
This can be used when you have an app that needs postgres and you want to quickly make a new db for it with a user
1 CREATE DATABASE nocodb;
2 create user nocodb with password '';
3 grant all privileges on schema public to nocodb
Újabb Régebbi