Skip to content

Instantly share code, notes, and snippets.

View HamzaAlayed's full-sized avatar
🎯
Focusing

Hamza Alayed HamzaAlayed

🎯
Focusing
View GitHub Profile
@HamzaAlayed
HamzaAlayed / guacamole_docker_install.sh
Created October 13, 2025 10:07
Guacamole Docker Install Script
#!/bin/bash
# ========================================================================================
# Apache Guacamole Docker Installation Script
#
# Description:
# This script automates the installation of Apache Guacamole using Docker and
# Docker Compose. It handles dependency installation, configuration file generation,
# and service startup.
#
@HamzaAlayed
HamzaAlayed / setup_rdp_ubuntu.sh
Last active August 15, 2025 11:55
Ubuntu RDP Server Setup Script
#!/bin/bash
# =================================================================
# Ubuntu RDP Server Setup Script
#
# This script automates the configuration of an Ubuntu server for
# secure, high-performance remote desktop access using XFCE and xrdp.
#
# It includes:
# - XFCE Desktop Environment installation
# tested on mac
server {
server_name main-app.dev;
root /var/www/projects/main/public;
add_header X-Frame-Options "SAMEORIGIN";
add_header X-XSS-Protection "1; mode=block";
add_header X-Content-Type-Options "nosniff";