Turn Your Linux PC Into Bluetooth Speakers For Your Mobile Phone
This post shows steps to Play Songs from mobile and listen on laptop/desktop speaker over Bluetooth. The … Read more
This post shows steps to Play Songs from mobile and listen on laptop/desktop speaker over Bluetooth. The … Read more
This post shows steps configure Ubuntu 16.04 as Bluetooth A2DP Sink. When Ubuntu is acting as A2DP … Read more
As mentioned in Linux kernel souce code net/netlink/af_netlink.c, netlink is a Kernel-user communication protocol which allows user … Read more
Lets say we want to read the contents of some file and want to operate on these … Read more
We create a server using netcat command which listens on 8909 port as below, This server responds … Read more
If you want to create shared library visit our another article “How to create Shared Library in … Read more
As mentioned in Linux kernel souce code net/netlink/af_netlink.c, netlink is a Kernel-user communication protocol which allows user … Read more
To compile any c library inside android, we need to write an Android.mk makefile, for reference please … Read more
The nc (or netcat) utility is used for just about anything under the sun involving TCP, UDP, … Read more
Sometimes due to some reason you start getting error as show in the image here. This error … Read more
If you are trying to access your android devices shell using adb on a new Ubuntu machine, … Read more
If you want to have WiFi integrated with yocto root filesystem, follow below mentioned steps, Open file, … Read more