Project

General

Profile

Getting Started » History » Version 1

Joseph Foley, 2015-09-05 02:50

1 1 Joseph Foley
h1. Getting started
2
3
h2. RHnet Rules of Use
4
5
We are part of RHnet at RU, which means we must abide by their rules.  English version at http://rhnet.is/english/reglur.html
6
7
h2. Wireless Router info (Wifi)
8
9
*  SSID: devnet
10
*  Password: HAKKAVELIN
11
12
More info at [[Wireless Access Point]].  If you have trouble configuring your computer after connecting, refer to [[Network#Connecting to the network]]
13
14
h2. Get added to the mailing list
15
16
Make sure someone adds you to our mailing lists
17
18
* @devnet@list.ru.is@ medium-traffic maintainer/developer list
19
* @devnet-user@list.ru.is@ low-traffic announcement list (service outages and new features when tested)
20
21
h2.  Get on the chat channel!
22
23
# Register an account at https://jabber.ru.is
24
# Join the chat channel devnet@conferences.jabber.ru.is
25
# Send messages before you do anything interesting
26
# Wireless NAT near the rack
27
## SSID: devnet  Password: HAKKAVELIN
28
# [[OTR Encrypted IM]]
29
30
h2. [[Kerberos]]
31
32
To simplify the number of passwords you need to remember while improving security, we have installed Kerberos.  You will need to have a kerberos login in order to access some of the servers and for AFS.
33
34
To get an Kerberos account, send mail to @devnet@list.ru.is@ with your desired username (it should match your HI or RU email).  You probably also want the AFS login, mentioned in the next section.  More about [[Kerberos]] can be found at the link.
35
36
37
h2. [[AFS]]
38
39
If you have an afs account, you can set items in the AFS space to be visible on our webserver at @http://www.dev.ru.is@
40
To get an AFS account, send mail to @devnet@list.ru.is@ with your desired username (it should match your HI or RU email)
41
Then goto [[devnet-documentation:AFS_Client_Installation]] to install the AFS client.  More information on [[AFS]].
42
43
h3. Automatic web pages and sharing files
44
45
To make a www folder that is visible.  Here is an example for foley's homedir.
46
47
Replace the path with the appropriate path from the sent email.  e.g. /afs/dev.ru.is/user/f/fo/foley
48
49
# cd /afs/dev.ru.is/user/f/fo/foley
50
# mkdir www
51
# fs setacl . system:anyuser l
52
# fs setacl www system:anyuser read
53
54
The l acl allows anyone to list, but not read the directory.
55
56
Then this can be accessed at @http://afs.dev.ru.is/user/f/fo/foley/www@
57
58
h1. Ideas
59
60
* SIP server
61
* Minecraft Server
62
* XMPP (sorta done, need to allow transports)
63
* IMMI 
64
* ntp (using gps or cell signal for stratum 0 status)
65
* debian repo (iceland uni has one hosted, does mirroring make sense?)
66
* mail server, possibly hosted by google app engine
67
* laser etcher
68
* Your File System (AFS++) http://www.your-file-system.com
69
70
h1. DevNet Developer pages
71
72
* [[hosts]] includes service locations and maintainers
73
* [[network]]
74
* [[passwords]]
75
* [[ubuntu server install]]
76
* [[Certificates]]
77
* [[IPA and ActiveDirectory]]