OS: Linux Mint Xfce
Login: mint
Password: zaq1@WSX
Device (OS) - IP:Port
Client (Windows 11) - 192.168.56.1
TTP (Linux Mint) - 192.168.56.10:5000
Server (Linux Mint) 192.168.56.20:6000
Using VirtualBox's Host-Only Network setting for VMs
In order to build an app for Linux in Visual Studio, the app needs to be published. To publish follow these steps:
- Right click on your project in an opened Visual Studio Solution and choose Publish
- As destination, choose folder, click Next twice and then Finish.
- Now you should change Target Runtime to
Linux-x64then click Publish button - After publishing is finished, executable file is located in
./bin/Release/net8.0/linux-x64/folder, and the filename is the same as the published project name. - To run it, open the terminal on linux go to that folder and start it
TTP:
cd ttp/bin/Release/net8.0/linux-x64/
./ttpServer:
cd server/bin/Release/net8.0/linux-x64/
./serverTamara Mruk 197584
Mateusz Grzonka 198023