Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View BlackIkeEagle's full-sized avatar
💭
One thing at the time

Ike Devolder BlackIkeEagle

💭
One thing at the time
View GitHub Profile
#!/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 \

Keybase proof

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:

-----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
#!/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
# -*- 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"
@BlackIkeEagle
BlackIkeEagle / xdebug.ini
Created March 30, 2018 17:12
xdebug.ini
zend_extension=xdebug.so
xdebug.remote_enable = 1
xdebug.remote_connect_back = 1
xdebug.max_nesting_level=1000
@BlackIkeEagle
BlackIkeEagle / h264-vivaldi-linux.md
Last active May 6, 2019 09:34 — forked from ruario/h264-vivaldi-linux.md
Using H.264 in Vivaldi for Linux

How to use H.264 support In Vivaldi, via an alternative FFMpeg library

Intro

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.

Ubuntu

Install chromium-codecs-ffmpeg-extra