linux

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

toastal, in 2024 Is the year I will commit to ditching windows

Hopefully it’s all a relatively painless & bug-free experience for ya.

Does your gear work with Guitarix?

Hellmo_Luciferrari,

U til you mentioned Guitarix I wasn’t even familiar with that software. Unfortunately I don’t believe there is any connectivity between PowerCab or my Helix with guitarix. But Guitarix could still be handy to me. Thank you!

sin_free_for_00_days, in What is going on with /sys/kernel/notes ?

It was added in a patch to 2.6.23

Notes from the coder:

The bonus feature in my patch series adds the magic file /sys/kernel/notes. Reading this gives you the binary contents of the ELF notes section built into the kernel. Here you can find the build ID of the running kernel. This gives a solution to a problem that has arisen for systemtap users, where nothing prevents them from using the kernel-debuginfo.i586 data to drive Systemtap’s probe details, but are actually running the kernel from the kernel.i686 rpm. This is a failure on many levels, but some simple sanity-checking at the bottom always helps. Now it is easy to verify you have the right debuginfo file for the kernel you are running.

This is incorporated upstream now.

Static_Rocket,
@Static_Rocket@lemmy.world avatar

Yep, from kernel/ksysfs.c


<span style="font-style:italic;color:#969896;">/*
</span><span style="font-style:italic;color:#969896;"> * Make /sys/kernel/notes give the raw contents of our kernel .notes section.
</span><span style="font-style:italic;color:#969896;"> */
</span>
Static_Rocket, in What is going on with /sys/kernel/notes ?
@Static_Rocket@lemmy.world avatar

There’s a bunch of other data being printed aside from the usual printable characters. Run it through strings if you want something human readable.

As to what that extra data is… I actually don’t know off hand. Let’s see if the mailing list has any info…

BCsven, in Lazarus hackers now push Linux malware via fake job offers

So doesn’t the user have to add +x to run this?

leopold,

It never occurred to me before reading this comment that there actually is a use case for the execute permission. To me it was always just this annoying thing I have to do whenever I download an executable which I didn’t have to do on Windows.

AProfessional,

Fun fact, Windows has the same permission it just defaults to enabled.

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

No because the zip archive retains permissions of the contained files.

LiveLM,

Hm, maybe there should be an option to always disable the executable permission when extracting

Rustmilian,
@Rustmilian@lemmy.world avatar

That’s perhaps possible, but likely would have to be implemented in each achieving tools individually.

BCsven,

Ah, right

Retiring, in Lazarus hackers now push Linux malware via fake job offers
@Retiring@lemmy.ml avatar

If you run random .pdf.something-files pm‘d to you on LinkedIn you probably shouldn’t use a computer anyway, no matter if it runs Linux or Windows…

MrFunnyMoustache,

The problem is, using a computer is pretty much essential to function in this world, I actually know more people who would run any file sent to them without a second thought because they wouldn’t know better, but they still need to use a computer.

I think a better solution is to give better training to people about computer hygiene at the workplace.

fhein,

I work for a large IT company so we’ve had numerous such training courses, but then they use third party services for time reporting, manager evaluation, cloud services, personal finance advice, etc. so I regularly get emails with links to domains that I’ve never heard about that I’m supposed to trust…

MrFunnyMoustache,

That’s what happens when executives don’t listen to IT…

The company I currently work for host everything at the building they own. The CEO doesn’t understand much about IT, but his attitude is “I trust your integrity and your expertise, so I’ll approve anything you ask me within reason if it will improve security and reliability.”

Quereller,

I work in a big international company. We regularly have phishing (email) awareness training. But they outsource about everything and regularly change the providers. So we often get totally legit emails from just some random companies and are supposed to visit/ login to some previously unknown domains.

OsrsNeedsF2P,

Lazarus’ Operation DreamJob, also known as Nukesped, is an ongoing operation targeting people who work in software or DeFi platforms with fake job offers on LinkedIn or other social media and communication platforms.

Looks like they’re going after desperate job seeking crypto bros. Even if it’s not terribly effective, it’s a spray and pray, so they probably got some people.

brick,

Seems to me like they are targeting people who likely have access to assets that can be easily stolen and hard to track.

MrOzwaldMan, in I finally nuked windows

8 gigs of update after leaving for 6 months is a sensible thing to occur. I don’t know why it is a thing to be enraged by.

I mean, if you don’t update an OS and you come back to check go updates, it will pile on to become a huge update like the 8 gigs.

