- Debian
Debian, also known as Debian GNU/Linux, is a Linux distribution composed of free and open-source software, developed by the community-supported Debian Project, which was established by Ian Murdock on August 16, 1993.
- Ubuntu
- Based on Debian.
Ubuntu is an open source software operating system that runs from the desktop, to the cloud, to all your internet connected things
- Linux Mint
Linux Mint is a community-driven Linux distribution based on Ubuntu or Debian. Linux Mint comes bundled with a variety of free and open-source applications and can provide full out-of-the-box multimedia support for those who choose to include some proprietary software, such as multimedia codecs.
- Linux Lite > Linux Lite is a Linux distribution, based on Debian and Ubuntu and created by a team led by Jerry Bezencon. The distribution offers a lightweight desktop experience with a customiz
My repos and gists which are the most important to me to access.
UPDATE: I'm not maintaining this anymore - see https://github.com/MichaelCurrin/coding-blog/blob/master/my-projects.md
Because I need a way to bookmark these with more detail.
I want to add these to site or my coding blog but won't want to worry about the frontend yet. Maybe a project board.
- code-cookbook
- Samples from docs or my projects or other projects. As commands to follow in a sequence or a script. Sometimes a snippet, sometimes a complete script or group of scripts.
Guide to using MakeSelf tool to create self-extracting shell scripts for easy distribution
How to package your shell scripts project as a release which can be easily downloaded, extracted, and run.
This is intended to work with one or more executable scripts that use a shell shebang. This could work with other shebangs I guss, but you're probably better off using the packaging approach for that language.
This guide is written for macOS / Linux.
Welcome to RegExr 0.3b, an intuitive tool for learning, writing, and testing Regular Expressions. Key features include: | |
www.google.com | |
* real time results: shows results as you type | |
* code hinting: roll over your expression to see info on specific elements | |
* detailed results: roll over a match to see details & view group info below | |
* built in regex guide: double click entries to insert them into your expression | |
* online & desktop: regexr.com or download the desktop version for Mac, Windows, or Linux | |
* save your expressions: My Saved expressions are saved locally | |
* search Comm https://google.us.edi?34535/534534?dfg=g&fg unity expressions and add your own | |
* create Share Links to send your expressions to co-workers or link to them on Twitter or your blog [ex. http://RegExr.com?2rjl6] |
Get 100 repos owned by a user or org, with the most recently pushed repo first
If you have access to see the private repos of an org or user, you'll see those too.
- Go to the GraphQL API explorer:
Deploys for static sites or web apps made easy with GitHub Actions
A generic but elegant CI flow for deploying a site to Github Pages - this is triggered on a push to master and runs on Github Actions - docs.
This workflow is targeted at a static site like Hexo or a single-page applciation like React project. It doesn't matter what the language is as long as your build steps results in a public directory which can be served on Github Pages.