This is my i3
config, using FontAwesome icons for i3status
.
Save files to ~/.i3
.
This is my i3
config, using FontAwesome icons for i3status
.
Save files to ~/.i3
.
1. Edit `/etc/modprobe.d/alsa-base.conf` | |
2. Add this line to end: `/etc/modprobe.d/alsa-base.conf` |
Functions are great, they take data (input), do stuff with that data and then return it to you all shiny and fancy (output).
Below are some specifications for Functions to be built.
a
random Number valueb
random Number valueWe will be using both of these variables to pass as parameters
to the following functions that we will write. Pay close attention to the other variable names you will create as they will become input to other functions.
var originalMeteorCollection = Meteor.Collection; | |
Meteor.Collection = function () { | |
var collectionHooks = { | |
before: { | |
insert: [], | |
update: [], | |
remove: [] | |
}, | |
after: { |
I use Namecheap.com as a registrar, and they resale SSL Certs from a number of other companies, including Comodo.
These are the steps I went through to set up an SSL cert.
[https://gist.github.com/theRemix/bf147e5f06542cdce3d0](MultiDimensional Arrays)