Skip to content

Instantly share code, notes, and snippets.

View brccabral's full-sized avatar
🐔
Vamos, Galo! Ganhar o Brasileiro!

Bruno Cabral brccabral

🐔
Vamos, Galo! Ganhar o Brasileiro!
View GitHub Profile
@brccabral
brccabral / 01_Apache2HTTPdProxyServer.md
Last active October 29, 2024 18:09
Apache2 HTTPd Proxy Server and LDAP

Apache2 HTTPd

Proxy Server

Apache httpd server is listening 8081 (not default https port, I know) and another webserver is listening 8000.

Edit file D:\Apache24\conf\httpd.conf.

Enable these modules

@brccabral
brccabral / 01_README.md
Last active February 19, 2023 09:53
Xwayland XFCE Android Termux-X11, no VNCserver
@brccabral
brccabral / 01_README.md
Last active January 22, 2023 07:26
Compile Python

How to build python code into executable

Install pyinstaller

pip install pyinstaller

Create a build folder

mkdir ~/my_build

@brccabral
brccabral / .01_README.md
Last active May 20, 2025 17:35
Docker, Minikube, Kubernetes, Podman
@brccabral
brccabral / .01_README.md
Last active March 3, 2025 20:05
ZSH install and customizations

ZSH install and customizations

My personal instructions

  1. install
sudo apt install zsh

1.1 Change $ZDOTDIR path

@brccabral
brccabral / README.md
Last active October 20, 2023 02:44
Profile Python code with KCacheGrind
@brccabral
brccabral / README.md
Last active October 28, 2025 18:14
XFCE on Android Termux
@brccabral
brccabral / README.md
Last active November 28, 2022 21:19
Ubuntu Android
@brccabral
brccabral / README.md
Created November 28, 2022 21:18
Kali Android
@brccabral
brccabral / 01_README.md
Last active February 6, 2023 02:41
Flatpak cheat sheet

Flatpak cheat sheet

Show all overrides

sudo flatpak override [app.id] --show

Reset all overrides

sudo flatpak override [app.id] --reset