Skip to content
View chrisswanda's full-sized avatar

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 Loading

  1. Stupid simple setting up WireGuard -...
    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
  2. AWS Datasync between two S3 buckets ...
    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.
  3. 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
  4. How you can contact me
    1
    import os
    2
    import sys
    3
    import numpy
    4
    import string
    5
    
                  

2 contributions in the last year

Contribution Graph
Day of Week February March April May June July August September October November December January February
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

February 2025

chrisswanda has no activity yet for this period.
Loading

Seeing something unexpected? Take a look at the GitHub profile guide.