Common Docker Commands
Introduction to basic Docker operations and commonly used commands
Some commonly used commands and related parameters on Docker and their usage.
In actual use, there are definitely more commands than those listed here.
A Bit everyday A Byte every week
Introduction to basic Docker operations and commonly used commands
Some commonly used commands and related parameters on Docker and their usage.
In actual use, there are definitely more commands than those listed here.
Performing server stress testing with Apache Bench to assess server performance
Server stress testing is a must before going live, no exceptions!
Just imagine you’ve been working overtime for months, the system goes online.
And you’re celebrating with pizza and cocktail, only to find out suddenly the server crashes due to overwhelming traffic!
That’s why conducting stress tests beforehand makes a good system!
After purchasing a domain, you can set up subdomains for different websites. This article demonstrates using Cloudflare + GitHub Page for a static website.
Previously, I purchased my own domain.Now, I want to use Cloudflare DNS service to set up a subdomain.
And assign it to a specified GitHub Page project as a customized URL.
Once you master this skill, with just one main domain, you can generate different subdomain URLs as needed.
All major DNS service providers offer this feature, and this article uses Cloudflare as an example.
Transferring DNS hosting from Google Domains to Cloudflare and setting up Cloudflare's free CDN.
Google Domains service already provides Domain Name System (DNS) services, allowing you to manage your domain, including adding subdomains.
A tutorial on purchasing your own domain using Google Domains.
Previously, I’ve been using free blogging platforms like Blogger.
However, with the rise of personal branding awareness in recent years and feeling limited by the features of the original blog,
not to mention the inconvenience of moving, and the inability to customize SEO and embed tracking codes,
I felt the need to take matters into my own hands.
Having worked in the media industry, I realized that if you want something done right, you have to do it yourself.
I initially moved from Blogger to Medium, then back to Blogger, finding the transition quite cumbersome.
Furthermore, the formatting of code content often gets distorted, and I wanted to record everything using Markdown syntax.
This led me to consider self-hosting, partly as a platform to showcase my skills.
Using SSH keys for logging into remote hosts instead of passwords
Normally, logging into a server involves using a username and password,
but passwords can be compromised through interception or sharing.
The security level is not as robust as using SSH keys, which also eliminate the need for manual password entry each time.
Introduction to enabling Docker service on cloud hosts
Step-by-step guide for enabling Docker and Docker-compose services on a new cloud host.