Skip to content
View aleksul's full-sized avatar
๐Ÿ•Š๏ธ
๐Ÿ•Š๏ธ
Block or Report

Block or report aleksul

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

Hi there, I'm Alex



๐Ÿ”ง Skills


๐Ÿ“ˆ Stats


๐Ÿค Socials

Telegram LinkedIn Dev.to

Pinned

  1. repid repid Public

    Repid framework: simple to use, fast to run and extensible to adopt job scheduler

    Python 60 3

  2. auto-k3s auto-k3s Public

    Automatically create k3s HA cluster

    Jinja

  3. Proxmox create Ubuntu 20.04 template Proxmox create Ubuntu 20.04 template
    1
    # download ubuntu-cloud image
    2
    # NOTE: ubuntu-server won't properly work with cloud-init for some reason
    3
    wget https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img
    4
    
                  
    5
    # NOTE: no need for sudo because we already login as root
  4. Python ProxyGrabber using proxybroke... Python ProxyGrabber using proxybroker v0.3.2
    1
    #!/usr/bin/python3.6
    2
    import asyncio
    3
    import aiohttp
    4
    from concurrent import futures
    5
    from time import perf_counter