Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in operating-system

How scheduling algorithm determine the type of process (I/o, CPU bound)

How OS performs buffering for a file

c linux operating-system

Are native OS operations optimized on a per-process basis while writing same file?

Could a pointer be initialized by random address which is equal to 0?

multithread server/client implementation in C

What exactly is a trap handler?

How to detect if user is using Mac or Windows on website

What happens when I go to localhost in a browser without specifying a port?

How do I hide all excluding a file type

How to find path to desktop in python [duplicate]

python operating-system

os.rename() not working in my python script

How to change the format of a path string to a different OS?

why developers use c/c++ for embedded systems rather than high level language like python compared to c? [closed]

Why does the monitor solution to dining-philosopher have no deadlock but starvation?

Is using a hardware timer the only way to implement process scheduling?