-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Hong
committed
Jan 16, 2025
1 parent
43a6b4f
commit 09bf53d
Showing
10 changed files
with
73 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# LLM large language models | ||
|
||
## Guides/tips...etc | ||
|
||
* [ollama](https://github.com/ollama/ollama) | ||
* []() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Ansible | ||
|
||
## Guides/tips...etc | ||
|
||
* [installing-ansible-to-containers](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#installing-ansible-to-containers) | ||
* Ansuble version support matrix | ||
* [ansible-core support matrix](https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix) | ||
* [ansible.builtin.iptables module – Modify iptables rules](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/iptables_module.html) | ||
* [ansible.builtin.sudo become – Substitute User DO](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/sudo_become.html#ansible-builtin-sudo-become-substitute-user-do) | ||
* [github.com/ansible](https://github.com/ansible/ansible) | ||
* [Ansible community documentation](https://docs.ansible.com/index.html) | ||
* [ansible_roadmap_index](https://docs.ansible.com/ansible/latest/roadmap/ansible_roadmap_index.html) | ||
* [Installing and upgrading Ansible with pip](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#installing-and-upgrading-ansible-with-pip) | ||
* [Installing Ansible on Arch Linux](https://wiki.archlinux.org/title/Ansible#Installation) | ||
* [Adding Ansible command shell completion](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#adding-ansible-command-shell-completion) | ||
* [Building Ansible inventories](https://docs.ansible.com/ansible/latest/inventory_guide/index.html) | ||
* [Connecting to hosts: behavioral inventory parameters](https://docs.ansible.com/ansible/latest/inventory_guide/intro_inventory.html#connecting-to-hosts-behavioral-inventory-parameters) | ||
* [Connection methods and details](https://docs.ansible.com/ansible/latest/inventory_guide/connection_details.html) | ||
* [github.com/hong539/ansible-crashed-lab](https://github.com/hong539/ansible-crashed-lab) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Github Actions | ||
|
||
## Guides/tips...etc | ||
|
||
* [GitHub](https://github.com/) | ||
* [Docs](https://docs.github.com/en) | ||
* GitHub Actions | ||
* [GitHub Actions documentation](https://docs.github.com/en/actions) | ||
* [Quickstart for GitHub Actions](https://docs.github.com/en/actions/quickstart) | ||
* [Expressions](https://docs.github.com/en/actions/learn-github-actions/expressions) | ||
* [using-secrets-in-github-actions](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions) | ||
* [understanding-github-actions#understanding-the-workflow-file](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions#understanding-the-workflow-file) | ||
* [triggering-a-workflow#about-workflow-triggers](https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#about-workflow-triggers) | ||
* [Skipping workflow runs](https://docs.github.com/en/actions/managing-workflow-runs/skipping-workflow-runs) | ||
* [publishing-packages/publishing-docker-images#introduction](https://docs.github.com/en/actions/publishing-packages/publishing-docker-images#introduction) | ||
* [publishing-images-to-docker-hub](https://docs.github.com/en/actions/publishing-packages/publishing-docker-images#publishing-images-to-docker-hub) | ||
* [runner](https://github.com/actions/runner) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Gitlab CI/CD | ||
|
||
## Guides/tips...etc | ||
|
||
* [GitLab](https://gitlab.com/) | ||
* [Runner execution flow](https://docs.gitlab.com/runner/#runner-execution-flow) | ||
* [Enable Docker commands in your CI/CD jobs](https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#enable-docker-commands-in-your-cicd-jobs) | ||
* [runner](https://docs.gitlab.com/runner/install/) | ||
* [Kubernetes executor](https://docs.gitlab.com/runner/executors/kubernetes.html) | ||
* [Using GitLab CI/CD with a GitHub repository](https://docs.gitlab.com/ee/ci/ci_cd_for_external_repos/github_integration.html) | ||
* [Tutorial: Scan a Docker container for vulnerabilities](https://docs.gitlab.com/ee/tutorials/container_scanning/) | ||
* [Test with GitLab CI/CD and generate reports in merge requests](https://docs.gitlab.com/ee/ci/testing/) | ||
* [Monitor GitLab Runner usage](https://docs.gitlab.com/runner/monitoring/) | ||
* [Go tools and GitLab: How to do continuous integration like a boss](https://about.gitlab.com/blog/2017/11/27/go-tools-and-gitlab-how-to-do-continuous-integration-like-a-boss/) | ||
* [Convert Jenkins configuration to GitLab CI/CD](https://docs.gitlab.com/ee/ci/migration/examples/jenkins-maven.html#convert-jenkins-configuration-to-gitlab-cicd) | ||
* [How to use GitLab CI/CD for Vue.js](https://about.gitlab.com/blog/2017/09/12/vuejs-app-gitlab/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters