Hugo 主題常用指令
Published:
/var/log/apache2/$ grep POST access.log
XXXXXXXX.com:80 193.XXX.XXX.XXX - - [26/Jan/2017:00:07:03 +0000] "POST /wp-content/themes/method/lib/scripts/dl-skin.php HTTP/1.1" 500 363 "-" "Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0"
XXXXXXXX.com:80 193.XXX.XXX.XXX - - [26/Jan/2017:00:07:14 +0000] "POST /wp-content/themes/modular/lib/scripts/dl-skin.php HTTP/1.1" 500 363 "-" "Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0"
XXXXXXXX.com:80 193.XXX.XXX.XXX - - [26/Jan/2017:00:07:25 +0000] "POST /wp-content/themes/myriad/lib/scripts/dl-skin.php HTTP/1.1" 500 363 "-" "Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0"
XXXXXXXX.com:80 193.XXX.XXX.XXX - - [26/Jan/2017:00:07:56 +0000] "POST /wp-content/themes/persuasion/lib/scripts/dl-skin.php HTTP/1.1" 500 363 "-" "Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0"
To make authorized calls to Twitter’s APIs, your application must first obtain an OAuth access token on behalf of a Twitter user (or, you could issue Application-only authenticated requests, when user context is not required).
$ git config --global core.excludesfile ~/.gitignore_global
This command will automatically set the following configuration in
your ~/.gitconfig_global
file.
[core]
excludesfile = /home/user/.gitignore_global
Patterns which a user wants Git to ignore in all situations (e.g., backup or temporary files generated by the user’s editor of choice) generally go into a file specified by core.excludesFile in the user’s ~/.gitconfig. Its default value is $XDG_CONFIG_HOME/git/ignore. If $XDG_CONFIG_HOME is either not set or empty, $HOME/.config/git/ignore is used instead.
graph TB
subgraph GitServer
server["Git"]==>bare["the Git directory"]
end
subgraph DeveloperRepo
git["Git"]
git==>dir["the Git directory
.git"] git==>stage["Staging Area"] git==>work["Working Directory"] end
.git"] git==>stage["Staging Area"] git==>work["Working Directory"] end
graph TB
git["Git Project Sections"]
git==>dir["the Git directory
.git"] git==>stage["Staging Area"] git==>work["Working Directory"]
.git"] git==>stage["Staging Area"] git==>work["Working Directory"]
sequenceDiagram
Untracked ->> Staged: Add the file
Unmodified ->> Modified: Edit the file
Modified ->> Staged: Stage the file
Unmodified ->> Untracked: Remove the file
Staged ->> Unmodified: Commit
- Hugo 主題常用指令
- Crypto.com Fiat Wallet notes/ Crypto.com 的 Fiat Wallet 記錄August 16, 2020
- eToro withdraw via Paypal / eToro 透過 Paypal 記錄August 16, 2020
Articles
Henry Yang© 2020 ·