Skip to content

Instantly share code, notes, and snippets.

@ukn
ukn / 99-install-facetime-camera.sh
Last active April 28, 2024 09:00 — forked from Stono/99-install-facetime-camera.sh
Install the kernal module required for the facetimehd camera to work on Linux
#!/bin/bash
set -e
export CONFIG_MODULE_SIG=n
export CONFIG_MODULE_SIG_ALL=n
# For current kernel
export KERNELRELEASE=$(cat /proc/version | awk '{print $3}')
temp_dir=$(mktemp -d)
echo "Installing FacetimeHD camera for $KERNELRELEASE"
@W4RH4WK
W4RH4WK / FSM.cs
Last active April 28, 2024 08:55
C# Generic Finite State Machine
using System;
using System.Collections.Generic;
using System.Reflection;
namespace GenericFSM {
public class FSM<T> where T : struct, IConvertible {
public T State { get; private set; }
@dypsilon
dypsilon / gulp-bookmarks.md
Created June 9, 2015 00:42
Collection fo Gulp Bookmarks
@dypsilon
dypsilon / vagrant.md
Created September 27, 2014 04:15
Result of the vagrant research
@dypsilon
dypsilon / stock-content.md
Created March 21, 2015 02:24
Stock Content
@scyto
scyto / proxmox.md
Last active April 28, 2024 08:54
proxmox cluster proof of concept

ProxMox Cluster - Soup-to-Nutz

aka what i did to get from nothing to done.

note: these are designed to be primarily a re-install guide for myself (writing things down helps me memorize the knowledge), as such don't take any of this on blind faith - some areas are well tested and the docs are very robust, some items, less so). YMMV

Purpose of Proxmox cluster project

Required Outomces of cluster project

Rich Text Editing

External Links

  • WYSIWYG HTML
    • TinyMCE
      • looks like bootstrap
      • license: LGPL
      • integrates with Plupload for file uploading (PHP only)
  • integrates with MoxieManager for file management (PHP only)