Skip to content
View carlbennett's full-sized avatar
💙
Fedora Linux
💙
Fedora Linux

Highlights

  • Pro

Organizations

@Mineserver @BNETDocs
Block or Report

Block or report carlbennett

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. nginx-conf nginx-conf Public

    Nginx configuration

    HTML 20 15

  2. linux-profile linux-profile Public

    Default shell profile data (based on RedHat/CentOS/Fedora)

    Shell 1 5

  3. BNETDocs/bnetdocs-web BNETDocs/bnetdocs-web Public

    BNETDocs, the documentation and discussion website for Blizzard protocols

    JavaScript 33 6

  4. carlbennett-tools carlbennett-tools Public

    Miscellaneous tools/utilities housed in a website

    JavaScript 2

  5. BNETDocs/Atlas BNETDocs/Atlas Public

    Atlas is cross-platform server software that emulates Classic Battle.net™ in a compatible model for Diablo, StarCraft, WarCraft, and Chat Gateway clients.

    C# 23 4

  6. Prints a dynamic message of the day ... Prints a dynamic message of the day upon login. To install, copy the file to the `/etc/profile.d/` directory.
    1
    #!/bin/bash
    2
    # vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4:
    3
    
                  
    4
    # Only display motd if tty and not sudoing as root
    5
    [ "$PS1" ] && [ "$EUID" -ne 0 ] || return 0