Skip to content

Instantly share code, notes, and snippets.

@sda0
sda0 / phpversion.sh
Created December 25, 2016 15:12 — forked from vjandrea/phpversion.sh
Change php cli version in plesk
#!/bin/sh
printf "Switching php to version 5.6 with symlinks.\n"
printf "Press any key to continue...\n"
read CONTINUE
printf "Creating backups..."
# Backup original binaries
@sda0
sda0 / 0_reuse_code.js
Created October 10, 2016 20:07
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console