Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
antigermgerm1367110dPlus come on noob how hard is it to kill a process even if it hangs?
In tmux => ctrl+b + x (or kill-pane)
In i3, just close the window
Open a terminal, do ps -Al, then kill)
Open a tty, find the proc, kill it -
antigermgerm1367110d@tosensei I get it now. You're constantly mad because things are too complicated for you to use.
It's not our fault you're stupid you know :D -
netikras34564110d@antigermgerm okay mr. non-noob, any particular instructions on how to do that in initramfs shell when chrooted and in a vi session and your vt100 control codes fuck up and mess up the whole tty?
-
antigermgerm1367110d@netikras anyway in other news im currently in a cat cafe where the food is being served by a robot with cats standing on it.
How cool is that -
cuddlyogre1541110d@netikras I take it such a malfunction prevents the needed characters from being sent to the terminal.
-
netikras34564110d@antigermgerm well, I couldn't test the luks-LVM mounting and discovery mechanism before system boot otherwise. And rebooting into a LiveUSB every time is quite tedious, because I have to luks-open, kpartx, mount my host's system into /mnt with all the virtual filesystems from a LiveUSB runtime, chroot, make changes there, update-initramfs and reboot. A bit more tedious than just vi-editing one of the initramfs scipts, ain't it? :)
-
antigermgerm1367110d@netikras totally. I got schooled. What's your main problem though. Some disc not mounting?
-
D-4got10-011202110dSounds like you need more training...
You need a tutor...
You _need_ `Rvimtutor`.
https://retoor.molodetz.nl/retoor/... .
Brought to you by your friendly neighborhood @retoor. -
netikras34564110d@antigermgerm Befriending LUKS and LVM in a new setup.
Finally made it work. Here's how, should anyone ever be in the same situation: https://dev.to/netikras/... -
antigermgerm1367109d@tosensei the UNIX philosophy isn't to hate everything you're too dumb to use.
-
antigermgerm1367108d@tosensei i never had to learn how to exit it. If i opened it before I knew how to use it I would just kill the proc, how hard is that.
Also all your orifices are vaginas. -
AvatarOfKaine3747105dI would say that's more reason than ever to use a real editor like Joe.
Because I hate vim
But
Sudo killall vim?
Related Rants
-
gururaju56*Now that's what I call a Hacker* MOTHER OF ALL AUTOMATIONS This seems a long post. but you will definitely ...
-
linuxxx70This guy at my last internship. A windows fanboy to the fucking max! He was saying how he'd never use anythi...
-
creedasaurus62
Another dev on my team just got a new machine. Before he came in today I made two separate USB installers and ...
Okay, so just now I literally had to force-reboot a laptop because I could not exit vim.
damn.. It really IS a trap.
rant
linux
reboot
:q!
initramfs
busybox
exit
vim
:q
trap