Skip to content

Instantly share code, notes, and snippets.

View OkabeRintarou's full-sized avatar
🎯
Focusing

yuliang OkabeRintarou

🎯
Focusing
  • AMD
  • Shanghai, China
  • 13:16 (UTC -12:00)
View GitHub Profile
@OkabeRintarou
OkabeRintarou / ufw.md
Created June 6, 2018 08:58 — forked from kimus/ufw.md
NAT and FORWARD with Ubuntu’s ufw firewall

UFW

I use Ubuntu’s Uncomplicated firewall because it is available on Ubuntu and it's very simple.

Install UFW

if ufw is not installed by default be sure to install it first.

@OkabeRintarou
OkabeRintarou / MysteryBox.java
Created May 12, 2018 07:08
Very simple demo under the Linux Platform of using CLHSDB from HotSpot Serviceability Agent to inspect Java objects and class metadata, see also https://gist.github.com/rednaxelafx/4986917
public class MysteryBox {
private long x0,x1;
private boolean y0,y1,y2,y3;
private int z0;
private double[] a = new double[8];
}