Skip to content
View manti-by's full-sized avatar
🚀
Waiting for spaceship
🚀
Waiting for spaceship
Block or Report

Block or report manti-by

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. manti.by manti.by Public

    Blog engine using Rocket framework for music and photo publishing.

    Python 2

  2. apollo apollo Public

    Raspberry Pi IoT monitoring application.

    Python

  3. semkov semkov Public

    Semkov Gorodok local portal.

    Python 1

  4. mtools mtools Public

    Useful bash shell scripts for updates, converting media files, etc.

    Python 1

  5. Ubuntu installation Ubuntu installation
    1
    #!/bin/bash
    2
    echo "Add user and disable password prompt"
    3
    adduser manti
    4
    usermod -aG sudo manti
    5
    echo "manti   ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers