mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 01:46:51 +01:00
list fixes
This commit is contained in:
parent
187bcdd517
commit
9cf805f308
@ -30,40 +30,16 @@ Personally I use a fresh installation of Ubuntu 8.04 Hardy Heron Desktop version
|
||||
|
||||
Here are the steps involved in setting up your Ubuntu box as a Mac file server:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
1. Modify and install Netatalk (Open Source AFP implementation)
|
||||
|
||||
|
||||
2. Configure Netatalk
|
||||
|
||||
|
||||
3. Configure shared volumes (and Time Machine volume)
|
||||
|
||||
|
||||
4. Install Avahi (Open Source Bonjour implementation)
|
||||
|
||||
|
||||
5. Configure Avahi and advertise services
|
||||
|
||||
|
||||
6. Configure TimeMachine
|
||||
|
||||
|
||||
7. Conclusion, Problems and more informations
|
||||
|
||||
|
||||
8. Downloading and using the Server Display Icons
|
||||
|
||||
|
||||
9. Translations Of This Article
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# 1. Modify and install Netatalk
|
||||
|
||||
![Netatalk icon](/media/netatalk.png)[Netatalk](http://netatalk.sourceforge.net/) is the Open Source implementation of AFP. Mac OS X requires encryption to work properly but the standard package of netatalk provided in the Ubuntu repositories doesn't include this feature. So we have to build our own netatalk package from the sources with the encryption feature enabled.
|
||||
|
@ -105,10 +105,11 @@ ol
|
||||
list-style: none
|
||||
padding-left: 2em
|
||||
|
||||
ul li
|
||||
position: relative
|
||||
margin-bottom: .5em
|
||||
> li
|
||||
margin-bottom: .5em
|
||||
position: relative
|
||||
|
||||
ul li
|
||||
&:before
|
||||
font-size: 14px
|
||||
font-family: 'entypo'
|
||||
@ -129,26 +130,22 @@ ol
|
||||
counter-reset: ol-counter
|
||||
|
||||
li
|
||||
position: relative
|
||||
|
||||
&:before
|
||||
@extend .textcenter
|
||||
position: absolute
|
||||
left: -2em
|
||||
top: 0
|
||||
left: -2.5em
|
||||
top: .4em
|
||||
color: #fff
|
||||
content: counter(ol-counter)
|
||||
counter-increment: ol-counter
|
||||
font-style: italic
|
||||
font-size: 14px
|
||||
background: $text-color-dimmed
|
||||
|
||||
width: 20px
|
||||
height: 20px
|
||||
border-radius: 20px
|
||||
line-height: 20px
|
||||
display: block
|
||||
text-align: center
|
||||
top: .2em
|
||||
box-shadow: 0 1px 0 rgba(255,255,255,.7)
|
||||
|
||||
ul,
|
||||
|
Loading…
Reference in New Issue
Block a user