Shopify Experts for Store Building, Dropshipping, and SEO

shopify expert

I am going to list top shopping experts for building, managing, and promoting your generic Store, top Shopify experts for your dropshipping business and Top Shopify SEO experts too. The Shopify experts can efficiently and beautifully create, manage, and optimize your Shopify store. Depending on the Shopify sales channel that you will be using, you […]

imagemagick for bulk image editing

Install imagemagick on ubuntu Display image with imagemagick Get image file info Crop image from top Take image width*height+right+top. The following command will crop the image from the top by 140px. Bulk Image crop with imagemagick by file type All the .jpg images will be cropped by 140px from the top. Convert images from png […]

How to Create & Delete File with Command Line on Windows

This post covers how to create and delete files with command line also called cmd on Windows OS. I am using Windows 10 but these commands should work on Windows 7, windows 8 and windows 11 too. Create an empty file with desired filename and file extension Echo with command line in a file echo […]

PHP APCu and Redis Cache for WordPress

I will show you how to install and configure APCu and Redis memory caching on linux server —– Commands to Install and configure APCu and Redis ———- Step 1: Install APCu and Redis.           sudo apt install php-apcu redis-server php-redis           sudo service apache2 restart Step 2: Edit the configuration file.           sudo nano /etc/redis/redis.conf – Ctrl+w to […]

Install wp cli on Linux – Ubuntu & Linuxmint

Let’s quickly install wp cli on Debian based Linux distro called Linuxmint. I assume that you have already installed WordPress with PHP, MySQL and web-server (apache2 or other). PHP, Apache2, and MySQL Version This is how you check versoins of apache2, php, and mysql installed on my Linuxmint desktop. WordPress for wp-cli I have installed […]