General Information This guide helps to install Synapse Matrix Server, Riot Web UI, coturn Turn Server, Dimension integration server, jitsi conferencing system and the matrix user/room admin tool. It assumes there is an apache web-server serving requests from the outside world. None of the components or the information is originallyContinue Reading

Installing App-Store found in unraid forums, the app-store allows users to easily install scripts or docker images on the server. to install, go to Plugins > Install Plugin and use the following URL:https://raw.githubusercontent.com/Squidly271/community.applications/master/plugins/community.applications.plg Need a VPN Client? then you can install open-vpn client by going to Plugins > Install PluginContinue Reading

in order to sign internal certificates with an internal CA, one can use this instruction set, which is based on this thread in stack-overflow: create CA key and certificate and files which are related to CA: create a CA Configuration File with following contents: now you can sign any CSRContinue Reading

tl;dr: The main reason this how-to is written is the way PuTTYGen saves the keys! they need to be stored as openssh keys and not as as ssh keys, which is the default mode when using the save private|public key buttons. so if you already know this is something youContinue Reading

Note this article assumes you have a problem with installing msodbc.msi, but the same principles MIGHT apply to any other package which is available in chocolatey. based on this link from Microsoft (please MS, ffs stop changing and invalidating your links!) a simple msiexec /quiet /passive /qn /i msodbcsql.msi IACCEPTMSODBCSQLLICENSETERMS=YES ADDLOCAL=ALLContinue Reading

there are 2 Microsoft docker images which provide server functionalities to users: microsoft/windowsservercore and microsoft/nanoserver. usually, users can install all services and they can fulfill your needs. but if you are trying to install something on a windows docker which has interactive services or uses features which are only allowedContinue Reading

use the following commands to add the java repository to linux taken from http://www.webupd8.org/2014/03/how-to-install-oracle-java-8-in-debian.html: add following lines to /etc/apt/sources.list.d/webupd8team-java.list run apt-get update run apt-get install oracle-java8-installer That’s it! enjoy 🙂Continue Reading