Aiwendil

joined 3 years ago
[–] [email protected] 10 points 2 years ago* (last edited 2 years ago) (1 children)

"Distro recommendation" questions aren't usually very useful...all you get is everyone recommending the distro they use. It's unlikely you can get anything useful out of the answers.

I wanted something with support and with people that care for the code

Applies to pretty much every major linux distro that isn't a derivative and also some of the derivatives that do more than just add some cosmetics (unless you specifiy a bit more in details what you mean with "care for the code").

Also all distros can be configured, there is no real reason to switch from something like ubuntu because you don't like how the "Files" manager works to another distro...you could get pretty much the same on ubuntu as other distros offer and in most cases easier than by doing a reinstall. Really, you are better off trying to fix an issue you have on one distro that distro hop at every little problem you run into...

[–] [email protected] 1 points 2 years ago

Yes, in a way that's pretty much how having multiple local terminals work as well. For ssh there is no difference there, you can have multiple logins with the same credentials even from different remote locations.

[–] [email protected] 4 points 3 years ago* (last edited 3 years ago)

I guess a mixture of POSIX compatibility, backward compatibility and non-interactive shell use-cases.

Being somewhat POSIX compatible offers a way to write scripts that work on many systems independent of the actual shell implementation (bash, dash, zsh...). But this means major overhauls of the shell "language" are out of question...

Backward compatibility gets important for things that ignored the first point and used features only available in bash. Given that bash is the default for 30 years for linux now there are probably plenty of examples.

And while bash is not the smallest shell it is also not the largest one...and rather configurable at compile-time when it comes to supported features. This makes it a viable option as "shell-script" interpreter for systems that hardly have any interactive shell usage. It's not a completely bare-bone shell so you get a bit of "comfort" for scripts but you can remove unnecessary things like interactive command line editing with lib readline..I can imagine some embedded systems find uses for such a shell.

And it's not that there aren't alternatives...Microsoft's Powershell is probably the most successful one "recently". But changing all existing "workflows" from a text-based one to an object based one is not a trivial task...and in addition you run in new problems with any new shell design (For example I really dislike the overly verbose interactive useage of powershell but that's rather subjective)

[–] [email protected] 2 points 3 years ago

I assume the major reason is trying to get pre-compiled proprietary software to work...hardly any proprietary software offers a musl version in addition to their glibc version.

[–] [email protected] 2 points 3 years ago

Ahm...the article is about how that package creates a broken system and that the alpine project doesn't want to be associated with images that have the package preinstalled. So not sure if suggesting to try it is a good idea ;)

[–] [email protected] 6 points 3 years ago

As gentoo user running systemd...I think it's a bit oversimplified to say gentoo doesn't use systemd. Gentoo comes with profiles for systemd and openrc so I would say both are supported. And on a personal level I dislike the comparison to arch as both distro's hardly share any overlap in target audience (But I think the article compares them on the one thing they have in common...gui less install)

Also kind of misses one elephant in the room...openSuSE.

[–] [email protected] 1 points 3 years ago (1 children)

No clue if that fits your needs but there are plenty of latex templates for resumes

[–] [email protected] 1 points 3 years ago (1 children)

Well, given their statement that they withdrew from any partnership with freenode and the exchange students...ahm IRC OPs of fosshost stepping down from those positions after freenode kicked gnu I am willing to give them the benefit of doubt and assume they were just a bit naive in entering the partnership in the first place.

[–] [email protected] 3 points 3 years ago

Okay, in advance...sorry for mainly criticising, the content itself is basic but maybe useful for people coming from windows and new to linux.

For example, if I wanted to switch to the Documents directory, I could type this.

Cd Documents.

Linux is case sensitive...and while this might be blog software used giving an example that won't work is maybe not a good idea. Needs to be "cd Documents"

Same later on with "Cp /original/pathto/filename /path/to/copy/to" and also "Mkdir “name of directory you want to make”"

cp paragraph messed up the headline ;)

Different syntax...the rm example uses /path/to/file while the mkdir example uses “name of directory you want to make”, probably should stick to one way.

And while I think short and very basic introductions to commands can be helpful links to full explanation/man pages for each discussed command might be a good idea or it gives the impression those commands are as limited as described there.

[–] [email protected] 1 points 3 years ago

No clue about the gtk frontend as I don't use it but with the qalc shell tool you can use a 0d prefix:

> 0d9
  9 = 9
> 0dA
  10 = 10
> 0dB
  11 = 11
> 0d10
  12 = 12
[–] [email protected] 5 points 3 years ago* (last edited 3 years ago)

Just to mention it...libqalculate also comes with CLI qalc tool which I use all the time, it's a great calculator. And Plasma's krunner uses libqalculate as back-end for their integrated calculator. I think anything that contains a "=" in krunner get send to libqalculate allowing things like =plot(x^2+2x-3 ; -10) in the krunner input.

Edit: The function list is something worth having always a hand when doing calculations with krunner.

view more: ‹ prev next ›