mirror of
https://github.com/cotes2020/chirpy-starter.git
synced 2025-04-12 07:33:27 +10:00
update
This commit is contained in:
parent
f70e4329ad
commit
3fbdbb57c2
@ -20,7 +20,7 @@ timezone: America/Chicago
|
||||
|
||||
title: Post Oak Lab # the main title
|
||||
|
||||
tagline: Welcome to my IT Lab # it will display as the sub-title
|
||||
tagline: Welcome to my IT Lab! # it will display as the sub-title
|
||||
|
||||
description: >- # used by seo meta and the atom feed
|
||||
A place where I document my IT and networking projects. Also a way for me to learn Git and Markdown.
|
||||
|
@ -19,9 +19,9 @@
|
||||
# icon: 'fab fa-mastodon' # icons powered by <https://fontawesome.com/>
|
||||
# url: '' # Fill with your Mastodon account page, rel="me" will be applied for verification
|
||||
#
|
||||
# - type: linkedin
|
||||
# icon: 'fab fa-linkedin' # icons powered by <https://fontawesome.com/>
|
||||
# url: '' # Fill with your Linkedin homepage
|
||||
- type: linkedin
|
||||
icon: 'fab fa-linkedin' # icons powered by <https://fontawesome.com/>
|
||||
url: 'www.linkedin.com/in/ryan-alderson-48539919b' # Fill with your Linkedin homepage
|
||||
#
|
||||
# - type: stack-overflow
|
||||
# icon: 'fab fa-stack-overflow'
|
||||
|
@ -16,9 +16,9 @@ platforms:
|
||||
|
||||
# Uncomment below if you need to.
|
||||
#
|
||||
# - type: Linkedin
|
||||
# icon: "fab fa-linkedin"
|
||||
# link: "https://www.linkedin.com/sharing/share-offsite/?url=URL"
|
||||
- type: Linkedin
|
||||
icon: "fab fa-linkedin"
|
||||
link: "https://www.linkedin.com/sharing/share-offsite/?url=URL"
|
||||
#
|
||||
# - type: Weibo
|
||||
# icon: "fab fa-weibo"
|
||||
|
@ -12,12 +12,12 @@ Using [this guide](https://github.com/AdguardTeam/AdGuardHome/wiki/Raspberry-Pi)
|
||||
This assumes you already have an OS installed on your Pi and you can ssh to the pi using the IP address.
|
||||
|
||||
1. Download with this command:
|
||||
'code'cd
|
||||
`cd
|
||||
wget 'https://static.adguard.com/adguardhome/release/AdGuardHome_linux_armv6.tar.gz'
|
||||
tar -f AdGuardHome_linux_armv6.tar.gz -x -v
|
||||
tar -f AdGuardHome_linux_armv6.tar.gz -x -v``
|
||||
|
||||
2. Install with this command:
|
||||
'code'cd ./AdGuardHome/
|
||||
sudo ./AdGuardHome -s install
|
||||
`cd ./AdGuardHome/
|
||||
sudo ./AdGuardHome -s install``
|
||||
|
||||
4.
|
||||
|
||||
|
16
_posts/2023-10-25-githubcommands.md
Normal file
16
_posts/2023-10-25-githubcommands.md
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
title: GitHub Commands Cheat Sheet
|
||||
date: 2023-10-25 9:26:00 -500
|
||||
categories: [github,cheatsheet,]
|
||||
tags: [github,commands,cheatsheet]
|
||||
---
|
||||
|
||||
# GitHub Commands Cheat Sheet
|
||||
|
||||
`git pull`
|
||||
|
||||
`git add .`
|
||||
|
||||
`git commit -m "update name"`
|
||||
|
||||
`git push`
|
Loading…
x
Reference in New Issue
Block a user