Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
How is the linux graphics stack organised? Can anyone explain about this?
I'm trying to understand the graphics stack in linux.
First hit when searching in Google for "the linux graphics stack":
http://blog.mecheye.net/2012/06/the-linux-graphics-stack
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 days ago.
Improve this question
how can i make these bots? I've searching the internet for this type of user, but i couldn't find one
like this bot?
Another screenshot
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 days ago.
Improve this question
How to change the color of the wall using opencv and android studio kotlin
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
i need help to write a kernel module to count the linux system calls at kernel 3.x
i want to implement this with kprobe but earlier ways do this with *sys_call*.
please help me.
In this site you may find useful details for Kprobe!
http://doc.opensuse.org/documentation/html/openSUSE/opensuse-tuning/cha.tuning.kprobes.html
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Is it possible to make a single bootable dvd with multiple linux distros in it? we should be able to select which os to boot by a menu.
There are several tutorials for this:
http://www.justlinux.com/forum/showthread.php?t=150078
http://pcquest.ciol.com/content/enterprise/2005/105070101.asp
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
how can we determine the RAM value of a computer in LINUX ?
regards
Inspect output of
free
lshw
Good luck