Skip to content

Instantly share code, notes, and snippets.

View eosdev-x's full-sized avatar
:shipit:
AI does all my stunts

eosdev eosdev-x

:shipit:
AI does all my stunts
View GitHub Profile
@eosdev-x
eosdev-x / install_postman_mint_no_snap.md
Created December 28, 2024 00:25 — forked from prrao87/install_postman_mint_no_snap.md
Install Postman on Linux Mint (without using snap)

Goal

Postman is a usefull app to build and test APIs, most commonly installed on ubuntu-like systems via snap. On recent distributions of Linux Mint (20 and above), snap installs are no longer possible. The instructions below show how to install Postman via the terminal.

Download Postman

$ wget https://dl.pstmn.io/download/latest/linux64 -O postman.tar.gz

Extract archive

$ sudo tar -xzf postman.tar.gz -C /opt

Make symlink

@eosdev-x
eosdev-x / code-editor-rules.md
Created December 27, 2024 00:15 — forked from yifanzz/code-editor-rules.md
EP12 - The One File to Rule Them All

[Project Name]

Every time you choose to apply a rule(s), explicitly state the rule(s) in the output. You can abbreviate the rule description to a single word or phrase.

Project Context

[Brief description ]

  • [more description]
  • [more description]
  • [more description]