All public logs
From Notes_Wiki
Combined display of all available logs of Notes_Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 05:02, 29 July 2025 Jamshad talk contribs created page Steps to Configure U-NAT in Palo Alto (When Source and Destination Zones Are Different) (Created page with "Home > Enterprise security devices or applications > Steps to Configure U-NAT in Palo Alto (When Source and Destination Zones Are Different) = Overview = Unidirectional NAT (U-NAT) is commonly used in scenarios where external users access internal services using public IP addresses. When the source zone (internal) and destination zone (WAN/ISP) are different, specific NAT and Security policy configurations are necessary on a Palo Alto firewall. T...")
- 13:50, 28 July 2025 Ansil talk contribs created page Company Portal Branding in Intune (Created page with " Home > Microsoft Intune > Company Portal Branding in Intune == Company Portal Branding in Intune – Organization: GBB == === Purpose === Branding the Company Portal ensures a personalized and professional look that reflects GBB's identity and improves the user experience. === Steps to Configure === # Go to [https://intune.microsoft.com Microsoft Intune Admin Center]. # Navigate to '''Tenant administration > Customization'''. # Click on '''Edi...")
- 13:45, 28 July 2025 Ansil talk contribs created page How to Configure Auto Cleanup Rules in Intune for Devices Inactive for 60 Days (Created page with " Home > Microsoft Intune > How to Configure Auto Cleanup Rules in Intune for Devices Inactive for 60 Days == How to Configure Auto Cleanup Rules in Intune for Devices Inactive for 60 Days == === Purpose === Automatic device cleanup helps keep Intune free of stale or inactive devices. === Steps to Configure === # Open [https://intune.microsoft.com Microsoft Intune Admin Center]. # Go to '''Devices > Device clean-up rules'''. # Click '''Create'''...")
- 13:42, 28 July 2025 Ansil talk contribs created page How to Rename a Device in Microsoft Intune (Created page with " Home > Microsoft Intune > How to Rename a Device in Microsoft Intune == How to Rename a Device in Microsoft Intune == === Purpose === Renaming devices helps in better organization and identification within the Intune console. === Steps to Rename a Device === # Open [https://intune.microsoft.com Microsoft Intune Admin Center]. # Go to '''Devices > All devices'''. # Click on the device that needs renaming. # On the device overview page, click on...")
- 13:34, 28 July 2025 Ansil talk contribs created page How to Change the Primary User of a Device in Intune (Created page with " Home > Microsoft Intune > How to Change the Primary User of a Device in Intune == How to Change the Primary User of a Device in Intune == === Purpose === In Microsoft Intune, the primary user of a device is the main person using the device. This is useful for app deployments, user-specific policies, and reporting. === Steps === # Go to [https://intune.microsoft.com Microsoft Intune Portal]. # Navigate to '''Devices > All devices'''. # Select th...")
- 13:29, 28 July 2025 Ansil talk contribs created page Device Enrollment Manager (DEM) in Intune (Created page with " Home > Microsoft Intune > Device Enrollment Manager (DEM) in Intune = Device Enrollment Manager (DEM) in Intune = == What is a DEM User? == A Device Enrollment Manager (DEM) is a special Azure AD user account used in Intune to enroll a large number of devices (up to 1000 per DEM account) on behalf of other users. DEM accounts are useful for shared or kiosk devices, lab environments, or where users don't perform self-enrollment. == How to Creat...")
- 13:23, 28 July 2025 Ansil talk contribs created page How to Change Device Category and Use in Grouping (Created page with " Home > Microsoft Intune > How to Change Device Category and Use in Grouping = How to Change Device Category and Use in Grouping = == What is Device Category? == Device categories in Intune are used to tag devices with labels like "HR", "Finance", "IT", etc. These can be used to apply different policies or group them dynamically. == Step 1: Create Device Categories in Intune == 1. Go to Microsoft Intune admin center: https://intune.microsoft.com...")
- 13:14, 28 July 2025 Ansil talk contribs created page Intune and Azure AD Licensing (Created page with " Home > Microsoft Intune > Intune and Azure AD Licensing = Intune and Azure AD Licensing = == Microsoft Intune Licensing == Microsoft Intune is available under the following licenses: * Microsoft Intune (standalone) * Microsoft 365 E3/E5 * Enterprise Mobility + Security (EMS) E3/E5 * Microsoft 365 Business Premium (for SMBs) Each of these licenses includes: * Mobile Device Management (MDM) * Mobile Application Management (MAM) * App protection...")
- 13:10, 28 July 2025 Ansil talk contribs created page How to Categorize Devices into Groups in Intune – Department wise in Windows 11 (Created page with " Home > Microsoft Intune > How to Categorize Devices into Groups in Intune – Department wise in Windows 11 = How to Categorize Devices into Groups in Intune – Department wise in Windows 11 = == Step 1: Open Microsoft Intune Admin Center == * URL: [https://endpoint.microsoft.com](https://endpoint.microsoft.com) * Login using administrator credentials. == Step 2: Create a New Dynamic Device Group == # Navigate to '''Groups''' > '''New group''...")
- 13:07, 28 July 2025 Ansil talk contribs created page How to Categorize Devices into Groups in Intune – Department wise (Windows 11 Only) (Created page with " Home > Microsoft Intune > How to Categorize Devices into Groups in Intune – Department wise in Windows 11")
- 13:59, 27 July 2025 Saurabh talk contribs created page Qwen CLI (Created page with "Home > Local system based AI tools > Qwen CLI =Installation= Install (As root) using: <pre> npm install -g @qwen-code/qwen-code </pre> ==Usage== Download various qwen3 models from the ollama site. Then create '<tt>start_qwen.sh</tt>' with: <pre> export OPENAI_API_KEY="ollama_dummy_key" export OPENAI_BASE_URL="http://localhost:11434/v1" export OPENAI_MODEL="qwen3:4b" </pre> Make it executable with '<tt>chmod +x start_qwen.sh</tt>' Go to requir...")
- 13:50, 27 July 2025 Saurabh talk contribs created page Gemini CLI (Created page with "Home > Local system based AI tools > Gemini CLI =Installation= To install gemini CLI as root user use: <pre> npm install -g @google/gemini-cli </pre> Then get API key from https://aistudio.google.com/apikey Export obtained key using <pre> export GEMINI_API_KEY="” </pre> Then run gemini as a user from project specific folder to use Gemini CLI to write code It is able to write python code but not that great with erlang. It was able to give...")
- 13:49, 27 July 2025 Saurabh talk contribs created page Open Code Terminal (Created page with "Home > Local system based AI tools > Open Code Terminal =Installation - First option= First option is to install from https://opencode.ai/ via: <pre> curl -fsSL https://opencode.ai/install | bash </pre> Then configure using below and try login using grok-4 or some other supported API key <pre> opencode auth login </pre> This opens opencode UI where we can use /models to select Grok-4 =Install Open Code terminal - Alternate Option= To install...")
- 13:53, 24 July 2025 Ansil talk contribs created page How to Create a Dynamic Device Group in Intune for Windows 11 Machines Only (Created page with " Home > Microsoft Intune > How to Create a Dynamic Device Group in Intune for Windows 11 Machines Only == How to Create a Dynamic Device Group in Intune for Windows 11 Machines Only == === Description === Dynamic device groups in Intune automatically add devices based on rules or properties. Creating a dynamic group for Windows 11 machines helps you target policies, apps, and configurations specifically to Windows 11 devices. === Steps to Crea...")
- 13:30, 24 July 2025 Ansil talk contribs created page How to Enroll Windows 10/11 Machine Using Company Portal App (Created page with " Home > Microsoft Intune > How to Enroll Windows 10/11 Machine Using Company Portal App == How to Enroll Windows 10/11 Machine Using Company Portal App == === Description === The Company Portal app is a Microsoft application that allows users to securely access corporate resources, install approved apps, and manage their devices. It acts as a bridge between the user device and Microsoft Intune. When installed and used to enroll, it registers the...")
- 13:23, 24 July 2025 Ansil talk contribs created page How to Enroll Windows 10/11 Devices into Intune MDM Only (Created page with " Home > Microsoft Intune > How to Enroll Windows 10/11 Devices into Intune MDM Only == How to Enroll Windows 10/11 Machine in Intune MDM Only (Without Azure AD Join) == === Description === This method is useful when you want to manage a Windows 10 or 11 device using Microsoft Intune's Mobile Device Management (MDM) features, but do not want to fully join the device to Azure Active Directory (Azure AD). This is typically used in Bring Your Own Dev...")
- 13:02, 24 July 2025 Ansil talk contribs created page Intune Device Ownership Status: Corporate vs Personal (Created page with " Home > Microsoft Intune > Intune Device Ownership Status: Corporate vs Personal = Intune Device Ownership Status: Corporate vs Personal = == Description == In Microsoft Intune, devices are classified as either **Corporate** or **Personal** based on ownership. This classification helps IT administrators apply appropriate policies depending on whether the device is owned by the organization or the user. == Ownership Types == * '''Corporate Devi...")
- 12:55, 24 July 2025 Ansil talk contribs created page How to Auto-Enroll Windows Computers into Intune via Azure AD (Created page with "= How to Auto-Enroll Windows Devices into Intune via Azure AD Join (Cloud-Only Method) = == Description == In a cloud-only setup, devices can automatically enroll into Microsoft Intune when a user signs into a Windows computer and joins it to Azure Active Directory (Azure AD). This method is commonly used without on-prem Active Directory or Hybrid Join. == Purpose == To simplify device onboarding and enforce security policies automatically by ensuring that devices are...")
- 12:36, 24 July 2025 Ansil talk contribs created page How to Create Groups and Manage Users in Microsoft Intune (Created page with " Home > Microsoft Intune > How to Create Groups and Manage Users in Microsoft Intune = How to Create Groups and Manage Users in Microsoft Intune = == Description == Groups in Microsoft Intune (via Microsoft Entra ID / Azure AD) are used to organize users and devices. These groups help assign apps, policies, and configurations to specific users or devices. == Purpose == Creating user and device groups allows admins to: * Deploy apps and policies...")
- 12:27, 24 July 2025 Ansil talk contribs created page How to Assign Intune Administrator Role to a User (Created page with " Home > Microsoft Intune > How to Assign Intune Administrator Role to a User = How to Assign Intune Administrator Role to a User = == Description == To delegate Intune management tasks, you can assign the “Intune Administrator” role to a user. This role allows the user to access and manage Intune via the Microsoft Endpoint Manager admin center. == Purpose == By assigning this role, organizations can give specific users permission to manage...")
- 12:15, 24 July 2025 Ansil talk contribs created page How to Create Users and Assign Intune Licenses (Created page with " Home > Microsoft Intune > How to Create Users and Assign Intune Licenses = How to Create Users and Assign Intune Licenses = == Description == To manage devices using Microsoft Intune, you first need to create users in Microsoft 365 (or Azure AD) and assign them licenses that include Intune. Without a license, users will not be able to enroll their devices. == Purpose == Creating users and assigning the correct license ensures that they are r...")
- 12:05, 24 July 2025 Ansil talk contribs created page How to create an Intune trial account (Created page with "= How to Create an Intune Trial Account = == Description == Microsoft Intune is a cloud-based service used for managing and securing devices and apps. To get started with Intune, you can create a free trial account that lasts for 30 days and includes up to 25 user licenses. == Purpose == Creating an Intune trial account allows organizations or IT professionals to test features like device management, app deployment, compliance policies, and integration with Azure AD be...")
- 12:04, 24 July 2025 Ansil talk contribs created page Microsoft Intune (Created page with " Home > Microsoft Intune *How to create an Intune trial account Home > Microsoft Intune")
- 05:28, 23 July 2025 Akshay talk contribs created page CentOS 8.x Control Web panel Changing hostname (Created page with "Home > CentOS > CentOS 8.x > Email servers > Control Web panel > CentOS 8.x Control Web panel Changing hostname == '''Steps to Change the Hostname in CWP''' == The steps to change the hostname are as follows: 1. '''Create an A record''' for the desired hostname (e.g., '''cwp''') and point it to the IP address of the CWP server. 2. '''Log in''' to the CWP admin panel as the '''root...")
- 07:05, 22 July 2025 Kamal talk contribs created page Ubuntu 22.04 LVM encryption using LUKS (Created page with "Home > Ubuntu > Ubuntu 22.04 > Ubuntu 22.04 LVM encryption using LUKS")
- 06:40, 22 July 2025 Kamal talk contribs created page Ubuntu 22.04 Specific Device encryption using LUKS (Created page with "Home > Ubuntu > Ubuntu 22.04 > Ubuntu 22.04 Specific Device encryption using LUKS")
- 06:38, 22 July 2025 Kamal talk contribs created page Ubuntu 22.04 Specific folder Encryption using LUKS (Created page with "Home > Ubuntu > Ubuntu 22.04 > Ubuntu 22.04 Specific folder Encryption using LUKS")
- 06:15, 19 July 2025 Kamal talk contribs created page Itop 3.2 Mail Notifications SMTP setup (Created page with "Home > Ubuntu > Ubuntu 22.04 > Ubuntu 22.04 Itop 3.2 by Combodo > itop 3.2 Mail Notifications SMTP setup == SMTP configuration == * login to Itop console as admin user or users who have admin privileges. * Go to Configuration > General configuration * Find the smtp field in the file and the following entries <pre> 'email_default_sender_address' => '<mail-id>', 'email_transport' => 'SMTP', 'email_transport_smtp.encryption' => 'tls', 'em...")
- 05:56, 19 July 2025 Kamal talk contribs created page Itop 3.2 Mail Notifications (Created page with "Home > Ubuntu > Ubuntu 22.04 > Itop 3.2 by Combodo > itop 3.2 Mail Notifications")
- 05:53, 19 July 2025 Kamal talk contribs created page Ubuntu 22.04 Itop 3.2 by Combodo (Created page with "itop 3.2 Mail Notifications")
- 10:07, 18 July 2025 Jamshad talk contribs created page Generating Palo Alto Firewall Audit Reports Using Firewall Analyzer (Created page with " == Overview == This article presents a detailed guide to generating firewall audit reports for Palo Alto Networks firewalls using ''' Firewall Analyzer''' , a powerful log analysis and reporting tool designed to simplify and enhance firewall audit processes. Network and security administrators can utilize this tool to gain actionable insights into policy usage, configuration hygiene, risk assessment, and compliance status — all from a centralized interface. == Prereq...")
- 09:08, 18 July 2025 Jamshad talk contribs created page Generating Audit Reports on Palo Alto Firewall (Created page with "== Overview == This article provides step-by-step instructions for generating audit reports related to unused, inactive, disabled, and misnamed rules and objects within a Palo Alto Networks firewall. These reports are essential for security optimization, policy cleanup, and maintaining configuration hygiene. == Generating a Report for Unused Security Rules == ''' Purpose: ''' To identify security rules that have had no traffic since their creation. ''' Steps: ''' <p...")
- 06:22, 18 July 2025 User account Kumar talk contribs was created by Saurabh talk contribs
- 12:24, 17 July 2025 User account Jamshad talk contribs was created by Saurabh talk contribs
- 03:10, 16 July 2025 Saurabh talk contribs created page Rocky 9.x gnucash (Created page with "Home > Rocky Linux or CentOS > Rocky Linux 9.x > Desktop tools and applications > gnucash =Rocky 9.x gnucash= ==Installation== # Enable Additional Repositories - Some Perl modules are not packaged in EPEL or AppStream for Rocky Linux 9. You may need to enable the CRB (CodeReady Builder) repository, which contains many development and Perl module packages: #:<pre> #:: sudo dnf confi...")
- 11:33, 14 July 2025 Akshay talk contribs created page IMAP Migration to Exchange Online (Created page with "Home > Windows > Microsoft Exchange Server > IMAP Migration to Exchange Online == IMAP Migration to Exchange Online == This document explains the step-by-step process to migrate mailboxes from a remote IMAP server to Exchange Online using the Exchange Admin Center. === Prerequisites === * Admin access to the Microsoft 365 tenant. * IMAP server credentials and server details. * A properly formatted CSV file with user mappings. === Migration P...")
- 08:46, 14 July 2025 Sunilvarma talk contribs created page Re-indexing the archives.json file in Wazuh (Created page with " Home > Wazuh > Re-indexing the archives.json file in Wazuh = What Is archive.json? = * <code>archive.json</code> contains the **original raw logs** collected from Wazuh agents or syslog. * These logs are stored **before any correlation, alerting, or rule evaluation** is applied. * This is different from <code>alerts.json.gz</code>, which only contains logs that matched Wazuh rules and triggered alerts. * The file is typically generated when JSON...")
- 12:19, 10 July 2025 Gopikiran talk contribs created page Rocky 9.x Control Web Panel Restoration (Created page with "= CWP Restoration Credentials Issues = After restoring the MySQL and /var/vmail/ directories from the mail rsnapshot server, an issue occurred while trying to access the CWP web interface at: https://<ip address>:2031/ == Problem == After restoring the old MySQL data onto the new CWP test server, we encountered a permission error with both MySQL and Postfix. * We were unable to access MySQL. * The credentials required to connect were not available. * Unfortunately,...")
- 05:30, 10 July 2025 Akshay talk contribs created page CentOS 8.x Control Web panel External Email Caution Banner Configuration (Created page with "Home > CentOS > CentOS 8.x > Email servers > Control Web panel > CentOS 8.x Control Web panel External Email Caution Banner Configuration = External Email Caution Banner Configuration in Postfix = == 1) Create the Filter Script == Create the script file: <pre> vim /usr/local/bin/banner-filter.py </pre> Paste the following content into the file: <pre> #!/usr/bin/env python3 import...")
- 07:45, 9 July 2025 Akshay talk contribs created page 389-DS Creating Custom Attributes and ObjectClasses (Created page with "Home > Ubuntu > Ubuntu 22.04 > Ubuntu 22.04 389-DS server setup > 389-DS Creating Custom Attributes and ObjectClasses = Creating Example Custom Attributes and ObjectClasses in 389 Directory Server = == Create LDIF to Add Custom Attributes == === a) Create the LDIF file === <pre> vim add-example-attributes.ldif </pre> Paste this content exactly: <pre> dn: cn=schema changetype: modify add: attributeTypes attributeTypes: ( 1.3.6.1.4.1.1234...")
- 07:31, 9 July 2025 Akshay talk contribs created page 389-DS Backup and Restoration (Created page with "Home > Ubuntu > Ubuntu 22.04 > Ubuntu 22.04 389-DS server setup > 389-DS Backup and Restoration = Backing Up a 389 Directory Server Instance = == Step 1: Stop the Directory Server == Before taking a backup, stop the Directory Server instance: <pre> sudo dsctl INSTANCE_NAME stop </pre> Replace `INSTANCE_NAME` with your actual instance name (e.g., `slapd-ldap`). == Step 2: Create the Backup == Run the `db2bak` command to create a backup...")
- 07:04, 9 July 2025 Akshay talk contribs created page 389-DS Configuring LDAPS (Created page with "Home > Ubuntu > Ubuntu 22.04 > Ubuntu 22.04 389-DS server setup > 389-DS Configuring LDAPS = Configuring LDAPS in 389 Directory Server = == Step 1: Enable LDAPS Using dsconf == After the instance is created, use the `dsconf` command to configure security settings: <pre> dsconf -D "cn=Directory Manager" ldap://localhost security </pre> == Step 2: Set TLS Certificate and Key Paths == Configure the certificate, key, and CA paths. Also, en...")
- 06:34, 9 July 2025 Akshay talk contribs created page 389-DS Server Installation on Ubuntu 22.04 (Created page with "Home > Ubuntu > Ubuntu 22.04 > Ubuntu 22.04 389-DS server setup > 389-DS Server Installation on Ubuntu 22.04 = 389 Directory Server Installation and Configuration = == Install Required Packages == === a) Install utility and dependency packages === <pre> sudo apt install cockpit-doc cockpit-pcp cockpit-sosreport xdg-utils udisks2-lvm2 sssd-dbus apache2 pcscd lm-sensors snmp-mibs-downloader m4-doc make-doc avahi-autoipd libteam-utils python...")
- 06:04, 9 July 2025 Akshay talk contribs created page Ubuntu 22.04 389-DS server setup (Created page with "Home > Ubuntu > Ubuntu 22.04 > Ubuntu 22.04 389-DS server setup *389-DS Server Installation on Ubuntu 22.04 *389-DS Configuring LDAPS *389-DS Backup and Restoration *389-DS Creating Custom Attributes and ObjectClasses Home > Ubuntu > Ubuntu 22.04 > Ubuntu 22.04 389-DS server setup")
- 13:32, 8 July 2025 Sunilvarma talk contribs created page State Management Policy configuration in Wazuh for Retention (Created page with " Home > Wazuh > State Management Policy configuration in Wazuh for Retention = Index Retention = Security standards require keeping data available for audits for a minimum period of time. For data older than this retention period, you might want to delete it to save storage space. You can define specific policies to handle deletions automatically. These policies can also be used for index rollovers. == Creating a Retention Policy == === Step 1...")
- 13:21, 8 July 2025 Akshay talk contribs created page CentOS 8.x Control Web panel Understanding Mailbox Usage Display in CWP admin panel (Created page with "Home > CentOS > CentOS 8.x > Email servers > Control Web panel > CentOS 8.x Control Web panel Understanding Mailbox Usage Display in CWP admin panel = Understanding Mailbox Usage Display in CWP = == Overview == In CentOS Web Panel (CWP), the "Usage" column shown under the Email Accounts section displays mailbox storage usage per user. The displayed value is based on Dovecot's intern...") Tag: Visual edit: Switched
- 13:18, 8 July 2025 Sunilvarma talk contribs created page Script to Pull Logs from Wazuh-Manager to Local VM (Created page with " Home > Wazuh > Script to Pull Logs from Wazuh-Manager to Local VM")
- 12:54, 8 July 2025 Sunilvarma talk contribs created page Zabbix Script for Shards Monitoring (Created page with " Home > Wazuh > Zabbix Script for Shards Monitoring")
- 12:44, 8 July 2025 Sunilvarma talk contribs created page State Management Policy configuration of Wazuh for Retention (Created page with " Home > Wazuh > State Management Policy configuration of Wazuh for Retention")
- 04:54, 8 July 2025 Saurabh talk contribs created page New machine setup (Created page with "Home > Ubuntu > Server or Desktop administration > New machine setup * Setup laptop with Ubuntu for personal use Home > Ubuntu > Server or Desktop administration > New machine setup")