Skip to content

Instantly share code, notes, and snippets.

View Basssiiie's full-sized avatar

Basssiiie

  • The Netherlands
  • 11:36 (UTC +02:00)
View GitHub Profile
@S4tyendra
S4tyendra / Complete VPS Setup Guide - Ubuntu Server.md
Created January 25, 2025 05:24
A comprehensive guide for setting up and optimizing an Ubuntu VPS server with essential services and security configurations.

Features:

  • 🔒 Secure SSH configuration
  • 🐍 Python environment with deadsnakes PPA
  • 🚀 Nginx with UI management
  • 🐳 Docker and Docker Compose
  • 🔑 SSL/TLS with Let's Encrypt
  • 📊 MongoDB Atlas integration
  • 💾 Swap and system optimization
  • 🔄 Auto-renewal and maintenance scripts
  • ⏰ Custom MOTD with system stats
@lewisjb
lewisjb / min.js
Last active May 17, 2021 12:25
Minimal JS MVVM
/*
* min.js
*
* By lewisjb - 19/1/17
*
* github/lewisjb
* lewisjb.com
*
* ----------------------------------------------------------------------------
* This is meant to be a minimal MVVM written in JS.