• 0 Posts
  • 13 Comments
Joined 2 years ago
cake
Cake day: June 19th, 2023

help-circle
rss





  • I think you can get the full Orange Pi kit (Pi + sd + power adapter + case) for around 60 bucks on Amazon. There’s also the option of going with a mini PC, you could find them from around 120 bucks.

    I know you’re not asking for hardware recommendations, but using an old PC may increase your electric bill way more than any of these options, so that’s something to bear in mind.





  • I like to use the ones includes in oh-my-zsh. It’s a big list, but the ones I use the most are:

    gst --> git status

    gcam --> git commit -am

    gcp --> git cherry-pick

    gsta --> git stash save

    gstp --> git stash pop

    gpsup --> git push --set-upstream origin $(git_current_branch)

    grb --> git rebase