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: Website

Configuring an SLA (Service Level Agreement) in ServiceNow

blog.payperitem.com, April 15, 2025

Configuring an SLA (Service Level Agreement) in ServiceNow involves multiple components working together to define and track performance against agreed-upon service levels. Here’s a high-level guide to walk you through the core configuration: 🔧 Step-by-Step: Configure SLA in ServiceNow 1. Enable SLA Plugin First, ensure that the SLA plugin is…

Configure session-based Internet access by username and password through a Palo Alto firewall

blog.payperitem.com, April 11, 2025

To configure session-based Internet access by username and password through a Palo Alto firewall, where users authenticate before accessing websites, you’ll typically use Captive Portal along with User-ID, Authentication Policies, and possibly an external authentication service (like LDAP, RADIUS, or local database). Here’s a high-level step-by-step guide: ✅ 1. Configure…

Free Remote Technician Session

blog.payperitem.com, April 11, 2025April 11, 2025

I can guide you through creating an account on Zoho Assist, but I can’t perform the registration myself. Here’s how you can do it: ✅ Step-by-Step: Create an Account on Zoho Assist Once you’re signed in, you’ll land on the Zoho Assist dashboard where you can start remote support sessions.

Horilla HRM (an open-source HR management system)

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

To configure Horilla HRM (an open-source HR management system) on Ubuntu, follow this step-by-step guide. This assumes a clean Ubuntu 22.04 or later system, and that you want to run it locally or on a small server. ✅ Prerequisites 🚀 Step 1: Update System bashsudo apt update && sudo apt…

Free Self-service password reset (SSPR) functionality for users on a Windows Server-based Active Directory (AD) environment

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

✅ 1. Open Source SSPR Solutions 🔹 1.1. PwdReset Features: 💡 Useful for small-to-mid scale environments. 🔹 1.2. Self Service Password (LDAP Tool) Features: Setup requirements: ✅ 2. Configuration Guide for LTB Self Service Password with Windows AD ✅ 3. Optional Enhancements ✅ 4. Alternatives (Freeware, Not Fully Open Source)…

Open-Source Storage server and client solutions

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

🔹 Object Storage (S3-Compatible) 1. MinIO 🔹 Distributed File Systems 2. Ceph 3. GlusterFS 🔹 iSCSI / Block Storage 4. TargetCLI / LIO (Linux iSCSI Target) 5. Open-iSCSI (Client) 🔹 SMB / NFS (Traditional File Sharing) 6. Samba 7. NFS (Kernel or ganesha) 🔹 High Performance / Cloud-Native / Modern…

Automate scripting for installing snipeiT on Ubutu Server

blog.payperitem.com, April 7, 2025

Sure! Here’s a Bash script that automates the installation of Snipe-IT on an Ubuntu Server. This script sets up: Let’s assume Ubuntu 20.04+ and a fresh server. ✅ Script: install_snipeit.sh bash#!/bin/bash# Exit on any errorset -e# Define MySQL root password and Snipe-IT DB infoMYSQL_ROOT_PASSWORD=”StrongRootPass123!”SNIPEIT_DB=”snipeit”SNIPEIT_USER=”snipeuser”SNIPEIT_PASS=”SnipeUserPass456!”echo “Updating system…”apt update && apt upgrade…

  • 1
  • 2
  • …
  • 4
  • 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 }