Elasticsearch + Kibana 8.1.0 on Debian 11

Credits, kudos and thanx to the guys making https://kifarunix.com/install-elk-stack-8-x-on-ubuntu/ Elasticsearch is the database and Kibana the WebUI to access the database. Elasticsearch provides a RESTapi, accessable via curl and/or via a so called console, that is a part of kibana. Yallah: After this you should the following to your .profile file: PATH=”/usr/share/elasticsearch/bin:/usr/share/kibana/bin:$PATH” The installation of […]

MSSQL on Debian 11 bullseye | some hints

Server: Client: Your tools: You tune your settings using the /opt/mssql/bin/mssql-conf command. The changes are written to /var/opt/mssql/mssql.conf. You can tune this file manually. Start: Process: User and Group: Logging: sqlagent.errorfile is not supported, you can’t change log files location. returns ‘not supported’. The log files are written to /var/opt/mssql/log

GPO | Create a scheduled task

Create the task on a computer. Set the executional principal to ‘NT AUTHORITY\SYSTEM’. Type the string directly or search for ‘SYSTEM’ in the computers local branch. Test it locally. Export the Task as xml. Copy the xml to an accessable network share. Create a powershell script to install the task out of this xml. Example […]