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)- 13:45, 7 October 2025 Akshay talk contribs created page CentOS 8.x Control Web panel Disabling POP3 protocol (Created page with "Home > CentOS > CentOS 8.x > Email servers > Control Web panel > CentOS 8.x Control Web panel Disabling POP3 protocol = How to Disable the POP3 Protocol in a CWP Mail Server = 1. Open the Dovecot configuration file: <pre> vim /etc/dovecot/dovecot.conf </pre> 2. Locate the following line and remove '''pop3''' from the list of enabled protocols: <pre> protocols = imap lmtp pop3 si...")
- 08:15, 1 October 2025 Akshay talk contribs created page Ubuntu Geo-Restricted SSH Access (Created page with "Home > Ubuntu > Server or Desktop administration > Ubuntu Geo-Restricted SSH Access = Step 1: Install the ipset package = <pre> sudo apt install ipset </pre> = Step 2: Download India IP ranges = <pre> wget https://www.ipdeny.com/ipblocks/data/countries/in.zone -O /tmp/in.zone </pre> = Step 3: Create an ipset for India = <pre> sudo ipset create india hash:net </pre> = Step 4: Add IP ranges into...")
- 07:52, 1 October 2025 Akshay talk contribs created page Rocky 9.x Geo-Restricted SSH Access (Created page with "Home > Rocky Linux or CentOS > Rocky Linux 9.x > System Administration > Rocky 9.x Geo-Restricted SSH Access = 1. Install ipset and iptables-services = Run: <pre> sudo dnf install ipset iptables-services -y </pre> = 2. Download India IP Ranges = If you already have the in.zone file, skip this. Otherwise, fetch fresh: <pre> wget https://www.ipdeny.com/ipblocks/data/countries/in.zone -O /tmp/in.zone </pre>...")
- 13:12, 12 September 2025 Akshay talk contribs created page NFS storage Creation on Netapp ONETAP (Created page with "Home > Storage server > NetApp OneTap > NFS storage Creation on Netapp ONETAP = NetApp NFS Storage Configuration = Before getting started, we need to create Storage Virtual Machines (SVMs). These can be either: * Dedicated SVMs for NFS Storage * A single SVM configured to support multiple protocols For detailed steps on creating an SVM, please refer to: Creating SVM in NetApp Storage Once the SVM is created successfully with the NFS pr...")
- 12:54, 12 September 2025 Akshay talk contribs created page ISCSI storage Creation on Netapp ONETAP (Created page with "Home > Storage server > NetApp OneTap > iSCSI storage Creation on Netapp ONETAP = Configuring iSCSI Storage in NetApp ONTAP = Before getting started, you need to create a Storage Virtual Machine (SVM). This can be either: * A dedicated SVM for iSCSI storage, or * A single SVM configured to support multiple protocols. For detailed steps on creating an SVM, please refer to the article: Creating SVM in NetApp Storage == iSCSI Configuratio...")
- 11:28, 12 September 2025 Akshay talk contribs created page Creating SVM in netapp storage (Created page with "Home > Storage server > NetApp OneTap > Creating SVM in netapp storage = Storage VM (SVM) Creation on NetApp ONTAP Storage = == Steps to Create a New SVM == 1. Login to the NetApp ONTAP storage WebUI using the admin user credentials. 2. Navigate to Storage > Storage VMs. 3. Click on +Add to create a new SVM (if not already existing). 4. Provide a name for the SVM and select the required Access Protocols as needed: === For Object Storage (...")
- 05:57, 9 September 2025 Akshay talk contribs created page CentOS 8.x Control Web panel Roundcube password plugin upgrading to latest version (Created page with "Home > CentOS > CentOS 8.x > Email servers > Control Web panel > CentOS 8.x Control Web panel Roundcube password plugin upgrading to latest version = Update Roundcube Password Plugin = == 1. Update the Roundcube password plugin == <syntaxhighlight lang="bash"> # wget https://github.com/roundcube/roundcubemail/releases/download/1.6.11/roundcubemail-1.6.11-complete.tar.gz # tar -xvzf...")
- 05:55, 9 September 2025 Akshay talk contribs created page CentOS 8.x Control Web panel WebMail Roundcube upgrade from 1.4.11 to 1.6.11 (Created page with "Home > CentOS > CentOS 8.x > Email servers > Control Web panel > CentOS 8.x Control Web panel WebMail Roundcube upgrade from 1.4.11 to 1.6.11 = How to Upgrade Roundcube from 1.4.11 to 1.6.11 = The current Roundcube version on our CWP server is '''1.4.11'''. The latest version is '''1.6.11'''. Below are the steps to upgrade Roundcube from 1.4.11 to 1.6.11. == 1. Download the la...")
- 06:14, 1 September 2025 Akshay talk contribs created page Deleting Object Storage with Versioning Enabled (Created page with "Home > Storage server > NetApp OneTap > Deleting Object Storage with Versioning Enabled == Object Storage: Bucket Deletion if Versioning is Enabled == -------------------------------------------------------------- In NetApp storage, after creating an S3 bucket with versioning enabled, you may encounter an error while deleting the S3 bucket even after emptying it: "Failed to remove bucket "backup" for SVM "svm3". Reason: Cannot delete bucket...")
- 13:12, 18 August 2025 Akshay talk contribs created page Enabling DNSSEC for a Domain in Bind9 (Created page with "Home > Security tips > Enabling DNSSEC for a Domain in Bind9 == Installing and Configuring BIND9 with DNSSEC == === 1. Install BIND9 and DNS Utilities === At a terminal prompt, run the following command to install the bind9 package: <pre> sudo apt install bind9 </pre> A useful package for testing and troubleshooting DNS issues is the '''dnsutils''' package. Very often these tools will be installed already, but to check and/or install dnsutils e...")
- 13:02, 18 August 2025 Akshay talk contribs created page Enabling DNSSEC for a Domain in Goddady (Created page with "Home > Security tips > Enabling DNSSEC for a Domain in Goddady == Enabling DNSSEC for a Domain in GoDaddy == '''1. Log in''' to GoDaddy and navigate to the '''Domains''' section. '''2.''' Under '''Domains''', locate '''Portfolio'''. '''3.''' Click on the domain for which you want to enable '''DNSSEC'''. '''4.''' Go to the '''DNS''' section. '''5.''' Scroll down to the '''DNSSEC''' section. '''6.''' Click on '''Turn On DNSSEC''' to e...")
- 06:43, 18 August 2025 Akshay talk contribs created page CentOS 8.x Control Web panel Restricting External Senders to Email IDs in Postfix (Created page with "Home > CentOS > CentOS 8.x > Email servers > Control Web panel > CentOS 8.x Control Web panel Restricting External Senders to Email IDs in Postfix '''Note:''' Restricting which users can send emails to a single email ID is already documented here: CentOS 8.x Control Web panel Restrict Incoming Mail to a Specific Recipient. Here, we will restrict all internal email IDs from rece...")
- 07:03, 29 July 2025 Akshay talk contribs created page Object Storage Creation on Netapp ONETAP (Created page with "Home > Storage server > NetApp OneTap > Object Storage Creation on Netapp ONETAP = '''Object Storage Configuration on NetApp ONTAP AFF_c30''' = == '''a) SVM Creation''' == 1. Login to the NetApp management console using the '''admin''' credentials. 2. Navigate to '''Storage''' → '''Storage VM'''. File:Object storage svm creation.png 3. Click on '''+Add''' to create a new SVM if one does not already exist. 4. Provide a name for the S...")
- 06:50, 29 July 2025 Akshay talk contribs created page File:Assigning permission fo bucket to S3 user5.png
- 06:50, 29 July 2025 Akshay talk contribs uploaded File:Assigning permission fo bucket to S3 user5.png
- 06:50, 29 July 2025 Akshay talk contribs created page File:Assigning permission fo bucket to S3 user4.png
- 06:50, 29 July 2025 Akshay talk contribs uploaded File:Assigning permission fo bucket to S3 user4.png
- 06:48, 29 July 2025 Akshay talk contribs created page File:Assigning permission fo bucket to S3 user3.png
- 06:48, 29 July 2025 Akshay talk contribs uploaded File:Assigning permission fo bucket to S3 user3.png
- 06:44, 29 July 2025 Akshay talk contribs created page File:Assigning permission fo bucket to S3 user2.png
- 06:44, 29 July 2025 Akshay talk contribs uploaded File:Assigning permission fo bucket to S3 user2.png
- 06:43, 29 July 2025 Akshay talk contribs created page File:Assigning permission fo bucket to S3 user.png
- 06:43, 29 July 2025 Akshay talk contribs uploaded File:Assigning permission fo bucket to S3 user.png
- 06:42, 29 July 2025 Akshay talk contribs created page File:S3 user creation in netapp storage.png
- 06:42, 29 July 2025 Akshay talk contribs uploaded File:S3 user creation in netapp storage.png
- 06:41, 29 July 2025 Akshay talk contribs created page File:Bucket creation on netapp storage - enable Tiering and versioning.png
- 06:41, 29 July 2025 Akshay talk contribs uploaded File:Bucket creation on netapp storage - enable Tiering and versioning.png
- 06:40, 29 July 2025 Akshay talk contribs created page File:Bucket creation on netapp storage - specify name and storage.png
- 06:40, 29 July 2025 Akshay talk contribs uploaded File:Bucket creation on netapp storage - specify name and storage.png
- 06:39, 29 July 2025 Akshay talk contribs created page File:Bucket creation on netapp storage.png
- 06:39, 29 July 2025 Akshay talk contribs uploaded File:Bucket creation on netapp storage.png
- 06:38, 29 July 2025 Akshay talk contribs created page File:Select network interfaces for SVM.png
- 06:38, 29 July 2025 Akshay talk contribs uploaded File:Select network interfaces for SVM.png
- 06:38, 29 July 2025 Akshay talk contribs created page File:Svm configuration2.png
- 06:37, 29 July 2025 Akshay talk contribs uploaded File:Svm configuration2.png
- 06:35, 29 July 2025 Akshay talk contribs created page File:SVM configuration.png
- 06:35, 29 July 2025 Akshay talk contribs uploaded File:SVM configuration.png
- 06:33, 29 July 2025 Akshay talk contribs created page File:Object storage svm creation.png
- 06:33, 29 July 2025 Akshay talk contribs uploaded File:Object storage svm creation.png
- 06:18, 29 July 2025 Akshay talk contribs created page NetApp OneTap (Created page with "Home > Storage server > NetApp OneTap *Object Storage Creation on Netapp ONETAP Home > Storage server > NetApp OneTap") Tag: Visual edit: Switched
- 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...")
- 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...")
- 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: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
- 11:36, 10 June 2025 Akshay talk contribs created page CentOS 8.x Control Web panel Configure email Disclaimer using amavis and altermime (Created page with "Home > CentOS > CentOS 8.x > Email servers > Control Web panel > CentOS 8.x Control Web panel Configure email Disclaimer using amavis and altermime == Configure Email Disclaimer Using Amavis and Altermime in CWP/Postfix Server == This guide shows how to automatically add a disclaimer to outgoing emails using Amavis and altermime. === SSH into the Mail Server === Connect to your m...")