Filter by Category
Filter by Tags
In this article, I am going to show you how to sync Proxmox VE cloud-init snippets stored in local storage between Proxmox VE nodes in a Proxmox VE cluster using a cron job. This is helpful when you want to automate tasks, do VM migrations between nodes in a Proxmox…
In this article, I will show you how to fix the following MySQL/MariaDB error: Grant MySQL/MariaDB User SUPER Privilege To fix the issue, log in to your MySQL/MariaDB database as root user and grant SUPER privilege to your MySQL/MariaDB user (magento_dev@localhost in this case) using the following SQL statement: For…
In this article, I am going to show you how to create a new MySQL/MariaDB database and configure it to use specific character set and collation. I will also show you how to character the character set and collation of an existing database. Listing Available MySQL/MariaDB Character Sets To list…
In this article, I am going to show you how to create a new MySQL/MariaDB database, create a new MySQL/MariaDB user, and grant the new user access to the newly created database. Connect to the Database To access the MySQL/MariaDB server as root user, run the command below. When prompted,…
In this article, I am going to show you how to removed cloudflared from Ubuntu/Debian and other Linux distributions. First, uninstall the cloudflared systemd service. To uninstall the cloudflared system package on Ubuntu/Debian, run the following command: To uninstall the cloudflared system package on RHEL/CentOS/Fedora/AlmaLinux/RockyLinux, run the following command: cloudflared…
In this article, I am going to show you how to correctly configure VS Code to develop SvelteKit 5 app using TailwindCSS. Installing Required VS Code Extensions For SvelteKit app development, you will need to install the following VSCode Extensions. ESLint (by Microsoft) Prettier (by Prettier) Svelte for VS Code…
When you run the sudo command on the Terminal for the first time, it will ask you to enter your login password. If you don’t want sudo to ask for your login password ever again, you will need to configure sudo to be passwordless. Opening the sudo Configuration File On…
In this article, I am going to show you how to install the VirtualBox Guest Additions software on Fedora 43 operating system. Installing Package Updates on Fedora 43 Before you install the VirtualBox Guest Additions on Fedora 43, it’s recommended to install all the available updates on your Fedora 43…
At times, the docker service may take a long long time to start on your Proxmox VE VM/LXC containers. This usually happens due to network interface configuration issues. If the VM/LXC container fails to assign an IP or correct IP information to a network interface, the docker service will not…
Each Linux Mint release comes with amazing set of wallpapers. If you want to install all of those amazing wallpapers on Linux Mint, this article is for you. First, open the Terminal app and update the APT package repository cache with the following command: To install all the Linux Mint…