Writing /var/lib/dokuwiki/wiki.project-insanity.org/data/meta/nextcloud_speedtest.meta failed
nextcloud_speedtest
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
nextcloud_speedtest [2018/09/23 16:11] – 2a01:4f8:191:327:2c09:b0ff:feab:2187 | nextcloud_speedtest [2021/10/31 10:42] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | <code bash> | ||
+ | pacman -S arch-install-scripts | ||
+ | btrfs subvol create / | ||
+ | mkdir / | ||
+ | pacstrap / | ||
+ | systemctl enable --now systemd-networkd systemd-resolved | ||
+ | systemd-nspawn -nD / | ||
+ | systemctl start systemd-nspawn@archlinux-nextcloudcli | ||
+ | machinectl shell root@archlinux-nextcloudcli /bin/bash -c " | ||
+ | machinectl shell root@archlinux-nextcloudcli | ||
+ | useradd -m test | ||
+ | passwd test | ||
+ | vim / | ||
+ | su test | ||
+ | cd | ||
+ | curl " | ||
+ | curl " | ||
+ | cd cower | ||
+ | makepkg -si --skipinteg | ||
+ | cd ../pacaur | ||
+ | makepkg -si | ||
+ | pacaur -S nextcloud-client rclone dropbox-cli | ||
+ | </ | ||
+ | <code bash> | ||
+ | su test | ||
+ | cd | ||
+ | wget https:// | ||
+ | wget https:// | ||
+ | tar -xvf openssh-7.7p1.tar.gz -C sync | ||
+ | tar -xvf mosh-1.3.2.tar.gz -C sync_remote | ||
+ | du -hs sync/ | ||
+ | # 8.3M sync/ | ||
+ | # 1.3M sync_remote/ | ||
+ | find sync/ | ||
+ | # 972 | ||
+ | nextcloudcmd -h -n -u test -p test123 sync_remote https:// | ||
+ | </ | ||
+ | ==== nextcloud-client 2.3.3-1 ==== | ||
+ | <code bash> | ||
+ | time nextcloudcmd -h -n -u test -p test123 / | ||
+ | </ | ||
+ | 4m36.508s | ||
+ | ==== nextcloud-desktop-git (2.5 beta) ==== | ||
+ | <code bash> | ||
+ | time nextcloudcmd -h -n -u test -p test123 / | ||
+ | </ | ||
+ | real 7m44.892s | ||
+ | ==== misc ==== | ||
+ | https:// |