Giter Site home page Giter Site logo

ABOUT ME

Just some dude trying to develop stuff. Mostly Debian and Virtualization related.

DEBIAN REPO

Most of my GitHub projects have a Debian package that can be found on my own repo, hosted on my private website https://muspekaren.se/ .
First time users should set up a Debian 11 VM that is connected to the internet.
Run the command below to add the repo to your Debian 11 machine.

DIR=$(pwd) && cd /tmp &&
wget https://raw.githubusercontent.com/ServerMonkey/servermonkeys-devtools/main/bin/add-repo_servermonkey \
-qO add-repo_servermonkey &&
echo "e5b0c63911840ca80d0db84b03f4ed7ea49c396bcd9b92fc53f7b3ea42b78d90 add-repo_servermonkey" |
sha256sum -c && sudo sh add-repo_servermonkey ; rm -f /tmp/add-repo_servermonkey ; cd "$DIR"

To understand what this script is doing read the code here: ServerMonkey/servermonkeys-devtools

This repo is currently in BETA. There are no stable releases, only development builds.
With that said all packages should still be usable.
Please report all bugs to me here on GitHub.

servermonkey's Projects

dadjokes icon dadjokes

Dadjokes.online: Microservice echo-service as an alternative to httpbin for testing k8s, docker, kong, istio, kuma, etc. Built on FSL php microframework. Who says testing and dev ops can't be fun?

fbeauty icon fbeauty

FreeBasic source code beautyfier and Geany filter, forum

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.