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

Block or report chrisswanda

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

  1. Bitcoin-Bull-Run-Index-CBBI Bitcoin-Bull-Run-Index-CBBI Public

    A daily Docker job to monitor Bitcoin Bull Run Index. This makes timing of your investments just a little easier.

    Python 1

  2. Stupid simple setting up WireGuard -... Stupid simple setting up WireGuard - Server and multiple peers
    1
    Install WireGuard via whatever package manager you use.  For me, I use apt.
    2
    
    
    3
    $ sudo add-apt-repository ppa:wireguard/wireguard
    4
    $ sudo apt-get update
    5
    $ sudo apt-get install wireguard
  3. AWS Datasync between two S3 buckets ... AWS Datasync between two S3 buckets across two different AWS accounts
    1
    # What is it?
    2
    
    
    3
    DataSync fully automates the data transfer. It comes with retry and network resiliency mechanisms, network optimizations, built-in task scheduling, monitoring via the DataSync API and Console, and CloudWatch metrics, events and logs that provide granular visibility into the transfer process. DataSync performs data integrity verification both during the transfer and at the end of the transfer.
    4
    
    
    5
    DataSync provides end-to-end security, and integrates directly with AWS storage services. All data transferred between the source and destination is encrypted via TLS, and access to your AWS storage is enabled via built-in AWS security mechanisms such as IAM roles. DataSync with VPC endpoints are enabled to ensure that data transferred between an organization and AWS does not traverse the public internet, further increasing the security of data as it is copied over the network.
  4. Create a user specific host file Create a user specific host file
    1
    $HOSTALIASES no longer works with glibc (https://bugs.launchpad.net/debian/+source/glibc/+bug/1483187)
    2
    
    
    3
    For my project, I needed to create a user specifc hosts file.
    4
    
    
    5
    First clone this repo - https://github.com/figiel/hosts.git
  5. How you can contact me How you can contact me
    1
    import os
    2
    import sys
    3
    import numpy
    4
    import string
    5