Skip to content

Instantly share code, notes, and snippets.

View MuriloChianfa's full-sized avatar
🚀
Always Learning

MuriloChianfa MuriloChianfa

🚀
Always Learning
  • Made4it
  • Arapongas, Paraná, Brasil
  • 17:17 (UTC -03:00)
  • LinkedIn in/murilochianfa
View GitHub Profile
@deviantony
deviantony / README.md
Created March 8, 2018 01:24
Portainer admin password in a docker-compose environment

Portainer compose deployment with admin password preset

This file aims to explain how to deploy Portainer inside a compose file with the admin password already set.

Generate the admin password

For this example, we'll use the password superpassword.

Use the following command to generate a hash for the password:

@pierrejoubert73
pierrejoubert73 / markdown-details-collapsible.md
Last active July 25, 2024 15:41
How to add a collapsible section in markdown.

How to add a collapsible section in markdown

1. Example

Click me

Heading

  1. Foo
  2. Bar
    • Baz
  • Qux
@dstrunk
dstrunk / configure-postfix.sh
Last active September 19, 2021 15:26
Quickly install Postfix and configure it to send emails from your local Vagrant box. Used on this blog post: https://goo.gl/8iv6YD
#!/bin/bash
# Download all postfix necessities to run PHP mail()
wget -P ~/ https://www.thawte.com/roots/thawte_Premium_Server_CA.pem && \
sudo mv ~/thawte_Premium_Server_CA.pem /usr/local/share/ca-certificates/thawte_Premium_Server_CA.crt && \
sudo update-ca-certificates ;
# pre-answer interactive configuration for Postfix
sudo debconf-set-selections <<< "postfix postfix/mailname string local.dev"
sudo debconf-set-selections <<< "postfix postfix/main_mailer_type string 'Internet Site'"
@parmentf
parmentf / GitCommitEmoji.md
Last active July 26, 2024 15:56
Git Commit message Emoji