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).
- 12:46, 28 August 2025 Abhijith talk contribs created page Handling Dependency Errors During ESXi Upgrade (7.x → 8.x) (Created page with "Home > VMWare platform > VMWare vSphere or ESXi > Creating Handling Dependency Errors During ESXi Upgrade (7.x → 8.x) = Handling Dependency Errors (VIB) During ESXi Upgrade (7.x → 8.x) = When upgrading from ESXi 7.x to 8.x, you may encounter dependency errors due to incompatible third-party OEM VIBs (e.g., Dell drivers/utilities). Below is an example error: <pre> [DependencyError] On platform embeddedEsx, VIB DEL_bootbank_dell-fac-dc...")
- 10:42, 28 August 2025 Abhijith talk contribs created page Resolving VFAT CORRUPTION ERROR During vSAN/ESXi 8.0.3 Upgrade (Created page with "Home > VMWare platform > VMWare vSphere or ESXi > Creating Resolving VFAT CORRUPTION ERROR During vSAN/ESXi 8.0.3 Upgrade = Resolving VFAT_CORRUPTION_ERROR During vSAN/ESXi 8.0.3 Upgrade = When upgrading an ESXi host (e.g., from 7.0.3 to 8.0.3) using <code>esxcli software profile update</code>, <code>esxcli software vib update</code>, or via ISO/ZIP file installation, the upgrade fails with the following error: <pre> Hardware precheck of pro...")
- 07:13, 4 July 2025 Abhijith talk contribs created page Redmine Email Logging Using Local Mail Relay (Postfix) (Created page with "Home > CentOS > CentOS 6.x > Web based tools or applications > Redmine configuration > Redmine Email Logging Using Local Mail Relay (Postfix) = Redmine Email Logging Using Local Mail Relay (Postfix) = Use a local SMTP relay (Postfix) to send Redmine emails and enable logging both in '''log/mail.log''' (Redmine) and system logs (e.g., '''/var/log/maillog'''). == 1. Create a Local SMTP Relay Server on the Redmine Server == Set up a l...")
- 07:26, 18 June 2025 Abhijith talk contribs created page Integrate Ubuntu 22.04 with Active Directory using Winbind (Created page with "Home > Ubuntu > Ubuntu 22.04 > Integrate Ubuntu 22.04 with Active Directory using Winbind = Integrate Ubuntu with Active Directory Using Winbind = '''Note:''' These steps are tested and verified to work on '''Ubuntu 24.04'''. == 1. Set Primary DNS to AD Server == Configure your network interface to use the AD server as the primary DNS: <pre> nmcli connection modify "<connection-name>" ipv4.dns "<ad-server-ip> 8.8.8.8" nmcli con...")
- 10:06, 12 June 2025 Abhijith talk contribs created page Update Passbolt Version (Created page with "Home > Ubuntu > Ubuntu 22.04 > Ubuntu 22.04 Passbolt setup > Update Passbolt Version = Update Passbolt Version = It is recommended to always perform a backup of your Passbolt installation before proceeding. == 1. Take Down Your Site == Stop your web server to prevent user activity during the upgrade: <syntaxhighlight lang="bash"> sudo systemctl stop nginx </syntaxhighlight> == 2. Update Passbolt CE == Update your package lists: <syn...")
- 10:41, 5 June 2025 Abhijith talk contribs created page Reset Proxmox Root Password via GRUB (Created page with "Home > Debian > Proxmox virtual environment > Reset Proxmox Root Password via GRUB = Reset Proxmox Root Password via GRUB = == 1. Reboot the Proxmox Server == Restart the server from the terminal or via remote management. == 2. Interrupt the GRUB Bootloader == When the GRUB menu appears, quickly press <code>e</code> to edit the default boot entry. == 3. Modify the Boot Parameters == Locate the line starting with <code>linux</code> (e.g....")
- 05:43, 3 June 2025 Abhijith talk contribs created page Install Passbolt on Ubuntu 22.04 (Created page with "= Install Passbolt on Ubuntu 24.04 = == 1. SSL Certificate Setup == Before starting the Passbolt installation, generate an SSL certificate to configure HTTPS properly. Create a dedicated directory for your certificate: <pre> sudo mkdir -p /etc/ssl/mycerts </pre> Generate the certificate and private key inside this directory: <pre> chmod 600 /etc/ssl/mycerts/passbolt.key chown root:root /etc/ssl/mycerts/passbolt.key </pre> == 2. Installing Passbolt on Ubuntu == Gener...")
- 07:33, 30 May 2025 Abhijith talk contribs created page Passbolt CE Backup and Restoration (Created page with "Home > Ubuntu > Ubuntu 22.04 > Ubuntu 22.04 Passbolt setup > Passbolt CE Backup and Restoration")
- 07:17, 30 May 2025 Abhijith talk contribs created page Passbolt smtp configuration (Created page with "Home > Ubuntu > Ubuntu 22.04 > Ubuntu 22.04 Passbolt setup > Passbolt smtp configuration = Passbolt CE – SMTP Configuration = == Setup Your Own SMTP Relay Server == If you don't already have an SMTP relay, follow this guide to set one up: [http://rekallcm1/notes_wiki/index.php?title=CentOS_8.x_postfix_send_email_through_relay_or_smarthost_with_smtp_authentication How to set up Postfix SMTP relay with authentication on CentOS 8.x] == For...")
- 07:04, 30 May 2025 Abhijith talk contribs created page Recovering a Passbolt account on a new machine or browser using a recovery key (Created page with "Home > Ubuntu > Ubuntu 22.04 > Ubuntu 22.04 Passbolt setup > Recovering a Passbolt account on a new machine or browser using a recovery key == Account Restoration in a New Browser Using Recovery Kit == === Key Points === '''Passbolt CE does '''NOT''' support admin-assisted or email-based account recovery.''' You '''MUST''' have: Your recovery kit (private GPG key file) The passphrase used during initial setup...")
- 06:55, 30 May 2025 Abhijith talk contribs created page Recovering an account on a new machine or browser using recovery key (Created page with "Home > Ubuntu > Ubuntu 22.04 > Ubuntu 22.04 Passbolt setup > Recovering a Passbolt account on a new machine or browser using a recovery key.")
- 06:39, 30 May 2025 Abhijith talk contribs created page Create and Activate Users in Passbolt (Created page with "Home > Ubuntu > Ubuntu 22.04 > Ubuntu 22.04 Passbolt setup > Create and Activate Users in Passbolt")
- 06:30, 30 May 2025 Abhijith talk contribs created page Install Passbolt on Ubuntu 24.04 (Created page with "= Install Passbolt on Ubuntu 24.04 = == 1. SSL Certificate Setup == Before starting the Passbolt installation, generate an SSL certificate to configure HTTPS properly. Create a dedicated directory for your certificate: <pre> sudo mkdir -p /etc/ssl/mycerts </pre> Generate the certificate and private key inside this directory: <pre> chmod 600 /etc/ssl/mycerts/passbolt.key chown root:root /etc/ssl/mycerts/passbolt.key </pre> == 2. Installing Passbolt on Ubuntu == Gener...")
- 06:06, 30 May 2025 Abhijith talk contribs created page Ubuntu 22.04 Passbolt setup (Created page with " * Install Passbolt on Ubuntu 24.04 * Create and Activate Users in Passbolt * recovering an account on a new machine or browser using recovery key * Passbolt smtp configuration")