bosky101

↗ HN profile [ 70.4 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. cp $HOME/.zshrc $HOME/.zshrc.backup git clone https://github.com/warbacon/zunder-zsh.git cd ./zunder-zsh ./install.sh cat $HOME/.zshrc.backup >> $HOME/.config/zunder-zsh/after.zsh

  2. President Mode (twitter.com)
  3. $ cat commands.txt echo "any command you want to run" echo "on a different line" cd $HOME/dev/CH && clickhouse server cd $HOME/dev/CH && clickhouse client tail -f some/log cd some/path && docker-compose up -d psql $ cat…

  4. Assuming a customer has given you read access to their github repos. You now want to be able to deploy one of git repos, with all the goodness of uptime, self healing, exposing api's, logs, etc all in a sandboxed…

  5. Color Fundamentals (spectrum.adobe.com)
  6. I stumbled on a yet another sqlite cdc but have forgotten it's name,link,etc it is NOT litestream/litefs dqlite rqlite Here are some of the features I remember it having: - all changes appear as json - changes can be…