Learn how to use nodemon and Node.js watch mode to auto restart your Node.js app and thereby speed up your development workflow. Continue reading Using Nodemon and Watch in Node.js for Live Restarts on SitePoint.
Daily Archives: December 13, 2023
I have websites in .ca and .com. If someone hit .ca website from USA ip address it automatically redirects on .com and if it hits on .com website using CANADA ip address it automatically redirects on .ca website. The problem is google not indexing any .ca website urls. It just […]
I’m running Magento 2.4.2 and have recently added Varnish to it. The site also has Cloudflare in front of it. The server is running Plesk (Ubuntu) and Varnish is running in Docker within Plesk. I’ve followed https://dx3webs.com/configure-varnish-for-magento-2-on-plesk/ to the letter and the site is now using Varnish but I cannot […]
Magento 2.4.2-p1 Smartwave Porto theme 17 Amasty extensions ShopperApproved app/software I have these 2 extensions in my Magento and I have no idea where they came from? Either they were there in the default set up or Amasty possibly added them? I’ve asked Amasty but no answer yet. The problem […]
I’m quite new to the Docker and DDEV material. I’ve setup a local instance of our Magento repository, using Docker and DDEV. Imported the database and changed the env.php using the following settings for the DB: But I keep getting the following error when I try to run bin/magento setup:upgrade […]
I have an old Ubuntu server that I need to update along with everything else as its been neglected for many years. Some Server Details are: Ubuntu 16.04.4 LTS PHP is 7.2.24 Magento version is 2.3.4 I’m looking to update the server to the 22.04.3 LTS along with upgrading PHP […]
I have a workbook in the online version of excel with multiple data sheets. Colleagues from different units go into the sheet every morning and enter data for the current date and the week to date. Then, after the updates are done (by a specific time) I need to go […]
When I capture packets with tcpdump on an Ubuntu 20.04 VM running a SOCKS proxy server on port 1080, they are often larger than 1500 bytes. My network device has an MTU of 1500, so as far as I understand it, this means that they are being reassembled. Since I […]
I have an Ubuntu server and I use it as a softether vpn server. I recently installed cloudflare WARP+ on it. After connecting to the server with softether vpn client, the user’s requests will go to cloudflare WARP+ and be answered. But when cloudflare WARP+ It turns on, I can […]