linux

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

squarm, (edited ) in How do I get rid of excessive password prompts, with the least amount of lost security?

Idk about the gpu screen recorder but for the keychain for Discord if you disable the KDE wallet subsystem (which is just in the kde system settings) it should stop asking. it’s never caused me an issue and made the discord popup go away. its a dirty solution but its what worked for me.

meekah, (edited )
@meekah@lemmy.world avatar

I’ll disable it and see what happens next reboot. Earlier I tried some flag when launching discord that was supposed to make the prompt go away but that didn’t work. Thanks for that tip.

edit: awesome! this worked. now I just need to figure out flatpak and the screen recorder :D

shertson, in What are people daily driving these days?
@shertson@lemmy.world avatar

Laptop and Workstation run Fedora. Servers run Proxmox.

Can’t say that there is anything new and exciting. Big change for me has been that I have accepted flatpacks. I’ve gotten to the point where I don’t care about being a purist, don’t care about customizing and theming everything. I just want to use my computer.

flashgnash, in Package up and transport a linux?

NixOS and to a lesser extent nix package manager is great for this. Write a config for your entire setup, which will take a long time, but then you can carry that config with you through any and all future machines, and have every one of them setup just the way you like from the beginning

I would highly suggest using NixOS for something like this, however if you don’t want to/can’t the following should apply to pretty much any other distro

Most applications in Linux save their config in ~/. config/ or ~/.configname , if you copy these files and directories over to your new machine all your old settings should persist (this won’t copy applications themselves but will copy their settings for when you reinstall them)

(though be warned this is a messy way to do it if you just copy absolutely everything without thinking, some settings you probably don’t want copied over)

UnRelatedBurner,

tbh, messy way it is, or maybe I’ll clean the data up becore transfer, we’ll see. thx!

heygooberman, in What are people daily driving these days?
@heygooberman@lemmy.today avatar

Linux Mint with a secondary partition running EndeavourOS

captain_aggravated, in What are people daily driving these days?
@captain_aggravated@sh.itjust.works avatar

I’m a Mint Cinnamon guy.

heygooberman, (edited ) in Is PopOs a good option if i don't want to tinker much with the OS and do some basic tasks as web browsing etc?
@heygooberman@lemmy.today avatar

Definitely yes! Pop OS is one of the best distros for starters, along with Linux Mint. Basic tasks like web browsing, playing games, and writing docs all work well on Pop OS. If you have familiarity with macOS, you’ll notice that Pop OS is very similar when it comes to layout and certain multi-touch gestures.

hungry_potato,

I’ve been experimening with a few beginner friendly linux distros such asUbuntu, Pop os linux mint etc in a a virtual machine. Since i don’t know much about linux as i have never used it, it’s quite difficult for me to get things working for now. I’ve been using Windows for years as it’s the"default" operating system everywhere and lately I’ve been reading stuff about privacy and open source so i don’t want to use windows for that reason and more. Where do i learn more about linux system so i can get more familiar with it? I don’t want to break things up because of my curious nature so it would be nice if there was a detailedtutoriall covering basic or possibly advanced stuff.

Nibodhika,

it’s quite difficult for me to get things working for now.

What sort of things are you having problems with?

Where do i learn more about linux system so i can get more familiar with it?

Most of us learned by being curious and poking around, reading on Google or asking our friends who use Linux. If you don’t have friends who use Linux the community is also great, asking in forums such as this one will likely get you answers and explanations for things. Pop is based on Debian, Ubuntu is also based on Debian, so most things that apply to one apply to the other, in fact the vast majority of things that apply to one Linux apply to most of not all, which is why a lot of people look to the Arch Linux wiki for answers even if they don’t use Arch themselves.

I don’t want to break things up because of my curious nature

You will break things, consider this a fact because it will happen, Linux gives you too much access, so if you don’t know what you’re doing you might shoot yourself in the foot, but that’s fine because you would have learnt something important in the process.

So if you’re going to break things, how can we make it easier for you to recover? On Linux different drives or partitions don’t show up as different letters on the “my computer” like they do on Windows, instead they need to be mounted onto a folder. This means that you can have folder A and folder B side by side but both being in different drives inside a folder C that is in yet another drive. That sounds confusing, but we can use this to our advantage, the root of the Linux filesystem is / everything is inside that folder, so for example the full path to your user directly is /home/ whereas the full path to the Firefox binary (which you can check by running which firefox on a terminal) is something like /bin/firefox. When you’re installing a system you can partition the disk (or if you have multiple disks) and select each one of them to mount in a different place on boot, to do that on most installers you need to select manual partitioning or something like that, then you select one partition of at least 100GB (you can do a lot less for testing on your VM, this is my recommendation for your actual system) to be mounted on /, then you select a partition of at least the same amount as your RAM to be swap (swap is essentially a RAM in disk, this is used when you run out of RAM, or when you want to hybernate), and finally the remaining space you put to mount on /home. Remember how I said your user home directory was inside /home? So that means that now your user home directory is in a separate partition from the system, but why would you want that? Simple, because now if you break your system, or want to reinstall it for whatever reason, you’ll only format the partition you used for /, leaving the one on /home untouched, which means that all of your personal files, configurations, etc get preserved. You’ll only lose the system, programs installed, and other such things which are easily recoverable. If you do this, the worst case scenario for your curiosity is around half an hour of reinstalling the system before you’re back to where you started without losing anything important.

