Skip to content

Instantly share code, notes, and snippets.

View mikeninerbravog's full-sized avatar
💬
KISS Principle - Unix Philosophy

Mike Niner Bravog mikeninerbravog

💬
KISS Principle - Unix Philosophy
View GitHub Profile
@mikeninerbravog
mikeninerbravog / bash-colors.md
Created January 26, 2024 18:22 — forked from JBlond/bash-colors.md
The entire table of ANSI color codes.

Regular Colors

Value Color
\e[0;30m Black
\e[0;31m Red
\e[0;32m Green
\e[0;33m Yellow
\e[0;34m Blue
\e[0;35m Purple
@mikeninerbravog
mikeninerbravog / torrc_options
Last active September 1, 2023 11:06 — forked from glamrock/torrc_options
All torrc options
Fri Jul 7 12:50:55 PM -03 2023
Note: Some may been discontinued (depracted)
`AccelDir`: Specifies the directory containing the hardware acceleration backend.
`AccelName`: Specifies the name of the hardware acceleration backend to use.
`AccountingMax`: Specifies the maximum number of bytes that can be transferred before Tor stops serving new connections. Once the limit is reached, new connections will be refused.
`AccountingRule`: Defines the accounting rule used to determine when to stop serving new connections based on the accounting limit. Possible values are "sum", "max", or "min".
`AccountingStart`: Sets the time when accounting starts. Connections made after this time contribute to the accounting limit.
`Address`: Specifies the IP address and port for a listener or an outgoing connection. It can be used to bind Tor to a specific address or specify the address of a specific relay.
`__AllDirActionsPrivate`: Makes all directory actions private.