Skip to content

Instantly share code, notes, and snippets.

View Troplo's full-sized avatar
🏠
Working from home

Troplo Troplo

🏠
Working from home
View GitHub Profile
@Troplo
Troplo / office-install.sh
Last active January 9, 2025 20:17
Microsoft Office 365 & 2021 LTSC installation script for Wine on Arch Linux. Moved to https://github.com/Troplo/office-install.sh
#!/bin/bash
echo "Welcome to Troplo's Microsoft Office installation script for WINE (Arch Linux, yay required)"
echo ""
echo "Known issues:"
echo "- Broken Microsoft login (good thing!)"
echo "- Doesn't receive feature updates due to Windows 7 EoL."
echo "- OneNote, and Teams don't work."
echo "- Excel has a tendency to flicker when typing."
echo ""
@Troplo
Troplo / nginx.txt
Created November 20, 2019 04:17
TROPLO'S WEBSERVER TUTORIAL
## Installing
### NGINX
First we're going to need to login to your Vultr server via SSH. This can be done via multiple methods. Assuming you've already logged into the "root" user of your Vultr server. We can now get started.
First as root, run the command:
apt install nginx -y