Skip to content

Instantly share code, notes, and snippets.

View ekstremedia's full-sized avatar

Terje Nesthus ekstremedia

View GitHub Profile
@jonathandey
jonathandey / Laravel lnav ATTRIBUTION
Last active October 3, 2023 08:40
lnav formatter for Laravel logs
Regex from: https://github.com/haruncpi/laravel-log-reader
JSON based on: https://gist.github.com/fquinto/e137ce236297804a55a1e4d783373316
lnav: https://github.com/tstack/lnav
Installing a new lnav format: https://docs.lnav.org/en/latest/formats.html#installing-formats
@Bobmajor
Bobmajor / gist:319e89e9c876cccdb1b77f1783e9a820
Created April 25, 2020 16:06
HOW TO INSTALL POSTMAN ON LINUX WITHOUT SNAP
1. Go to the Postman app download page at https://www.getpostman.com/apps. You can choose the os version from the drop-down. x64 for 64 bit Operating System and x84 for the 32 bit based Linux
2. Open the terminal and go to the directory where you have downloaded the tar file. If you have downloaded on the Downloads folder
cd ~/Downloads/
3. Run the following commands,
sudo rm -rf /opt/Postman/