Skip to content

Instantly share code, notes, and snippets.

@bmaupin
bmaupin / build-vice.sh
Last active October 11, 2017 07:44
Build Vice emulator on Ubuntu
# Get the latest version from http://vice-emu.sourceforge.net/index.html#download
vice_version=3.1
mkdir tmp-vice
cd tmp-vice
# Install dependencies
sudo apt install bison build-essential flex libasound2-dev libgnome2-dev libgtk2.0-dev libvte-dev
wget http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/vice-$vice_version.tar.gz
@bmaupin
bmaupin / UnlimitedJCEPolicyJDK8-RHEL.sh
Last active November 4, 2022 02:57
Install jce_policy-8.zip on RHEL/CentOS 6/7
# See here for JDK 7: https://gist.github.com/bmaupin/4396be4bb29c5ad440b6
# See here for test to make sure this works: https://gist.github.com/evaryont/6786915
if grep -q -i "release 6" /etc/*release; then
jce_primary_link_dir=/usr/lib/jvm/jre-1.8.0-oracle.x86_64/lib/security
elif grep -q -i "release 7" /etc/*release; then
jce_primary_link_dir=/usr/lib/jvm/jce-1.8.0-oracle
fi
wget \
@bmaupin
bmaupin / xfce-multimedia-keys.md
Last active April 17, 2023 20:07
Configure multimedia keys for Spotify in Xfce
@bmaupin
bmaupin / epub.css
Last active September 22, 2025 21:11
You Don't Know JS Ebooks
body {
text-align: justify;
}
code, pre {
font-family: "DejaVuSansMono", monospace;
}
h1, h2, h3, h4, h5, h6 {
text-align: left;
@bmaupin
bmaupin / 2011-sienna-problems.md
Last active July 16, 2021 15:48
2011 Toyota Sienna problems and solutions

Problem: air conditioning works intermittently

Workaround

Needed: small high-powered (e.g. neodymium) magnet, approximately 1cm in width/diameter, 3mm thick

  1. Locate the flow sensor on the air compressor
  2. Place the magnet on the outside of the air flow sensor See here for an example: https://www.siennachat.com/attachments/20200922_130728-jpg.47337/
@bmaupin
bmaupin / xubuntu-free-memory.sh
Last active June 7, 2018 12:17
Free up memory on Xubuntu by restarting some memory-hungry programs
#!/bin/bash
free
dropbox stop && sleep 60 && dbus-launch dropbox start
xfce4-panel -r
free
@bmaupin
bmaupin / .gitignore
Last active October 7, 2017 13:29
Grails 2.x gitignore
# Eclipse files
.classpath
.project
# H2 database files
/*Db.*
# IntelliJ files
*.iws
/out/
@bmaupin
bmaupin / install-overdrive.md
Last active November 13, 2024 15:35
Install OverDrive in Ubuntu
@bmaupin
bmaupin / open-arabic-fonts.md
Last active May 17, 2025 11:02
Open Arabic fonts
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Array iteration</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/benchmark/1.0.0/benchmark.min.js"></script>
<script src="./suite.js"></script>
</head>
<body>
<h1>Open the console to view the results</h1>