Skip to content

Instantly share code, notes, and snippets.

View gstv57's full-sized avatar
πŸ‘¨β€πŸ’»
Coding

Gustavo Henrique gstv57

πŸ‘¨β€πŸ’»
Coding
  • Brasil
  • 22:03 (UTC -03:00)
View GitHub Profile
@thesafaraliyev
thesafaraliyev / .env
Last active December 13, 2024 14:32
Laravel with Localstack S3 and SQS setup
FILESYSTEM_DRIVER=s3
QUEUE_CONNECTION=sqs
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=bucket1
AWS_ENDPOINT=http://localhost:4566/
AWS_USE_PATH_STYLE_ENDPOINT=true
SQS_QUEUE=queue1
SQS_PREFIX=http://localhost:4566/000000000000/
@pmkay
pmkay / installing-postman.md
Created April 27, 2020 02:49 — forked from ba11b0y/installing-postman.md
Installing Postman on Ubuntu/Gnome

Since Chrome apps are now being deprecated. Download postman from https://dl.pstmn.io/download/latest/linux

Although I highly recommend using a snap

sudo snap install postman

Installing Postman

tar -xzf Postman-linux-x64-5.3.2.tar.gz