Skip to content

Instantly share code, notes, and snippets.

View cccerith's full-sized avatar

Celestial Church of Christ, Erith Parish cccerith

View GitHub Profile
@cccerith
cccerith / Complete VPS Setup Guide - Ubuntu Server.md
Created October 12, 2025 06:40 — forked from S4tyendra/Complete VPS Setup Guide - Ubuntu Server.md
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
@cccerith
cccerith / install-toolbox.sh
Created October 7, 2025 23:23 — forked from greeflas/install-toolbox.sh
JetBrains Toolbox installation script for Ubuntu - https://www.jetbrains.com/toolbox/app/
#!/bin/bash
set -e
if [ -d ~/.local/share/JetBrains/Toolbox ]; then
echo "JetBrains Toolbox is already installed!"
exit 0
fi
echo "Start installation..."
@cccerith
cccerith / Readme.md
Created September 7, 2025 23:47 — forked from Alejandroq12/Readme.md
# Setting Up C# Development Environment on Kali Linux, MACos or Windows

Setting Up C# and ASP.NET Development Environment on Kali Linux, Windows, and macOS with .NET 9.0 and Visual Studio Code

This guide will help you set up a development environment for C# and ASP.NET Core using the latest .NET 9.0 SDK and Visual Studio Code (VS Code) on Kali Linux, Windows, and macOS.

For Kali Linux

Prerequisites

  • Kali Linux installed on your machine.
  • Administrative privileges to install software.
  • Visual Studio Code already installed on your system.