Pc-remote-control c++ code that you can use to control the Linux system via phone Using the phone as a client through the application https://play.google.com/store/apps/details?id=tcpudpserverclient.steffenrvs.tcpudpserverclient Compile Server Program in VS terminal 1- g++ -Wall -Wextra -g3 -o main main.cpp server.cpp command.cpp 2- ./main