Skip to content

Instantly share code, notes, and snippets.

View cindrmon's full-sized avatar

Cindr Mon cindrmon

  • 21:16 (UTC +08:00)
View GitHub Profile
@cindrmon
cindrmon / README.md
Created February 28, 2022 09:16
GIt Personal Cheatsheet

Git Cheatsheet

Git Setup

Configure Default Git User

git config --global user.email email@example.com
git config --global user.name username
@cindrmon
cindrmon / colors.java
Created October 25, 2021 18:33
ANSI Colors Generator from RGB/Hex value in different Languages
import java.math.BigInteger;
/**
* colorises your text using ANSI
*
* @apiNote Most terminals would work with this, some terminals won't
*
* @author cindrmon
*/
public class Colors {
# ping archlinux.org
# lsblk
# fdisk /dev/sda
fdisk:
  g
  n
  <Enter>
  <Enter>
  +512M
@cindrmon
cindrmon / .gitignore
Last active September 27, 2020 12:31
MP1_INFOSEC_LogicBomb
LogicBomb