All command run as root. So pay attention to disk label when copy/pasting.
Find new drive:
# fdisk -l
Model: ST1000DX 001-1CM162 (scsi)
Disk /dev/sde: 1000GB
Sector size (logical/physical): 512B/4096B
gengwg@gengwg-mbp:~$ kind create cluster --image kindest/node:v1.23.5 | |
Creating cluster "kind" ... | |
✓ Ensuring node image (kindest/node:v1.23.5) 🖼 | |
✓ Preparing nodes 📦 | |
✓ Writing configuration 📜 | |
✓ Starting control-plane 🕹️ | |
✓ Installing CNI 🔌 | |
✓ Installing StorageClass 💾 | |
Set kubectl context to "kind-kind" |
# v1.23 | |
$ kind create cluster | |
Creating cluster "kind" ... | |
✓ Ensuring node image (kindest/node:v1.23.4) 🖼 | |
✓ Preparing nodes 📦 | |
✓ Writing configuration 📜 | |
✓ Starting control-plane 🕹️ | |
✓ Installing CNI 🔌 | |
✓ Installing StorageClass 💾 |
# v1.21 | |
$ kind create cluster --image kindest/node:v1.21.1 | |
Creating cluster "kind" ... | |
⢎⡠ Ensuring node image (kindest/node:v1.21.1) 🖼 ^R[B | |
✓ Ensuring node image (kindest/node:v1.21.1) 🖼 | |
✓ Preparing nodes 📦 | |
✓ Writing configuration 📜 | |
✓ Starting control-plane 🕹️ | |
✓ Installing CNI 🔌 |
apiVersion: batch/v1 | |
kind: CronJob | |
metadata: | |
name: example | |
spec: | |
concurrencyPolicy: Forbid | |
failedJobsHistoryLimit: 1 | |
jobTemplate: | |
spec: | |
activeDeadlineSeconds: 600 |
[474515.167775] Bluetooth: Core ver 2.22 | |
[474515.167821] NET: Registered protocol family 31 | |
[474515.167829] Bluetooth: HCI device and connection manager initialized | |
[474515.167833] Bluetooth: HCI socket layer initialized | |
[474515.167835] Bluetooth: L2CAP socket layer initialized | |
[474515.167839] Bluetooth: SCO socket layer initialized | |
[474515.182168] usbcore: registered new interface driver btusb | |
[474515.255046] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 | |
[474515.255048] Bluetooth: BNEP filters: protocol multicast | |
[474515.255051] Bluetooth: BNEP socket layer initialized |
All command run as root. So pay attention to disk label when copy/pasting.
Find new drive:
# fdisk -l
Model: ST1000DX 001-1CM162 (scsi)
Disk /dev/sde: 1000GB
Sector size (logical/physical): 512B/4096B
How to find the root servers and tld servers:
$ nslookup
> set type=ns
> .
Server: 192.168.0.1
Address: 192.168.0.1#53
Non-authoritative answer:
/etc/apt/sources.list
to deb [by-hash=force] https://community-packages.deepin.com/deepin/ apricot main contrib non-free
/etc/apt/sources.list.d/appstore.list
. If no such a list file, please create one there and add below source:
The syntax for requesting multiple files from a remote host is done by specifying additional remote-host args in the | |
same style as the first, or with the hostname omitted. For instance, all these work: | |
rsync -av host:file1 :file2 host:file{3,4} /dest/ | |
rsync -av host::modname/file{1,2} host::modname/file3 /dest/ | |
rsync -av host::modname/file1 ::modname/file{3,4} | |
Older versions of rsync required using quoted spaces in the SRC, like these examples: | |
rsync -av host:'dir1/file1 dir2/file2' /dest |
Tested on Fedora 32.
sudo dnf groupinstall "Development Tools"
git clone https://github.com/gnab/rtl8812au.git
sudo dkms build 8812au/4.2.2
sudo dkms install 8812au/4.2.2
sudo modprobe 8812au