Lastly, don’t distrohop because it is not there, there is always something that exists that can give you what you want.

pineapplelover, in 2024 Is the year I will commit to ditching windows

Year of the Linux desktop LFG!

Hellmo_Luciferrari,

Been using Arch with KDE on my Lenovo Yoga, both Wayland and X11 depending 9n what I want to accomplish. Though it lead me down the rabbit hole of Weston so that I could run Waydroid from within X11. Ultimately I just decided Wayland basically when I am not using my touchpad or when I want to run Waydroid.

Year of the Linux desktop, LFG!

pineapplelover,

For some reason, when I switch to X11 (also on Arch with KDE), it bugs out, so I’ve been using Wayland with xwayland bridge installed.

Hellmo_Luciferrari,

What was it doing for you when you switched back to x11?

Rustmilian, (edited ) in saving and restoring arbitrary sessions including terminal and GUI --- impossible?
@Rustmilian@lemmy.world avatar

It’s called Compositor Hand-offs, it’s coming in the future and is Wayland only.
It’s likely going to be in Plasma 6 release.
Restoring application state isn’t the only thing it does either. It also allow for graceful crash recovery, true-full-poweroff hibernation and hot-swapping supported compositors.

mindbleach, in Reddit API blew up and now I run Linux?

Now see if “programming socks” do anything for you.

lemmyreader, (edited ) in 2024 Is the year I will commit to ditching windows

I believe that both VirtualBox and KVM (QEMU) can do USB passthrough. With either one you can have the full Windows OS running on your Linux desktop, which could be more comfortable than going for WINE. Here’s an example with KVM and Arch Linux.

Hellmo_Luciferrari,

Thank you for the suggestion! I will look into this.

Shdwdrgn,

KVM has been my go-to for many years of running servers because it is extremely lightweight. Like for example, last year I finally ditched the old poweredge 860 servers (very early 2000’s machines which topped out with a dual-core CPU and 8GB of memory), however from these servers I was running half a dozen virtual linux boxes handling websites and email. Of course running a Windows vm is going to take a lot more resources but any desktop computer that is less than a decade old would easily handle it while still managing your regular linux desktop.

One caveat about KVM, however, is that there’s not really a great GUI interface for it. There IS a monitor to manage the VMs you have up and running, but I always launch new VMs from the command line, which is pretty much just a matter of setting the name and memory, pointing it to an existing image file or ISO, and then using the GUI monitor to launch a VNC remote connection to handle getting a new OS installed or make changes to an existing image to get it on the network. I don’t consider this a burden, but then again I grew up on the command line.

Hellmo_Luciferrari,

I haven’t explored KVM as an option. Yet, but I am going to be investigating that for my own use case now.

Outside of my laptop and desktop, I did run a Dell PowerEdge (forget the model, but I have a singular Xeon and 64gb of ram in it along with hardware based raid and 8 hdd bays.) that I ran Ubuntu on, but I realized Ubuntu wasn’t the way to go for me due a number of things. So I shut the server down and will be reinstalling another OS on, I haven’t decided yet but maybe Fedora for that. It was just being used to run Docker and Portainer, which I had a good chunk of docker containers running. I had a reverse proxy, Jellyfin, Gluetun, uptime kuma, signal messaging bot for uptime kuma to let me know if a services went down, photoprism, kanboard, a wiki, and a few other services.

Shdwdrgn,

I used to run Ubuntu on my servers but abandoned it because it was so unreliable. Things like a “security” update that completely broke the network card drivers, or another one that caused NFS connections to reboot the machine under a heavy load. I switched over to Debian at that point and have never had any problems in the past decade. Since so many people run Arch, I’m guessing it is similarly stable and will be a good choice for you (at least I think you said you were running it in your OP?). I’ll have to look through those services you mentioned, I haven’t heard of most of them.

Hellmo_Luciferrari,

Well for my poweredge server I ran Ubuntu on it, and my pis Raspbian. As far as desktop/laptop I use Arch, not for stability though it has been stable for my use case but more so for a bleeding edge up to date experience.

As far as the services I ran, they were for media consumption, and some other network tools.

Certainity45, (edited )

You can passthrough your Rtx 3090 into Qemu to achieve hardware acceleration. With software called ‘Looking Glass’ you’ll get a hardware accelerated Qemu/kvm window instead of sacrificing your second monitor or using a kvm switch.

Level1Linux has made a brilliant videos about Looking Glass.

You should also passthrough a ssd/nvme disk into your Qemu.

