Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Server Console for sending command #106

Open
Arrafii14 opened this issue Apr 9, 2024 · 3 comments
Open

Add Server Console for sending command #106

Arrafii14 opened this issue Apr 9, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@Arrafii14
Copy link

I want to customize some of server, and mostly, customization is done through console.
hope there is new feature.

@Arrafii14 Arrafii14 added the enhancement New feature or request label Apr 9, 2024
@Arrafii14
Copy link
Author

Arrafii14 commented Apr 9, 2024

I figure it out that using xterm colab just working, but i still cannot make it automatically run bash run.sh after xterm started, so i need to insert command manually in order server started.

!pip install colab-xterm
%load_ext colabxterm
%xterm
*in xterm, run server start, in me run "bash run.sh"

@N-aksif-N
Copy link

So, what do you want to customize? Please tell me more
If you are excited about that then, this will help: https://github.com/N-aksif-N/MineColab_Improved

@N-aksif-N
Copy link

Also you can run command unto terminal by !
E.g !pip install xterm => run command pip
or !sudo apt update => run command apt (sudo is a permission)

The server console can type using run-a-server scripts. check out the scripts to see it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants