codingfreak
Pages
(Move to ...)
Home
Algorithms
Data Structures
Linux
▼
6.30.2010
strace - diagnostic, debugging and reverse engineering tool
›
Many times we come across hopeless situations where a program when compiled and installed in GNU/Linux just fails to run. Then we have to tr...
Static Functions in C
›
B y default all functions are implicitly declared as extern , which means they're visible across translation units. But when we use stat...
9 comments:
4.24.2010
Singly Linked List in C
›
C heck Implementation of Singly Linked List for theoretical explanation regarding implementation of singly linked lists. #include <s...
22 comments:
3.27.2010
Fedora 12 on HP Pavilion dv6340eu
›
Atlast the day has come, LINUX running on my laptop(pre-loaded with M$ VISTA). Time for celebrations. So I decided to drop a post on how t...
2 comments:
1.04.2010
iptables - Rate-limit incoming connections
›
Using " recent " match option in iptables we can match recent connections, and perform simple throttling operation on incoming ...
2 comments:
‹
›
Home
View web version