This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This gist gives instructions to build a basic deb package of netatalk-3.1.11 using checkinstall on Ubuntu 18.04. | |
# With the idea being that you build the deb on your build server and install from the resulting deb in production. | |
# Given that the deb is packaged using checkinstall with basic options, think home use, not real production. | |
# Note that this build does not provide the spotlight feature. | |
# The tracker packages have been left out as the intent was to provide TimeMachine functionality only. | |
#------------------------------------------------------------ | |
# STEP ONE - Make the Netatalk deb on a build machine |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
第一步,在/etc/yum.repos.d/目录下创建一个源配置文件nginx.repo: | |
cd /etc/yum.repos.d/ | |
vim nginx.repo | |
填写如下内容: | |
[nginx] | |
name=nginx repo |