bizdelnick

joined 2 years ago
[–] bizdelnick@lemmy.ml 1 points 1 year ago* (last edited 1 year ago) (1 children)

I don't know for sure, it depends on changes in the liblzma API. If there were any changes (backward compatible or not, usually nobody cares about forward compatibility), yes, recompiling is required.

[–] bizdelnick@lemmy.ml 2 points 1 year ago (3 children)

So you need to downgrade to even earlier version. Best of all, use a fork created by Joey Hess.

[–] bizdelnick@lemmy.ml 25 points 1 year ago (9 children)

If you want to control users, don't give them admin privileges.

Most of things you enumerated solve windows specific problems and therefore have no analogs in other OSes.

[–] bizdelnick@lemmy.ml 1 points 1 year ago* (last edited 1 year ago)

Both work. But for desktop use I recommend VirtualBox.

[–] bizdelnick@lemmy.ml 2 points 1 year ago (2 children)

This does not mean that you won't have troubles because of new software bugs or incompatibilities with old configs.

[–] bizdelnick@lemmy.ml 2 points 1 year ago (1 children)

You can create a shortcut for each firefox profile. This won't give you an isolation like VM or container but similar to portable apps while consume less RAM.

[–] bizdelnick@lemmy.ml 24 points 1 year ago (11 children)

Use vanilla Debian. It is well suited for that purposes and it is great in terms of long time support: stable distro updates almost never break anything and upgrading to new release is possible and relatively simple. Don't listen to those recommending Arch or Fedora, upgrading them is a pain especially when you have to support many servers.

If you want something more lightweight, you may try Alpine. It is also a distro of choice for docker containers. However I'd prefer Debian for the host.

[–] bizdelnick@lemmy.ml 3 points 1 year ago (1 children)

That's correct answer. If you did not write anything in the space you freed (i.e. did not create a partition there AND format it), your data is not damaged.

[–] bizdelnick@lemmy.ml 13 points 1 year ago (1 children)

Don't use sudo $EDITOR, use sudoedit.

[–] bizdelnick@lemmy.ml 25 points 1 year ago (1 children)

I agree that autocrap is the worst build system in use now. However writing plain Makefiles is not an option for projects that are more complex than hello world. It is very difficult to write them portably (between various OSes, compilers and make implementations) and to support cross compiling. That's why developers used to write configure scripts that evolved to autocrap.

Happily we have better alternatives like cmake and meson (I personally prefer cmake and don't like meson, but it is also a good build system solving the complexity problem).

view more: ‹ prev next ›