Opengist

Explore

  • All gists
  • Topics
  • Users
Give feedback on the new UI Powered by Opengist ⋅ 39ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register
janbc

janbc

Joined 1 year ago

All gists 4
Recently created Least recently created Recently updated Least recently updated
janbc

janbc / PUBLIC TEMP

Last active 3 months ago
0 0 1
1 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEPiP0fyjDTW6aNU9eJZSiBZ2NibqVwBUavZHKJIxASZ
2 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIONObXbJP8Ui3StyHb6oxilICZ1eGcmppk3gGK2/YiFc personal-jan@accent
3 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPcEcuuy+EphpXTL1/0z0K88PUUcyFuqo61aeCpZWAc0 david@tanhub
janbc

janbc / Local Dev Wordpress Setup

Last active 3 months ago
0 0 2
1 name: wp
2
3 services:
4 mariadb:
5 image: public.ecr.aws/bitnami/mariadb:10.2.44
6 volumes:
7 - mariadb_data:/bitnami/mariadb
8 environment:
9 # ALLOW_EMPTY_PASSWORD is recommended only for development.
10 - ALLOW_EMPTY_PASSWORD=yes
janbc

janbc / swaks-send-mail.sh

Last active 3 months ago
0 0 1
1 unset HISTFILE
2
3 SMTP_USR="usernamegoeshere"
4 SMTP_PWD="******"
5
6 MAIL_DATA="Subject: Hello from swaks\n\nThis is the body."
7
8 MAIL_FROM=$1
9 MAIL_TO=$2
janbc

janbc / linux-server-tunes.md

Last active 3 months ago
0 0 1

Valkey

vm.overcommit_memory = 1

Elastic

https://www.elastic.co/docs/deploy-manage/deploy/self-managed/vm-max-map-count
vm.max_map_count = 262144