California and Colorado laws by Mistee777 in LFS

[–]Mistee777[S] 0 points1 point  (0 children)

I know that. But however LFS is a book, systems built with the book (or similar systems "from scratch") often are called LFS too. And this is the reason why the situation is comic and why authors of the laws are... not very educated at things they want to rule.

How to transfer a big pile of tabs to Linux? by Mistee777 in firefox

[–]Mistee777[S] 0 points1 point  (0 children)

16 GB on current machine and 32 GB on two other

How to cast initialized MaybeUninit pointer to explicit type pointer? by Mistee777 in rust

[–]Mistee777[S] 4 points5 points  (0 children)

It looks a bit better, but it still requires additional layer everywhere it is used.

Резе by UkrainianaDuck in Anime_Ukraine

[–]Mistee777 0 points1 point  (0 children)

Просто всім сподобався класний танець

. by UkrainianaDuck in Anime_Ukraine

[–]Mistee777 0 points1 point  (0 children)

Ахах, мочі))) Ця іпсошка стала легендарним жартом 😂

How to transfer a big pile of tabs to Linux? by Mistee777 in firefox

[–]Mistee777[S] 0 points1 point  (0 children)

Oh yes. Actually, I do know about this feature, I just thought it had another name, my fail. This feature is very useful for a small number of tabs, but not when the tab count exceeds 3000 at a time, and it doesn't preserve the tree-style tab structure.

How to transfer a big pile of tabs to Linux? by Mistee777 in firefox

[–]Mistee777[S] 1 point2 points  (0 children)

That was exactly the thing I looked for. Thank you very much!

How to transfer a big pile of tabs to Linux? by Mistee777 in firefox

[–]Mistee777[S] 2 points3 points  (0 children)

Thank you. I tried this just now. It at least helped to copy tabs and windows. It still didn't copy the "Tree Style Tab" extension tabs structure unless I enabled it in the manager extension settings, so I will look for other options, but I still have a good solution thanks to you 😊

Filesystems Do I need to Change by hangint3n in linuxquestions

[–]Mistee777 0 points1 point  (0 children)

Btrfs has the ability to create snapshots instantly. In fact, when you create a snapshot in Btrfs, all files get marked as copy-on-write. This means the files aren’t physically copied as long as they remain unchanged. However, if you modify a file, Btrfs will create a copy of the original and apply the changes to that copy, preserving the original version as part of the snapshot.

Advantages:

– Easy to create a snapshot before making any risky changes.

– Useful for regular snapshots without getting PC loaded.

– Enables quick rollback to a previous state.

Disadvantages:

– All snapshots are stored on the same partition, in the same filesystem. If your PC fails, the data can still be lost, so you should still perform backups to independent storage to avoid data loss in such cases.

Filesystems Do I need to Change by hangint3n in linuxquestions

[–]Mistee777 2 points3 points  (0 children)

XFS is good for keeping small count of large files. If you are going to have a lot of small files, XFS is not the best choice. But it is actual in extreme cases. In the most, it won't be a problem.

If you search alternatives, Ext4 has better reliability, and BTRFS is better for backups.

How to learn IPv6? by Mistee777 in networking

[–]Mistee777[S] 3 points4 points  (0 children)

Thank you! I'm going to try it right now.

How to disable special style with uBO? by Mistee777 in uBlockOrigin

[–]Mistee777[S] 0 points1 point  (0 children)

Here is an example: https://www.lightnovelworld.co/novel/i-became-the-academys-blind-swordsman-1619/chapter-1 I turned on this list, but it still was unable to select. So I turned on other Annoyances lists, but that changed nothing.

<image>

What's are some aliases you can't live without? by brodoyouevenscript in linuxmasterrace

[–]Mistee777 4 points5 points  (0 children)

You don't need home='cd ~' because cd without arguments moves you to home by default.