Tag: git

  • Bad Guys: Several Russian maintainers kicked out

    Bad Guys: Several Russian maintainers kicked out

    A dozen kernel maintainers have been removed from the developers’ official Linux file. Greg Kroah-Hartman, the Linux project’s number two, has removed them from MAINTAINERS as part of a patch with a few words: “Some entries deleted due to various compliance requirements. They may return in the future if sufficient documentation is provided.” Kroah-Hartman did…

  • Linus Torvalds on Security, AI, Open Source and Trust

    Linus Torvalds on Security, AI, Open Source and Trust

    Torvalds retains his lifelong love of open source development even in a world filled with upstream security issues, overhyped AI, and other people’s hardware bugs. SEATTLE–Linux creator Linus Torvalds sat down Wednesday for a “keynote interview” at the Linux Foundation‘s Open Source Summit North America in Seattle. Torvalds was interviewed by Dirk Hohndel, an early…

  • Gentoo disallows AI generated contributions

    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

    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

    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…