linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

aGeN, in Messed up my fonts

My terminal is urxvt. Ill get another look tomorrow. My browser seems to work fine.

amanneedsamaid, in Messed up my fonts

I don’t have time currently to look for a detailed solution, but assuming you installed using:


<span style="color:#323232;">fc-cache -f -v
</span>

I would start by looking for how to revert that command.

stefenauris, in Messed up my fonts
@stefenauris@pawb.social avatar

Most terminal programs come with a profile option, can you try making a new one and see if that resets your settings for you?

Hominine, (edited ) in Messed up my fonts
@Hominine@lemmy.world avatar

“You’ÏÏ never yay again.”
Sorry that all I can do is let the air out a bit op. Hopefully someone will swoop in to teach us both something before too long.

lemann, in chunkyhairball's preferred OSS List

No GIMP 😮. Will definitely be taking a look at Inkscape the next time I’m doing vector art work though…

Soundhole,

Dump Gimp. Krita is the way.

UFODivebomb, in Linux reaches new high 3.82%

At least two dozens of us

69420, in Linux reaches new high 3.82%

<span style="color:#323232;">date '+%Y&nbsp;is&nbsp;the&nbsp;year&nbsp;of&nbsp;the&nbsp;Linux&nbsp;desktop'
</span>
ardent_abysm, in Easiest way to switch distros
@ardent_abysm@lemm.ee avatar

Mint is an Ubuntu derivative like Pop, so the package manager is apt. Synaptic is a gui for apt.

If you want to learn and use ansible, go for it, but it might be a bit more than you need. If you are just wanting to install the apps you want, you can just write a quick bash script that installs all the apps you want.

The file structure should be the same in Mint as Pop, so restoring your dot files should be straight forward.

Loucypher,

This. Go the Ansible way only if you are interested in gaining skills in that domain. It is a must have skill if you want to pivot to devOps

jack, in Linux reaches new high 3.82%

Monthly jerkoff thread

LunaCtld, in What are you most excited when it comes to linux in 2024?
@LunaCtld@lemmy.world avatar

GIMP 3.0

YoorWeb,

Is this actually happening in this decade?

possiblylinux127,

Unlikely

ulterno, (edited ) in New Linux user here. Is this really how I'm supposed to install apps on Linux?
@ulterno@lemmy.kde.social avatar

“I have no idea what I’m doing here” <- Happens in the beginning. How about you start by trying to know what exactly you are doing? Let me give you a fasttrack…

  1. The first command you get in the instructions is curl. It is generally used to download stuff from a networked server.

    1.1. To understand the -fsSLo in the command, I strongly advise you to check out the manual of curl using man curl in a terminal.

  2. The second command in the instructions is echo “something” | sudo tee some/file

    2.1 Here you see 3 commands echo , sudo and tee. 2.1.1 Again, you can use man command-name to check the manual pages for these commands 2.2 There is a | symbol over here. It is called the “pipe symbol”, which is what you can use to search for it. It is usually difficult to search for the symbol itself and I haven’t found a man page for it, but open man bash and look for “Pipelines” and you’ll know what it is about. Use Link, Link and Link to help yourself understand this.

  3. The commands in “Install the package” use the apt program. This is a https://en.wikipedia.org/wiki/Package_managerhttps://en.wikipedia.org/wiki/Package_manager. Its job is to read package information that package developers have made and try to not let the system become unusable.

    • e.g. If you have a program called Xorg from 5 years ago, and a program called mesa from 5 years ago and Xorg depends upon mesa to work. Here, if you replace your mesa with a new, recent mesa yourself, there is a good chance Xorg will not work. The Package Manager prevents that from happening.
  4. The gist of what the instructions are making you do is, telling the Package Manager that there is another place from where you want it to look for packages.

To understand man pages better, check out this link.

Don’t think too badly of people dissing you in the comments. They are tired and fed up of help vampires. Hopefully, you can try not to become one.

  • Try and build your own process of understanding the commands you see on the internet before entering them into the terminal.
  • The comments telling you to just follow the instructions, are coming from the perspective that you don’t have the patience and determination to understand them yourself, which, a lot of people don’t. I will leave it upto you to determine which one you decide to be. It is, however, a bad idea to follow instructions on any website, just because it “seems legit”. You can’t really say you “trust” the site until you have the ability to find out for yourself whether you want to trust it.

Check this out

bizdelnick, (edited ) in Is there any way to emulate aegis authenticator (fdroid) on an ubuntu based computer?

There’s nothing special, it can be replaced with any TOTP/HOTP implementation. In particular, oathtool is supplied in most distros (it has only command line interface, probably there are also some GUI tools in your repos). However it does not support JSON key format that is provided as QR code for mobile 2FA apps. You have to copy and paste values from it manually.

However this will likely violate your employer’s security policy. The point of 2FA is that secret key is stored on a separate device, so that it cannot be stealed together with your password.

I recommend to try other Android apps on your phone. I use FreeOTP+ and have no problems with font readability. Some of my collegues use AndOTP and like it.

joojmachine, in Linux reaches new high 3.82%

I’m really suspicious of those numbers, seeing the sudden drop in macOS and Chrome OS, but I’m hoping so much that those are accurate. Things are slowly but surely getting better.

RegalPotoo, in Is there any way to emulate aegis authenticator (fdroid) on an ubuntu based computer?
@RegalPotoo@lemmy.world avatar

No actual answer, but I’d suggest reading your employers computer use policy carefully - for me at least, sharing an OTP secret with an unauthorized application would be a pretty serious policy breach. Probably wouldn’t get fired for it (unless it resulted in an actual breach) but would definitely get a “don’t do that again” letter from HR

Extrasvhx9he, in Is there any way to emulate aegis authenticator (fdroid) on an ubuntu based computer?

Copy the totp seed from aegis and use something like keepassxc to generate the codes

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #