Skip to content
View sitedata's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@WEBZCC
Block or Report

Block or report sitedata

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sitedata/README.md

Hi there 👋

Pinned Loading

  1. A list of domains for disposable and... A list of domains for disposable and temporary email addresses. Useful for filtering your email list to increase open rates (sending email to these domains likely will not be opened).
    1
    0-mail.com
    2
    0815.ru
    3
    0clickemail.com
    4
    0wnd.net
    5
    0wnd.org
  2. emb emb
    1
    <script src="https://gist.github.com/sitedata/d98ca60eb1b9ec101c1d169b211dbd9d.js"></script>
  3. Pull the LAN1/eth0 MAC address from ... Pull the LAN1/eth0 MAC address from SuperMicro IPMI
    1
    You can find the MAC address for LAN1/eth0 (*not* the BMC MAC) via the SuperMicro IPMI interface by running the following command:
    2
    
                  
    3
    ``` bash
    4
    $ ipmitool -U $IPMI_USER -P $IPMI_PASS -H $IPMI_HOST raw 0x30 0x21 | tail -c 18
    5
    ```
  4. DOMTokenList supports() example for ... DOMTokenList supports() example for Preload
    1
    var DOMTokenListSupports = function(tokenList, token) {
    2
      if (!tokenList || !tokenList.supports) {
    3
        return;
    4
      }
    5
      try {
  5. OpenVPN Installer Script for Debian/... OpenVPN Installer Script for Debian/Ubuntu
    1
    #!/bin/bash
    2
    # OpenVPN road warrior installer for Debian-based distros
    3
    
                  
    4
    # This script will only work on Debian-based systems. It isn't bulletproof but
    5
    # it will probably work if you simply want to setup a VPN on your Debian/Ubuntu
  6. blog.sitedata.org/.htaccess blog.sitedata.org/.htaccess
    1
    <IfModule mod_rewrite.c>
    2
        RewriteEngine On
    3
        RewriteBase /
    4
    
                  
    5
       # set some environment variables depending on host