area-51.dev
Open in
urlscan Pro
167.86.71.116
Public Scan
URL:
https://area-51.dev/
Submission: On July 11 via api from US — Scanned from DE
Submission: On July 11 via api from US — Scanned from DE
Form analysis
0 forms found in the DOMText Content
Skip to content AREA-51'S DISSECTION LAB ALIENS DISSECTING WHATEVER THEY GET THEIR HANDS ON! Primary Navigation Menu Menu * Who is * Arash Dalir (AKA the-alien) * How-Tos CREATE A CUSTOM RHEL PACKAGE REPOSITORY FOR OFFLINE INSTALLATION OF PACKAGES WITH `YUM` 2022-03-08 By: Arash Dalir On: 08/03/2022 In: How-Tos Create Your Own Repository and Tell yum to Use IT In case you need to install some packages on an offline RHEL Linux machine and you want to avoid having to manually resolve all the dependencies, you could follow these instructions: install the same linux version on a similar machineContinue Reading INSTALLATION OF A MATRIX ENVIRONMENT USING DOCKER 2020-05-13 By: Arash Dalir On: 13/05/2020 In: How-Tos 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 UNRAID – A SHORT BEGINNERS` CHEAT-SHEET 2020-03-31 By: Arash Dalir On: 31/03/2020 In: How-Tos 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 CREATE YOUR OWN CA USING OPENSSL 2019-06-11 By: Arash Dalir On: 11/06/2019 In: How-Tos 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 CREATE DKIM KEY PAIR WITH PUTTYGEN 2019-03-12 By: Arash Dalir On: 12/03/2019 In: How-Tos 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 INSTALL MSODBC OR ANY OTHER MSI PACKAGE ON WINDOWS DOCKER MACHINES USING CHOCOLATEY 2019-02-21 By: Arash Dalir On: 21/02/2019 In: How-Tos 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 INSTALL INTERACTIVE PROGRAMS ON WINDOWS DOCKERS 2019-02-20 By: Arash Dalir On: 20/02/2019 In: How-Tos 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 ADD ALTERNATIVE/SECONDARY SUBJECT NAME TO A CSR 2019-02-01 By: Arash Dalir On: 01/02/2019 In: How-Tos create a configuration file based on your needs. you can use the following sample: now you can use the following openssl command to create a CSR based on this configurationContinue Reading ADD JAVA TO DOCKER MACHINES 2019-01-30 By: Arash Dalir On: 30/01/2019 In: How-Tos 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 Designed using Unos. Powered by WordPress.