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
[ | |
{ | |
"id": "18679b2b.145575", | |
"type": "openhab2-in", | |
"z": "37888c90.4bd3c4", | |
"name": "TV Lamps", | |
"controller": "37b8f8b8.27a338", | |
"itemname": "Light_LivingTVLampsBrightness", | |
"x": 460, | |
"y": 1400, |
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
<?xml version="1.0"?> | |
<root> | |
<vkopenurldef> | |
<name>KeyCode::VK_OPEN_URL_APP_Calculator</name> | |
<url type="file">/Applications/Calculator.app</url> | |
</vkopenurldef> | |
<item> | |
<name>K750 PC Keyboard Volume controls</name> | |
<identifier>private.k750_volume</identifier> |
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
; | |
; Netatalk 3.x configuration file | |
; | |
[Global] | |
; Global server settings | |
log file = /var/log/afpd.log | |
;log level = default:debug afpdaemon:debug | |
uam list = uams_dhx.so uams_dhx2.so |
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
# Powershell script for updating geoip databases (106) | |
# Usage UpdateGeoIP.ps1 | |
# Enter the following data | |
$MyEditionID = "106" | |
$MyFileType = "*.dat" | |
$MyLicenseKey = "(LICENSE KEY HERE)" | |
$MyOutputFolder = "D:\Webfarm\Data\Maxmind" | |