Power & Source of Big Ideas

Hi guys... Am using Nano Pi M1 with Debian OS. I kept static IP address for it by editing the file /etc/network/interfaces and adding the below lines sudo vim /etc/network/interfaces auto eth0 iface eth0 inet static address 192.168.0.51 netmask 255.255.255.0 gateway 192.168.0.1 After setting the IP,...
Thanks buddy...

I achieved it by using socat only.
Hiiii friends... I just want to know how can I downclock my nano pi M1 clock frequency. https://software.intel.com/sites/default/files/comment/1716807/how-to-change-frequency-on-linux-pub.txt I tried from the above link but I didnt found scaling_available_frequencies in the directory /sys/devices/sy...
Hiiii guys... I want to use nano pi M1 as serial to ethernet and vice versa converter. Just recently bought nano pi M1. Please suggest which OS will be better for my application. I want to build the application using C language. And I want to run my nano pi at low frequency so that I can reduce the ...