linux

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

rtxn, in Why didn't anyone remind me the dual booting exists?

Be aware that Windows will snitch on you if you run it in a VM. I don’t know about Forkknife in particular, but if a game’s TOS prohibits it, or the anti-cheat is having a bad day, it might get you banned. There are ways to trick Windows into thinking it’s running on metal, but it’s always a risk.

JPAKx4,

That’s why I went with dual booting over a vm. Battleye and ez anti cheat both try to detect even Microsoft’s hyper-v.

derbolle,

thats the reason i dont play those Games anymore(although i would love to). i cannot live with the fact, that i am not in charge on my own device

KISSmyOS, (edited )

Windows doesn’t “snitch” on you. Invasive anti-cheat measures demand to act as a root-kit on your pc that reads out literally everything about your system, including CPU, hardware ID of the mainboard, etc. So of course it will see that it’s installed on a VM and you gave it the right to send that info wherever during installation of the game.
Since the point of this measure is to keep people from evading a ban by reinstalling, it will not like seeing that it’s in a VM.

rtxn,

Taskmgr will literally list that the OS is running in a VM. You don’t need a rootkit to detect it.

https://lemmy.world/pictrs/image/6086f13c-4939-40ea-a228-2add5789f706.png

hornedfiend, in Manjaro OS

No hate from me,but rather a simple question? Why use preconfigured distros instead of the original,always best, with archinstall script? You can even install pamac or whatever package installer tool manjaro uses.

alonely0, in My first year using Linux: My experience

Gimp3 now has a roadmap, maybe it brings some improvements for you.

phoenixz,

Will it replace Photoshop?

alonely0,

That’ll depend entirely on your workflow. For me, it’s already good enough, but I don’t need much.

KarnaSubarna, in Self Post
@KarnaSubarna@lemmy.ml avatar

Imagine yourself playing FPS game (CS: GO 2), and your cat just walk casually on your keyboard!!

PoisonedPrisonPanda, in what caused you to get into Linux?

I was fucking around with my windows pc.

And then i found out that you can fuck more around in linux, and that was the story of my first ubuntu iso burned on a cd.

I had no clue about anything but was blown away by something “different”

Zoop,

That is exactly my story, too! I’m glad we both found our way here like that. Fun stuff :)

GlenTheFrog, in what caused you to get into Linux?
@GlenTheFrog@lemmy.ml avatar

Interesting how there’s so many answers here, but no mention of the one I came here for (and I thought would be most popular) : ricing.

I got into Linux when I saw screenshots of all the cool desktops people made with KDE, XFCE, and tiling window managers. Even Gnome looked sleek and minimal. After a while I got bored of ricing but I stayed for the ease of use as a developer

furycd001,
@furycd001@lemmy.ml avatar

Ricing is great, but it’s probably not a thing that makes a whole lot of people switch to Linux…

Wrincewind, in Mullvad has Deb and RPM repositories now!

As a Linux noo (or maybe someone that doesn’t keep up with the news, I don’t know), what’s Mullvad?

Arthur_Leywin, (edited )

It’s like NordVPN but a bit more private.

  1. They don’t require an account (username/password) for you to use. You pay them for an account number and use Mullvad VPN by inputting it.
  2. They were about to be raided but they managed to get out of that with their lawyers.
  3. It’s also very easy to use on Linux because there’s a GUI, which is great. CLI seems overkill for an app that needs to be turned on and off (i.e. NordVPNJ my old VPN).

It’s overall nice.

MashedTech,

I honestly think CLI control is essential in any app. Because this is the most rudimentary and accessible way for other apps and scripts to interact with the apps features and control over the system.

MiddledAgedGuy, (edited )

Highly regarded VPN service.

this_is_router, in How to take actions on multiple docker containers at once
@this_is_router@feddit.de avatar

This works but I’d just create a function and use that instead of creating an alias that creates a function and then calls itself.

if your containers are created with a docker compose file you can use docker-compose to target them all

luthis,

Is there a way to do this without cd-ing to the directory with the compose file first?

JASN_DE,

You can use -f /path/to/compose.yaml to call it from wherever you like.

Meuzzin, in Manjaro OS

Most of the hate posts in this thread, seem to have the same issue: Nvidia.

monsterpiece42, in Why didn't anyone remind me the dual booting exists?

As others have said, I also highly recommend physically separate drives. I have found both Linux and Windows affect each other sometimes especially when you’re getting your bearings with dual booting.

For instance, after running Linux the clock in Windows will be wrong. And Windows will eat the Linux boot partition especially after feature packs (formerly called service packs), which come out about 1-2/year.

Almaut,

Just in case anyone stumbles in to this, there is a fix for the time issue:

itsfoss.com/wrong-time-dual-boot/

rotopenguin, (edited )
@rotopenguin@infosec.pub avatar

The better way is to fix Windows to use a sensible system time. wiki.archlinux.org/title/System_time#UTC_in_Micro…

KISSmyOS,

Damn, the Arch Wiki is even the best documentation for Windows!

PainInTheAES,

Anecdotally I’ve been dual booting Windows 11/Linux on my laptop for a couple years and I’ve never had issues with Windows affecting the boot partition and I feel like this is much less common with EFI. You can even have a separate EFI partition for Linux and choose boot order from the BIOS.

I’ve always done partition based dual booting since I first started using Linux and the last time I remember having an issue with Windows fucking with boot setup was like early/mid 2010s and it’s only happened a couple times in like 10 years of on and off dual booting.

BCsven,

Just install linux 2nd and have it probe foreign OS, and create a linux only boot partition. Grub will then make a chainloader entry to windows boot partition. Linux won’t care if you select windows chainload option, and Windows won’t know it ia being chainloaded. No OS overlap. just set Grub Boot entry as primary boot in BIOS, EFI.

rotopenguin, in systemd 255 Released With A "Blue Screen of Death" For Linux Systems
@rotopenguin@infosec.pub avatar

I don’t think it’s going to do a whole lot of good when the whole KMS/DRM falls over.

(okay I haven’t had that for a few months now. But i am still traumatized)

ikidd, in An open-source, cross-platform terminal for seamless workflows
@ikidd@lemmy.world avatar

Interesting concept, I like the design, but the workflow is rather odd and would take some getting used to. Also, things like the UI need some work on scrolling, like the Sudo connect window scrolling the password out of sight if you fail the password entry.

nickwitha_k, in An open-source, cross-platform terminal for seamless workflows

I’m unsure that I would find this useful. While I might want a good solution to view web content on the terminal (with a modern, w3c standards rendering engine) so that I can do less outside of the terminal, I don’t think I see the utility of using web tech to power my zsh and vim usage. I am enjoying my balance of utility and perf with kitty.

I hope you have a good experience and share your findings.

plasticcheese, in Manjaro OS

I’ll keep it short and sweet.

I’ve been using Manjaro for about 6 years now.

When I had an Nvidia GPU, it would break after quite a few updates and need a rollback.

Then I moved to an AMD card, and I haven’t had any issues at all.

Like…at all.

The End.

planish, in Just about every Windows and Linux device vulnerable to new LogoFAIL firmware attack

Hello I am writing the firmware for MotherBoard 2021, a definitely completely different product than MotherBoard 2020, I am going to ship in in 2 weeks for Christmas, and I am going to write an image decoder on top of bare metal, and it is “not” going to let you hack the pants off the computer.

Said no one ever.

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