Customizations to Proxmox VE 6.0 Persistent Rumi, September 7, 2024 This document worked for VE 7.X edition too. Preparation First, we’ll create a directory where we’ll store our customizations (you can call it whatever you want, as long as you are consistent across the commands): $ sudo mkdir /usr/share/custom Next, create the script which will apply the customizations and make… Continue Reading
Importing Legacy Windows XP or Windows 2003 from Virtualbox to Proxmox Rumi, December 28, 2023 Problem Statement: I have an old Windows 2003 32 bit server running in Virtualbox. Since Virtualbox is under decommissioned, it is intended to be migrated to Proxmox VE Before Migration or export of VM from Virtualbox, following .reg file is required to be installed on Windows 2003 server to avoid… Continue Reading
Mount Oracle Object Storage to Ubuntu Linux Rumi, November 8, 2023 Step 1. Install s3fs on an OCI compute instance running Ubuntu SSH remotely into your Ubuntu server and run sudo apt update to update your system repository. Then type the command sudo apt install s3fs awscli -y to install S3fs on your system. To verify proper installation, run which s3fs and you should be… Continue Reading
OCI Object storage connect using WinSCP Rumi, May 31, 2023 Click New Session: Select File Protocol S3: Enter the previous generated connection details and Press Save and give it a name: Continue Reading
Oracle Linux 8: How To Access the GRUB Rumi, May 17, 2023 Reboot or start the instance. After the console screen is blank, there is only one or two seconds to press <escape key>. Press it several times as quickly as possible. If escape was pressed successfully, the Boot menu will be displayed, if not try again. Note that it is possible… Continue Reading
MikroTik Router SNMP Configuration Rumi, April 18, 2023 First, you need to access the console of your MikroTik router. On the prompt screen, enter the administrative login information. Factory default access information: Username: admin Password: (No password) After a successful login, the console command-line will be displayed. Use the following command to enable the SNMP service on the… Continue Reading
Import and Export Xen VM a.k.a XCP-NG Rumi, January 27, 2023 Print virtual machine list xe vm-list uuid ( RO) : 43dfac04-515e-7769-b2d2-444d4b7cb198 name-label ( RW): hk-zabbix-01 power-state ( RO): halted Check the mount disk Continue Reading
PFSense SNMP Configuration Rumi, September 9, 2022 Open a browser software, enter the IP address of your Pfsense firewall and access web interface. In our example, the following URL was entered in the Browser: https://192.168.15.11 The Pfsense web interface should be presented. After a successful login, you will be sent to the Pfsense Dashboard. Access the Pfsense… Continue Reading
Allow Ping on PFSense WAN interface Rumi, September 9, 2022 This article shows you how to allow ##ping## on the WAN side of your pfSense firewall. By default, ping to WAN address is disabled on pfSense for security reason. However, you may want to allow ping for different reasons, here is how: # Login to pfSense # Open Firewall >… Continue Reading
Observium Installer Script on Ubuntu 20.04 or Debian 11 Rumi, July 25, 2022 Automated Installation Observium has an automated install script for use on Ubuntu and Debian systems. Using the automated installation script is as easy as downloading it, running it and answering a few simple questions, start with: wget http://www.observium.org/observium_installscript.sh chmod +x observium_installscript.sh ./observium_installscript.sh You may need to install wget on bare… Continue Reading