Skip to content
View maximko's full-sized avatar
Block or Report

Block or report maximko

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. mullvad-socks-list mullvad-socks-list Public

    List all active mullvad socks servers and resolve their internal addresses

    Python 12 1

  2. goip-sms-to-telegram goip-sms-to-telegram Public archive

    Dead-simple smtp-powered goip to telegram sms forwarder

    Python 11 6

  3. Convert Rekordbox 6 XML to RB5 XML s... Convert Rekordbox 6 XML to RB5 XML so you can import it to Rekordbox version 5
    1
    #!/usr/local/bin/python3
    2
    
                  
    3
    import xml.etree.ElementTree as ET
    4
    import sys
    5
    import os.path
  4. Backup macOS using borg and apfs sna... Backup macOS using borg and apfs snapshots
    1
    #!/usr/local/bin/bash
    2
    
                  
    3
    export BORG_REPO="ssh://user@server/borg-repo"
    4
    
                  
    5
    if [[ ! "${USER}" == "root" ]]; then
  5. save-cover-as-jpg save-cover-as-jpg Public

    macOS service that allows you to save track cover image of now playing track in spotify

  6. SAS2208-to-SAS2308-IT-X9DRH-7F SAS2208-to-SAS2308-IT-X9DRH-7F Public

    Files and guide to make a bootable FreeDOS drive to flash Supermicro X9DRH-7F on-board LSI SAS2208 RAID controller to LSI SAS2308 IT HBA

    13 2