Skip to content

Instantly share code, notes, and snippets.

View pekingPow's full-sized avatar

Juan Dager pekingPow

  • Arlington, VA
View GitHub Profile
@fawazahmed0
fawazahmed0 / cloudflare-tld-price-list.csv
Last active July 21, 2025 11:46
cloudflare domains price list for tlds
TLD Registration Fees Renewal Fees
example.org.uk 4.94 4.94
example.uk 4.94 4.94
example.me.uk 4.94 4.94
example.co.uk 4.94 4.94
example.date 4.16 5.16
example.trade 4.16 5.16
example.party 4.16 5.16
example.bid 4.16 5.16
example.stream 4.16 5.16
@prrao87
prrao87 / install_postman_mint_no_snap.md
Last active July 20, 2025 12:38
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