added some note
This commit is contained in:
parent
942ec2a062
commit
5ec72108ad
3
memo/ufw-memo.md
Normal file
3
memo/ufw-memo.md
Normal file
@ -0,0 +1,3 @@
|
||||
```
|
||||
sudo ufw allow from 192.168.70.0/24 to any port 33060
|
||||
```
|
||||
@ -3,3 +3,8 @@ python -m venv <env-name>
|
||||
source <env-name>/bin/activate
|
||||
deactivate
|
||||
```
|
||||
|
||||
```
|
||||
pip freeze > requirements.txt
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user