mirror of
https://github.com/BBaoVanC/bbaovanc.com.git
synced 2026-04-03 18:02:38 -05:00
Use new summary system
This commit is contained in:
@@ -7,17 +7,17 @@ aliases = [
|
||||
"posts/allow-non-root-processes-to-bind-to-privileged-ports/",
|
||||
]
|
||||
|
||||
description = """
|
||||
In Linux, processes cannot bind to privileged ports (<=1024) unless they are
|
||||
running as root. Here's how to allow any process to bind to privileged ports.
|
||||
"""
|
||||
|
||||
tags = [
|
||||
"guide",
|
||||
"linux",
|
||||
]
|
||||
+++
|
||||
|
||||
In Linux, processes cannot bind to privileged ports (<=1024) unless they are
|
||||
running as root. Here's how to allow any process to bind to privileged ports.
|
||||
|
||||
<!--more-->
|
||||
|
||||
## Introduction
|
||||
|
||||
In Linux, processes cannot bind to privileged ports (<=1024) unless they are
|
||||
|
||||
@@ -7,10 +7,6 @@ aliases = [
|
||||
"posts/checkra1n-gui-on-other-distros/",
|
||||
]
|
||||
|
||||
description = """
|
||||
You can run the GUI version of checkra1n on non Debian-based distributions.
|
||||
"""
|
||||
|
||||
tags = [
|
||||
"guide",
|
||||
"linux",
|
||||
@@ -25,6 +21,10 @@ src = "gui.webp"
|
||||
title = "Checkra1n GUI running on Arch Linux"
|
||||
+++
|
||||
|
||||
You can run the GUI version of checkra1n on non Debian-based distributions.
|
||||
|
||||
<!--more-->
|
||||
|
||||

|
||||
|
||||
## Introduction
|
||||
|
||||
@@ -7,11 +7,6 @@ aliases = [
|
||||
"posts/edited-in-middle-of-message-discord/",
|
||||
]
|
||||
|
||||
description = """
|
||||
With a bit of trickery using the RLE character (U+202B), you can get the
|
||||
(edited) text on a message to be somewhere other than at the end of the message.
|
||||
"""
|
||||
|
||||
tags = [
|
||||
"tutorial",
|
||||
"discord",
|
||||
@@ -24,6 +19,11 @@ src = "example.webp"
|
||||
title = "Example image"
|
||||
+++
|
||||
|
||||
With a bit of trickery using the RLE character (U+202B), you can get the
|
||||
(edited) text on a message to be somewhere other than at the end of the message.
|
||||
|
||||
<!--more-->
|
||||
|
||||

|
||||
|
||||
## Tutorial
|
||||
|
||||
@@ -8,10 +8,6 @@ aliases = [
|
||||
"/blog/posts/text-substitution-in-discord-using-sed/",
|
||||
]
|
||||
|
||||
description = """
|
||||
Discord has (very primitive) support for text replacement using `sed` syntax.
|
||||
"""
|
||||
|
||||
tags = [
|
||||
"tutorial",
|
||||
"discord",
|
||||
@@ -24,6 +20,10 @@ src = "example.mov"
|
||||
title = "Example Video"
|
||||
+++
|
||||
|
||||
Discord has (very primitive) support for text replacement using `sed` syntax.
|
||||
|
||||
<!--more-->
|
||||
|
||||
## Tutorial
|
||||
|
||||
{{< video src="example.mov" title="Example Video" >}}
|
||||
|
||||
Reference in New Issue
Block a user