axzxc1236

joined 1 year ago
[–] axzxc1236@lemm.ee 5 points 5 months ago* (last edited 5 months ago)

ASUSTOR has NAS that can have up to 12 NVME SSDs (but speed is very limited by PCIE lanes).

NVME SSDs are still very expensive compares to HDD.

NAS that have many HDD bays are expensive but designed for easy setup and easy management.

Fractal Design Define 7 (XL) can have up to 18 HDDs by design, but then you will need to search for PCIE to SATA cards and PSU that have many SATA connectors (for example RM850x/RM1000x) and Molex to SATA cables.

FSP CMT370 is a much cheaper case with up to 3.5" HDD *9 or 2.5" SSD *10 but it's not on amazon, it probably doesn't sell to western world.

SAS drive enclosures (and SAS cards) are also an option, but the cages might be very loud because they are designed for servers that also are very loud.

[–] axzxc1236@lemm.ee 7 points 5 months ago (1 children)

Important things about dual booting:

  1. Configure your Windows to use UTC time https://wiki.archlinux.org/title/System_time#UTC_in_Microsoft_Windows

  2. Disable "Fast startup" in Windows (can possibly cause hardware issues if not disabled and it really doesn't improve things in computers with SSD)

[–] axzxc1236@lemm.ee 7 points 5 months ago (2 children)

What do you recommend I do about disk partitions?

I recommend separate EFI partitions while dual booting, I haven't seem issues with my separate EFI partition setup yet.

If Mint provides Btrfs filesystem I personally recommend looking into timeshift (snapshot software that can be setup to automatically snapshot your computer).

Is disk encryption straightforward?

According to Linux Mint forum, you need to choose an option in "Advanced features" while going through installer, that seems straight forward

Is cloud storage sync straightforward?

Don't have experience with this but I can tell you: While rclone supports bi-directional sync, you need some setup for make it run periodically.

Should I just use apt to install software?

In the end you have to give trust to someone, I think it's fair to say if you already choose Mint you probably trust whatever options comes with Mint more than 3rd party options (but is it theoretically possible that backdoored program exists in Mint repository? of course yes).

[–] axzxc1236@lemm.ee 2 points 5 months ago

While my solution isn't perfect (if someone key logged my computer I am very screwed), I think it's better than (1) have a much higher chance of losing my 2FA tokens altogether (2) put all hope on Bitwarden being not compromised

[–] axzxc1236@lemm.ee 3 points 5 months ago* (last edited 5 months ago) (1 children)

Do you want to have 2fa keys on all your devices?

Yes

Doesn’t that defeat the purpose?

I use different password between KeepassXC and Bitwarden. (On my phone one of them is unlocked by fingerprint because I am lazy but not both)

And I don't store KeepassXC password in Bitwarden.

[–] axzxc1236@lemm.ee 19 points 5 months ago (5 children)

Syncthing and KeepassXC for syncing 2FA between devices. (I use Bitwarden for passwords)

[–] axzxc1236@lemm.ee 9 points 5 months ago

If your command doesn't change (doesn't require dynamic input), sudoers file can make specific command+argument run without password required.

https://www.cyberciti.biz/faq/linux-unix-running-sudo-command-without-a-password/ (ctrl+f search "A better solution")

(You can also use wildcards in sudoers file but with nftables I imagine it's a big security risk)

[–] axzxc1236@lemm.ee 22 points 5 months ago (5 children)

sudo chattr +i (folder) prevents anything to modify/delete folders and files

Add -R for setting the flag for all subdirectory/files

[–] axzxc1236@lemm.ee 1 points 5 months ago

hmm...... I would skip dpkg command in this case.

[–] axzxc1236@lemm.ee 1 points 5 months ago* (last edited 5 months ago) (4 children)

If you have Ubuntu install USB ready, I can't see why not try the command.

One of the engineer in my workplace did the upgrade (22.04 -> 23.10 -> 24.04), also end up with broken system, I fixed their Ubuntu by doing these steps.

[–] axzxc1236@lemm.ee 2 points 5 months ago* (last edited 5 months ago) (7 children)

The best way is to backup whatever is important to you right now, if you haven't already.

Then I would check/do (No grantee that it helps your case):

  1. Which Ubuntu version does /etc/apt/source.list point to? noble = 24.04, mantic = 23.10

  2. sudo dpkg-reconfigure -a

  3. sudo apt install -f

  4. sudo apt upgrade

view more: ‹ prev next ›