sudo su
yum install wget -y
wget https://dl.eff.org/certbot-auto
chmod a+x certbot-auto
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2020-08-13T07:24:58.506Z","extensionVersion":"v3.4.3"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"files.exclude": { | |
"**/.git": true, | |
"**/.svn": true, | |
"**/.hg": true, | |
"**/CVS": true, | |
"**/.DS_Store": true, | |
"**/tmp": true, | |
"**/node_modules": true, | |
"**/bower_components": true, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### | |
EXAMPLE USAGE | |
parentColl = new Backbone.Collection.Extended() | |
# by Array | |
subCollA = parentColl.sub( [ 1, 2, 3 ] ) | |
# or by Object | |
subCollO = parentColl.sub( { name: "Foo", age: 42 } ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### | |
USAGE: | |
1. Make sure you have a valid fontello config file | |
2. call "grunt edit-font" -> your browser will open with a session based on your config file | |
3. Edit your font within fontello and click "Save session" | |
4. call "grunt update-fonts". This will call the task "update-fonts-config" to download the session zip and replace the config. Then it's call the task `fontello:standard` based on your config.json. | |
### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Delete one line | |
CTRL + K | |
# Undo this | |
CTRL + U | |
# Refresh all x times | |
watch "docker ps" |
I hereby claim:
- I am nachbarshund on github.
- I am nachbarshund (https://keybase.io/nachbarshund) on keybase.
- I have a public key whose fingerprint is A663 7C24 9BD7 B70F 3437 4EC1 1CEE E1A9 068F 8834
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# install a new Mac | |
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
# Install services | |
brew install node memcached redis mysql caskroom/cask/brew-cask | |
# install tools | |
brew cask install dropbox vagrant vagrant-manager virtualbox gpgtools iterm2 | |
brew tap caskroom/versions |