This file contains 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
## Bad boys !! | |
<location /> | |
SetEnvIfNoCase User-Agent "dts agent" GoAway=1 | |
SetEnvIf X-Forwarded-For "^142\.44\.207\.70" GoAway=1 | |
Order allow,deny | |
Allow from all | |
Deny from env=GoAway | |
</location> |
This file contains 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
********************** | |
* SPL | |
********************** | |
root@atxscw-hy007:/usr/src/spl-0.6.5.9# dkms --verbose install spl/0.6.5.9 | |
[...] | |
config.status: creating spl.release | |
config.status: creating spl_config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands |
This file contains 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
(.homeassistant) thoht@rpi3b-hass:~/.homeassistant$ hass --version | |
0.92.2 | |
(.homeassistant) thoht@rpi3b-hass:~/.homeassistant$ sudo python3.6 -m pip install --upgrade homeassistant | |
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple | |
Requirement already up-to-date: homeassistant in /usr/local/lib/python3.6/site-packages (0.95.1) | |
Requirement already satisfied, skipping upgrade: cryptography==2.6.1 in /usr/local/lib/python3.6/site-packages (from homeassistant) (2.6.1) | |
Requirement already satisfied, skipping upgrade: requests==2.22.0 in /usr/local/lib/python3.6/site-packages (from homeassistant) (2.22.0) | |
Requirement already satisfied, skipping upgrade: astral==1.10.1 in /usr/local/lib/python3.6/site-packages (from homeassistant) (1.10.1) | |
Requirement already satisfied, skipping upgrade: voluptuous-serialize==2.1.0 in /usr/local/lib/python3.6/site-packages (from homeassistant) (2.1.0) | |
Requirement already satisfied, skipping upgrade: pip>=8.0.3 in /usr/local/lib/python3.6/site-packages (from |
This file contains 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
openconnect -b -u USER SERVER |
OlderNewer