Skip to content

Instantly share code, notes, and snippets.

View asrul10's full-sized avatar
πŸ€–
Automated everything

asrul10 asrul10

πŸ€–
Automated everything
View GitHub Profile
@asrul10
asrul10 / wildcard-ssl-certificate.md
Created October 23, 2018 15:53 — forked from talyguryn/wildcard-ssl-certificate.md
How to get a wildcard ssl certificate and set up Nginx.

How to get and install a wildcard SSL certificate

In this guide you can find how to resolve the following issues.

Feel free to ask any questions in the comments section below.

@asrul10
asrul10 / settings.json
Last active November 17, 2022 03:43
Windows terminal settings
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command":
{
"action": "copy",
"singleLine": false
@asrul10
asrul10 / .tmux.conf
Last active November 23, 2022 07:12
tmux config
set-option -sa terminal-overrides ',xterm-256color:RGB'
set-window-option -g mode-keys vi
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'dracula/tmux'
set -g @dracula-plugins "ram-usage time"
set -g @dracula-show-powerline true
@asrul10
asrul10 / semantic-commit-messages.md
Created November 16, 2022 04:41 — forked from joshbuchea/semantic-commit-messages.md
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example