Filter by Category
Filter by Tags
In this article, I am going to show you how to enable automatic login to your Linux Mint Cinnamon desktop environment. First, find your login username with the following command: Open the Login Window app from the Linux Mint Start Menu. The Login Window app should be opened. Navigate to…
In this article, I will list all the GNOME shell extensions that I use on my laptop. Bluetooth Battery Meter This extension is used to display the available battery percentage of connected Bluetooth devices on the GNOME system tray or panel. WinTile This extension enables Windows 11 like tiling window…
In this article, I am going to show you how to configure WiFi network on Proxmox VE host. Installing Required Tools To configure WiFi network interface on Proxmox VE, you need to install the wpasupplicant and isc-dhcp-client programs installed on your Proxmox VE host. You can install those programs on…
You can use the pct command on the Proxmox VE host to copy files between LXC containers and your Proxmox VE host. Copying a File from LXC Container to Proxmox Host To copy a file /root/gitea.tar.gz from the LXC container ID 203 to your Proxmox VE host and put it…
Creating a Keycloak OpenID Client To configure Keycloak SSO for Proxmox VE, you need to create a Keycloak OpenID client with the following settings: General Settings: Client type: OpenID Connect Client ID: Proxmox Name: Proxmox Description: Proxmox VE OpenID Authentication Capability config: Client authentication: On Authentication flow: Standard flow Login…
Compiling PostgreSQL Tutorial Files on Fedora Install the required PostgreSQL devel packages and build tools with the following command: Download PostgreSQL source file from the official PostgreSQL website and extract it in your desired location. Once the PostgreSQL source file is downloaded and extract, open a Terminal and navigate to…
Installing PostgreSQL 17 on Fedora 42 Update package repository cache Install PostgreSQL 17 client and server packages Initializing PostgreSQL 17 Data Directory Initialize the PostgreSQL database directory Starting PostgreSQL 17 Start PostgreSQL 17 systemd service Add PostgreSQL service to system startup so that it starts automatically at system boot PostgreSQL…
In this article, I am going to show you how to install Portainer CE on Synology NAS DSM 7 operating system. First, install Container Manager from the Synology Package Center app. Create a new folder portainer in the docker volume using the File Station app. Navigate to Control Panel >…
Generating Random Base64 Hash using openssl To generate a random base64 hash, you can run the following openssl command: For example, I have generated a 32-byte base64 hash. Generating Random Hex Hash using openssl To generate a random hex hash, you can run the following openssl command: For example, I…
WHM allows you to switch to a specific version of ionCube Loader from EasyApache4. But it may not have the latest version of ionCube Loader. You may need to upgrade to the latest ionCube Loader on WHM/cPanel for your website to work. In that case, you will have to manually…