Skip to content

Instantly share code, notes, and snippets.

View pejrak's full-sized avatar
💢
We are uploading.

Peter Berezny pejrak

💢
We are uploading.
View GitHub Profile
@h4cc
h4cc / howto.md
Created October 4, 2016 09:14
Linux: Howto: bizhub C280 : Linux Cups driver
wget -O "KMbeuUXv1_11-EFIGS.tgz" "https://o.cses.konicaminolta.com/file/Default.aspx?FilePath=DL/201605/30111732/KMbeuUXv1_11%20EFIGS.tgz"
tar xfvz KMbeuUXv1_11-EFIGS.tgz
cd KMbeuUXv1_11\ EFIGS/
sudo ./install.pl
@romanz
romanz / fullnode.md
Last active March 20, 2024 19:05
Bitcoin Full Node on AWS Free Tier

Bitcoin Full Node on AWS Free Tier

Provisioning

  • Launch one T2 micro instance, using Ubuntu 14.04 LTS AMI.
  • Open SSH and Bitcoin Protocol TCP ports: 22, 8333.
  • Attach 40GB EBS (General-Purpose SSD) volume for blockchain storage to /dev/sdf.

The pricing should be ~3$ for the first year (assuming 30GB upload per month). See here for more details.

@yssk22
yssk22 / redis.js
Created November 14, 2010 08:19
Redis sample program (retwis) ported to node.js
/**
* retwis-js.js
*
* Description:
*
* redis tutorial program impelmented by node.js
*
* Usage:
*
* node redis.js