Skip to content
View shurph's full-sized avatar
🛠️
trying to bring something into the world
🛠️
trying to bring something into the world

Organizations

@minskpython @Saskovets @orsha-lug @shurph-quiet-harbor @brestpython @U2-LABS @iTechArt
Block or Report

Block or report shurph

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
shurph/README.md

👋

Pinned

  1. talks talks Public

    Иногда я выступаю с докладами на технические и около-технические темы. В этом репозитории хранятся слайды некоторых моих выступлений, а также есть актуальный список выступлений за последние два года.

    HTML 2

  2. list-of-lists list-of-lists Public

    List of repositories that provide lists of interesting resources (but maybe we need to go deeper? 🤔)

    2

  3. Add new usb device to suspend blacki... Add new usb device to suspend blackist (see more: http://askubuntu.com/a/202245)
    1
    # in file: /etc/laptop-mode/conf.d/usb-autosuspend.conf
    2
    # added usb id to string:
    3
    AUTOSUSPEND_USBID_BLACKLIST="0a3a:2a30 122f:e21a 046e:c54f"
    4
    
                  
    5
    # needed usb id you can find in `lsusb` output:
  4. Fetch all repos which are situated i... Fetch all repos which are situated inside the current directory in any nested level
    1
    #!/usr/bin/env sh
    2
    
                  
    3
    ROOT_DIR=`pwd`;
    4
    COLOR_BLUE="\e[34m"
    5
    COLOR_YELLOW="\e[33m"