Skip to content

Instantly share code, notes, and snippets.

@pricejt
pricejt / qbBuild.sh
Last active August 7, 2020 02:10 — forked from jDmacD/qbBuild.sh
qbittorrent from scratch for pi
#!/bin/bash
# https://github.com/qbittorrent/qBittorrent/wiki/Setting-up-qBittorrent-on-Ubuntu-server-as-daemon-with-Web-interface-(15.04-and-newer)
# https://github.com/qbittorrent/qBittorrent/wiki/Compiling-qBittorrent-on-Debian-and-Ubuntu#Required_dependencies
cd ~/
sudo apt install libqt5svg5-dev
sudo apt-get install libboost-dev libboost-system-dev build-essential -y
sudo apt-get install libqt4-dev -y
@pricejt
pricejt / 0_reuse_code.js
Created November 29, 2016 16:34
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console