Skip to content

Instantly share code, notes, and snippets.

View pratiksingh94's full-sized avatar
:shipit:
Thinking

Pratik Singh pratiksingh94

:shipit:
Thinking
View GitHub Profile
@pratiksingh94
pratiksingh94 / privacy-policy.md
Created February 28, 2022 04:33
Private Logger Privacy Policy

Private Logger

Privacy Policy

logo

By using Private Logger You agree to Privacy Policy and ToS

1. Do we store data?

Yes we do, almost all bots do. We store data for many stuff.

@sergeyzenchenko
sergeyzenchenko / russia-ddos.md
Last active October 14, 2024 20:06
Russia DDOS list
@prrao87
prrao87 / install_postman_mint_no_snap.md
Last active April 27, 2025 17:01
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