qazwsxedcrfv000
@qazwsxedcrfv000@lemmy.unknownsys.com
- Comment on Recommended hard drive monitoring (Ubuntu server) options? 1 year ago:
Scrutiny uses smartctl --scan to detect devices/drives.
github.com/AnalogJ/scrutiny#getting-started
It will recognize the block devices but not the filesystem construct. That means ZFS pools themselves are out of scope.
- Comment on Cloudflare tunnels on a pi zero? 1 year ago:
For anyone’s information, if you have an ARMv7 hardware,
cloudflared
also has compiled toarmhf
a.k.a. ARM Hard Float. It is not listed in the official site but can be downloaded from GitHub release.And ARMv7 hardware floating point support can confirmed by inputing
cat /proc/cpuinfo
and check ifvfpv3
is listed in the features row. - Comment on Cloudflare tunnels on a pi zero? 1 year ago:
Pi Zero you mean the original Pi Zero 1 right? Its SoC is driving an ARMv6 CPU.
The most straightfoward way is to try the Cloudflare Package Repository. It should be able to match the OS and arch for you.
You can also try installing the precompiled ARM deb package, specifically
cloudflared-linux-arm.deb
directly if the repo does not work. - Comment on VPN blocked, how can i tunnel my VPS to home network? 1 year ago:
Maybe you can give Outline a try. It is based on shadowsocks a proxy tunnel with enough obfuscation to fly under the radar of even the GFW of Communist China.
- Comment on File server for photos 1 year ago:
I have been using it since v1.1x and that was released around a year ago. In other words, it has been running good enough for me for a year. Features are added and bugs are getting fixed along the way. I have not experienced any major break.
- Comment on File server for photos 1 year ago:
I may sound like an immich evangelizer now but immich ftw lol
- Comment on How can I migrate my microSD card install of OMV to an SSD? 1 year ago:
Both the SD cards and SSDs are interpreted as block storage devices by the Linux kernel. You should be able to clone the SD card to a SSD with tools such as
dd
. - Comment on Looking for: Unit Converter (JS) 1 year ago:
There are a number of unit conversion libraries in JavaScript. Building your own is not that hard. A simple SPA shall suffice.
- Comment on SBC with 2 SD card slots? 1 year ago:
SD cards are not known for reliability either. A decent USB drive can get you SMART passthrough at least.
- Comment on Are NUC hardware good for self hosting? 1 year ago:
Check for the exact core configuration and cache size via Intel Ark first. More often than not i5 and i7 can have the same core configuration and cache size but difference base and boost frequencies.