bizdelnick

joined 1 year ago
[–] bizdelnick@lemmy.ml 9 points 5 months ago

It’s just generally faster to use the terminal if you know what you’re doing.

It's also true for other distros. Not because they have poor GUI tools but because CLI is faster than GUI if you know what you are doing.

[–] bizdelnick@lemmy.ml 7 points 5 months ago

Be careful if you buy a Samsung 8x0 SSD. They have long standing bugs that may cause data loss. They are worked around in the kernel, however you have to ensure that the workaround for your particular model exists in the kernel version you use.

[–] bizdelnick@lemmy.ml 5 points 5 months ago* (last edited 5 months ago)

Glibc preserves backward compatibility, so if you build against the oldest version you want to support, the resulting binary will work with newer ones.

However that's definitely not what I recommend to do. Better learn packaging and build native packages for distros you are going to support. OBS can make this a bit easier (if your software is FOSS), but any modern CI will also do the job.

[–] bizdelnick@lemmy.ml 12 points 5 months ago (1 children)

Isn't that video stream already compressed? Or you want to convert it using another codec/bitrate?

[–] bizdelnick@lemmy.ml 17 points 6 months ago

LOL, all Linux vendors = Red Hat.

All generalizations are false.

[–] bizdelnick@lemmy.ml 10 points 6 months ago (1 children)

It is not steganography. It's just cat original.png trojan > malicious.png.

[–] bizdelnick@lemmy.ml 1 points 6 months ago

I don't know, however this is impossible to understand what's wrong with your fonts.

[–] bizdelnick@lemmy.ml 2 points 6 months ago

In what country? There are various national certifications for this purpose.

[–] bizdelnick@lemmy.ml 9 points 6 months ago

DEL is supposed to delete one row of text

It's not. It overrides a row on a punch card, i. e. one character.

[–] bizdelnick@lemmy.ml 8 points 6 months ago (2 children)

git config core.sshCommand 'ssh -i <path to desired key>'

[–] bizdelnick@lemmy.ml 13 points 6 months ago (2 children)

The biggest problem that I see on this screenshot is that it is a compressed JPEG.

[–] bizdelnick@lemmy.ml 18 points 6 months ago (8 children)

Technically, you always use a username, however in case of Gitlab that SSH username is always git. When an SSH client connects to server, it offers an authentication method. Gitlab accepts that method only if it is a publickey and the fingerprint of the offered key maps to the known Gitlab user.

view more: ‹ prev next ›