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

How to use this tool on linux? #15

Closed
TnkrrGit opened this issue Dec 5, 2020 · 5 comments
Closed

How to use this tool on linux? #15

TnkrrGit opened this issue Dec 5, 2020 · 5 comments

Comments

@TnkrrGit
Copy link

TnkrrGit commented Dec 5, 2020

How do i run this tool on ubuntu 18.04 server linux?

@Melonai
Copy link
Collaborator

Melonai commented Dec 5, 2020

First get a binary by either building RNS yourself or by downloading the pre-built Linux binary in the releases section, then simply execute it!

@Melonai Melonai closed this as completed Dec 7, 2020
@TnkrrGit
Copy link
Author

TnkrrGit commented Dec 7, 2020

Whats the command to execute it?

@Melonai
Copy link
Collaborator

Melonai commented Dec 7, 2020

./rust-nitro-sniper
;3

@Melonai Melonai reopened this Dec 7, 2020
@TnkrrGit
Copy link
Author

TnkrrGit commented Dec 7, 2020

How do you keep running in background?

@Melonai
Copy link
Collaborator

Melonai commented Dec 7, 2020

Just add an & at the end of the command like this:
./rust-nitro-sniper &
It'll keep posting messages and stop when the shell it's started from is closed.
If you want to keep it running in the background until the server restarts use disown after running the previous command.

Please try to google these questions yourself, as these are just basic Linux commands. ^^'
I'll be glad to answer some questions more specific to the sniper itself though!

@Melonai Melonai closed this as completed Dec 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants