I hereby claim:
- I am oldgalileo on github.
- I am coffee (https://keybase.io/coffee) on keybase.
- I have a public key ASAAL7O_2wFcEvUFtD3OwLK3ywM0kJGxp2dOtz9-EuCT6Ao
To claim this, I am signing this object:
| End User License Agreement | |
| -------------------------- | |
| Preface | |
| ------- | |
| The Software License Agreement in Chapter 1 and the Supplement | |
| in Chapter 2 contain license terms and conditions that govern | |
| the use of NVIDIA software. By accepting this agreement, you |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| git clone git://git.openwrt.org/project/make_ext4fs.git make_ext4fs-git | |
| cd make_ext4fs-git && make && cp make_ext4fs ../ | |
| cd ../ | |
| dd if=/dev/zero of=testA.ext4 bs=1m count=50 | |
| dd if=/dev/zero of=testB.ext4 bs=1m count=50 | |
| ./make_ext4fs -T 1531952117 -l 50M -b=1M -g=50 testA.ext4 | |
| ./make_ext4fs -T 1531952117 -l 50M -b=1M -g=50 testB.ext4 |
| # Setting prefix | |
| unbind C-b | |
| set -g prefix C-a | |
| bind C-a send-prefix | |
| # Enable mouse mode (tmux 2.1 and above) | |
| set -g mouse on | |
| # don't rename windows automatically |
| # Oh-My-Zsh : Nico Theme (https://gist.github.com/ntarocco/3027ed75b6e8fc1fd119) | |
| # Modified by : Carlos Cuesta | |
| eval red='$FG[203]' | |
| eval green='$FG[184]' | |
| eval yellow='$FG[221]' | |
| eval blue='$FG[081]' | |
| eval magenta='$FG[204]' | |
| eval cyan='$FG[037]' | |
| eval white='$FG[231]' |
| # Path to your oh-my-zsh installation. | |
| export ZSH=$HOME/.oh-my-zsh | |
| # Set name of the theme to load. | |
| # Look in ~/.oh-my-zsh/themes/ | |
| # Optionally, if you set this to "random", it'll load a random theme each | |
| # time that oh-my-zsh is loaded. | |
| ZSH_THEME="materialshelloceanic" | |
| # Uncomment the following line to use case-sensitive completion. |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>AllowClipboardAccess</key> | |
| <true/> | |
| <key>AlternateMouseScroll</key> | |
| <true/> | |
| <key>AppleAntiAliasingThreshold</key> | |
| <integer>1</integer> |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>AllowClipboardAccess</key> | |
| <true/> | |
| <key>AlternateMouseScroll</key> | |
| <true/> | |
| <key>AppleAntiAliasingThreshold</key> | |
| <integer>1</integer> |
| { | |
| "Right Option Key Sends" : 0, | |
| "Tags" : [ | |
| ], | |
| "Ansi 12 Color" : { | |
| "Red Component" : 0.2588235437870026, | |
| "Color Space" : "Calibrated", | |
| "Blue Component" : 0.9607843160629272, | |
| "Alpha Component" : 1, |
I hereby claim:
To claim this, I am signing this object: