Skip to content

Instantly share code, notes, and snippets.

@cubiq
cubiq / 3d-printers-EU.md
Last active September 21, 2025 16:29
Stores in EU to buy components for 3D Printers

Where to buy 3D printer components in EU

The following is a curated selection of stores where I bought components for my 3D printers together with a short "buying experience". I hope it helps.

By EU I mean unified market (sorry UK). Suggestions are welcome. Random order.

Generic 3D printing stores

3djake.com

@ibaiul
ibaiul / Protonmail.md
Last active September 7, 2025 00:16
Configure the protonmail bridge linux client on CentOS server and Fedora

Protonmail on CentOS server

#protonmail #centos #fedora #linux

Before you start

Currently protonmail bridge for linux is distributed as part of an open beta program, but soon it will be made public (https://protonmail.com/bridge/install).

Consider that the bridge linux client requires a paid protonmail account to work.

Get the protonmail bridge linux installer

@mdemblani
mdemblani / Mysql Character Set conversion - Latin1 to UTF-8(utf8mb4).md
Last active June 27, 2025 14:31
Mysql Character Set conversion - Latin1 to UTF-8(utf8mb4)
  1. Make sure mysql-client is installed. If not, then :
    sudo apt install mysql-client
	or
    sudo apt-get install mysql-client
  1. Open php.ini

; PHP's default character set is set to UTF-8.