Skip to content
Tech Master Tech Master

OneStopTechnical Forum

  • Books
  • AI
  • Networking
  • Windows
  • Linux
  • Cloud
  • Mac
  • Active Directory
  • Azure
  • Cloud
  • Exchange
  • M365
  • Server 2025
  • Storage
  • Vsphere
  • Website
  • Database
  • Security
  • Knowledge Base
  • VPN
Tech Master
Tech Master

OneStopTechnical Forum

Category: OpenSource

Open-Source 2FA (Two-Factor Authentication) solutions for Active Directory

blog.payperitem.com, April 7, 2025

🔐 1. privacyIDEA 🔐 2. LinOTP 🔐 3. Authelia 🔐 4. Aegis Secure Login (for Windows) 🧰 5. Keycloak (w/ FreeIPA or LDAP) Bonus: RADIUS + AD + 2FA Gateway Stack If you’re into building your own stack: This setup works great for adding 2FA to VPNs, SSH, and web…

Script to install PartKeepr on Ubuntu Server 22.04+

blog.payperitem.com, April 7, 2025April 7, 2025

🚀 Install Script: install_partkeepr.sh Save as install_partkeepr.sh and run with sudo bash install_partkeepr.sh. bash#!/bin/bash# Configurable VariablesDB_NAME=”partkeepr”DB_USER=”partkeepruser”DB_PASS=”StrongPasswordHere!” # Change this!DOMAIN_NAME=”partkeepr.local” # Update this or use your IPecho “>>> Updating system and installing dependencies…”apt update && apt upgrade -yapt install -y apache2 mariadb-server mariadb-client php php-mysql php-gd php-intl php-curl php-xml php-mbstring php-zip…

Installing PartKeepr on an Ubuntu Server

blog.payperitem.com, April 7, 2025

✅ Step-by-Step Installation of PartKeepr on Ubuntu Server 1. System Preparation bashsudo apt update && sudo apt upgrade -ysudo apt install unzip curl git -y 2. Install Apache, PHP, and MariaDB bashsudo apt install apache2 mariadb-server mariadb-client -y Install PHP and required extensions: bashsudo apt install php php-mysql php-gd php-intl…

List of solid Open Source Asset Management Software

blog.payperitem.com, April 7, 2025April 7, 2025

🔧 IT Asset Management (ITAM) / CMDB 🏢 Enterprise Asset Management (EAM) / General Assets 📦 Barcode/Inventory Tracking

List of open-source Multi-Factor Authentication (MFA) solutions

blog.payperitem.com, April 7, 2025

🔐 Open Source MFA Solutions (Self-Hosted or Integratable) 1. Authelia 2. privacyIDEA 3. Keycloak 4. FreeIPA 5. OpenIAM 📲 TOTP Apps (Open Source Clients) To complement your server:

Deep Dive: Adding Custom Fields to Snipe-IT (Database + UI)

blog.payperitem.com, April 3, 2025

1️⃣ Database Modification: Add a New Column Snipe-IT uses MySQL/MariaDB as its database. First, we need to add a new field to store the additional data. 📝 Create a Migration for the New Field Run the following command in your Snipe-IT installation directory: shphp artisan make:migration add_warranty_expiry_to_assets –table=assets Open the…

Deep Dive: Customizing Snipe-IT Frontend (Vue.js) for Additional Fields

blog.payperitem.com, April 3, 2025April 3, 2025

1️⃣ Locate the Vue Components Snipe-IT’s Vue.js frontend components are stored in:📂 resources/js/components/ For assets, the main Vue component files are: 2️⃣ Add a Custom Field to Vue Components Let’s say we want to add a new field called “Warranty Expiry Date” to assets. 📝 Modify EditAsset.vue vue<template> <div> <!–…

  • Previous
  • 1
  • 2
  • 3
  • Next

Recent Posts

  • List of AD Schema Versions
  • OldNewExplorer Free Download For Windows 11, 10, 8 and 7 [Latest Version]
  • How to Get the Classic (old) Context Menu on Windows 11
  • BitLocker Recovery Keys
  • Active Directory and Server hardening

Recent Comments

No comments to show.
June 2025
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
30  
« May    
Log in
©2025 Tech Master | WordPress Theme by SuperbThemes
  • Login
  • Sign Up
Forgot Password?
Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.
body::-webkit-scrollbar { width: 7px; } body::-webkit-scrollbar-track { border-radius: 10px; background: #f0f0f0; } body::-webkit-scrollbar-thumb { border-radius: 50px; background: #dfdbdb }