Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in operating-system

makedirs gives OSError: [Errno 13] Permission denied: '/pdf_files'

How can my Java code read OS environment variables? [duplicate]

Minix vs Linux for Learning Operating System Design?

Differences between use of os.path.join and os.sep concatenation

How to get CPU info in C on Linux, such as number of cores? [duplicate]

c linux operating-system cpu

PHP: a good way to universalize paths across OSs (slash directions)

php path operating-system

Buffer Overflow (vs) Buffer OverRun (vs) Stack Overflow [duplicate]

java c++ c operating-system

Why processes are deprived of CPU for TOO long while busy looping in Linux kernel?

Operating system question

kernel operating-system

How long does it take each thread timeslice in Windows XP?

Is all program code loaded into the text\code section\segment of memory

How would you build a database filesystem (DBFS)?

What type of address returned on applying ampersand to a variable or a data type in C/C++ or in any other such language?

What is a kernel stack used for?

Security issues with online-judge

c++ c linux operating-system

How to shutdown the machine? I'm building a tiny OS of my own [duplicate]

In R, what's the canonical way to detect if the OS is 64-bit?

r operating-system 64-bit

What is a thread-specific os.chdir and mkdir in python?

What happens to threads when exec() is called?

How would a system tray application be accomplished on other platforms?