Ah hello thank you if you've read the article. I'm sorry that currently this article focus mainly on running on mobile phone. There are some adjustments need to be prepared to make it work for PC or linux server. What is your current linux server? Is it Ubuntu or Debian?
You can adjust some commands like
```
# update termux package
pkg upgrade -y
# install basic dependency software
pkg install build-essential git tor torsocks
# install basic helper tool
pkg install tmux nano micro curl wget
```
and change it into
```
# update termux package
apt upgrade -y
# install basic dependency software
apt install build-essential git tor torsocks
# install basic helper tool
pkg install tmux nano micro curl wget
```
Let me know your current problem, hopefully i can help