Skip to content

Instantly share code, notes, and snippets.

View luke10x's full-sized avatar

Luke 10X luke10x

View GitHub Profile
@luke10x
luke10x / Ansicolor.md
Last active November 17, 2022 23:30 — forked from raghav4/Ansicolor.md
Color codes for console using Ansi
=======================================================================================================
=======================================================================================================
All-about-reactive-programming-java
=======================================================================================================
=======================================================================================================
@luke10x
luke10x / All-About-java-JVM
Created August 24, 2022 09:45
All about JVM
=======================================================================================================
=======================================================================================================
All about java jvm
=======================================================================================================
=======================================================================================================
@luke10x
luke10x / All-about-core-java
Created August 23, 2022 22:51 — forked from sats17/All-about-core-java
Gist contains information about core java things.
===========================================================================================================================
===========================================================================================================================
===========================================================================================================================
All about core java
===========================================================================================================================
===========================================================================================================================
===========================================================================================================================
############################################################################################################
################## #############################
################## #############################
This Gist collection contains all localstack related examples
################## #############################
################## #############################
############################################################################################################
@luke10x
luke10x / GitCommitEmoji.md
Created October 20, 2020 09:33 — forked from parmentf/GitCommitEmoji.md
Git Commit message Emoji
@luke10x
luke10x / autossh.service
Created May 18, 2016 04:06 — forked from thomasfr/autossh.service
Systemd service for autossh
[Unit]
Description=Keeps a tunnel to 'remote.example.com' open
After=network.target
[Service]
User=autossh
# -p [PORT]
# -l [user]
# -M 0 --> no monitoring
# -N Just open the connection and do nothing (not interactive)