mirror of
https://github.com/cotes2020/chirpy-starter.git
synced 2025-04-19 02:43:28 +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
|
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
|
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.
|
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/>
|
# icon: 'fab fa-mastodon' # icons powered by <https://fontawesome.com/>
|
||||||
# url: '' # Fill with your Mastodon account page, rel="me" will be applied for verification
|
# url: '' # Fill with your Mastodon account page, rel="me" will be applied for verification
|
||||||
#
|
#
|
||||||
# - type: linkedin
|
- type: linkedin
|
||||||
# icon: 'fab fa-linkedin' # icons powered by <https://fontawesome.com/>
|
icon: 'fab fa-linkedin' # icons powered by <https://fontawesome.com/>
|
||||||
# url: '' # Fill with your Linkedin homepage
|
url: 'www.linkedin.com/in/ryan-alderson-48539919b' # Fill with your Linkedin homepage
|
||||||
#
|
#
|
||||||
# - type: stack-overflow
|
# - type: stack-overflow
|
||||||
# icon: 'fab fa-stack-overflow'
|
# icon: 'fab fa-stack-overflow'
|
||||||
|
@ -16,9 +16,9 @@ platforms:
|
|||||||
|
|
||||||
# Uncomment below if you need to.
|
# Uncomment below if you need to.
|
||||||
#
|
#
|
||||||
# - type: Linkedin
|
- type: Linkedin
|
||||||
# icon: "fab fa-linkedin"
|
icon: "fab fa-linkedin"
|
||||||
# link: "https://www.linkedin.com/sharing/share-offsite/?url=URL"
|
link: "https://www.linkedin.com/sharing/share-offsite/?url=URL"
|
||||||
#
|
#
|
||||||
# - type: Weibo
|
# - type: Weibo
|
||||||
# icon: "fab fa-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.
|
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:
|
1. Download with this command:
|
||||||
'code'cd
|
`cd
|
||||||
wget 'https://static.adguard.com/adguardhome/release/AdGuardHome_linux_armv6.tar.gz'
|
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:
|
2. Install with this command:
|
||||||
'code'cd ./AdGuardHome/
|
`cd ./AdGuardHome/
|
||||||
sudo ./AdGuardHome -s install
|
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