Big pipe server
From Whitespace (Hackerspace Gent)
(Difference between revisions)
(→Remote Access) |
|||
| Line 7: | Line 7: | ||
== Remote Access == | == Remote Access == | ||
* ssh to members.0x20.be | * ssh to members.0x20.be | ||
| + | * browse to http://members.0x20.be | ||
| + | * browse to https://members.0x20.be | ||
== Serve Files == | == Serve Files == | ||
Revision as of 21:08, 16 August 2011
| Big pipe server |
|---|
|
| What: |
| IBBT lends us a server to host the Newline videos and to run services. |
| Participants: |
| Abe, Jaroslov |
| Locations: |
| IBBT |
|
|
Remote Access
- ssh to members.0x20.be
- browse to http://members.0x20.be
- browse to https://members.0x20.be
Serve Files
- create 'public_html' directory in your home directory.
$ pwd /home/<username> $ mkdir public_html $ echo "test file" > public_html/bla.txt
- access via http://members.0x20.be/~username
