996 Worker's Blog

Solving the [disabled] Attribute Issue in Angular + Ionic Reactive Forms

Intro When developing applications using Angular and Ionic, you may encounter a frustrating issue where setting [disabled]="true" on an Ionic componen

996Worker 发布于 2024-07-01

Understanding Module Syntax Conflict in Node.js: CommonJS vs ES6

Intro Node.js, a popular JavaScript runtime, has traditionally used the CommonJS module system for managing dependencies. However, with the evolution

996Worker 发布于 2023-12-15

Install on-my-zsh on Ubuntu

Step 1: Update the System Repository Update the system package repository to get the latest program version available. Open the terminal and run the f

996Worker 发布于 2023-11-09

Exposing WSL's SSH to Windows

Exposing WSL's SSH to Windows WSL (Windows Subsystem for Linux) has been an instrumental tool for developers who wish to leverage both Windows and Lin

996Worker 发布于 2023-10-18

Deploying a Terraria Game Server with Docker

Deploying a Terraria Game Server with Docker Terraria is a popular sandbox game that offers a rich multiplayer experience. In this guide, we'll walk t

996Worker 发布于 2023-10-15

SSH can not login: userauth_pubkey: key type ssh-rsa not in PubkeyAcceptedAlgorithms [preauth]

SSH无法登陆:userauth_pubkey: key type ssh-rsa not in PubkeyAcceptedAlgorithms [preauth]

996Worker 发布于 2023-03-16

Solving Conda Matplotlib import error: version 'GLIBCXX_3.4.29' not found

Solving Conda Matplotlib import error: /root/miniconda3/bin/../lib/libstdc++.so.6: version `GLIBCXX_3.4.29' not found

996Worker 发布于 2023-02-06
996Worker 发布于 2023-01-03
996Worker 发布于 2022-11-20

Heroku部署Docker容器化的Java web maven应用

Deploy Docker Java web project to Heroku with Heroku-Cli, Dockerfile and .sh

996Worker 发布于 2022-08-19