docker stats: The `docker stats` command returns a live data stream for running containers. To limit data to one or more specific containers, specify a list of container names or...
2021 Privacy Policy Generator for web, ecommerce, mobile iOS & Android apps, SaaS, Facebook and more. Create Privacy Policy for GDPR, CCPA, CalOPPA, and more.
AWS Solution Architect | Today’s post in our Agile Cloud Migration...
Today’s post in our Agile Cloud Migration mini-series will focus on building automated software delivery pipeline for the sample application from the book: Chapter 8 of Systemic Cloud Migration...
How to disable or enable buttons using Javascript and jQuery
Ever wondered why the submit button just won't work unless you filled the required field? Learn about how to add the disable/enable feature to buttons in this article
Why You Should Change the WordPress Administrator User ID
This security article explains why you should change your WordPress Administrator ID to improve the security of your WordPress blogs and sites. It also explains how to change the WordPress administrator ID so malicious hackers cannot target the WordPress administrator account.
In this video we will be showing you how to set up a WordPress site on Oracle Cloud which is free forever! This is great for those who want to try out WordPress and see how it works and for those who just want a free site. The free tier also allows you to use free SSL certificate and a custom domain. We will be using the Oracle Cloud dashboard to set up our server and we will be using aapanel to manage our server and install WordPress.
Commands used are here: https://ideaspot.com.au/blog/oracle-free-tier-setup/
0:00 Introduction & Sign Up
1:09 Setup Free VPS
2:05 SSH key setup
3:37 Connect with SSH
3:51 Setup VPS and
4:15 Point DNS for Domain
5:22 Install Aapanel
8:06 Add website, install WordPress
11:36 AApanel custom panel domain and SSL
14:35 Add firewall
15:11 Testing and conclusions
How to Edit WooCommerce Shop Page with Elementor & Woolentor for Free
Learn How To Edit WooCommerce Shop Page With Elementor free and Woolentor free!If you're building a WooCommerce website on a budget but still want to create ...
Compare Amazon Lightsail vs. EC2 for your web app needs
Amazon EC2 offers a host of features and configuration options but, with that, comes complexity. For some developers, Amazon Lightsail might prove to be the better option. Use this rundown to compare Amazon Lightsail vs. Amazon EC2 for features, functionality and pricing.
A Beginner's Guide to WordPress Database: What It Is and How to Access It
WordPress is touted as a beginner-friendly platform, and for this reason, it’s a popular choice with many first-time website owners. You can accomplish a
WordPress Custom Post Types: The All-In-One Guide to Create and Use Them
WordPress custom post types are powerful features. They’re what elevates WordPress from a humble blogging tool to a content management system, and give
How to Sort and Display Products in WooCommerce Using Custom Fields or Post Meta
When you install WooCommerce, you will see a product sorting filter that comes with default classification such as popularity, average rating, latest, price, et
WooLentor Review: A Powerful WooCommerce Page Builder Plugin
Woolentor plugin by HasThemes is the most popular WooCommerce Elementor addon in the WordPress repository. It has been downloaded over 600,000 times and used by
WooCommerce - How to Set Up Payment Options - LearnWoo
A quick article to setup WooCommerce Checkout and Payment Options. These features can be devised at the initial stages of setting up your store itself.
Introduction Upon installation, WooCommerce creates the following new pages via the Setup Wizard: Shop – No content required. Cart – Contains woocommerce_cart shortcode and shows the cart contents Checkout – Contains woocommerce_checkout shortcode and shows information such as shipping and payment options My Account – Contains woocommerce_my_account shortcode and shows each customer information related to […]
Nginx Server Blocks allows you to run more than one website on a single machine. With Server Blocks, you can specify the site document root (the directory which contains the website files), create a separate security policy for each site, use different SSL certificates for each site and much more.
How To Install Wordpress and PhpMyAdmin with Docker Compose on Ubuntu 14.04 | DigitalOcean
This article provides a real-world example of using Docker Compose to install an application, in this case WordPress with PHPMyAdmin as an extra. WordPress normally runs on a LAMP stack, which means Linux, Apache, MySQL/MariaDB, and PHP. The official