Creating Sendy compatible csv to import list of emails

Sendy is a self hosted email newsletter application that lets you send trackable emails via Amazon Simple Email … Read more

Remove invalid, unsubscribed and bounced emails from Email List

This post describes how you can use a shell script for removed mistyped or invalid emails from … Read more

Socket Programming in JAVA – TCP client and server

As we have already seen, how to write UDP socket programs in JAVA, now we will write … Read more

Difference between static and dynamic library linking

Lets write a simple helloworld program and using which we will try to understand the difference between … Read more

How to create Shared Library in Linux ?

If you want to create static library visit our another article “How to Create Static Library in … Read more

Understanding the Color Code of Linux Files

In Linux everything present is considered as a file, so to differentiate file types from each other … Read more

Meaning of different Colors in “ls” command

In Linux everything present is considered as a file, so to differentiate file types from each other … Read more

How to setup and use tftp client on Ubuntu ?

Following is the procedure which will guide you for setting up the Linux PC as a tftp … Read more

How to setup tftp server on Ubuntu ?

Following is the procedure which will guide you for setting up the Linux PC as a tftp … Read more