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

Block or report mapi68

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

Pinned

  1. dnscrypt-proxy-pihole dnscrypt-proxy-pihole Public

    Preconfigured deb package for every Raspberry Pi and Pi-hole to use only best DNSCrypt, DNS-over-HTTPS and No-Log servers

    Shell 37 2

  2. raspi-info raspi-info Public

    RASPI-INFO is a tool to get a lot of infomations about your Raspberry Pi

    Shell 21 4

  3. openvpn-wireguard-transmission openvpn-wireguard-transmission Public

    openvpn-transmision and wireguard-transmission are two scripts that start OpenVPN or Wireguard and transmission-daemon.

    Shell 1 1

  4. cccam2oscam cccam2oscam Public

    The best converter from C/N-lines to oscam.server

    Python

  5. pihole-script pihole-script Public

    This script changes queries number shown in pihole

    Shell 1

  6. This Python script uses pip and the ... This Python script uses pip and the Python Package Index (PyPI) to identify outdated packages. It also offers the option to update them and cleans the pip cache.
    1
    import subprocess
    2
    import requests
    3
    
                  
    4
    def get_outdated_packages():
    5
        try: