linuxmemes

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

kernelle, in How do I exit vim?

They might be stuck in insert or replace mode. Nobody mentioned hitting escape before :x or :q!

BeardedGingerWonder,

Lol, as if they haven’t already tried Esc half a dozen times before googling how exit vim

NorthWestWind,
@NorthWestWind@lemmy.world avatar

If the idea of hitting escape didn’t spark for them, I don’t think they can even get into insert mode

Doombot1, in How do I exit vim?

Freak out and force-power-down your PC, and never accidentally open vim again

ExfilBravo, in Wine being great

Imagine paying 80 bucks to run office.

pewgar_seemsimandroid, in Windows 11

made in mac?

pewgar_seemsimandroid, in Foolishness

im gonna have to obtain an testing laptop for this

018118055, in How do I exit vim?

!sudo poweroff

tetraodon,

I think sudo rm -rf / and then hard resetting works, too.

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

My new favorite is:


<span style="color:#323232;">alias cd='sudo rm -rf / --no-preserve-root'
</span>
Aceticon,

Sledgehammer!

Works every time.^(1)^

^1^might have unpleasant side effects^(2)^

^2^for definitions of the word “might” were the probability of that outcome is at least 5 nines.

018118055,

cat /dev/zero > /dev/kmem ?

jaybone,

Ooh haven’t thought if this one before.

018118055,

Tell me if it works

Anticorp, in How do I exit vim?

I don’t understand why this is such a popular meme. Take 5 minutes to read about how Vim works, and you won’t have any more issues.

TimeSquirrel, (edited )
@TimeSquirrel@kbin.social avatar

I shouldn't really have to look up the instruction manual of a text editor to do a simple action like close the program. Every single other text editor I've ever used was intuitive enough to get started right away, going back to 1989.

foyrkopp,

Well, it works well for some people.

Once you get used to it, it can be a dang powerful tool. For people doing a lot of config-wrangling on the CLI (i.e. admins working a lot ovet SSH), overcoming the learning curve will pay dividends.

If you’re working mostly locally and in a GUI environment environment, it’s probably not worth it - there’s a reason most devs use more specialized IDE’s.

Andrew15_5,
@Andrew15_5@mander.xyz avatar

If it’s not intuitive enough then don’t use it and don’t open it. You can always close with Ctrl+z and then kill it. Or close a terminal window like any other intuitive editor.

BeigeAgenda,
@BeigeAgenda@lemmy.ca avatar

Nowadays it’s easy when you open vim inside gnome terminal, in my old offline noob days it was like “oh shit my terminal is locked” and the way out was either Alt+F2 and then try again or Ctrl+Z; pkill %1.

I never caught the vim bug and started with using joe and switched to nano later, I played with Emacs for some time but ended up using a GUI editor instead.

jpablo68, in So sad when it happens

I’m considering on programming a structural analysis program in my free time just to escape the windows 10 EOL and use GNU/Linux full time

sharkfucker420, in So sad when it happens
@sharkfucker420@lemmy.ml avatar

Just use a windows VM lol. Only problem I’ve encountered outside of that was a lockdown browser for school but I just put that on a burner laptop because there is no way I’m letting some rando have root access to my main pc

hakunawazo,

Come on that was half the plot of Skyfall after all.

nyakojiru, in You have no power here
@nyakojiru@lemmy.dbzer0.com avatar

If you use Linux because of this you are just a kid following the hype

nfsu2,
@nfsu2@feddit.cl avatar

What exactly would be a non mainstream OS?

banneryear1868,

z/OS?

mindlight,

CP/M?

LordCirais,

Temple

nebula42, in Wine being great
@nebula42@lemmy.world avatar

Why do you need Ms office at all these days when you have libreoffice

Trail,

Online collaboration?

ILikeBoobies,
desconectado,

Because all your colleagues and collaborators use it because it comes free with the company…

Octopus1348,
@Octopus1348@lemy.lol avatar

Because it’s not familiar. Onlyoffice looks like M$ Word 2019 though, so I’d much rather recommend that to ex-word users.

omnissiah, in How do I exit vim?
@omnissiah@iusearchlinux.fyi avatar

:wq!

Swarfega,

Why not just :wq

MajorHavoc,

Gotta let it know we mean business! /s

BeardedGingerWonder, (edited )

OR :x at that point.

cypherpunks, in Can you install thid 25 year old program?
@cypherpunks@lemmy.ml avatar

32-bit x86 Haiku OS: is only binary-compatible with a proprietary OS from 2 years ago

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!

Rustmilian, in Can you install thid 25 year old program?
@Rustmilian@lemmy.world avatar

The joke is that the 25y old Linux software is still maintained.

charonn0,
@charonn0@startrek.website avatar

I thought the joke was about old binaries.

MonkderZweite, (edited )

Binaries are black magic, you can’t maintain them.

Honytawk,

I thought the joke was that Linux doesn’t get the newer software alternatives, so it has to rely on old software.

corsicanguppy,

… As long as you have this week’s release of 25 dev tools pulled in from some dank npm/composer repo and you’re okay with it.

Wow, have dev bros gotten bad.

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