This is RSS feed for ShinChven's Blog
19 followers 3 articles/week
从阿里云源安装 Docker CE

要从阿里云的源安装 Docker 在 Ubuntu 上,可以按照以下步骤进行操作: 更新 APT 包索引并安装必要的软件包: sudo apt-get update sudo apt-get install \ ca-certificates \ curl \ gnupg \ lsb-release 添加阿里云的 Docker GPG 密钥: curl -fsSL https://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg...

Tue Jun 11, 2024 06:48
SONY WH-1000XM4 Self Repair Kit Earpads Replacement

Firstly, it's important to avoid purchasing third-party earpads, especially those from China, as they can compromise the sound quality of your headphones. Noise-cancelling headphones rely heavily on a perfect seal for optimal noise cancellation, and third-party earpads may not provide the same level of noise isolation as the original ones. In Korea,...

Mon Jun 10, 2024 16:38
自建 Docker 加速器 - Registry Mirror

Introduction 我见过卡脖子的,没见过有人这么使劲卡自己脖子的。这真的是个荒诞的地方。 既然公益镜像都被封了,就只能各自自己搭建一个了。 只要你会用 Docker 和 Nginx,只需要两步就可以搭建一个自己的 Docker Registry Mirror。 先推荐一个超便宜的 VPS 服务商 Racknerd,VPS只要 $10.18/年起,我就是用它来搭建自用的 Registry 镜像。 使用 registry 镜像部署 docker registry mirror version: "3" services: docker-registry: image: registry:2 container_name: registry-mirror...

Mon Jun 10, 2024 10:33
Remove Logitech G Hub From macOS

This is the way. sudo /Applications/lghub.app/Contents/MacOS/lghub_updater.app/Contents/MacOS/lghub_updater --uninstall

Tue May 21, 2024 17:16
How to Re-enable Text Selection on Websites That Have Disabled It

Introduction Have you ever visited a website and found that you couldn't select or copy text? It's frustrating, especially when you need to quote or reference something for your work or study. Some websites disable text selection to prevent unauthorized copying, but this can be a significant inconvenience for legitimate users. Fortunately, there are...

Tue May 21, 2024 05:15
Create a Windows Installer USB Stick on macOS

Introduction In this tutorial, you will learn how to create a bootable Windows Installer USB Stick on macOS. You can use this USB Stick to install Windows on your computer. Download Windows ISO file You need to download a Windows ISO file to create a bootable Windows Installer USB Stick. You can download the Windows ISO file from the official website:...

Mon May 20, 2024 17:12

Build your own newsfeed

Ready to give it a go?
Start a 14-day trial, no credit card required.

Create account