Index ¦ Archives

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 …

Bumblebee

Bumblebee aims to provide support for NVIDIA Optimus laptops for GNU/Linux distributions. Using Bumblebee, you can use your NVIDIA card for rendering graphics which will be displayed using the Intel card.

Install

apt install bumblebee primus
Usage
optirun glxgears -info
primusrun vim
optirun steam
sudo nvim /etc/bumblebee/xorg …

Steam

Steam is a digital distribution platform developed by Valve Corporation for purchasing and playing video games. Steam offers digital rights management (DRM), matchmaking servers, video streaming, and social networking services. Steam provides the user with installation and automatic updating of games, and community features such as friends lists and groups …


RFC BR-116

RFC (Rodoviário Fazedor de Chuva in portuguese, Road Rainmaker in english) is a motorcycle challenge where the rider travels along the entire BR-116 highway in Brazil, called Death's highway.

Trip

  • Honda CB 500F 2018 (Dark)
  • 4488 km
  • 13 days

Route

RFC-BR-116

Certificate

RFC-BR-116

RFC

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