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_README.md
Last active September 11, 2022 19:05
Visual Studio settings

Visual Studio settings

@brccabral
brccabral / 01_README.md
Last active May 12, 2025 03:31
Nextcloud with FaceRecognition

Nextcloud with FaceRecognition

Nextcloud

First we need to install Nextcloud. I followed this video https://www.youtube.com/watch?v=SX1JHWViI7E for Arch Linux. For Ubuntu, follow instructions below. Although in the video he installs version 18 and at this moment there is version 24, I was able to install the 18 version with php 7.4 and the video instructions worked fine. To upgrade to 24 I had some issues, I didn't save all the steps to write them here, but it is basically about files permission. Just use "chown/chmod" in the failed files and try http:http or http:root.

Log is at "/usr/share/webapps/nextcloud/data/nextcloud.log"

# Repo: someuser/myframework
# Fork: superteam/myframework
# Track:
git clone https://github.com/superteam/myframework.git
cd myframework
git remote add upstream https://github.com/someuser/myframework.git
# Update:
git fetch upstream
@brccabral
brccabral / 01_README.md
Last active September 9, 2022 03:47
C++ Multithreading
@brccabral
brccabral / 01_README.md
Last active September 29, 2022 16:29
Arch Linux Customizations

Arch Linux Customizations

  • Fonts
    • Download "CaskaydiaCove Nerd Font Mono" from https://www.nerdfonts.com/font-downloads
    • Place .otf files at ~/.local/share/fonts (create folder if needed)
    • Create/edit file /etc/fonts/local.conf with contents from file below
    • run fc-cache to refresh fonts cache
    • close/reopen your application (konsole, kate, ...)
  • lf
  • lf is a terminal file manager
@brccabral
brccabral / 01_README.md
Last active September 30, 2022 06:34
Docker cheat sheet

Docker cheat sheet

Starts docker daemon

sudo dockerd

List running containers

sudo docker container ls
@brccabral
brccabral / 01_README.md
Last active May 15, 2024 20:09
Hypnotix
@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
@brccabral
brccabral / README.md
Created November 28, 2022 21:18
Kali Android
@brccabral
brccabral / README.md
Last active November 28, 2022 21:19
Ubuntu Android