Big pipe server
From Whitespace (Hackerspace Gent)
(Difference between revisions)
(→Serve Files) |
(→Serve Files) |
||
| Line 11: | Line 11: | ||
== Serve Files == | == Serve Files == | ||
| − | * create 'public_html' directory in your home directory. | + | * create 'public_html' directory in your home directory. All files in there are accessible via http://members.0x20.be/~yourusername/ |
<pre> | <pre> | ||
$ pwd | $ pwd | ||
Revision as of 22:09, 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 (CAcert)
Serve Files
- create 'public_html' directory in your home directory. All files in there are accessible via http://members.0x20.be/~yourusername/
$ pwd /home/<username> $ mkdir public_html $ echo "test file" > public_html/bla.txt
- access via http://members.0x20.be/~username
- access via https://members.0x20.be/~username
