Skip to content

Instantly share code, notes, and snippets.

View nedzhang's full-sized avatar

Ned Zhang nedzhang

View GitHub Profile
@nedzhang
nedzhang / setup-manjaro.sh
Last active April 13, 2020 05:09
[Linux system setup] linux setup apt
#!/bin/sh
pacman -S snapd docker git code
# enable docker as a service
sudo systemctl enable docker
sudo systemctl status docker
# add me to the docker group
sudo usermod -aG docker $USER
@nedzhang
nedzhang / IBM Cloud Object Storage (COS) s3fs.md
Last active February 9, 2021 17:03
[IBM Cloud] #cloud #ibm #ibmcloud

Access IBM Cloud Object Storage using s3fs

How to access IBM Cloud Object Storage, COS, using s3fs.

Install s3fs (if needed)

  • CentOS:
@nedzhang
nedzhang / station-view.lua
Last active March 22, 2021 23:56
[factorio script] #factorio
local function copy_table(obj, seen)
if type(obj) ~= 'table' then
return obj
end
if seen and seen[obj] then
return seen[obj]
end
@nedzhang
nedzhang / resource.md
Last active April 1, 2021 15:26
IBP IBM Blockchain Platform
  • Documentation site: https://cloud.ibm.com/docs/blockchain-sw-252
    • Check How to / Install on the OpenShift Container Platform / Deployment options / Deploy IBM Blockchain Platform 2.5.2 manually
    • Check Tutorials / Getting Started / Build a network