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 25.8k 6.2k

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

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

    Kotlin 11.2k 2.5k

  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 8 GB DDR4 RAM or more, SSD and 1Gbe (or faster) NIC
    1
    kernel.core_uses_pid = 1
    2
    kernel.domainname = your_local_domain_name
    3
    kernel.msgmax = 65535
    4
    kernel.msgmnb = 65535
    5
    kernel.pid_max = 65535
  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'