Presi300

joined 1 year ago
[–] [email protected] 1 points 1 week ago

Depends on the distribution. And how used you are to windows.

Imo, for the easiest possible experience, choose fedora and use it sorta like desktop android.

 

Yeah, for some reason, after the newest UI update, changing the volume from another device is broken... AGAIN. Good thing I use spotify like that only 90% of the time.

I sure do love using services I pay for...

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

Virtmanager and qemu/kvm

[–] [email protected] 1 points 1 month ago

I don't use twitter

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

Spotify... It's very convenient

[–] [email protected] 0 points 1 month ago (1 children)

I mean, all of my cables are CAT 5e and I can easily pull a gigabit down and up from my NAS... Which has a gigabit NIC, so ig you're right.

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

CAT8 40MB/s

I think you went a but overkill with that one, high quality CAT6 cables would have done the same job, but hey, if it works, it works.

[–] [email protected] 1 points 1 month ago

Coque... say that word

[–] [email protected] 1 points 1 month ago

I'm just a massive nerd and feel like switching things up a little from time to time.

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

I multiboot 4 OSs...

Windows 10... some old, pirated patch.

Fedora 40

Gentoo

Arch (my current daily driver)

[–] [email protected] 1 points 1 month ago (1 children)

Yeah, I swear by touchpad navigation, so the lack of PgUp, PgDown or the as described by you - terrible keyboard navigation doesn't really bother me.

I was hoping that the snapdragon X Elite laptops were gonna be as good as advertised, but alas, they are not.

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

Do not buy an M-series mac just for asahi linux. It's a cool project. It is not daily driveable (yet). However, for using it as a regular laptop with MacOS.... Agh, I'm gonna get hate for this, but it's amazing. I'm a firm believer that you cannot get a better laptop experience than this. Great battery life, great performance, great screen, great touchpad. And as for MacOS, it's like worse GNOME with KDE settings, really nothing to write home about. Install homebrew and it functions like you're used to with linux distros...

Ik apple bad and all, but the way I see it, they are just as bad as other manufacturers like DELL, just that their products are actually good while they work...

As for the actual performance, it completely obliterates X86 counterparts around it's price range, unless you need to game or do graphically intensive stuff.

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

I switched to linux a while ago, back when windows 11 was 1st announced and never looked back. Looks hard, but as long as you don't think you can use a Linux distro the same way you use windows, you'll be fine. Think of a Linux distro as "desktop android". Downloading stuff from the internet should be your last resort, after going to the built-in app center.

 

I am aware of the switches you can pass to each app to make it use native wayland, but is there any way to do it globally?

5
submitted 3 months ago* (last edited 3 months ago) by [email protected] to c/[email protected]
 

This is sort of a follow-up to my previous post, asking about migrating ZFS pools to a new machine. Migration went smoothly and the new machine is quite the nice upgrade, if I may say so myself I went from:

A hacked together custom build

AMD FX-8320E 8c/8t @3.20 GHz 16GB ram

To a used HP ProLient dl380e gen8

2x Xeon E5-2450 16c/32t @2.10 GHz 64GB ram

Not mentioning storage, as I haven't changed that, still using a

5x 2TB RAIDz1 HDD pool

Huge thanks to anyone who replied to my old post :)

The ProLient has been quite the fun experience, got it for real cheap and it's been pretty great. Took me a while to figure out how to get the thing booting, iLO4 is not as horrible as I expected and it is kinda loud, but pretty great other than that.

11
submitted 3 months ago* (last edited 3 months ago) by [email protected] to c/[email protected]
 

I've recently been looking at options to upgrade (completely replace) my current NAS, as it's currently more than a little bit jank and frankly kinda garbage. I have a few questions about that and about migrating my current TrueNAS scale installation or at least it's settings over.

Q1: Does the physical order of the drives matter? I.E. The order they are plugged into the SATA ports.

Q2: Since I have TrueNAS scale installed on a USB flash drive (yeah, ik you're not supposed to but it is what it is), how bad of an idea would it be to just... unplug it from my current NAS and plug it into the new one?

Q3: If all else fails, how reliable is TrueNAS scale's importing of ZFS Pools and are there any gotchas with it?

Q4: Would moving to a virtualized solution like proxmox and installing TrueNAS scale on top of that in a VM make more sense on a beefier server?

E: Thank you all for the replies, the migration went smoothly :)

 

