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
<? | |
$MODULE_ID = "Идентификатор модуля". | |
// -------------- СОХРАНЕНИЕ -------------- | |
// ПО ОТДЕЛЬНОСТИ | |
foreach($arOptions as $arOption) { | |
__AdmSettingsSaveOption($MODULE_ID, $arOption); | |
} |
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
REM In admin prompt | |
REM Ensure web server/application is listening on all interfaces (0.0.0.0) | |
netsh interface portproxy add v4tov4 listenaddress=0.0.0.0 listenport=80 connectaddress=10.0.75.2 connectport=80 | |
netsh advfirewall firewall add rule name="App" dir=in action=allow protocol=TCP localport=80 remoteport=80 | |
netsh interface portproxy show v4tov4 | |
netsh advfirewall firewall show rule "App" | |
netsh interface portproxy delete v4tov4 listenaddress=0.0.0.0 listenport=80 | |
netsh advfirewall firewall del rule name="App" |
Note the detailed heading. The subtitle should be "It's a miracle I got it to work at all". What follows are notes that I hope will help the next time I have to set this up, although I know they probably won't. They probably won't work for you either. Sorry.
Make sure you're in an xorg, not wayland, session.
- Remove any existing nvidia packages:
sudo apt autoremove nvidia* --purge
and/orsudo /usr/bin/nvidia-uninstall