Tag how-to

Protect-WordPress-theme-from-update-changes

Protect your WordPress theme from update changes

When it comes to WordPress websites, one of the biggest issue for site owners/developers is making updates to the theme. Updating the theme can be a simple process, but it often leads to unexpected changes that can change the look and feel of the site in an unwanted way. In this article, we'll explore how to protect your WordPress theme against these update changes.
install-rocket-chat-with-apache-proxy-and-ssl

Install Rocket Chat with Apache proxy and SSL

Installing Rocket Chat on your own server gives you full control over your data. In this article, I will guide you through the process of installing Rocket Chat with Apache proxy and SSL from Let's encrypt for added security.
How-to-create-a-wordpress-plugin

How to create a WordPress plugin

If you are a developer and would like to add a new functionality or enhance a website, creating a plugin can be a great way. In this article, I will guide you how to create a WordPress plugin from scratch [step by step guide].
Install-powerlevel10k-zsh-theme

Install and configure Powerlevel10k Zsh theme

In this article, I will guide you through the process of installing and configuring the Powerlevel10k Zsh theme. This theme is highly popular and loved by many for its customizable features.
WordPress-child-theme

How to create a WordPress child theme

WordPress child theme is useful because it provides a safe and secure way to make changes to a website's design and functionality without affecting the parent theme. This allows you to upgrade your parent theme without breaking anything on your website. In this article, I will walk you through the steps of how to create a child theme in WordPress.
System-limit-for-number-of-file-watchers-reached-Manjaro

Fix ENOSPC System limit for number of file watchers reached

This error may be new or familiar to you when working with VS Code or Node.js application. This is because the default number of file watchers is small on most Linux distributions if not all. I am using Manjaro, so I will show you how to fix the Error ENOSPC System limit for number of file watchers reached.