Skip to content

Instantly share code, notes, and snippets.

@ojdon
ojdon / index.html
Created September 1, 2015 15:15
Experimental HTML file for testing New Nintendo 3DS browser
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="HandheldFriendly" content="true" />
<title>New 3DS Demo</title>
<style>
body {
@ojdon
ojdon / mattermost-fluid.css
Created January 19, 2016 15:21
Make the main section of Mattermost fluid width similar to how Slack conversations are displayed.
.channel-intro, .post-create__container form, .post .post__content {max-width: none !important}
@ojdon
ojdon / mattermost-monokai.txt
Created January 19, 2016 16:34
A rough Monokai theme for Mattermost.
#333333,#FEFEFE,#f92672,#FFFFFF,#fff,#f92672,#66d9ef,#FFFFFF,#a6e22e,#f92672,#bfcde8,#272822,#ffffff,#FF8800,#66d9ef,#66d9ef,#272822,#f92672,#FEFEFE,monokai
#2d2d2d,#f9f9f9,#d64937,#f9f9f9,#f9f9f9,#d64937,#d64937,#f9f9f9,#a6e22e,#d64937,#dedede,#272822,#f9f9f9,#FF8800,#d64937,#d64937,#f9f9f9,#d64937,#f9f9f9,monokai
@ojdon
ojdon / mattermost-numix-light.txt
Created January 20, 2016 11:59
A light alternative Numix-based theme for Mattermost.
#dedede,#2d2d2d,#d64937,#f9f9f9,#333333,#d64937,#d64937,#333333,#a6e22e,#d64937,#333333,#f9f9f9,#333333,#FF8800,#d64937,#d64937,#f9f9f9,#d64937,#f9f9f9,monokai
@ojdon
ojdon / 50-synaptics.conf
Created March 18, 2016 20:28
50-synaptics.conf tweaks to make the Macbook Air 5,2 Trackpad behave in Ubuntu 14.04
Section "InputClass"
MatchIsTouchpad "on"
Identifier "Touchpads"
Driver "mtrack"
Option "FingerHigh" "12"
Option "FingerLow" "4"
Option "IgnoreThumb" "true"
Option "IgnorePalm" "true"
Option "TapButton1" "0"
@ojdon
ojdon / README.md
Created October 1, 2019 12:23
SCRIPT-8
@ojdon
ojdon / README.md
Last active October 1, 2019 12:30
SCRIPT-8
@ojdon
ojdon / gist:63b1c63b6380639945a02afc285c06d0
Last active September 4, 2023 10:05 — forked from Usulyre/Vulkan virtio driver for Chrome OS crostini
Vulkan support in Debian Crostini Containers

Compiling/installing the experimental mesa virtio-venus driver-(below done with new linux container)

For: Chrome OS crostini-default debian container bullseye

In chrome browser type or paste

chrome://flags
@ojdon
ojdon / README.md
Last active February 27, 2024 13:56
Install WordPress via Command Line and run locally via Docker

Install WordPress via Command Line and run locally via Docker

This guide provides step-by-step instructions for installing a vanilla (clean) instance of WordPress using WP CLI and running it via Docker.

Requirements

Before proceeding with the installation, ensure that the following requirements are met: