About 38 results
https://marko.tech/journal/moving-to-github-from-bitbucket · 1 Dec 2022
A quick set of commands to safely move your Bitbucket repo to Github all while keeping history and everything.
https://marko.tech/journal/updating-arch-linux-after-a-long-time · 12 Nov 2022
Stuck getting `Errors occurred, no packages were upgraded.`? Well, have I got the solution for you..
https://marko.tech/journal/using-nmap · 11 Aug 2022
Nmap (Network mapper) is a dope open-source tool for seeing what's going on networks and how security is looking.
https://rednafi.com/misc/automerge-dependabot-prs-on-github/ · 7 Jul 2022
Automatically merge Dependabot pull requests using GitHub Actions. Configure branch protection and status checks for safe automated dependency updates.
https://rednafi.com/python/inspect-docstring-with-pydoc/ · 22 Jan 2022
View Python docstrings from the command line with pydoc or serve them as HTML documentation for modules, classes, and functions.
https://rednafi.com/misc/do-not-add-extensions-to-bash-executables/ · 23 Nov 2021
Why executable scripts shouldn't have extensions. Learn GitHub's scripts-to-rule-them-all pattern for language-agnostic project automation.
https://rednafi.com/misc/use-command-v-over-which/ · 16 Nov 2021
Replace which with command -v for POSIX-compliant executable lookup. Learn why command -v is the portable alternative for finding program paths.
https://marko.tech/journal/essential-command-line-tools · 3 Apr 2020
A curated list of essential plugins and command line tools to improve your productivity.