Sunday, February 23, 2014

[Book] Network Analysis using Wireshark Cookbook


Network Analysis Using Wireshark Cookbook (PDF)
Yoram Orzach

452 pages
Publisher: Packt Publishing (December 24, 2013)

ISBN-10: 1849517649
ISBN-13: 978-1849517645





Over 80 recipes to analyze and troubleshoot network problems using Wireshark.

Friday, February 21, 2014

GRUB

How to boot Windows from the GRUB prompt?

grub> root (hd0,0)
grub> makeactive
grub> chainloader +1
grub> boot

[Book] C Pointer

Pointers in C: A Hands on Approach (PDF)
Naveen Toppo and Hrishikesh Dewan

168 pages
Publisher: Apress (Dec 19, 2013)

Print ISBN-10: 1-4302-5911-6
Print ISBN-13: 978-1-4302-5911-4







Understanding and Using C Pointers (PDF)
Richard Reese

226 pages
Publisher: O'Reilly Media, Inc. (May 15, 2013)

Print ISBN-13: 978-1-4493-4418-4

Arduino


Arduino is an open-source electronics prototype platform based on flexible, easy-to-use hardware and software. It's intended for artists, designers, hobbyists and anyone interested in creating interactive objects or environments.

Arduino Robot

Thursday, February 20, 2014

[Book] Linux Kernel Networking Implementation and Theory

Linux Kernel Networking
Implementation and Theory













Notes about the book





  • Netlink Sockets

  • The netlink protocol is a socket-based IPC mechanism, that provides a bidirectional communication channel between user-space and the kernel or among some parts of the kernel itself.

    Example: 
    [1] Uses libnl library for socket operations
    Who can give me the latest netlink programming samples?

    [2] Uses libmnl library for socket operations

    [3] Uses standard socket functions (defined by sys/socket.h)
    How to use netlink socket to communicate with a kernel module?






  • Routing
  • Thursday, February 6, 2014

    [Book] Professional Embedded ARM Development


    Professional Embedded ARM Development (PDF)

    James A. Langbridge

    Published: December 2013 by Wiley
    ISBN: 978-1-118-78894-3

    Content: 285 pages




    This is a beginning-level book.