I went to Rock in Rio in Brazil.

I went to Rock in Rio in Brazil.

The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project.
sudo apt install default-jre default-jdk apt-transport-https wget gnupg
wget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add -
sudo apt update
sudo apt install jenkins
Let’s Encrypt is a free, automated, and open certificate authority (CA), run for the public’s benefit. It is a service provided by the Internet Security Research Group (ISRG).
sudo apt install certbot python-certbot-nginx
sudo certbot --nginx
sudo certbot renew --dry-run
VFC (Valente Fazedor de Chuva in portuguese, Brave Rainmaker in english) is a motorcycle challenge where the rider goes arround all the cities in his state, in my case 102 cities in Maceió - AL, Brazil.

VSCodium is a community-driven, freely-licensed binary distribution of Microsoft’s editor VS Code.
sudo flatpak install vscodium
sudo flatpak override com.vscodium.codium --filesystem=host-os
{
"workbench.colorTheme": "Default Dark+",
"window.menuBarVisibility": "toggle",
"workbench.colorCustomizations": {
"statusBar.background": "#303030",
"statusBar.noFolderBackground": "#222225",
"statusBar.debuggingBackground": "#511f1f"
},
"vscode-pets.position": "explorer …I spoke at the FISL (Forum Internacional de Software Livre) in Brazil.

Uncomplicated Firewall (ufw) — The Uncomplicated Firewall (ufw, and gufw - a Graphical User Interface version of the same) is a frontend for iptables and is particularly well-suited for host-based firewalls. Ufw provides a framework for managing netfilter, as well as a command-line interface for manipulating the firewall.
apt install ufw …X.Org Server is the free and open-source implementation of the display server for the X Window System stewarded by the X.Org Foundation.
sudo apt install xserver-xorg-video-radeon
echo > /etc/X11/xorg.conf.d/20-amdgpu.conf <<EOF
Section "Device"
Identifier "AMD Graphics …© 2000-2022 by Daniel Pimentel (d4n1). Under MIT.