This file contains hidden or 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
| sudo apt install -y live-build squashfs-tools genisoimage && wget https://refracta.fuwafuwa.moe/refractasnapshot_latest.deb && sudo dpkg -i refractasnapshot_latest.deb && sudo apt -f install -y |
This file contains hidden or 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
| #!/bin/bash | |
| echo 'kekkeke' |
This file contains hidden or 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
| #!/bin/bash | |
| cd $PHPDIR | |
| curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar | |
| chmod +x wp-cli.phar | |
| sudo mv wp-cli.phar wp | |
| if [ "$OS" == "Windows_NT" ] | |
| then | |
| echo '@"%PHP_BIN%" "%PHP_DIR%wp" %*' >> wp.bat | |
| fi | |
| curl -O https://raw.githubusercontent.com/wp-cli/wp-cli/master/utils/wp-completion.bash |
This file contains hidden or 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
| # http://editorconfig.org | |
| root = true | |
| [*] | |
| indent_style = space | |
| indent_size = 4 | |
| end_of_line = lf | |
| charset = utf-8 | |
| trim_trailing_whitespace = true | |
| insert_final_newline = true |
This file contains hidden or 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
| Host devtestnet | |
| HostName devtestnet.com | |
| User devtestnet2 | |
| Port 25789 | |
| Host mandrockPC | |
| HostName 192.168.0.104 | |
| User mandrock | |
| Host live_taradashlaw |
This file contains hidden or 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
| var jq = document.createElement('script'); | |
| jq.src = "https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"; | |
| document.getElementsByTagName('head')[0].appendChild(jq); | |
| // ... give time for script to load, then type (or see below for non wait option) | |
| jQuery.noConflict(); | |
| setTimeout(function(){ | |
| unique_lazy=(Math.random() * (50.00 - 55.99) + 55.99).toFixed(2); | |
| plagiat_lazy=(Math.random() * (10 - 15) + 15).toFixed(0); |
This file contains hidden or 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
| [{ | |
| "key": "ctrl+k ctrl+t", | |
| "command": "workbench.action.terminal.focus" | |
| }, | |
| { | |
| "key": "shift+space down", | |
| "command": "editor.action.copyLinesDownAction", | |
| "when": "editorTextFocus && !editorReadonly" | |
| }, | |
| { |
This file contains hidden or 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
| { | |
| "window.zoomLevel": -1, | |
| "workbench.colorTheme": "Dark Programmer", | |
| "workbench.iconTheme": "material-icon-theme", | |
| "editor.multiCursorModifier": "ctrlCmd", | |
| "editor.renderControlCharacters": false, | |
| "editor.autoIndent": false, | |
| "php.executablePath": "/usr/bin/php", | |
| "phpfmt.enable_auto_align": true, | |
| "phpfmt.smart_linebreak_after_curly": true, |
This file contains hidden or 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
| #!/bin/sh | |
| sudo -s | |
| sudo apt update | |
| sudo apt upgrade | |
| sudo add-apt-repository ppa:webupd8team/sublime-text-3 | |
| sudo apt-get install sublime-text-installer | |
| sudo apt update | |
| https://github.com/Guake/guake.git |
This file contains hidden or 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":"2017-04-27T15:19:55.965Z","extensionVersion":"v2.6.2"} |
NewerOlder