bash -c "$(curl -fsSL https://gist.githubusercontent.com/noname1007/6eb89f647b2dc4bfbeab499686b823ed/raw/b6cf4995e05e64ef201ebb735525a847e755b9ef/install-omz.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
| # source: https://raymii.org/s/tutorials/Proxmox_VE_One_Public_IP.html | |
| iface eth0 inet manual | |
| iface eth1 inet manual | |
| auto vmbr0 | |
| iface vmbr0 inet static | |
| address 163.172.103.199 | |
| netmask 255.255.255.0 |
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
| UEsDBBQAAAAIABNQjFGCf/GfLgAAACwAAAAHAAAAUHJvLmtleTMqdncpCXQOKDAp9woMzEo1MTVOrHAzTjTLME7VNs1LK8owTjQpcU8tcuLlAgBQSwECFAAUAAAACAATUIxRgn/xny4AAAAsAAAABwAAAAAAAAAAAAAAAAAAAAAAUHJvLmtleVBLBQYAAAAAAQABADUAAABTAAAAAAA= |
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
| > * Go to [hexed.it](https://hexed.it/) | |
| > * Click "Open File" and choose your sublime_text.exe **(DON'T FORGET TO BACKUP YOUR EXE FILE)** | |
| > * Go to Search and in "Search for" put: 80 78 05 00 0F 94 C1 | |
| > * In Search Type select "Enable replace" and put: 80 78 05 00 0F 94 C1 | |
| > * Click "Find next" then "Replace" | |
| > * Do the same thing with: C6 40 05 01 48 85 C9 => C6 40 05 01 48 85 C9 | |
| > * Click "Save as" then name it: sublime_text | |
| > * Copy your modified sublime_text.exe to directory Sublime Text |
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
| How to install windows on digital ocean, | |
| use this tutorial : | |
| https://milankragujevic.com/how-to-install-windows-10-on-digitalocean | |
| or if you want to create own image : | |
| https://glitchwitch.io/blog/2018-09/windows-10-on-digitalocean/ | |
| this image .gz mirror got from whatuptime : | |
| try first if it working>> | |
| [Microsoft Windows Server 2012] |
