Skip to content

Instantly share code, notes, and snippets.

@nucliweb
nucliweb / Install-OpenCV-Mac-M1.md
Last active September 25, 2025 11:12
OpenCV C++ Mac M1 Installation Steps
Written by Thanos Apostolou
http://askubuntu.com/questions/53822/how-do-you-run-ubuntu-server-with-a-gui
Some more info can be found here https://help.ubuntu.com/community/ServerGUI. I assume you start with a clean install of Ubuntu Server 16.04 (some modifications may be needed for older versions of Ubuntu). Depending on your needs you can do these:
Minimal GUI:
sudo apt install xorg
sudo apt install --no-install-recommends openbox
Run the command startx and openbox will start (you can open a terminal there and run any application you want)
@hmartiro
hmartiro / zeromq-vs-redis.md
Last active February 12, 2026 07:13
Comparison of ZeroMQ and Redis for a robot control platform

ZeroMQ vs Redis

This document is research for the selection of a communication platform for robot-net.

Goal

The purpose of this component is to enable rapid, reliable, and elegant communication between the various nodes of the network, including controllers, sensors, and actuators (robot drivers). It will act as the core of robot-net to create a standardized infrastructure for robot control.

Requirements:

@ax3l
ax3l / CUDA_Compilers.md
Last active April 22, 2026 16:34
CUDA Compilers