Big pipe server
From Whitespace (Hackerspace Gent)
(Difference between revisions)
(→Remote Access) |
|||
| Line 8: | Line 8: | ||
* ssh to members.0x20.be | * ssh to members.0x20.be | ||
| + | == Serve Files == | ||
| + | * create 'public_html' directory in your home directory. | ||
| + | <pre> | ||
| + | $ pwd | ||
| + | /home/<username> | ||
| + | $ mkdir public_html | ||
| + | $ echo "test file" > public_html/bla.txt | ||
| + | </pre> | ||
| + | * access via http://members.0x20.be/~username | ||
{{Subpages}} | {{Subpages}} | ||
Revision as of 18:43, 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
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
