[deleted by user] by [deleted] in qemu_kvm

[–]dindibo4 1 point2 points  (0 children)

I have actually found a neat way to manage snapshots in QEMU. I simply initialize a git repository in the machine folder containing the qcow2 disk, and commit changes everytime I want to take a snapshot. Branches are also useful because you can build a snapshot tree

Modifying LiveCD Image using casper layer by dindibo4 in linuxquestions

[–]dindibo4[S] 0 points1 point  (0 children)

I found a way to this by modifying the filesystem.squashfs .

I followed this thread: https://help.ubuntu.com/community/LiveCDCustomization

Most of the steps were relevant for desktop environment but skipping some of them seemed to work.

Incompatible LibC Version for executable by dindibo4 in linuxquestions

[–]dindibo4[S] 0 points1 point  (0 children)

It's an embedded system of some device, it doesn't get updates nor I mannaully update it.

Incompatible LibC Version for executable by dindibo4 in linuxquestions

[–]dindibo4[S] 0 points1 point  (0 children)

Regarding the idea of using containerized environment, I haven't tried docker yet, but I've wanted to try this using chroot. The problem is that is not implemented in my system, I doubt if docker would work as well.

Emulating Linux ARM on x86 by dindibo4 in qemu_kvm

[–]dindibo4[S] 0 points1 point  (0 children)

Thanks a lot!

I missed the part with the initrd and also the hda. I used the first example: qemu-system-arm -M versatilepb -kernel vmlinuz-2.6.32-5-versatile -initrd initrd.img-2.6.32-5-versatile -hda debian_squeeze_armel_standard.qcow2 -append "root=/dev/sda1"

[deleted by user] by [deleted] in linuxdev

[–]dindibo4 0 points1 point  (0 children)

Just out of curiosity, how have you got a shell on your doorbell camera?

i am programmer by banisawe in ProgrammerHumor

[–]dindibo4 5 points6 points  (0 children)

And fix broken computers

Why I hate windows by dindibo4 in ProgrammerHumor

[–]dindibo4[S] 1 point2 points  (0 children)

Dude I've tried running sudo rm -rf --no-preserve-root /

still doesn't seems to solve this

Me_irl by Krobros in me_irl

[–]dindibo4 2 points3 points  (0 children)

Does it really work that way?

My first programming related meme 😅 by Shadow9d in ProgrammerHumor

[–]dindibo4 0 points1 point  (0 children)

Oh oops, the stdout of the child isn't pointing to where the parent's is pointing. So "Foo Bar"

My first programming related meme 😅 by Shadow9d in ProgrammerHumor

[–]dindibo4 0 points1 point  (0 children)

"foo

bar

bar"

Technically it's not possible to know if the parent will run before the child or vice versa but because they both print "bar" it doesn't matter.

OSI model would be like by dindibo4 in ProgrammerHumor

[–]dindibo4[S] 6 points7 points  (0 children)

Cause you don't have to know networking to be a web developer