Download the software from our websitearrow-up-right.
Transfer the software file to your server (you can use the command scp for this => scp ./TShell root@<IP>:/root/TShell)
scp ./TShell root@<IP>:/root/TShell
Make the file executable => sudo chmod +x ./TShell
sudo chmod +x ./TShell
Execute the file => sudo ./TShell
sudo ./TShell
You need to execute it with sudo/root user!
Install and execute the application.
Move the binary to the global path ⇒ sudo mv ./TShell /usr/local/bin/TShell
sudo mv ./TShell /usr/local/bin/TShell
You can now run TShell using the sudo TShell command from any path.
sudo TShell
Last updated 1 month ago