Enable network connection for MSSQL SQLEXPRESS

https://blogs.msdn.microsoft.com/sqlexpress/2005/05/05/how-to-configure-express-to-accept-remote-connections/ STEP 1: Enabling TCP/IP First we must tell SQL Server Express to listen on TCP/IP, to do this perform the following steps: 1. Launch the SQL Server Configuration Manager from the “Microsoft SQL Server 2005 CTP” Program menu 2. Click on the “Protocols for SQLEXPRESS” node, 3. Right click on “TCP/IP” in the list … Číst dál

Backup and restore All DB Microsoft SQL server

Make Backup in SQL script DECLARE @name VARCHAR(50) — database name DECLARE @path VARCHAR(256) — path for backup files DECLARE @fileName VARCHAR(256) — filename for backup DECLARE @fileDate VARCHAR(20) — used for file name — specify database backup directory SET @path = 'C:\Backup\' — specify filename format SELECT @fileDate = CONVERT(VARCHAR(20),GETDATE(),112) DECLARE db_cursor CURSOR FOR … Číst dál

Zabbix adaptec scan

Zabbix Adaptec monitoring 1) add user parameter to “zabbix_agentd.conf” 1 UserParameter=custom.adaptec,/usr/bin/sudo /usr/sbin/arcconf GETCONFIG 1 | grep „Logical devices“ | awk -F „/“ ‚{print $5}‘ Item 1 2 3 Name=adaptecItem Type=Zabbix agent Key=custom.adaptec Trigger 1 2 3 4 Name=adaptecTrigger Expression={Adaptec RAID controllers:custom.adaptec.last()}<0 Multiple PROBLEM events generation=yes Description=Adaptec RAID failure visudo: 1 zabbix ALL=NOPASSWD:/usr/sbin/arcconf

mikrotik wifi vlan eth2

/interface wireless   add master-interface=wlan1 name=wlan1.10 ssid=ssid10   add master-interface=wlan1 name=wlan1.30 ssid=ssid30   /interface vlan   add vlan-id=10 interface=ether2 name=ether2.10   add vlan-id=30 interface=ether2 name=ether2.30 /interface bridge   add name=native   add name=vlan1   add name=vlan10   add name=vlan30 /interface bridge port   add bridge=vlan1 interface=ether2   add bridge=vlan1 interface=wlan1   add bridge=vlan10 interface=ether2.10   … Číst dál

Pfsense AES-NI in host kvm

in this manual are help for me https://www.sheldon.fr/2015/07/activer-lacceleration-materielle-aes-pour-son-vpn/   set in proxmox KVM CPU as host not QEMU64   pro openvpn hledat HW v pripade OpenVPN tady https://wiki.openwrt.org/doc/howto/benchmark.openssl

Domoticz + esp8266

HW: teplotni cidlo – DS18B20-waterproof-1-meters-temperature programovatelny cip – esp8266 esp201 regulator napeti – 3-3V-Output-AMS1117-3-3-V-DC-DC-Power-Supply-Module-Voltage-Regulator-S rele -5pcs Mini 3V DC SONGLE Power Relay SRD-3VDC-SL-C PCB Type dalsi moznosti display New Blue IIC I2C TWI 1602 16×2 Serial LCD Module Display for Arduino Blue Serial IIC/I2C/TWI 2004 204 20X4 Character LCD Module Display For Arduino Miniature Micro … Číst dál

rocnikovy projekt 2016

arduino home automation cely zdrojovy kod pro arduino je zde 150918 web http://www.2wg.co.nz/ a pro esp8266 zde https://github.com/hpeyerl/ESP8266_Relay_Board zde je nejaka dokumentace pro vyvoj ESP8266_ESP32 a na mem githubu upravena verze na pinu 4 je ds18b20 a na pinu 13 je rele pro termostat instalace esp tools i se predkompilovanych zdroju http://mat.8u.cz/?p=15