Tyler
❔ New to C#, trying to create a gui that lets me start/stop my discord bot on a remote linux machine
im gonna be honest, I am new to visual studio debugging, so im not sure what im looking at, but the codes not giving me any errors, just a couple warnings
28 replies
❔ New to C#, trying to create a gui that lets me start/stop my discord bot on a remote linux machine
Ideally, pressing the start button runs this command on the remote linux machine
sudo systemctl start bub.service
and pressing the stop button runs this command sudo systemctl stop bub.service
28 replies
❔ New to C#, trying to create a gui that lets me start/stop my discord bot on a remote linux machine
This code link is for my file
MainForm.cs
https://mystb.in/InexpensiveThumbsBased
This code link is for my SSHManager.cs
https://mystb.in/DetailedCareyLoading28 replies