heygooberman, (edited )
@heygooberman@lemmy.today avatar

Hmmm…given the beginner friendly nature of distros like Linux Mint and Pop OS, I doubt you will find much tutorials centered around those distros (though you will definitely find a lot of commentators and reviewers talking about these distros and how “great” they are). However, if you want to learn about Linux as a whole, then there are definitely some great resources you can use to help you with that.

What is your preferred learning method? Do you like learning through reading, or do you prefer an online video tutorial where someone is simultaneously talking and demonstrating?

hungry_potato,

I tried watching courses for beginners on YouTube but most of them justshow how to install the OS andthe general overview of how to do basic things. While usingPopOss And Linux mint i tried unintalling softwares without internet and all it takes me to error page on their app store. I don’t want to learn basic stuff by doing trial and error if i can learn it as a whole using a tutorial.

Moobythegoldensock,

Here’s a tutorial for removing packages without the app store:

itsfoss.com/apt-remove/

heygooberman,
@heygooberman@lemmy.today avatar

Well, if YouTube videos haven’t been much help to you, then perhaps these books will give you what you want:

itsfoss.com/best-linux-books/

hungry_potato,

Thanks for the resources. I’ll check them out.

d3Xt3r,

it’s quite difficult for me to get things working for now. […]

Where do i learn more about linux system so i can get more familiar with it?

You said it was difficult “to get things working” - identify what exactly is it that you’re finding difficult, then type that into Google/DuckDuckGo and check the results. If there’s anything in that results you don’t understand, Google/DDG it further. Keep doing that until you understand everything that you want to about that topic. Then proceed to the next topic.

There are also IRC, Discord and Matrix chat rooms for most Linux distros out there, so if you’re unable to find an answer, feel free to hop into one of those channels and ask a question.

ChatGPT is also a decent resource for general understanding - but don’t type any commands it suggests (unless you know what you’re doing!).

naonintendois,

I would get comfortable with the idea of breaking things. Make regular backups of your data. The best that I’m aware of for making it easy to work backwards from breaking things is NixOS, but I wouldn’t consider it beginner friendly.

You learn a lot from trying to bring a system back online. But it depends if you’re trying Linux to learn it more or just to take advance of privacy.

hungry_potato,

I don’t want to break my system drastically if i were to learn along the way using it without any knowledge. I want a stable os while also doing stuff I’d normally do on Windows.

naonintendois,

It shouldn’t break if you just install packages from the main app installer. It’s more of a concern if you’re trying to install anything from source.

Also make sure to try a live cd or live USB to make sure the OS is compatible with your hardware. VM is not sufficient for this last one. This is usually only an issue if you have very new hardware.

bbbhltz, in A Todo App with Caldav and countdown timer support?
@bbbhltz@beehaw.org avatar

I use Tasks.org on Android which does sync with DavX⁵.

There is no “countdown” but it shows due dates in he widget and has notifications.

authed, (edited ) in Broke a partition. Is there any way of saving it?

Did you delete the partition? Or quick format?

worldofgeese, (edited ) in What are people daily driving these days?
@worldofgeese@lemmy.world avatar

I run Guix System on my personal laptop and Project Bluefin on my work machine.

Guix is even easier to get started with now thanks to the Guix Packager , a web UI for writing Guix package definitions.

Project Bluefin auto-updates thanks to its use of container images deliver system updates. It’s also just a great platform to get started writing containerized apps, since it ships with rootless Podman by default and you can easily add new developer tools using just commands.

BrikoX, in would it be illegal to download Ubuntu on a Chromebook?
@BrikoX@lemmy.zip avatar

Chromebook’s run on ChromeOS which is Linux based…

01adrianrdgz,
@01adrianrdgz@lemmy.world avatar

I know ChromeOS is Linux but I want Ubuntu, but if I’m honest, I would be ok with only using ChromeOS!!

BrikoX,
@BrikoX@lemmy.zip avatar

Well, then the answer is obvious, no? You can, but there can be some compatibility issues. And changing your operating system is not a criminal offense. As far as Google internal policies, you would have to ask them.

Potajito, in What are people daily driving these days?

Another one for the endevour os team. Not looking to distro hop anytime soon.

TCB13, in What are the major components of any Linux distribution?
@TCB13@lemmy.world avatar

Systemd.

zv0n, in A Todo App with Caldav and countdown timer support?

I use Vikunja, but you have to self host it, it’s not an app you can just start on your PC

imgel, in PipeWire 1.0 Released For Managing Audio/Video Steams On The Linux Desktop

lets go

library_napper, in Mozilla Firefox 120 Is Now Available for Download, Here's What's New
@library_napper@monyet.cc avatar

Please dont post screenshots of content. Post a link to it

SomeRandomWords,

They might have changed the OP to fix it in the past hour, but for me the “screenshot” is coming from the social image for the link on the post itself. Clicking through the link gets to the actual article.

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