Advanced Search
Search Results
223 total results found
Caddy
DNS challeng L4
Creazione Macchina Virtuale Proxmox
La creazione di una macchina virtuale in Proxmox è composta da diversi passaggi: Instaurazione della connessione a firewallo2 tramite tunnel. Login al Proxmox. Clonazione del template di partenza per la nuova macchina virtuale. Registrazione dell IP e MA...
Collegamento a tunnel socks
Instaurazione della connessione a firewallo2 Aprire un terminale e scrivere/copiare il comando necessario: ssh -N -D 9090 root@54.37.198.17 Autenticarsi utilizzando la propria chiavetta YubiKey. Se non compaiono errori, significa che il tunnel SSH è stato c...
Configuration
Ansible Access – Operational Guide Overview Each infrastructure (Cloud and Headquarter) has its own Ansible instance, separated by development stage: dev test prod Each environment in Cloud is fully isolated and requires dedicated access....
Usage
Once you are logged in you should see in the homepage all the services (somethings like this) Basic users have read only access to the above functions. Dashboard Here we have a list of run of different task that have been executed in chronological order w...
Stesura pagine
Introduzione Questa pagina definisce come scrivere correttamente una pagina di manuale DEPA.È rivolta a chi crea, aggiorna o mantiene la documentazione. L’obiettivo è garantire pagine: coerenti tra loro orientate all’obiettivo chiare e sinteti...
Creazione configurazione VPN utente
Download and setup the gitlab repo go to the linuxfirewall repo: https://gitlab.eagleprojects.cloud/devsecops/linuxfirewall/-/tree/main?ref_type=heads clone and add an empty .env file. check if there are all the needed packages for the scripts inner the folder...
Teams
Ecco una bozza strutturata per la tua guida. Ho lasciato degli spazi appositi e delle indicazioni tra parentesi quadre dove dovrai inserire le tue immagini. Guida Rapida: Condividere lo Schermo e Gestire il Controllo in Microsoft Teams Questa guida ti mostrer...
Install Netbox in Proxmox LXC
How to install netbox (LXC)? You could get the script ready to use from the community-scripts github folder right here: https://community-scripts.github.io/ProxmoxVE/scripts?id=netbox Then follow the instructions. You have to use the script in the proxmox node...
Install a custom plugin in Netbox
How to install a custom plugin in netbox? Well, you want to install a custom plugin in your netbox service becouse what it provides isn't enough for you? If it is your case this is the right guide for you. So lets dig down e follow these steps. Activate the Vi...
Installation
Follow the guide https://documentation.wazuh.com/current/user-manual/manager/wazuh-manager.html Open Ports: 1514/tcp 1515/tcp
Development Guide
This guide represents the actual flow for releasing or updating RPA services (always-on or scheduled).
How to use Netbox Buckets plugin
Guida per utilizzare il plugin di netbox dei buckets compatibili S3. Effettuare il login a netbox con le credenziali provvedute (se mancanti richiederle tramite sistema di ticketing). Creazione del proprio utente e di tutti coloro che devono essere associati...
NetBox Device Registration Guide
Accessing NetBox Go to the NetBox platform at: https://netbox.eagleprojects.cloud If you have not the credentials, open a ticket about it. Once you are logged in you should see the main page of netbox. From the sidebar, select Devices. In the submenu labe...
Export certificato
Falcone potrebbe chiedere l'export di un certificato. in questo caso il comando è openssl s_client -connect collaudo.geo4wip.com:443 -showcerts < /dev/null 2>&1 | openssl x509 -outform PEM > collaudo.geo4wip.pem openssl x509 -in collaudo.geo4wip.pem -text -noo...