I would like to know a way to monitor all processes that are using a system service / functionality, more specifically I want to monitor the processes that request and modify the position of the mouse >, I have tried to find out how this wor...
I was thinking together with my team to make an operating system that runs the applications and drivers of Windows and Linux, it would be used as a basis for the kernel of Linux and React OS in a hybrid kernel, but I'm curious as to whether...
I have a python script that needs to run other software multiple times, I'm trying to do this using the .system ("command"), but this function always returns me -1 and it does not work, / p>
PS I'm using python 2.7
I looked for this information elsewhere, but I could not get clarification about it. I would like to know the difference between operating system and mobile platform. For example, I always hear about the Android operating system , but I also he...
I'm developing a system in which I find myself in the following scenario: a program needs to create a file part by piece. It receives bytes from a server and so the file is created, it should work that way because it is a design decision.
The...
include
include
include
include
include
include
int main (void)
{
int status = 0;
int fd [2], nbytes;
pid_t pid, wpid;
char string1 []="Hello, \ n";
char string2 []="World! \ n";
...
How can I test the connectivity between devices on a network without using the ICMP protocol? I made a simple operating system, it has access to internet etc. But, it does not have ping. How can I create a similar command to test network connect...