I bought a 6TB HDD for 19 990 rubles (in Russia) and started to mine Chia cryptocurrency on my Windows 10 machine using existing 500GB SSD as a temporary space. Now it is building the plots:

I bought a 6TB HDD for 19 990 rubles (in Russia) and started to mine Chia cryptocurrency on my Windows 10 machine using existing 500GB SSD as a temporary space. Now it is building the plots:

I had a large SQLite file C:\Users\D-Ef\AppData\Local\TradeClient\realtime.db that I was unable to copy to another disk. I tried:
split -n 10 -d -u realtime.db /mnt/d/db/rt
dd bs=65536 if=realtime.db of=/mnt/d/db/rt
in WSL, but got ‘error reading ‘realtime.db’: No space left on device’ with all the commands.
Finally I reduced page file size restarted my machine and copied the file in a usual way.
(more…)There was some strange partition /dev/sda2 of 6.5G size on my HiveOS:
root@rig0:/# cat /proc/partitions
major minor #blocks name
8 0 117219767 sda
8 1 20480 sda1
8 2 7323648 sda2
root@rig0:/# df -h
Filesystem Size Used Avail Use% Mounted on
udev 1.9G 0 1.9G 0% /dev
tmpfs 383M 44M 340M 12% /run
/dev/sda2 6.8G 6.5G 0 100% /
tmpfs 1.9G 0 1.9G 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
tmpfs 100M 16K 100M 1% /tmp
tmpfs 1.9G 0 1.9G 0% /var/tmp
tmpfs 1.9G 30M 1.9G 2% /var/log
tmpfs 1.9G 0 1.9G 0% /var/log/journal
tmpfs 1.9G 0 1.9G 0% /var/log/apt
/dev/sda1 20M 5.7M 15M 29% /hive-config
sudo apt install ejabberd
ufw allow to any port 5280 proto tcp
ufw allow to any port 5222 proto tcp
ufw allow to any port 5269 proto tcp
ufw allow to any port 7777 proto tcp
sudo nano /etc/ejabberd/ejabberd.yml
##
## hosts: Domains served by ejabberd.
## You can define one or several, for example:
## hosts:
## - "example.net"
## - "example.com"
## - "example.org"
##
hosts:
- "developernote.com"
...
###. ====================
###' ACCESS CONTROL LISTS
acl:
##
## The 'admin' ACL grants administrative privileges to XMPP accounts.
## You can put here as many accounts as you want.
##
admin:
user:
- "admin": "developernote.com"
I succeeded with building my app for iOS and my first step in publishing the app in App Store was opening generated .xcodeproj file in XCode, but XCode froze displaying rotating progress indicator and wait cursor.

strawberry-perl-5.26.2.1-64bit.msi first (before mingw-w64-install.exe) to E:\PFilesmingw-w64-install.exe online installer. Select POSIX threads in the installer UI combobox, otherwise you will get:
qt-everywhere-src-5.15.0.zip to E:\Qt\Qt5.15.0 and run the following script in QT root directory containing configure.bat: