Skip to content

Instantly share code, notes, and snippets.

@0mandrock1
0mandrock1 / install-refractasnapshot.sh
Created April 23, 2026 19:50
install-refractasnapshot.sh
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
#!/bin/bash
echo 'kekkeke'
@0mandrock1
0mandrock1 / wp-cli-installer.sh
Last active May 16, 2018 22:49 — forked from bdombro/wp-cli-installer.sh
Install wp-cli
#!/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
@0mandrock1
0mandrock1 / .editorconfig
Last active December 31, 2017 02:17
global editorconfig file
# 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
Host devtestnet
HostName devtestnet.com
User devtestnet2
Port 25789
Host mandrockPC
HostName 192.168.0.104
User mandrock
Host live_taradashlaw
@0mandrock1
0mandrock1 / dam.js
Last active November 30, 2017 17:44
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);
[{
"key": "ctrl+k ctrl+t",
"command": "workbench.action.terminal.focus"
},
{
"key": "shift+space down",
"command": "editor.action.copyLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
{
"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,
@0mandrock1
0mandrock1 / install.sh
Last active January 3, 2018 16:39
install
#!/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
@0mandrock1
0mandrock1 / cloudSettings
Last active April 27, 2017 15:20
Visual Studio Code Sync Settings Gist
{"lastUpload":"2017-04-27T15:19:55.965Z","extensionVersion":"v2.6.2"}