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

157 total results found

Synology - Flash uboot ROM

All Others Stuff

This guide describes a method how to restore u-boot if the flash has been completely erased. This situation can arise if there was a power loss during u-boot upgrade or you accidentally deleted the boatloader while playing with the u-boot commands like I did. ...

HPE - iLO4 Reflash after Not Responsive 380p Gen8

All Others Stuff

iLO 4 firmware in Direct Mode Download Online ROM Flash Component for Linux - HPE Integrated Lights-Out 4 (CP######.scexe) https://support.hpe.com/connect/s/product?language=en_US&ismnp=0&l5oid=5219994&cep=on&kmpmoid=5219994&tab=driversAndSoftware&driversAnd...

pfSense - VLANs Setup

Security

https://nguvu.org/pfsense/pfsense-baseline-setup/ https://www.youtube.com/watch?v=b2w1Ywt081o  

VMWare - Copy and Paste from Console to VM

All Others Stuff

On any Powered Off VM, click the "Advanced Parameters" tab. Click filter icon of Attribute column. Search for 3 items' names, check if they already exist. If yes, edit their corresponding values. If not, add them from the textboxs above. Name...

MailServer - Test SMTP

All Others Stuff

Your best, easiest and most globally available tool: telnet or Windows CMD At command prompt, type: telnet mail.mailserver.com 25 Type EHLO , and then press ENTER. Type AUTH LOGIN. The server responds with an encrypted prompt for your user name. Enter ...

ImageMagick - Install on Redhat 9 from Source

All Others Stuff

Installing ImageMagick 7 from Source Code To install ImageMagick from source, you need a proper development environment with a compiler and related development tools. If you don’t have the required packages on your system, install development tools as shown: ...

Visual Studio - Git Create new repo in on-prem Azure Devops

Visual Studio

Create a new repo in the web portal and push code  This is the standard approach for managing new code in Azure DevOps.  Navigate to your project: Open the web portal for your Azure DevOps Server and select your project. Go to Repos: In the left-hand navi...

Security - Windows LDAPS Cert

Security

This is to setup a Windows ADCS Windows Certificate These command are to install ADCS, this will take a while to complete. Step 1: Install Active Directory Certificate Services (AD CS) Add-WindowsFeature Adcs-Cert-Authority -IncludeManagementTools Step 2:...

Security - Retrieve Windows Root CA Certificate for Import

Security

This is to retrieve a Windows certificate that was configured HERE    

Security - Export Kerberos KeyTab from Windows Root CA

Security

KeyTab Export To export the KeyTab from the Windows CA server, in this case it is for KeyCloak mentioned HERE Run this in PowerShell cd \temp ktpass -princ HTTP/server.domain.com@SERVER.DOMAIN.COM -mapuser user@DOMAIN.COM -pass '' -crypto AES256-SHA1 -ptyp...

pfSense - LDAP to Windows 2025 without CA

Security

To be able to hook up pfsense to Windows 2025 default AD you need to add a Group Policy to override the defaults in windows 2025 server Domain Controller Policy===Computer Configuration======Policies=========Windows Settings============Security Settings...

Security - Create a Code Signing Template

Security

Here’s a step-by-step guide to create a new code signing certificate template in Active Directory Certificate Services (AD CS) based on the built-in "Code Signing" template. This new template can be used by domain users (from your current domain or trusted dom...

Security - Code Signing Enroll User For Different Domain

Security

This is how to enroll into a cert from the users computer. How Users Enroll for Certificates with Custom ("Different") Domain Name Users with Enroll permission can now request a certificate: Option A – Using MMC (easiest for testing) Run certmgr.msc (Cur...

Apache - Setup Magento2

Apache

This is to install Magento2 on a RedHat 9 RHEL server Follow these instructions HERE but do not go past the MariaDB installation section of the document. Once installed then continue with the following: # Install MySQL sudo dnf install -y mariadb-server ma...

IPCamera - Different Configs

All Others Stuff

CAMERA LIST MODEL CONNECTION ASH43-W rtsp://admin:########@192.168.50.101:554/cam/realmonitor?channel=1&subtype=0 DAHAUA HTTP:85 IP5M-T1179EW-AI-V3 HTTP:80

MySQL - my.cnf Tweaking

Database Toolset

performance_schema = ON tmpdir = /run/mariadb thread_cache_size = 4 table_open_cache = 16384 table_definition_cache = 8384 sql_mode = ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION query_cache_type = 0 query_cache_size = 0 que...

MongoDB - Installation on RedHat 9

Database Toolset

Step 1: Configure the MongoDB Repository Create a new repository file named /etc/yum.repos.d/mongodb-org-7.0.repo using your preferred text editor (like vi or nano), or by using the cat command as shown below. This example uses version 7.0; you can check the ...

Redis - Installation on RedHat 9

Database Toolset

Install the Latest Version using the Remi Repository For the latest stable version of Redis, you can use the Remi repository, which provides more recent packages for RHEL derivatives.  Install the Remi repository configuration package: sudo ...

SQLLite - Installation on RedHat 9

Database Toolset

Installation Steps Install the SQLite package: Run the following command in your terminal to install the main SQLite package. Install sudo dnf install sqlite The system will prompt you to confirm the installation. Type y and press Enter to ...

TrueNAS - Login PS1 Prompt with Warning and Bash Colors

NAS

Change the colors of the shell do the following steps: Step 1: Change the shell on the user in Credentials/Users and then Edit the user you are using to log in and change the following. Step 2: Add the following entries to create the default files for an...