The following is a quick guide to get tthis working on various Linux distros. As a side note, if you have Chrome installed alongside Vivaldi, Netflix should also work after making these changes.
This file contains 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
zend_extension=xdebug.so | |
xdebug.remote_enable = 1 | |
xdebug.remote_connect_back = 1 | |
xdebug.max_nesting_level=1000 |
This file contains 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
# -*- mode: ruby -*- | |
# vi: set ft=ruby ts=2 sw=2 sts=2 : | |
Vagrant.configure("2") do |config| | |
config.vm.box = "bento/freebsd-11.1" | |
config.ssh.shell = "sh" | |
config.vm.synced_folder '.', '/vagrant', disabled: true | |
config.vm.network :private_network, ip: "192.168.254.241" |
This file contains 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 | |
chmod +x bin/magento | |
( | |
cd vendor/bin | |
# fix composer | |
rm composer | |
ln -s ../composer/composer/bin/composer | |
chmod +x ../composer/composer/bin/composer | |
# fix jsonlint |
I hereby claim:
- I am BlackIkeEagle on github.
- I am blackikeeagle (https://keybase.io/blackikeeagle) on keybase.
- I have a public key whose fingerprint is DB22 77BC D500 AA38 2561 0BDD DB32 3392 796C A067
To claim this, I am signing this object:
This file contains 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 | |
# vi:set ts=2 sts=2 sw=2 et: | |
case "$1" in | |
'backup') | |
currdir=$(pwd); | |
( | |
cd "$HOME" | |
tar -cJf "$currdir/backup-opera-developer-$(date +%Y%m%d).tar.xz" \ | |
.config/opera-developer \ |
This file contains 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
-----BEGIN PGP PUBLIC KEY BLOCK----- | |
Version: GnuPG v1.4.11 (GNU/Linux) | |
mQINBE6yuvYBEACur8WU+4wwMMydKHfHtA6Oh6m1Joev/5LKG5KpwZzjeYiiMcqz | |
f4xhaS2aFY3o15X+VX25GpYbHHOCcrpnkLdkmn/xX/gRJV2fq9OBzypHAfshvlF/ | |
rtLi2LaaE7QlEBJ8T5ijRVK0acZA5Pzr0uMhhL3ioIbqzYpJ0tzJdXQee2nfyGGR | |
cYJ/JDBge3ppwk61piEEd1KhW3O3w007PNY9sbN4a5MvuDCtIt6CAG0chIMEkfn6 | |
L9gCFtz9uD2+0vIdDzB8t2+wN58OPIdMyTnejQ0/P+vsODuTH6+RIGgFZ3qwCaxt | |
gNKzyh4asGhzpsSNgvSH+T66bp30CsQE9veVHbbzJfHCGQ1cLBz2qCa6qyUYpeqd | |
3CH+E3LxRfpyhYB55MheXkY1Bh+8k6TmxA3LsIxCidE1zSNwhmKvrsEkY3WCMMMC |