Some notes and tools for reverse engineering / deobfuscating / unminifying obfuscated web app code.
| FROM golang:1.23.0-bookworm AS build | |
| ARG upx_version=4.2.4 | |
| RUN apt-get update && apt-get install -y --no-install-recommends xz-utils && \ | |
| curl -Ls https://github.com/upx/upx/releases/download/v${upx_version}/upx-${upx_version}-amd64_linux.tar.xz -o - | tar xvJf - -C /tmp && \ | |
| cp /tmp/upx-${upx_version}-amd64_linux/upx /usr/local/bin/ && \ | |
| chmod +x /usr/local/bin/upx && \ | |
| apt-get remove -y xz-utils && \ | |
| rm -rf /var/lib/apt/lists/* |
Here is easy steps to try Windows 10 on ARM or Ubuntu for ARM64 on your Apple Silicon Mac. Enjoy!
NOTE: that this is current, 10/1/2021 state.
- Install Xcode from App Store or install Command Line Tools on your Mac
Important
These benchmark results are outdated.
Check out our blog post for the latest benchmark results.
- c5.xlarge AWS instance: 4 CPUs, 8 GB RAM
workshop github guideline: https://github.com/aws-samples/aws-workshop-for-kubernetes
if you wanna follow the guideline, make sure you:
- setup cloud9, follow the instructions under the heading: Create AWS Cloud9 Environment
- setup Kubernetes multi master cluster, follow the instructions under the heading: Create a Kubernetes Cluster with kops and Kubernetes Cluster Context. Suggest to create a multi-master cluster as the examples will be easier to follow.
- Pod
| Title | Description
This gist was essentially created out of my own rant about Netflix being hostile to IPv6 tunnel services since June 2016. You are welcome to read my opinion on the matter, this is the more technical side to the issue and how to combat it within your own network.
Since I wrote this, various GitHub users have contributed their thoughts and ideas which has been incorporated into this gist. Thank you to everyone who have contributed their own methods and implementations.
Netflix now treats IPv6 tunnel brokers (such as Hurricane Electric) as proxy servers. A while ago it became apparent to users and Netflix that somewhat by accident, IPv6 tunnel users were being served content outside of their geolocation because of the way Netflix was identifyi
Server Price Breakdown: DigitalOcean, Amazon AWS LightSail, Vultr, Linode, OVH, Hetzner, Scaleway/Online.net:
Permalink: git.io/vps
| Provider | Type | RAM | Cores | Storage | Transfer | Network | Price |
|---|
| #!/bin/sh | |
| #Lernu esperanton :-) | |
| wget -nc http://www.oreilly.com/programming/free/files/microservices-for-java-developers.pdf | |
| wget -nc http://www.oreilly.com/programming/free/files/modern-java-ee-design-patterns.pdf | |
| wget -nc http://www.oreilly.com/programming/free/files/object-oriented-vs-functional-programming.pdf | |
| wget -nc http://www.oreilly.com/programming/free/files/java-the-legend.pdf | |
| wget -nc http://www.oreilly.com/programming/free/files/a-whirlwind-tour-of-python.pdf | |
| wget -nc http://www.oreilly.com/programming/free/files/hadoop-with-python.pdf | |
| wget -nc http://www.oreilly.com/programming/free/files/how-to-make-mistakes-in-python.pdf |