Pagini
Workshops
Parteneri
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Next revision Both sides next revision | ||
sesiuni:sysadmin:centralizare [2014/06/18 00:14] bpurcareata |
sesiuni:sysadmin:centralizare [2014/07/09 17:59] razvan [Prefer text over binary] |
||
---|---|---|---|
Line 17: | Line 17: | ||
* Centralize, backup and secure. | * Centralize, backup and secure. | ||
** Computer clusters | ** Computer clusters | ||
- | ** iSCSI, FiberChannel | + | ** iSCSI (Internet Small Computer System Interface), FiberChannel |
* Allow interconnection and interoperability. | * Allow interconnection and interoperability. | ||
- | ** LDAP | + | ** LDAP (Lightweight Directory Access Protocol) |
- | ** RADIUS | + | ** RADIUS (Remote Authentication Dial-In User Service) |
* Use versioning. | * Use versioning. | ||
- | ** Gitolite | + | ** Gitolite - authorization layer on top of Git |
* Allow access from anywhere on any device. | * Allow access from anywhere on any device. | ||
** Dropbox - vedeți exercițiul 7 din [[:sesiuni:sysadmin:eficienta#demo-uri|demo-urile sesiunii de Eficiență]]. | ** Dropbox - vedeți exercițiul 7 din [[:sesiuni:sysadmin:eficienta#demo-uri|demo-urile sesiunii de Eficiență]]. | ||
- | ** Web, DAV, e-mail, LDAP | + | ** Web, DAV (Distributed Authoring and Versioning), e-mail, LDAP |
== Demo == | == Demo == | ||
- | * **Înainte de toate**: Copiați perechea de chei SSH din contul vostru de pe {{{swarm.cs.pub.ro}}} local:<code bash> | ||
- | scp <username-de-pe-swarm>@swarm.cs.pub.ro:.ssh/id_rsa* ~/.ssh/ | ||
- | </code> unde {{{<username-de-pe-swarm>}}} este utilizatorul vostru de pe {{{swarm.cs.pub.ro}}}. | ||
=== Prefer text over binary === | === Prefer text over binary === | ||
Line 44: | Line 41: | ||
git init --bare workshop-blog.git | git init --bare workshop-blog.git | ||
</code> | </code> | ||
- | *# Intrați în directorul {{{~/public_html/}}} și creați directorul {{{workshop-blog/}}}. | + | *# Intrați în directorul {{{~/public_html/}}} și creați directorul {{{workshop-blog/}}}:<code bash> |
+ | mkdir public_html | ||
+ | cd public_html | ||
+ | mkdir workshop-blog | ||
+ | </code> | ||
*#* Aici va fi publicat conținutul blog-ului. | *#* Aici va fi publicat conținutul blog-ului. | ||
*#* Accesați, din browser, URL-ul {{{http://swarm.cs.pub.ro/~<username-de-pe-swarm>/workshop-blog/}}}, unde {{{<username-de-pe-swarm>}}} este numele vostru de utilizator de pe swarm. | *#* Accesați, din browser, URL-ul {{{http://swarm.cs.pub.ro/~<username-de-pe-swarm>/workshop-blog/}}}, unde {{{<username-de-pe-swarm>}}} este numele vostru de utilizator de pe swarm. |