Am 14. Oktober 2025 endet der Support von Windows 10. Danach wird Microsoft Windows 10 nicht mehr mit Sicherheitsupdates unterstützen. Zwischen 200 bis 400 Millionen Laptops und Computer weltweit werden dadurch zum Sicherheitsrisiko oder Elektroschrott weil sie die nur teilweise nachvollziehbaren Anforderungen von Windows 11 nicht erfüllen.
Follow the steps below to install Team City 9.1.3 on Ubuntu with Nginx as the proxy for port 80.
Install Team City:
# will install on port 8111
sudo wget -c https://gist.github.com/haraldreingruber/c0dedecd07af9ed3ed9d/raw/teamcity-install.sh -O /tmp/teamcity-install.sh
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 | |
function usage { | |
echo "USAGE: git merge-svn <from> [<to>]" | |
echo "" | |
echo " from The branch name to be merged FROM" | |
echo " to Optional branch name to be merged onto. Default: HEAD" | |
echo "" | |
} |