File tree Expand file tree Collapse file tree 11 files changed +49
-48
lines changed
infrastructure/ansible/roles/skel/tasks Expand file tree Collapse file tree 11 files changed +49
-48
lines changed Original file line number Diff line number Diff line change 1+ # ~/.bashrc - defaults
2+ alias ll=' ls -lah'
3+ alias grep=' grep --color=auto'
4+ export EDITOR=${EDITOR:- nano}
Original file line number Diff line number Diff line change 1+ Describe yourself here.
Original file line number Diff line number Diff line change 1+ # ~/.profile - default profile for pubnix
2+ [ -r /etc/profile ] && . /etc/profile
3+ # Ensure ~/bin is on PATH
4+ case :$PATH : in
5+ * :$HOME /bin:* ) ;;
6+ * ) PATH=" $HOME /bin:$PATH " ;;
7+ esac
Original file line number Diff line number Diff line change 1+ Describe your current project here.
Original file line number Diff line number Diff line change 1+ # Sample SSH client configuration (uncomment and edit to use)
2+ # Host pubnix
3+ # HostName example.org
4+ # User yourname
5+ # IdentityFile ~/.ssh/id_ed25519
Original file line number Diff line number Diff line change 1+ Welcome to ATL Pubnix!
2+
3+ First 10 minutes checklist:
4+ - Publish a page at ~/public_html/index.html
5+ - Explore Gemini (~/public_gemini/index.gmi) and Gopher (~/public_gopher/gophermap)
6+ - Join community chat and read the Code of Conduct
7+ - Read docs at /docs
Original file line number Diff line number Diff line change 1+ # Welcome to ATL Pubnix
2+
3+ => /docs Visit the docs
4+ => /rules Read the Code of Conduct
Original file line number Diff line number Diff line change 1+ Welcome to ATL Pubnix
Original file line number Diff line number Diff line change 1+ Per-user CGI is disabled by default for security. If enabled by admins,
2+ use ~/public_html/cgi-bin for scripts. Keep in mind execution risks and
3+ never store secrets in world-readable locations.
Original file line number Diff line number Diff line change 1+ <!doctype html>
2+ < meta charset ="utf-8 " />
3+ < title > ATL Pubnix — Welcome</ title >
4+ < h1 > Welcome!</ h1 >
5+ < p > Your web space is live at < code > https://HOST/~USERNAME/</ code > .</ p >
6+ < p > Edit < code > ~/public_html/index.html</ code > to replace this page.</ p >
You can’t perform that action at this time.
0 commit comments