Welcome to our Community
Wanting to join the rest of our members? Feel free to sign up today.
Sign up

Compiling teleconsole for termux.

Abhiram Shibu

Veteran
Jan 1, 2017
223
10
9,400
What is teleconsole?

Teleconsole is a shell remote control program made by gravitational. Its client is totally open source and pretty functional.
This will be a guide on how to compile it from scratch for termux.

Requirements.


1) Internet connection with (300-400MB of data)
2) Phone with termux installed.
3) Some Linux command line skills and basic debugging skills

Procedure.

Compile environment preparation (Not need if you already have an environment ready)
Code:
apt update
apt install gcc golang make
Cloning the needed repositories and building
Code:
mkdir ~/go
export GOPATH=~/go
mkdir -p ${GOPATH}/src/github.com/gravitational
cd ${GOPATH}/src/github.com/gravitational
git clone https://github.com/abhiramshibu/teleport
git clone https://github.com/abhiramshibu/teleconsole
cd teleconsole
make
Enjoy! ;)


 
What is teleconsole?

Teleconsole is a shell remote control program made by gravitational. Its client is totally open source and pretty functional.
This will be a guide on how to compile it from scratch for termux.

Requirements.

1) Internet connection with (300-400MB of data)
2) Phone with termux installed.
3) Some Linux command line skills and basic debugging skills

Procedure.

Compile environment preparation (Not need if you already have an environment ready)
Code:
apt update
apt install gcc golang make
Cloning the needed repositories and building
Code:
mkdir ~/go
export GOPATH=~/go
mkdir -p ${GOPATH}/src/github.com/gravitational
cd ${GOPATH}/src/github.com/gravitational
git clone https://github.com/abhiramshibu/teleport
git clone https://github.com/abhiramshibu/teleconsole
cd teleconsole
make
Enjoy! ;)
Happy Jonah Hill GIF
 
  • Like
Reactions: Abhiram Shibu

Sponsored