There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

linux

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

nestEggParrot , in I just started using Linux... any great tips?

Unless you are looking to work on shared systems/servers as sysadmin or other jobs, explore shells like zsh or fish and customise them rather than stick to bash. A lot more user friendly and accessible advanced features. Helps with learning a lot. Zsh is compatible with bash but fish isn’t. So choose based on what your goal with learning shell is.

If you are sticking with debian based distros, try apt and synaptic(GUI) to install your software. At some point you might also need to install tar archives. Don’t get worried as most guides should be easy to follow.

Heavybell , in What are the best practices to partition a linux system with?
@Heavybell@lemmy.world avatar

I personally have a tiny fat32 EFI partition, a small ext4 root, and everything else allocated to LVM2. Then LVs for every large path, like /home, /var, etc. I leave most of the extents unallocated until I need more space.

GustavoM , in I just started using Linux... any great tips?
@GustavoM@lemmy.world avatar

I think the two “major tips” that I can give you are simply

1- Package manager is your best friend.

2- Figure out the “know-hows” of Linux (i.e who “is responsible” for the video card, who deals with the cpu, how do i configure my sound card, how do i configure my video card, etc.).

Master those two tips and you can call yourself an average linux user.

danielfgom , in Recommendations for a FOSS Cross-Platform Note-Taking Application
@danielfgom@lemmy.world avatar

I looked into it once but there wasn’t anything. I just stuck with Google Keep and it works great for small notes.

shotgun_crab , in zsh or fish for an intermediate Linux user?

Both are good (and Bash too). Try them all and choose the best one depending on the context. For example, on my main PC I use fish with a few plugins (and fisher as the manager), but I’d never use it on a server due to it not being POSIX compliant.

ozymandias117 , in Ubuntu Core Desktop - Deep Dive

What do snapd and the “gadget” run if they aren’t on top of the kernel?

Are they something akin to uboot running on bare metal?

Zangoose , in Beginner's Guides for Switching to Linux?

Gentoo Linux. Into the deep end!

(Starting off with something like mint or pop!os is probably your best bet, EndeavourOS is a good choice too but it’s a little bit more effort for a first distro)

Xandris , in Systemd: Hidden Gems for a Better Linux

ah soft reboot ive been waiting for something like that

fhein , in zsh or fish for an intermediate Linux user?

Don’t know how much “minor customization” is to you, but perhaps try adding some major stuff before giving up on it. Personally I started with prezto, customised it, and added a few things like fzf. Fish is probably nice too but I haven’t got around to giving it a fair try.

chayleaf , (edited ) in Nix 3rd party repos and Binary packages

Are there any 3rd party repos?

Nix has “flakes”, which allow you to share Nix code in a Git repository, it’s like repos on steroids. There are many Git projects that offer new packages (such as nix-gaming) or NixOS modules (such as my project nixos-router), or even just Nix code (such as my projects notlua and notnft, which allow you to write Lua code and nftables rules in Nix), or any combination thereof.

Would it be possible [for proprietary software to be compiled for NixOS]?

Kind of. You first have to understand what Nix derivations are - builders that take certain inputs (such as certain versions of libraries) and produce some outputs.

What happens if the inputs (such as a library version) change? The outputs change as well - previously it was /nix/store/abcdefgh-libfoo/lib/libfoo.so, now it’s /nix/store/ijklmnop-libfoo/lib/libfoo.so - the path to libfoo changes, and the binary’s RPATH reflects that.

So if you want to package binary software for NixOS, you either have to pin library versions (so the paths don’t ever change), or patch the binary.

…proprietary codecs…

It depends on what those codecs are.

Let’s say they are a binary. In that case, you install them and they get added to your PATH - easy.

Let’s say they are some data files. In that case you install it and it gets put into XDG_DATA_DIRS - easy.

Let’s say it’s a shared library (.so). First question - how is that .so loaded? By which program? From where?

Depending on the answer, what you have to do changes as well. You may have to override some core media library, or ffmpeg, or maybe you can override VLC, or VLC’s ffmpeg, but not system ffmpeg. Or, it may be the case that a simple LD_LIBRARY_PATH change will do it for you.

Basically - it depends. That’s why NixOS requires a deeper knowledge of Linux, or forces you to learn.

JackBruh , in Customizing COSMIC: Theming and Applications

Looks pretty good

Elkenders , in Minimal Arch-Linux Installation Experiencing Crackling Sound in Discord Calls

Sorry not a Linux specific thing but possible a sample rate conflict? If you’re able to test/toggle between 48k and 44.1 that might be worth trying.

Presi300 , in Is there a arch linux installation guide that teaches all aspects of the system during the guided installation?
@Presi300@lemmy.world avatar

Type “archinstall” in the installation environment, you don’t need to setup arch yourself…

Presi300 , (edited ) in State of gaming on linux?
@Presi300@lemmy.world avatar

Outside the few games like valorant and destiny 2, literally everything else I’ve tried runs just fine on Linux. Wine/Proton has gotten really good these past 2 years. Even on Wayland, which has historically been bad for gaming things just work nowadays.

Bigbon , in Minimal Arch-Linux Installation Experiencing Crackling Sound in Discord Calls

Had the exact issue after whatever pipewire update, fixed it by switching to pulseaudio. Was really trying to find different solution, one thing works temporarily(and I mean it, sometimes it fixed the issue for 1 minute sometimes for the entire session) is to switch audio profile to pro mode(if on kde at least)

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines