Skip to content

Instantly share code, notes, and snippets.

View speedrapide10's full-sized avatar
🎯
Focusing

KAREM Oussama speedrapide10

🎯
Focusing
View GitHub Profile
@speedrapide10
speedrapide10 / XRDP-MultiUser-Installation
Created July 11, 2024 11:46 — forked from aatizghimire/XRDP-MultiUser-Installation
This is short tutorial to install XRDP on Ubuntu for multi-user Remote desktop connection.
--------------------------------------------
Xrdp Server (Remote Desktop) Installation:
--------------------------------------------
Tested in Ubuntu 22.04.03 LTS
1. Update Environment
$ sudo apt-get update
$ sudo apt-get upgrade
@speedrapide10
speedrapide10 / n8n-docker-compose
Last active September 27, 2023 18:48 — forked from dragonfire1119/n8n-docker-compose
Docker compose for n8n.io
version: '3'
services:
n8n:
image: docker.n8n.io/n8nio/n8n
ports:
- 5678:5678
environment:
- GENERIC_TIMEZONE=Africa/Casablanca
- TZ=Africa/Casablanca
// ==UserScript==
// @name noVNC Paste for Proxmox
// @namespace http://tampermonkey.net/
// @version 0.2a
// @description Pastes text into a noVNC window (for use with Proxmox specifically)
// @author Chester Enright
// @match https://*
// @include /^.*novnc.*/
// @require http://code.jquery.com/jquery-3.3.1.min.js
// @grant none