linux

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

breakingcups, in How to fool a laptop into thinking a monitor is connected?

There might be settings in the bios that allow you to disable the graphics card, not halt on errors or disable the internal screen, but they’re not usually exposed on laptop BIOS, they’re quite locked down.

timkenhan, in What's (are) the funniest/stupidest way(s) you've broken your linux setup?

Don’t get me started.

There are good reasons why I have personal “production system” to do my work with.

Engywuck, in What's (are) the funniest/stupidest way(s) you've broken your linux setup?

“Updating” a 5.2 RedHat install with a 6.0 Mandrake CD-ROM (or the opposite, can’t remember right now…). Fun stuff.

Kidplayer_666, in What's (are) the funniest/stupidest way(s) you've broken your linux setup?

Man, this was a few months back. I’ve got fedora asahi Linux (Linux on an ARM Mac) and I was trying to install Pycharm to play a bit with Python. Unfortunately, they did not have it packaged for arm, so I had to download a pre compiled tar or zip folder. I test it, see that it is an assortment of bin folders and alike, and decide to put it all elsewhere so it wouldn’t get lost. So I put it on the root and merge the folders. I think immediately “wait this is stupid” and decide to get Pycharm out of there. (I was on nautilus with root privileges), so i simply Ctrl-Z outa there. It shows a warning whether I wanted to delete 4000 files, but because I am an idiot, I didn’t realise what rhay meant. So I did it. I then continue on with my life, and find myself unable to open apps. I was fairly confused, as the apps I already had open still worked. I decide to try to restart the laptop. It is when I see that there is no restart button anymore that I realise what I did, and I just think to myself. I’ll be dammed if this survives a restart, im already screwed so it doesn’t matter. (It didn’t survive the reboot, had to install from scratch. At least an excuse to use the K desktop environment)

captainjaneway, in What's (are) the funniest/stupidest way(s) you've broken your linux setup?
@captainjaneway@lemmy.world avatar

Linux Mint: removed all taskbars from the desktop. I was hoping it would just allow me to reset them to the default. But in reality, it breaks the GUI and it’s very hard to reset from the GUI. Suddenly my keystrokes weren’t being detected and I couldn’t open up applications with any sort of regularity. After a lot of dicking around, I got the terminal working so I could reset Cinnamon.

It’s not the worst way I’ve broken a machine. But it was one of the most annoying.

Petter1,

Always remember, there is always a “terminal” accessible: Don’t forget poor tty

Nibodhika,

One thing I learnt a while back is that if you break your GUI you can always use Ctrl+Alt+F<1-9> to go to different terminals to try to solve it. Worst case scenario I would do something like mv .config .config.bkp and sudo systemctl restart that should hopefully get you back to default settings on the UI.

Source: been there, done that. Not exactly your error but similar enough.

d950, in What's (are) the funniest/stupidest way(s) you've broken your linux setup?

When Ubuntu 16.04 had just been released, I tried upgrading my 14.04, the whole system broke and I had to install another os (Manjaro won).

That day I learned Ubuntu too can be a bit stupid.

Static_Rocket,
@Static_Rocket@lemmy.world avatar

This is where someone tracks down an upgrade path chart you didn’t know existed and points out some goofy intermediary release, not an lts for some reason, that you were supposed to upgrade to first…

OneRedFox, in I'm addicted to caring for my Linux distro, polishing things, optimising stuff it's so funny! Got some stories like that?
@OneRedFox@beehaw.org avatar

I used to be constantly making tweaks to stuff and distrohopping like none other, but in 2018 I finally found THE setup and settled down. These days it’s all about having scripts that set things up exactly how I want them.

savbran,

May I ask what you’re using? Which distro?

OneRedFox,
@OneRedFox@beehaw.org avatar

NixOS.

psvrh, in Linux Newbie - Curiosity
@psvrh@lemmy.ca avatar

Did you use the Debian edition of Mint? Debian doesn’t include a lot of proprietary drivers and/or firmware blobs with its standard edition.

I can’t say that’s the case here, but it’s possible that Mint is either using Debian as a base, or at least following the Debian Free Software Guidelines.

There’s usually a nonfree firmware deb you can use, post installation. If you can complete the install and connect to the internet via the 7480’s Ethernet port, you should be able to get the wifi card working.

agelord, in what's a normie KDE distro?

KDE Neon

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.

wesker, in 2024 Is the year I will commit to ditching windows
@wesker@lemmy.sdf.org avatar

It’s okay to dual-boot, or have independent systems. Just a suggestion, to consider.

I have 3 daily driven rigs. A MacBook for work, a Linux laptop for most things personal, and a Windows PC for gaming. Everything serves a purpose and specific use case.

Hellmo_Luciferrari,

Funny enough, last time I tried to do the whole 2 systems, I had Arch (with GRUB) on one nvme, and windows 11 on another nvme. At some point, all drives were unbootable. I am lucky I had my important data backed up, and on a separate drive anyways.

I had thought about it, but I really want to ditch anything windows.

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

If you like ubuntu and you want to remove amazon and junk that ubuntu has you can go to debian. But in the future, just familarize yourself with everything first

merthyr1831,

or a Pop!/Mint/Neon ;^}

linuxPIPEpower,

familarize yourself with everything first

dry humor i hope

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

Success

bbbhltz, in (Constructively) What is your least favorite distro & why?
@bbbhltz@beehaw.org avatar

The distro I came here to mention has been hated on already. My dislike goes to the distros that start off fine, and somehow screw it up.

Honestly, I remember using Manjaro ages ago. It had an official Openbox spin (not a community thing). I had already used Arch but I didn’t even check to see what it was based on when I tried. I thought, “green is nice” and it was. It very quickly became less nice. I didn’t use it after that, but I’ve heard plenty of hate since then.

I’m going to put another one out there just for fun.

Distrowatch’s n°1… MX Linux

Nothing wrong with it, but the fact that it is number 1 (I know their ranking is just for fun and based on page hits) and doesn’t deserve it is the issue. It works great, when I used it I didn’t like how there was a second application for installating certain software. I think I used the Xfce setup. Again, it’s fine, but if a first-time Linux desktop user sat down and installed that, it might not be the best initiation.

Popular and highly ranked distros give Desktop Linux a bad name sometimes is what I’m saying.

merthyr1831, in Nifty terminal command: xdg-open

<3 XDG, bringing so much utility and cross-compatibility to Linux regardless of your distro and window manager

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