Swim across some Linux wifi accessories

We have been using Linux and wifi for a long time. There is nothing distinct or surprising in this. Here I am discussing some basic Linux tools which can enhance the way use your wifi on a Linux machine or give you some advantage over normal Linux users.

Continue reading “Swim across some Linux wifi accessories”

Linux Socket Programming

A socket is just a logical endpoint for communication. They exist on the transport layer. You can send and receive things on a socket, you can bind and listen to a socket. A socket is specific to a protocol, machine, and port, and is addressed as such in the header of a packet.

Continue reading “Linux Socket Programming”