close
Warning:
Can't synchronize with repository "(default)" (/usr/svn/silverfile does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Jul 17, 2009, 4:03:22 AM (14 years ago)
- Author:
-
hank
- Comment:
-
more work on server install how-to
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v42
|
v43
|
|
366 | 366 | }}} |
367 | 367 | |
| 368 | == Firewall == |
| 369 | Rules allow ssh(2222), https, and Samba (from LAN) |
| 370 | |
| 371 | {{{ |
| 372 | ufw allow 2222 |
| 373 | ufw allow from 192.168.0.0/24 to any app Samba |
| 374 | ufw allow "Apache Secure" |
| 375 | ufw logging on |
| 376 | ufw enable |
| 377 | ufw status |
| 378 | }}} |
| 379 | |
| 380 | |
368 | 381 | == Java == |
369 | 382 | |