-
Install
unattended-upgradespackage:# apt install unattended-upgrades -
Add Raspberry Pi Foundation sources to
unattended-upgradesconfig:# /etc/apt/apt.conf.d/50unattended-upgrades
Unattended-Upgrade::Origins-Pattern {
| [Desktop Entry] | |
| Comment[en_US]= | |
| Comment= | |
| Exec=bash $HOME/xone_install_or_update.sh | |
| GenericName[en_US]= | |
| GenericName= | |
| Icon=preferences-desktop-gaming | |
| MimeType= | |
| Name[en_US]=Install⁄Update Xone | |
| Name=Install⁄Update Xone |
Install unattended-upgrades package:
# apt install unattended-upgradesAdd Raspberry Pi Foundation sources to unattended-upgrades config:
# /etc/apt/apt.conf.d/50unattended-upgrades
Unattended-Upgrade::Origins-Pattern {
This document describes how to manually install Adblock Plus for Internet Explorer on Microsoft Windows.
Adblock Plus for Internet Explorer is distributed as an *.exe installer that is not suitable for a system-wide installation or possible automation. Luckily, it can be downloaded as both 32- and 64-bit *.msi installers from the Adblock Plus website:
| $type = [System.Security.Cryptography.X509Certificates.X509ContentType]::Cert | |
| get-childitem -path cert:\LocalMachine\AuthRoot | ForEach-Object { | |
| $hash = $_.GetCertHashString() | |
| [System.IO.File]::WriteAllBytes("$hash.der", $_.export($type) ) | |
| } |
| goal | |
| ---- | |
| The goal is send syslog traffic to a remote host and use unpriviledged ports; | |
| so that I can have my logstash (http://logstash.net/) server not need to | |
| run as root. On vSphere 5.1, tcp 1514 is covered by the syslog rule, but | |
| in my case udp is preferred. | |
| installation | |
| ------------ |