System: Debian/Ubuntu/Fedora. Might work for others as well.
As mentioned here, to update a go version you will first need to uninstall the original version.
To uninstall, delete the /usr/local/go
directory by:
$ sudo camcontrol inquiry /dev/da7 | |
pass7: <ATA Micron_5100_MTFD U810> Fixed Direct Access SPC-4 SCSI device | |
pass7: Serial Number [redacted] | |
pass7: 600.000MB/s transfers, Command Queueing Enabled |
sudo pw usermod -n $_username -u $_new_id |
diff --git a/arch/arm/boot/dts/sunxi-h3-h5.dtsi b/arch/arm/boot/dts/sunxi-h3-h5.dtsi | |
index 2fa8878c8cfe..66d017a94bb4 100644 | |
--- a/arch/arm/boot/dts/sunxi-h3-h5.dtsi | |
+++ b/arch/arm/boot/dts/sunxi-h3-h5.dtsi | |
@@ -45,6 +45,8 @@ | |
#include <dt-bindings/interrupt-controller/arm-gic.h> | |
#include <dt-bindings/reset/sun8i-h3-ccu.h> | |
#include <dt-bindings/reset/sun8i-r-ccu.h> | |
+#include <dt-bindings/clock/sun8i-de2.h> | |
+#include <dt-bindings/reset/sun8i-de2.h> |
composer config -g --unset github-oauth.api.github.com | |
composer config -g github-oauth.github.com __TOKEN__ | |
# Generate a new token by signing into GitHub and going to Settings > Developer Settings > Personal access tokens | |
# Alternatively, use the following link to generate a new personal access token: https://github.com/settings/tokens/new |
#!/bin/bash | |
####################################### | |
### NZBGET POST-PROCESSING SCRIPT ### | |
# | |
# This script will rename the file to | |
# the nzb name. | |
# |
System: Debian/Ubuntu/Fedora. Might work for others as well.
As mentioned here, to update a go version you will first need to uninstall the original version.
To uninstall, delete the /usr/local/go
directory by:
# Maintainer: Nick Burrett <nick@sqrt.co.uk> | |
pkgname=comskip | |
pkgver=0.94 | |
pkgrel=1 | |
pkgdesc='Comskip is a free MPEG commercial break detector'. | |
_gitname='comskip' | |
url='http://github.com/erikkaashoek/Comskip' | |
arch=('x86_64' 'i686') | |
license=('GPL3') | |
makedepends=('git') |
This setup is for remote users to connect into an office/home LAN using a VPN (ipsec). This is based on (but not the same as) the strongSwan documentation and this guide: https://raymii.org/s/tutorials/IPSEC_vpn_with_Ubuntu_16.04.html
I used strongSwan 5.5.1.
apt-get install -y strongswan strongswan-pki
#!/bin/bash | |
# Using the Librespot client libary for streaming the Spotfiy connect sound via http | |
# Instruction: | |
# 1. Drop this script into the root directory of the librespot repository => https://github.com/plietar/librespot | |
# 2. Install the dependencies => "sudo apt-get install vlc ffmpeg" | |
# 3. Set the correct privileges => "chmod +x start.sh" | |
# 4. Set the librespot directory owner to a non-root user | |
# 5. Switch to this user | |
# 6. Change the variables under this instruction for your needs |
* Find release at http://pkg.freebsd.org/ | |
* create repo file: | |
> cat /usr/local/etc/pkg/repos/FreeBSD10Release.conf | |
FreeBSD10Release: { | |
url: "pkg+http://pkg.freebsd.org/FreeBSD:10:amd64/release/0", | |
mirror_type: "srv", | |
signature_type: "fingerprints", | |
fingerprints: "/usr/share/keys/pkg", | |
enabled: yes |