Index ¦ Archives

Rock in Rio

I went to Rock in Rio in Brazil.

Me on Rock in Rio


Jenkins

The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project.

Install

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

Config …


Let's Encrypt

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).

Install

sudo apt install certbot python-certbot-nginx 

Nginx

sudo certbot --nginx

Renew

sudo certbot renew --dry-run

Let's Encrypt


VFC

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.

Trip

  • Honda CB 500F 2018 (Dark)
  • 102 cities
  • 4466 km
  • 13 days

Certificate

VFC-AL

VFC


VSCodium

VSCodium is a community-driven, freely-licensed binary distribution of Microsoft’s editor VS Code.

Install

sudo flatpak install vscodium

Sandbox

sudo flatpak override com.vscodium.codium --filesystem=host-os

Settings.json

{
    "workbench.colorTheme": "Default Dark+",
    "window.menuBarVisibility": "toggle",
    "workbench.colorCustomizations": {
        "statusBar.background": "#303030",
        "statusBar.noFolderBackground": "#222225",
        "statusBar.debuggingBackground": "#511f1f"
    },
    "vscode-pets.position": "explorer …

Fisl

I spoke at the FISL (Forum Internacional de Software Livre) in Brazil.

Me on FISL


UFW

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.

Install

apt install ufw …

Xorg

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.

Install

sudo apt install xserver-xorg-video-radeon
sudo nvim /etc/X11/xorg.conf.d
echo > /etc/X11/xorg.conf.d/20-amdgpu.conf <<EOF
Section "Device"
   Identifier  "AMD Graphics …

© 2000-2022 by Daniel Pimentel (d4n1). Under MIT.