Skip to content

Instantly share code, notes, and snippets.

View pain459's full-sized avatar

pain pain459

  • India
View GitHub Profile
@pain459
pain459 / tarred.md
Created June 21, 2025 08:18
tar knowledge

πŸ“¦ Tar & Compression Cheatsheet

πŸ“ File Extensions & Their Meaning

Extension Description Compression Tool
.tar Archive only (no compression) β€”
.tar.gz / .tgz Tar + gzip compression gzip
.tar.bz2 Tar + bzip2 compression bzip2
.tar.xz Tar + xz compression xz
@pain459
pain459 / revision.java
Created June 26, 2023 00:24 — forked from danielpaul/revision.java
Basic Java Revision Notes - Written in Java
/*
*
* / --------------------------------[ NUIM CS141 Java Revision ]------------------------------- \
* || Designed to easily revise everything covered in CS141 by just reading through this code. ||
* || Comments accompany almost every line of code to explain its purpose. ||
* || Some theory we need to know are included in the bottom... ||
* \ ------------------------------------------------------------------------------------------- /
*
*
* ____ _ __ ____ __
@pain459
pain459 / kubernetes_commands.md
Created February 21, 2023 15:58 — forked from edsiper/kubernetes_commands.md
Kubernetes Useful Commands
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management