Skip to content

Commit

Permalink
idk heres the current file
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersSpear committed Dec 2, 2024
1 parent d3e4484 commit e0ecb57
Show file tree
Hide file tree
Showing 11 changed files with 116,972 additions and 36 deletions.
19 changes: 19 additions & 0 deletions andersnotes.md
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`
1 change: 1 addition & 0 deletions censors/censor1.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import layers.packet
logging.getLogger("scapy.runtime").setLevel(logging.ERROR)
from scapy.all import IP, TCP
import os

from censors.censor import Censor

Expand Down
Empty file.
Loading

0 comments on commit e0ecb57

Please sign in to comment.