Tag: git
-

Gentoo disallows AI generated contributions
Gentoo Linux tells AI-generated code contributions to “fork off.” AI-generated and assisted code contributions are no longer allowed in the Gentoo Linux distribution. A ban on AI-made code was originally proposed on February 27 by Michał Górny, a member of Gentoo’s council, an elected committee that governs the Linux distro. Górny argued for an AI…
-

Tunnels with SSH Port Forwarding
If you are looking to create a encrypted tunnel from one Linux instance to another, the bet choice is SSH port forwarding. Secure Shell (SSH) has several really cool tricks up its sleeve, each of which offers a handy feature (wrapped in a comforting blanket of security) to help make your life a bit easier.…
-

Install GitLab Runner
GitLab Runner runs the CI/CD jobs that are defined in GitLab. You can install GitLab Runner on your infrastructure, inside a Docker container, or deployed to a Kubernetes cluster. GitLab Runner is open-source and written in Go. It can run as a single binary and has no language-specific requirements. GitLab Runner can be installed and…

