umgeher's changelog

OpenBSD - Monero

Para compilar a toolchain do monero no OpenBSD, devemos ter os seguintes pacotes instalados… cmake, gmake, zeromq, libiconv e boost. Temos todos em pkg.

pkg_add cmake gmake zeromq libiconv boost

Agora vamos clonar o projeto…

git clone https://github.com/monero-project/monero.git

Dentro do diretorio do projeto, execute:

ulimit -d 2000000 ; env DEVELOPER_LOCAL_TOOLS=1 BOOST_ROOT=/usr/local gmake release-static

Agora voce tem a toolchain do monero dentro do diretorio ./build/OpenBSD/master/release/bin.

Articles from blogs I follow around the net

Enable local-to-anchors tables in PF rules

In a recent post to tech@ titled let's make pf(4) anchors and tables better friends (possibly originating at the ongoing hackathon) Alexandr Nedvedicky (sashan@) introduced code to enable creating local tables inside anchors in pf(4) rulesets: Date: Sa…

via OpenBSD Journal 2024-07-14 15:42

My fears about AI are not what you think

A clip from a longer stream VOD where I run through my fears with the AI industry

via Xe Iaso's blog 2024-07-08 00:00

WireGuard and Linux network namespaces

# Introduction This guide explains how to setup a WireGuard tunnel on Linux using a dedicated network namespace so you can choose to run a program on the VPN or over clearnet. I have been able to figure the setup thanks to the following blog post, I enh…

via Solene'% 2024-07-04 00:00

Generated by openring