Please see: https://github.com/kevinSuttle/html-meta-tags, thanks for the idea @dandv!
Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/
! Chromebook Pixel Xmodmap | |
! https://gist.github.com/stefansundin/6987698 | |
! setxkbmap -layout se | |
! xmodmap .Xmodmap | |
! xev | |
! Startup applications: | |
! Command: sh -c "xmodmap ~/.Xmodmap" | |
! I also manually bind F4 and F5 in Ubuntu's keyboard shortcuts: |
ec2-54-152-134-146.compute-1.amazonaws.com.
# Warning: Due to child_hash optimisation this doesnt support merges | |
# Usable with GIT_EDITOR='touch' | |
# TODO: Create a better GIT_EDITOR command that | |
# strips only blank lines in commit body | |
# TODO: Support merges | |
# different levels of merging: | |
author_tag_format="%ae" | |
same_author_day_tag_format="%ae-%ad" |
/Library/Backblaze.bzpkg/bzdata/bzexcluderules_editable.xml
.bzexclusions
tag:<!-- Exclude node_modules. -->
<excludefname_rule plat="mac" osVers="*" ruleIsOptional="t" skipFirstCharThenStartsWith="users/" contains_1="/node_modules/" contains_2="*" doesNotContain="*" endsWith="*" hasFileExtension="*" />
<excludefname_rule plat="mac" osVers="*" ruleIsOptional="t" skipFirstCharThenStartsWith="users/" contains_1="/.git/" contains_2="*" doesNotContain="*" endsWith="*" hasFileExtension="*" />
Steps to enable shaders:
mods
folder opened in step 2.config
folder -> open file called astralsorcery.cfg
-> Search for weakSky
-> you'll see lines like this: S:weakSkyRenders <
>
git rebase -i --root
pick
to edit
. If you would like to change all the commits, perform the following replace: :%s/^pick/edit/g
. This command changes all instances of "pick" at the start of lines to "edit".git rebase --continue
.git commit --amend --reset-author
. If --reset-author
is specified, it will use the details from your git config. (If you need to specify an alternate name/email, you can do so with --author="John Doe <[email protected]>"
. If you would like to change the time to a previous date, you can do so with --date "2 days ago"
.)git push -f origin master
toLog4J has a feature called Java Naming and Directory Interface (shortened to JNDI in this document), which allows a Java program to reach out to an external source to gather data.
If you put a section of text containing ${jndi:query}
into the log, the Log4J library will try to resolve the query.
This can be combined with the Lightweight Directory Access Protocol (LDAP) to connect to a remote server.
However, because JNDI is built for retrieving data, and JNDI is a Java program, if you put a JNDI query using LDAP into a log, it will connect to the given site, download a file, and then execute it.
This is called Remote Code Execution.
This script likes all the songs in a Youtube Music Playlist at once.
https://music.youtube.com/playlist?list=...
ctrl
+ shift
+ j
. This opens the Developer Console.script.js
)Star ⭐ this gist if it was useful. Follows to my GitHub Profile are appreciated.