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

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  1. odin odin Public

    Home server with IoT dashboard

    Python

  2. coruscant coruscant Public

    Raspberry Pi IoT monitoring application.

    Python

  3. manti.by manti.by Public

    Blog engine using Rocket framework for music and photo publishing.

    Python 2

  4. semkov semkov Public

    Semkov Gorodok local portal.

    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
  6. mtools mtools Public

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

    Python 1