Category: Linux Tips
If you are working with embedded software system, you should know what Minicom is and what we need to do with the Minicom. Those who do not know anything about Minicom or have a very less idea about the embedded software system, for those I just want to write one or two lines. The answer of …
As you have already came here to read this article, I believe that you are new to software programming or want to deal with a large source code. This is natural. For the very first time, I had also faced the same problem. Because, I was trying to read the JellyBean Android source code and I …
Download file from GIT Server in Linux: GIT is an widely used version control tool for source code management. GIT was initially designed for the Linux Kernel development project in the year 2005 and after that it became the most popular version control software to use. If you are working in a software development company, I …
Now a days, each and every organization maintain a server to which the employees of the organization has access. Through this server it is easy to maintain documents and files of the organization. Each and every employee of the organization may have access to the server. They can copy or use a file from the server …
Recently in these days, I have started using Linux in my computer because of some professional reason. As I do blogging from my computer, I felt the necessity to resize image from my Linux work terminal as I need to edit one image because of the purpose of blogging. So, at first I tried installing different …
Google talk is a very handy tool or messenger from Google. Through this messenger you will be able to communicate with people who are online in either in Google talk or in Gmail. You will also get notification from GMAIL if you get any email in your Gmail address. So, in this way you will be able to …
In Inter-process communication. Socket is an endpoint of an interprocess communication. We can create a server socket and one client socket to create a bidirectional communication. Below I have provided one socket server and client communication. Sample Code for Socket Server: #include <stdio.h> #include <stdlib.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <error.h> #include <strings.h> #include …
The question that I have mentioned in the title “What is bzero and Why to use sin zero for zero padding in Socket Server and Client” of the article is related to “Socket Server” in C programming for TCP/IP communication. Those who are from the computer science or engineering background, maybe they used to do this …
If you have just started using Linux Ubuntu on your personal computer, then this is normal that you are not acquainted with all the commands in Ubuntu. For a Windows user, Linux Ubuntu is not a similar kind of operating system because in Windows everything is almost click and run. But in Ubuntu you will not be able …
Download Movie from Torrent Site in Linux Ubuntu: We all know that Windows is the most popular operating system in the world of computing. But for some specific reason many people who are from a tech background, use Linux as their operating system. Also, people who are trying to learn Linux operating system for developing some high level …
If you are new to Linux or just switched your operating system from Windows to Linux then may be you will face some common problems like if you want to read any other language like Bengali in LINUX then you will see that you are not able to view the language and letters of Bengali properly …