codingfreak
Pages
(Move to ...)
Home
Algorithms
Data Structures
Linux
▼
4.19.2012
Uli Drepper - Basics you should know about buffer overflow
›
Part 1: Buffer Overflows
4.05.2012
Connecting via SSH without password prompt
›
SSH is the common way to connect remote machines these days. Almost all kinds of applications use SSH in background for communicating with e...
2 comments:
3.13.2012
Daemon-izing a Process in Linux
›
A Linux process works either in foreground or background. A process running in foreground can interact with the user in front of the termi...
5 comments:
3.04.2012
Memory Layout of a C program - Part 2
›
Continuation of PART-1 As we have seen so much theory in the PART-1 now let us see a real-time example to understand about these segments...
Memory Layout of a C program - Part 1
›
A running program is called a process. When we run a program, its executable image is loaded into memory area that normally called a proce...
8 comments:
‹
›
Home
View web version