Skip to content

Instantly share code, notes, and snippets.

View robang74's full-sized avatar

Roberto A. Foglietta robang74

View GitHub Profile
@robang74
robang74 / install-cloudflare-warp-ubuntu.md
Last active June 30, 2026 09:15 — forked from danielrosehill/install-cloudflare-warp-ubuntu.md
Installing Cloudflare WARP on Ubuntu - Complete Guide

Installing Cloudflare WARP on Ubuntu

This guide provides step-by-step instructions for installing Cloudflare WARP on Ubuntu Linux.

Official Repository

For the most up-to-date installation instructions, always refer to the official Cloudflare repository:

@robang74
robang74 / sailfish_install_google_services.md
Created June 8, 2023 14:16 — forked from raphendyr/sailfish_install_google_services.md
Google Play Services installation to Sailfish X

Google Play Services for Alien Dalvik in Sailfish OS

This guide is currently updated to Sailfish 4.5. Some things have changed, so check the history if you need guide for an older version.

Devices I have tested the guide:

  • Xperia 10 II
  • Currently not working: Xperia XA2

Requirements

global
log /dev/log local0
log /dev/log local1 notice
chroot /var/lib/haproxy
stats socket /run/haproxy/admin.sock mode 660 level admin
stats timeout 30s
user haproxy
group haproxy
daemon
@robang74
robang74 / gist:4e1571d0e75deec36893234f1af12e08
Created May 3, 2023 04:14 — forked from akurappopo/gist:6f6bdbb3bcb2b053fc42dd3390a44f7a
HAProxy Config for High Availability RabbitMQ
global
log /dev/log local0
log /dev/log local1 notice
chroot /var/lib/haproxy
stats socket /run/haproxy/admin.sock mode 660 level admin
stats timeout 30s
user haproxy
group haproxy
daemon