Tag: Socket

Experimenting with Different Socket Interactors

In my previous article, we made a keyhole a socket interactor for they key. Now, I am going to make our head a socket interactor so we can place a crown over our head. First, I’ve imported a crown and a table to set it on. Next, we will add some components to our crown. I’ve ad...

Creating a Secret Lock Code with XR Socket Interactors

In this article, I have created a secret combination of picture frames to be displayed in a specific order in order to reveal a key. To give a clue to the order that the frames need to go in, I have displayed a demo picture frame. There are 3 frames with each of those stick figures in one frame. ...

Cleaning a Puddle using the XR Socket Interactor

In this article, I will be demonstrating how to clean a puddle of water from the ground using a mop and a socket interactor. First, I’ve created a “puddle” of water using a cylinder and adding a capsule collider to it with “is trigger” enabled. Next, on the cy...

Experimenting with Different Socket Interactors

In my previous article, we made a keyhole a socket interactor for they key. Now, I am going to make our head a socket interactor so we can place a crown over our head. First, I’ve imported a crown and a table to set it on. Next, we will add some components to our crown. I’ve ad...

IPv4 Socket Surveillance — Tracing using kprobe, kretprobe and maps with BCC

In my previous article, I explored the fundamentals of eBPF, a technology enabling interaction with the Linux kernel without altering kernel code. I discussed eBPF’s programmable hooks into the kernel, its event-driven nature, and highlighted its utility in system monitoring through sysca...