Dark mode in chromium browsers
If you use a chromium browser and love dark mode, then keep reading.
If you use a chromium browser and love dark mode, then keep reading.
Here is a summary of the commands needed to reset Cisco Catalyst Switches to factory defaults:
# enter configuration mode
enable
# remove the startup configuration file
write erase
# remove the VLAN configuration
delete flash:vlan.dat
# then reboot the switch
reload
!!!? info
This post is incomplete and will be updated in the future.
If you are using composite actions that support their own verbose mode, you may find you only want to enable verbose mode when the GitHub runner is in debug mode. The variable we need to know is runner.debug, which is also stored as RUNNER_DEBUG.
From https://squidfunk.github.io/mkdocs-material/plugins/blog/
Material for MkDocs makes it very easy to build a blog, either as a sidecar to your documentation or standalone. Focus on your content while the engine does all the heavy lifting, automatically generating archive and category indexes, post slugs, configurable pagination and more.
Check out our blog, which is created with the new built-in blog plugin!
I added a GitHub Action that uses commitlint to my GitHub Actions Monorepo. The GitHub Action is based off of commitlint (commitlint GitHub) and has been added in an effort to encourage (enforce?) good git hygiene. Note: The original actions-ci workflow was added in the v0.1.12 release.