Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in operating-system

Detect 64-bit or 32-bit Windows from User Agent or Javascript?

Difference between user-level and kernel-supported threads?

Locking Executing Files: Windows does, Linux doesn't. Why?

What's the difference between "virtual memory" and "swap space"?

How can I find which operating system my Ruby program is running on?

ruby operating-system

dup2 / dup - why would I need to duplicate a file descriptor?

Which is more efficient, basic mutex lock or atomic integer?

Unable to use xcodebuild on Mavericks with Command Line Tools installed

How to reliably detect os/platform in Go

operating-system go

How do I check CPU and Memory Usage in Java?

java operating-system cpu ram

Get operating system info

How to check if file is a symlink in Python?

python operating-system

How can I build a small operating system on an old desktop computer? [closed]

python: get directory two levels up

Determining Whether a Directory is Writeable

What is the difference between the operating system and the kernel? [closed]

operating-system kernel

What are the differences between virtual memory and physical memory?

What is the difference between user and kernel modes in operating systems?

operating-system

When to use os.name, sys.platform, or platform.system?

Spinlock versus Semaphore