- 🔒 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
if [ -d ~/.local/share/JetBrains/Toolbox ]; then | |
echo "JetBrains Toolbox is already installed!" | |
exit 0 | |
fi | |
echo "Start installation..." |
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.
- Kali Linux installed on your machine.
- Administrative privileges to install software.
- Visual Studio Code already installed on your system.