Skip to content

Instantly share code, notes, and snippets.

View richyk1's full-sized avatar
💭
Studying

koolkid richyk1

💭
Studying
View GitHub Profile
@richyk1
richyk1 / Microsoft.PowerShell_profile.ps1
Created July 14, 2022 19:55
My Powershell Config /w Oh My Posh
oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH\atomicBit.omp.json" | Invoke-Expression
Import-Module -Name Terminal-Icons
Import-Module -Name PSReadLine
Set-PSReadLineOption -PredictionSource History
Set-PSReadLineOption -PredictionViewStyle ListView
Set-PSReadLineOption -EditMode Windows
@richyk1
richyk1 / extract-symbol-info-in-macho.py
Created December 30, 2023 15:37 — forked from integeruser/extract-symbol-info-in-macho.py
Extract symbols information (e.g. addresses) from Mach-O files
#!/usr/bin/env python3
import ctypes
LC_SYMTAB = 0x2
class mach_header_64(ctypes.Structure):
_fields_ = (
("magic", ctypes.c_uint32),
("cputype", ctypes.c_uint32),

Custom SSL Certificates on Coolify Written by Ted

Coolify is a Vercel replacement, and supports bringing your own infrastructure. This mean you can host as many resources are you like, without paying anyone anything, apart the service provider the server costs. SSL certificates give your websites a secure connection using https. Cloudflare is a Content Delivery Network, and can accelerate your website.

Requirements

  • Domain is on Cloudflare
  • Coolify instance
  • Generating the SSL Certificate