forked from Kkevsterrr/geneva
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d3e4484
commit e0ecb57
Showing
11 changed files
with
116,972 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
absolute path for joblib `/code/ML detectors/rfc.joblib` | ||
|
||
`killdocker` to kill all the current docker containers | ||
`tmux a` from a shell to get to the tmux sesssion | ||
`ctrl + b` is the tmux meta key, youll use it as a prefix for tmux commands. | ||
`ctrl + b` + `d` disconnects you | ||
`ctrl + b` + `0` moves you to tab `0` | ||
`ctrl + b` + `1` moves you to tab `1`, etc... | ||
`ctrl + b` + `c` creates a new tab | ||
|
||
`ctrl + b` + `[` puts you into scroll mode | ||
`esc` takes you out of scroll mode | ||
|
||
`exit` kills your current tab | ||
|
||
|
||
|
||
run a thingie | ||
`sudo python3.6 evolve.py --generations 20 --population 50 --log debug --censor censor1` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Oops, something went wrong.