I've had this same issue on Gentoo and now on Alpine, both with plasma 6 (Wayland). Pipewire and plasma 6 seem to be working as intended other than that... Any help would be appreciated!

E: the issue is plasma 6 exclusive, I have hyprland installed along side it and screensharing works just fine there

 

I have recently setup a system with TrueNAS scale and while it's been mostly smooth sailing (lies), I can't figure out why TrueNAS itself cannot connect to virtual machines and vice versa, which kinda sucks for me as I have a wireguard server setup on a virtual machine, which works but clients connecting to it cannot connect to anything hosted on the host itself...

(And the whole reason I have wireguard setup like this is because I couldn't figure out how to setup the wg-quick app, it just refuses to work for unknown to me reasons... and by "work" I mean that the WG clients just cannot connect to it, the webui itself works).

The VMs are set with Virtio as their NIC and truenas itself is set to a static IP and can connect to everything else...

Any help would be appreciated...

[SOLUTION]

This is gonna be a quick overview on how to fix this issue, as it seems to be fairly common. You can find more detailed instructions here: https://forum.level1techs.com/t/truenas-scale-ultimate-home-setup-incl-tailscale/186444

Scroll down to the section titled “Oh but wait”

Note: This problem cannot be fixed through neither the webui, web shell, nor SSH, you need to have physical access to the machine, a display adapter and a monitor to display the TUI on.

  1. From the cli menu, go to "Configure network interfaces"

  2. Remove DHCP/Any other static alias you have on your main interface by either pressing delete on it or by manually going to it and deleting it, just leave the alias field blank and ipv4_dhcp to "No", then click on Save

  3. Create a new interface by bressing "n", select type 'BRIDGE", set name to "br0" (without the quotes) and either enable DHCP or add the IP alias that you previously removed from your main interface as an alias here and click on Save

  4. Back on the main "Configure network interfaces screen" press "a" to save changes, then "p" to make them permanent (again without the quotes).

  5. At this point, your network should drop out and you shouldn't be able to connect to the WebUI. Reboot the system and everything should work properly again!

  6. That's it! Problem solved. Now you should go and change the NICs of the VMs to use the new br0 and they should able to connect to the truenas host just fine.

 

I don't get it, every post here that isn't about Linux or some serious topic seems to get downvoted to hell.

I like Linux as much as the next guy, but c'mon, not everything here has to be about it or serious topics...

 

I recently got a few (5) hard drives to turn my home server into a NAS with trueNAS scale and my idea is to have 4 usable and 1 for redundancy, my question is... How does RAID work, like what is RAID 0, RAID 5, software RAID etc, and does any of that even matter for my use case?

28
submitted 10 months ago* (last edited 10 months ago) by [email protected] to c/[email protected]
 

I've got a Dell G3 3579 that's in a dire need of a battery and a bottom panel replacement. I've thought of buying them off aliexpress, but I'm a bit skeptical of it... So ig my question is whether it's OK to buy stuff like replacement laptop batteries off aliexpress.

E: I've checked, amazon does not ship to my country... I'm also technically asking if anyone knows any trusted good replacement battery manufacturers that I should look for...

65
[Plasma] Gren (lemmy.world)
submitted 10 months ago* (last edited 10 months ago) by [email protected] to c/[email protected]
 

-=Stuff=-

OS: You can see it... do I need to type it here?

DE: Plasma (Wayland)

Panel: the plasma panel

Programs shown: Dolphin (file manager), neofetch (fancy Ascii art on the terminal)

Plasma theme: Fluent

Kvantum theme: Fluent-dark-green

Icons: Papirus

Background image: image

Original from pexels, upscaled with: Upscayl

 

Recently, I've been wanting to make a custom live iso with a couple of tools that I need but I really don't know where to start or what to do... any help?

E: I didn't phrase my post correctly, I need a portable set of desktop tools for development, running on the gnome desktop

 
view more: next ›