Skip to content

Instantly share code, notes, and snippets.

@peps1
peps1 / airdc_update.sh
Last active September 17, 2021 20:06
simple script to update airdc binary builds, either develop(default) or stable
#!/bin/bash
# simple script to update airdc binary builds, either develop(default) or stable
#
# URL: https://gist.github.com/peps1/5a3439704c6f37802796f3e83c8675d6
#
# * create a folder for example /home/user/airdc
# * enter folder: cd /home/user/airdc
# * place this script the folder
# * make script executable: chmod +x airdc_update.sh
@peps1
peps1 / airdcpp_freebsd_freenas_jails.md
Created August 4, 2020 18:15 — forked from Zamana/airdcpp_freebsd_freenas_jails.md
AirDC++ WebClient in FreeBSD/FreeNAS jail

Compiling and installing AirDC++ in FreeBSD/FreeNAS jail

First of all, make sure to refer and understand the general instructions in the official AirDC++ site:

https://airdcpp-web.github.io/docs/installation/compiling.html

What you'll find here are the specific instructions to compile airdcppd in a FreeBSD system, or in a FreeNAS jail.

This was originally tested in a FreeNAS-11.3-U4.1, which uses FreeBSD 11.3-RELEASE-p11 as base system. I don't know if it will work on previous or newer versions, but I intend to keep this document updated.

@peps1
peps1 / irc.md
Last active April 22, 2020 05:45 — forked from xero/irc.md
irc cheat sheet

IRC Reference

Not intended as a guide for newbies, more like a "cheat sheet" for the somewhat experienced IRC user, especially one who wields some power over a channel.

The Basics

  • /join #channel
    • Joins the specified channel.
  • /part #channel
  • Leaves the specified channel.