Hellmo_Luciferrari,

Thank you so much for the suggestionsm I absolutely will be investigating this.

MargotRobbie, in Reddit API blew up and now I run Linux?

Speak for yourself, I first got on Lemmy to promote a movie, and the next thing I know, I was using Arch (BTW) and moderating an Android community.

I’m still not quite sure how that happened. This place.

gerdesj, in 2024 Is the year I will commit to ditching windows

Use whatever you are comfortable with and works for you. At the moment it sounds like Windows might be the path of least resistance. Fine, go with that.

For me, I finally ditched Windows altogether around 15 years ago. Well, I say ditched - my customers and staff … haven’t.

The list of stuff you have problems with might be tricky on Linux simply because the vendors of music gear are unlikely to give a shit. Nvidia should be fine. I have a VMware VM at home which runs Zoneminder on Ubuntu, with a passed through Nvidia GPU. Surely it should be easier on physical hardware. I wrote this: wiki.zoneminder.com/GPU_passthrough_in_VMWare

You mention gaming so you’ll probably not be bothered with CUDA. You’ll need wiki.archlinux.org/title/NVIDIA If that doesn’t do it for you, hit the Arch forums …

The forums can be a bit intimidating but if you keep your query concise and show some evidence of effort, someone will probably get you over the line.

Hellmo_Luciferrari,

I definitely appreciate your response. I truly want to ditch windows, it would be easy without my music hardware though a VM with USB passthrough may be the ticket. The issues I had with Arch and my 3090 were really with trying to go the wayland route. Though that was over a year ago I gave that a shot. I could try again, but since then I have gotten more familiarized with running arch on other systems. I have tried many other distros, and none quite catch me quite like arch.

For my server I have already ditched windows, and went with a ubuntu server. Though I will be changing distros to something else due to differences in opinion with the way Ubuntu and Canonical conduct themselves. I would still rather see people use Ubuntu over windows, but that’s not much of a bar to pass.

I may eventually check the forums if this time doesn’t pan out with using arch on my main rig.

gerdesj,

The logical replacement for Ubuntu is probably Debian. I have quite a lot of Ubuntu servers at work. I am quite seriously considering going upstream. I do like the LTS to LTS promise and that fits well for my customers who like to see enterprisey features without going RedHat or Oracle. You may not have had to deal with “enterprise grade” stuff which loosely translates to bloody expensive and often horrible.

I’m an Arch fan too - actually I’m a Linux fan. I used to do Gentoo (10+ years) but I got tired of my lap overheating. Before that Slackware, Mandrake (Mandriva), RH, Yggdrassil oh and a fair bit of SuSE, not to mention everything Novell did since NetWare 3.1. Whoops, sorry, mind wandering 8)

Wayland and Pipewire will probably do everything eventually but for now, you have functionality gaps. Pipewire is quite amazing and being developed at nearly indecent haste. It might be worth diving in to their community. At worst you will find a lot of like minded people to you.

Hellmo_Luciferrari,

I haven’t exactly decided on what distro for my server, but I have used forks/offshoots of debian, namely Raspbian or Raspberry Pi OS for my Pis. I understand the hurdles and such that come along with enterprise related products, as I am an IT professional by trade. I haven’t worked with RHEL or Oracle’s offerings yet.

I love Arch, but I too love linux. I never got into Gentoo, but I wanted to try it out just for the experience. I do get annoyed with having to compile everything from source with Arch on my laptop for exactly that reason; lap overheating. I also haven’t used Slackware, Mandrak/Mandriva, Tggdrassil, or SuSE but I have at least heard of them. And I absolutely love the conversation, mind wandering is alright by me!

The tough pill to swallow with linux for me has been the functionality gaps between different offerings, but I love the choices I am given.

I appreciate your time in responding!

Bitflip, in "Must Try" distros and DEs?

Forget a DE, sounds like you need a WM. Definitely check out some tiling options like i3 or sway, especially since you spend so much time in the terminal.

kurumin, in 2024 Is the year I will commit to ditching windows
@kurumin@linux.community avatar
ButWhatDoesItAllMean, in 2024 Is the year I will commit to ditching windows

Check out OpenRGB to see if it meets your lighting needs. I use it with Corsair Commander Pro, keyboard, mousepad, RAM, QL fans and the ASUS RGB header and attached lighting. It’s been working great on OpenSUSE Tumbleweed for me.

Hellmo_Luciferrari,

OpenRGB seems to be consensus on how to handle this.

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