Difference between revisions of "/\"
From Batchelor-s
Jump to navigationJump to searchm (Protected "/\" ([edit=sysop] (indefinite))) |
|||
Line 4: | Line 4: | ||
− | [[/ | + | Host to include |
+ | *[[linux]] | ||
+ | *[[Apache]] | ||
+ | *[[MySQL]] | ||
+ | *[[PHP]] | ||
+ | |||
+ | #How much is a [[static IP]] ? | ||
+ | # Work around dynamic IP | ||
+ | Could use [[NO-IP]] | ||
+ | # Free version is a hassel every month to renew | ||
+ | #or $30 yr in 2020 | ||
+ | |||
+ | [[SSH]] server (remote) | ||
+ | *private to test | ||
+ | **[[SSH]] to remote | ||
+ | **copy files for backup | ||
+ | **possible mirror some files | ||
+ | **Test a webpage | ||
+ | **Private wiki <------- | ||
+ | **[[VNC]] if bandwith is not a problem | ||
+ | |||
+ | |||
+ | |||
+ | what does it take to set up | ||
+ | |||
+ | [[port forwarding]] | ||
+ | |||
+ | need IP (dynamic) [[NO-IP]] | ||
+ | |||
+ | # If hard wire | ||
+ | [[ifconfig eth0]] | ||
+ | |||
+ | # If teathered | ||
+ | [[ifconfig usb0]] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | [[watchdog]] process to monitor the host ip and report on change. | ||
+ | [[send mail]] containing [[ifconfig]] results. | ||
+ | |||
+ | Need how-to on [[watchdog]] | ||
+ | |||
+ | ok, I have been working on a [[send mail]] | ||
+ | *to send pictures | ||
+ | |||
+ | |||
+ | |||
+ | Software required. | ||
+ | Apache http server. Enables private [[webroot]]. | ||
+ | Url. Is. Host/~username. Web root folder home/username/public_html | ||
+ | |||
+ | need to setup public_html (not on all systems) | ||
+ | |||
+ | [[vsftpd]] Vsftp. Very secure ftp | ||
+ | |||
+ | Opened. Ssh session. | ||
+ | |||
+ | how about [[filezilla]]? | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | [[--]] |
Revision as of 20:20, 15 July 2020
Host to include
- How much is a static IP ?
- Work around dynamic IP
Could use NO-IP
- Free version is a hassel every month to renew
- or $30 yr in 2020
SSH server (remote)
- private to test
what does it take to set up
need IP (dynamic) NO-IP
- If hard wire
- If teathered
watchdog process to monitor the host ip and report on change. send mail containing ifconfig results.
Need how-to on watchdog
ok, I have been working on a send mail
- to send pictures
Software required.
Apache http server. Enables private webroot. Url. Is. Host/~username. Web root folder home/username/public_html
need to setup public_html (not on all systems)
vsftpd Vsftp. Very secure ftp
Opened. Ssh session.
how about filezilla?