Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

241 total results found

Flashing IT Mode to the IBM-ServeRAID-M1015 SAS HBA

Hardware

Original Article URL: https://opticpow.io/post/cross-flash-ibm-serveraid-m1015-to-it-mode/ The IBM M1015 is the go to Host Bus Adapter (HBA) for enthusiasts wanting a reliable and reasonably priced HBA for systems using advanced filesystems such as ZFS. I acq...

Docker Container Monitoring With Zabbix

Zabbix

Credit Dmitry Lambert Original URL: https://blog.zabbix.com/docker-container-monitoring-with-zabbix/20175/ Importing the official Docker template Importing the Docker by Zabbix agent 2 template Since we will be using the official Docker by Zabbix ag...

Truenas Monitoring with Zabbix

Zabbix

Enable SNMP on Truenas Host On your Truenas host navigate to Services. Locate the SNMP service and click the icon (Figure 1). Figure 1 Take note of the Community value which by default should be set to public (Figure 2) and click the CANCEL button...

Deeztek Hosted Mail DNS entries

Hosted E-mail

The following entries must be set in customer's domain DNS records in order for Hosted Mail to function correctly. The name domain_tld refers to the customer domain but instead of a . (dot) to separate the Top Level domain (TLD), substitute with a _ (underscor...

Create OVA using vmware ovftool on ESXi or Vcenter

Vmware

Download ovftool for Windows 64 from vmware.com and install. From an elevated command prompt, navigate to  c:\Program Files\VMware\VMware OVF Tool Run any of the following commands depending on your environment: Vcenter Example (local) ovft...

Nextcloud User Manual

Hosted Nextcloud

Nextcloud User Manual can be found by following the link below: https://docs.nextcloud.com/server/latest/user_manual/en/ (Please note we don't maintain the Nextcloud User Manual and we are not responsible for any of the content in it)    

Authentik and Traefik Integration

Authentik

Inspiration and Credit: Brokenscripts This guide assumes you have a Traefik installation v2.7 or higher by following the instructions/install script outlined on our Docker Gihub Traefik page.  Traefik Network name Ensure you take note of the Traefik network...

Softether VPN Remote Access with Duo Multi-Factor Authentication (MFA)

Softether VPN

This guide assumes you have a working Softether VPN server configured for remote access along with Active Directory for remote user authentication and a Duo account with your users and their mobile devices pre-enrolled and the Duo app pre-installed and configu...

Enable Automatic E-mail Check and Desktop Notifications

Hosted E-mail

Login to your webmail and click the  icon on the top left (Figure 1): Figure 1   Under the General section, click on the Refresh View drop-down (Figure 2). Figure 2 On the resultant menu, select how often you would like the browser t...

Nginx Apache Guacamole Specific Directives

Nginx

Enter the following directives under the / location of your site config: #guacamole specific directives proxy_buffering off; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $http_connection;

Veeam Linux Backup Agent Script with E-mail Notifications

Veeam

Original inspiration for the script came from a post on the Veeam forums by davide.depaoli with some minor modifications from me mainly the use of sendemail to send out the notifications. Setup a new backup job with the initial Veeam Agent setup wizard ensu...

Red Hat Enterprise Linux Firewall

Red Hat Enterprise Linux

Check Firewall Status: systemctl status firewalld Add a port to allowed ports for incoming traffic: firewall-cmd --add-port=10050/tcp

Find out what's taking up all the space in your linux install

Linux

Example for / partition: du -h / | grep '[0-9\.]\+G'

Extract Certificate Information with OpenSSL

Linux

Fetch the X.509 Public Key Certificate File openssl s_client -connect google.com:443 -showcerts </dev/null | openssl x509 -outform pem > googlecert.pem Decode the Entire Certificate openssl x509 -in googlecert.pem -noout -text Extract Specific Information ...

How to Set PHP Options for Wordpress in Docker Compose

Wordpress

Create a new file named wordpress.ini and and enter the following entries in it: file_uploads = On memory_limit = 256M upload_max_filesize = 64M post_max_size = 64M max_execution_time = 300 max_input_time = 1000 In the Wordpress docker-compose.yml file,...

Trust S/MIME Signing Certificates in Outlook

Hosted

By default Hermes SEG uses self-signed S/MIME certificates for encryption and signing. E-mail clients such as Outlook do not trust those self-signed certificates. In Outlook, emails signed with the self-signed certificates show an invalid digital signature err...

Upgrade and Migrate Hermes SEG 18.04 to 20.04

Hermes SEG Administrator Guide (Legacy) General Information

Introduction Hermes SEG version 18.04 is based on Ubuntu Server 18.04 LTS (Bionic Beaver). On May 31, 2023, Ubuntu will reach the end of the standard five year maintenance window for Long Term Support (LTS) for 18.04 which means there will be no more bug fixe...

In-Guest UNMAP, EnableBlockDelete and VMFS-6

Vmware

Original Article URL: https://www.codyhosterman.com/2017/08/in-guest-unmap-enableblockdelete-and-vmfs-6/ Credit: Cody Hosterman EnableBlockDelete with VMFS-5 I have a Ubuntu VM with a thin virtual disk on a VMFS-5 volume. Furthermore, I have EnableBlockD...