Skip to content
View jult's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report jult

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 Loading

  1. SquirrelMail SquirrelMail Public

    stable sourced custom updates and config

    PHP 7 2

  2. signalapp/Signal-Android signalapp/Signal-Android Public

    A private messenger for Android.

    Kotlin 26.2k 6.3k

  3. thunderbird/thunderbird-android thunderbird/thunderbird-android Public

    Thunderbird for Android – Open Source Email App for Android (fka K-9 Mail)

    Kotlin 11.5k 2.6k

  4. My nginx include for TLS A+ rating a... My nginx include for TLS A+ rating at ssllabs.com/ssltest using nginx/1.14.* and openssl 1.1.1*
    1
    # version 2020 feb 24
    2
    
                  
    3
    ssl_certificate /etc/letsencrypt/live/yardomain.org/fullchain.pem;
    4
    ssl_certificate_key /etc/letsencrypt/live/yardomain.org/privkey.pem;
    5
    ssl_trusted_certificate /etc/letsencrypt/live/yardomain.org/chain.pem;
  5. [Debian 12 update!] sysctl config fo... [Debian 12 update!] sysctl config for linux server with 32 GB DDR RAM or more, SSD and 1Gbe (or faster) NIC
    1
    # IPv6 Configuration
    2
    # -> note that I have disabled ip6 for our internet-connection (wan/eth0) because
    3
    # -> my upstream/ISP (still) does not do IPv6. The rest, even localhost, does ip6 stuff.
    4
    net.ipv6.conf.all.disable_ipv6 = 0
    5
    net.ipv6.conf.default.disable_ipv6 = 0
  6. Using URLs to whitelist on pihole se... Using URLs to whitelist on pihole server
    1
    #!/bin/bash
    2
    
                  
    3
    # BE SURE TO INSTALL dos2unix, wget, sed (apt install dos2unix wget sed -y) and change these to your preferences:
    4
    WHITELIST_URL='https://jult.net/whitelist.txt'
    5
    WHITELIST_URLX='https://raw.githubusercontent.com/anudeepND/whitelist/master/domains/whitelist.txt'