FreeBSD Developers' Handbook - Turkish Translation"Turkish translation of FreeBSD Developers' Handbook.
Translated by: Halid Ziya Yerebakan."
High-Level Strings"Authored by EnderUNIX team member, Barış Şimşek , article explains high-level Strings,it gives interfaces and implementations for Strings"
Simple Bootstrap implementation"Authored by one of the Academy students of EnderUNIX, Cihan Kömeçoğlu, article explains how to implement a simple bootstrap operation with assembly codes."
Introduction to Bash Programming"Introduction to Bash Programming"
Mixed C/C++ Programming"Mixed C/C++ Programming"
C Programming Interfaces II: Memory Management"C Programming Interfaces II: Memory Management for programmers."
Data Structures: Hash Table"Hash table, hash functions, collisions, chained hash table, open address hash table, probing methods"
Executable and Linking Format (ELF)"This document contains more detailed information relating to ELF binary object file format that is most used on Unix and Unix like operating systems."
Linux device Drivers - Part 4 -"Linux device Drivers and sample FIFO-LIFO Driver"
Hooking Filters for Fun and Profit: PFIL_HOOKS"Hooking Filters for Fun and Profit: PFIL_HOOKS"
Linux LKMs and System Calls - 3"This paper by N. Ersen Siseci is the third part of the series Linux LKMs and System Calls."
Linux LKMs and System Calls - 2""This paper by N. Ersen Siseci is the second part of the series Linux LKMs and System Calls.""
Linux LKMs and System Calls -1 "This primer by Necati Ersen Siseci gives a brief introduction to Linux Loadable Kernel Module programming and Linux System Calls."
C++ API for Mysql"A tutorial explaining how to hook up to MySQL using C++ routines."
Raw Socket Programming (IP Spoofing)"In this paper, we'll take a look at the Raw sockets API, which is actively used by underground people in their IP Spoofing practices."
BSD Socket Programming"1. Definitions
2. TCP/IP
3. Principles of implementation
4. Server Socket
5. Client Socket
6. Advanced I/O
7. FAQ
"
Pipe and FIFO"Creating pipe under shell or in C programs, interprocess communication with pipes."
Creating program libraries under UNIX"Creating program libraries under UNIX
Libraries
Static Libraries
Shared Libraries
"