linuxmemes

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

marietta_man, (edited ) in Just a PSA

ESC Z Z

Although I usually bang ESC a few times to
make sure i’m back to command mode

digger,
@digger@lemmy.ca avatar

Double Z’s will save and then exit. The command on until board will exit without saving changes.

Astaroth,

yeah to exit without saving you do ZQ instead of ZZ

topinambour_rex,
@topinambour_rex@lemmy.world avatar

Shouldn’t be Z Z esc ? Because, you know ZZ top.

lseif,

you mean normal mode?

MonkderZweite, in Accurate?

Please describe “having a life”.

bigFab,

deleted_by_moderator

  • Loading...
  • force,

    unironically yes, except instead of a lenovo thinkpad it’s a lenovo legion

    MonkderZweite,

    I wasn’t asking about gender roles.

    Smoogs,

    Maybe you should get a life if a someone else’s personal choice for elected gender role pisses you off this bad.

    IHadTwoCows,

    Ya know, I am super straight and masculine but from the outside it looks like being bi or fluid is a fun time

    shuzuko,

    As a demifluid bisexual, can confirm. It’s a lot of fun.

    You know, when I’m not being relentlessly harassed just for existing 🤷🏻‍♀️

    IHadTwoCows,

    That does indeed suck. We’re trying…

    bigFab,

    I don’t hate gays. I could kiss u. But damn I hate pink socks on a grown ass man.

    Paranomaly, in It's OK if you cry
    @Paranomaly@sh.itjust.works avatar

    What killed my interest in Linux in highschool. Kept trying to get Ubuntu working but couldn’t get the internet to work for anything. Given that every help guide boiled down to “Go to this website and download x” and I didn’t have internet because… no wifi, I ended up getting frustrated enough to quit the whole thing. Maybe someday.

    onlinepersona,

    How long ago was this?

    Paranomaly,
    @Paranomaly@sh.itjust.works avatar

    This was back in 2007-2008 ish. I believe the Ubuntu version was feisty fox at the time, if that helps.

    onlinepersona,

    I had similar problems at the time. It’s much better now.

    Secret300,

    Weakling, I had this issue in highschool as well when first learning Linux, I just didn’t do any of my assignments

    Kerb, (edited ) in alias 2024='echo "YEAR OF THE DESKTOP"'
    @Kerb@discuss.tchncs.de avatar

    oh you think so?
    i’ll tell you, the saying:

    echo $(date -d “$(date +%Y) + 1 year” +%Y) will be the year of the linux desktop

    has never been wrong

    TigrisMorte,

    Yes, but their desktop is their phone.

    kratoz29, in Just because it’s better than windows doesn’t make it good
    @kratoz29@lemm.ee avatar

    What is wrong with the Mac? Is the only device that that makes me feel attached to Linux somehow.

    jackoneill,

    There’s nothing wrong with it if you like it. At work, our servers are windows and I hate them. IN my home lab, I have a couple of guinea pig windows servers to play with and my actual home stack run on various flavors of linux - mainly ubuntu and centos. My gaming rig is windows because i just want to play the game, not play learn how to make the game run. And my workstation that I sit in front of and work at every day is a Mac because at work my job is to fix other people’s shit, and I don’t want to have to fix my own workstation in the middle of a client’s fire like my old windows workstation did to me many a time. I also don’t want to have to learn weird ways to do basic tasks when I’m on the clock like I do with my linux laptop. Every OS has a way that is shines, and if your use case aligns don’t let anybody make you feel bad about it.

    Titou,
    @Titou@feddit.de avatar

    Linux but perverted version

    panicnow,

    Well if you put it like that I just want it more…

    extant, (edited ) in On another partition, right?

    And if you do try and dual boot in windows you get this.

    https://i.redd.it/utj02yi1akb61.jpg

    umbraroze, in Can you install thid 25 year old program?
    @umbraroze@kbin.social avatar

    Windows: Can you run 25 year old binaries? Yes you can.

    Linux: Can you build 25 year old software from source? Yes you can.

    lazynooblet,
    @lazynooblet@lazysoci.al avatar

    Yes this makes sense. Linux running a 25yr old binary would throw errors for shared libraries, or kernel compatibility or just the fact it’s the wrong arch type.

    corsicanguppy,

    Did that as a work project on Unix. My peer had a similar porting project.

    I thought I was screwed: 20-year-old c-based backup tool. His was easy: this perl web app is installing on a new box because its old one is being lifecycled.

    Actual: after 3 weeks of dependency hell he tossed it all and rewrote the thing in c from scratch overnight. My c project was make;make-install with no errors.

    I think it’s been recompiled a few times since then, without any code changes.

    PeterPoopshit, (edited )

    In my experience, on Windows a lot of old stuff runs as long as you have whatever registry setting enabled that lets you run non 64 bit programs. This isn’t available on every windows pc but if you’re running it on your home pc, you can probably get it. A lot of old games don’t work but old things that don’t use graphics almost always run.

    In wine, it’s basically the same story. A lot of old stuff runs especially non graphical old stuff. Some old windows games don’t work on wine but just because something old doesn’t work on Windows doesn’t necessarily mean it won’t work on wine and vice versa.

    I would rate wine as slightly more compatible with late 90s and early 2000s games than Windows is but ymmv. Graphics stuff tends to work a little more often on wine. Some mid 2000s games use obscure hacks that are impossible to ever get running on wine.

    ChaoticNeutralCzech, (edited )

    registry setting enabled that lets you run non 64 bit programs

    Do they seriously not support 32bit software out of the box anymore? I know getting 16bit software to run on x64 is close to impossible (look up NTVDM x64) for obvious reasons but there is still lots of x86-only stuff.

    umbraroze,
    @umbraroze@kbin.social avatar

    32-bit software is still absolutely supported on amd64. Just go to C:Program Files (x86) and be amazed.

    ChaoticNeutralCzech,

    That’s what I thought because that was my experience last time I used Windows; that’s why it surprised me that the previous comment suggested otherwise.

    Honytawk, (edited )

    16bit is definitely possible to run on x64.

    You just have to run the same software 4 times simultaneously, duh.

    Checkmate atheists!

    bazzett, in Debian being insanely stable
    @bazzett@lemmy.world avatar

    I really like Debian, but for some reason my not-new-laptop didn’t liked it. Issues with suspend, the WiFi and the NVME drive made me to nuke it last Wednesday and in its place I installed Fedora, which seems to play better with the hardware. At least I don’t have problems with it in my desktop.

    ComradeWeebelo, (edited )

    If you’re running Debian stable, your hardware was probably too new for the kernel. Unless they changed their development paradigm when I last ran it, stable is always 2-3 years behind mainline Linux software aside from security patches. It’s one of the key reasons why it’s so stable.

    See the Don’t Suffer from Shiny Stuff Syndrome on the official wiki.

    bazzett,
    @bazzett@lemmy.world avatar

    I mean, my laptop is a Dell from 2018-2019 with a 8th gen Core i5, so I don’t think is too “new” 🤷🏻‍♂️.

    lemann,

    That’s surprising. Dell should have good Linux driver support, seeing as they offer Ubuntu pre-installed in some markets.

    Saying that, we have work issued Dell Precision mobile workstations and there are constantly hardware and driver issues under Windows, where you’d expect things to work just fine…

    • the internal microphone not working (handy for meetings!)
    • the 3.5mm combo jack not working (ah, great, no backup for when the internal microphone stops working)
    • the battery handshake failing, causing the machine to not charge, stay stuck in a low performance mode, and constantly pop up Windows notifications saying the battery is not genuine
    • the presence sensor locking the laptop while you’re literally working it

    Now I use a USB headset, disabled the presence sensor, and reboot the laptop repeatedly until the battery is detected as genuine

    Johanno,

    Go to debian-testing. Your dayli updates are back too

    bazzett,
    @bazzett@lemmy.world avatar

    Been there, done that. It wasn’t a bad experience, but also not a good one.

    lodaket,
    @lodaket@lemmy.world avatar

    A testing/sid hybrid is awesome on my hardware. These guides are pretty useful for keeping things sane:

    ruckblack, in Opening a full editor is overrated

    Except that I need to do 5 minutes of googling every single time I want to use sed

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

    if you’re not being paid by the hour, try out clipea.

    
    <span style="color:#323232;">?? sed command to replace all 'warning' for 'error' in mid.py, in place
    </span>
    
    Andrew15_5,
    @Andrew15_5@mander.xyz avatar

    Skill issue

    riodoro1,

    The first requires no skill and does the same thing.

    Andrew15_5, (edited )
    @Andrew15_5@mander.xyz avatar

    The first requires using GUI (and several seconds to launch). We don’t do that here.

    riodoro1,

    I vividly remember posts about X/Wayland supremacy. It must’ve been a dream

    iopq, in If linux distros were WW2 tanks. Made by a guy who tries to play War Thunder with linux.

    NixOS: just a bunch of steel and vehicle.conf

    Go to the factory and sudo vehicle-build the tank you want

    dukk,

    NixOS isn’t a tank, it’s a tank building machine!

    seitanic, in If linux distributions were tools.
    @seitanic@lemmy.sdf.org avatar

    Sooo… Arch makes you horny?

    GreenMario,

    I thought that would be Hanna Montana Linux.

    Why are you booing? She’s legal now.

    Rooty, in If linux distributions were tools.

    Damn, maybe I should give Arch a try…

    _cnt0,

    Read the wiki before so you know how to use it without hurting yourself.

    Rooty,

    Go slowly and use plenty of lube, right?

    _cnt0,

    Also prewarm for maximum pleasure.

    whodatdair, (edited ) in If linux distributions were tools.

    Jokes on you I’m into that shit

    _cnt0,
    Amends1782,

    Please imagine a skull emoji

    spez, in Crash reporting

    KDE’s way is the best way

    Kidplayer_666,

    I might be doing something wrong, but the crash reports themselves are damn near useless

    lemmesay,
    @lemmesay@discuss.tchncs.de avatar

    yes, there should be a description box for sending additional inputs from the user. like what were they trying to do.

    but GNU/Linux developers are already saddled with a lot of work, and I don’t mind restarting the app at all. :)

    AnUnusualRelic,
    @AnUnusualRelic@lemmy.world avatar

    I seem to remember that a text input field for details is available in the general tab.

    I don’t get many crashes in kde so I haven’t seen the dialogue in a while.

    lemmesay,
    @lemmesay@discuss.tchncs.de avatar

    haven’t used KDE, but it really looks an ideal crash reporter. even has stars for quality of logs.

    kttnpunk, in An unbiased comparison of linux distributions' setup
    @kttnpunk@lemmy.world avatar

    I’ve found Garuda pretty much gets you all the perks of Arch without the drawbacks and installs just as quickly as debian if not faster. And I love ancient Linux memes as much as anybody but neither Debian or fedora is much to write home about nowadays IMHO.

    aniki,

    deleted_by_author

  • Loading...
  • PainInTheAES,

    It doesn’t come with a cool gamer theme out of the box 😎😎

    embed_me,
    @embed_me@programming.dev avatar

    Almost none

    m_r_butts,

    deleted_by_author

  • Loading...
  • kttnpunk,
    @kttnpunk@lemmy.world avatar

    Endeavour is a great alternative IMHO, but Garuda’s development is definitely more skewed towards gaming and comes with a lot preinstalled/preconfigured.

    Holzkohlen,

    I’d say it’s even more simple. Comes with stuff like snapper and zram preconfigured and a bunch of tools to do various things. I use their KDE lite version since I do not like their theme AT ALL.

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

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1179648 bytes) in /var/www/kbin/kbin/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php on line 174

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 147456 bytes) in /var/www/kbin/kbin/vendor/symfony/error-handler/Resources/views/logs.html.php on line 36