GitHub

👋

#include <stdio.h>
#include <stdlib.h>
#define NAME "jhx"
#define HOME "Earth"
int main(void) {
    (void)fprintf(stdout,
                "Hello, my name is %s and I'm from %s!\n",
                NAME, HOME);
    return EXIT_SUCCESS;
}

and...

$ echo "Check out my projects and have fun!"

...last but not least:

$ python -c 'print("Stay Open!")'

Pinned Loading

  1. A tool to show information about a running FreeBSD/OpenBSD/MidnightBSD/NetBSD/DragonflyBSD system

    C 36 8

  2. A playbook to configure a FreeBSD server system

    Jinja 6 2

  3. Ansible Playbook to deploy a Debian desktop

    Jinja 19 2

  4. Basic server Playbook for Debian based systems

    Jinja 7

  5. Stop users from shutting down a running Windows system

    C# 2

  6. Simple little script to search for packages from a OpenBSD package repository

    Python 13 2

Read the original on github.com ↗