This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\version "2.20.0" | |
\header { | |
title = "L’Écho du Danube" | |
subtitle = "Sonate n°2" | |
composer = "Johannes Schenk" | |
} | |
global = { | |
\key a \minor | |
\time 4/4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
listen localhost:53 | |
config https://dns.nextdns.io/26bbbe | |
log-queries false | |
report-client-info false | |
detect-captive-portals false | |
hardened-privacy false | |
bogus-priv true | |
timeout 5s | |
auto-activate false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=NextDNS DNS53 to DoH proxy. | |
ConditionFileIsExecutable=/usr/bin/nextdns | |
After=network.target | |
Before=nss-lookup.target | |
Wants=nss-lookup.target | |
[Service] | |
StartLimitInterval=5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pkgname=nextdns | |
pkgver=1.3.3 | |
pkgrel=1 | |
pkgdesc='NextDNS DNS-over-HTTPS client' | |
arch=('x86_64') | |
url='https://github.com/nextdns/nextdns' | |
license=('MIT') | |
makedepends=('go') | |
source=("https://github.com/nextdns/nextdns/archive/v${pkgver}.tar.gz") | |
sha256sums=('d3d7a00ba5065f0a4bf1cb982dd6d7c67cdef750fa841bedc3c601434353d47b') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
include __DIR__.'/inc/vars.php'; | |
include __DIR__.'/inc/util.php'; | |
$sd = '/package/list'; | |
$args = [ | |
'repo' => 'build', | |
'sortby' => 'date', | |
'sortdir' => 'desc', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Make sure the user is not runing as superuser | |
if [ "$UID" = "0" ]; then | |
echo 'Do not run this script as root or via sudo. Run it as your normal user.' >&2 | |
exit 1 | |
fi | |
available () { | |
command -v $1 >/dev/null 2>&1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"bufio" | |
"crypto/md5" | |
"encoding/json" | |
"fmt" | |
"io/ioutil" | |
"net/http" | |
"os" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def setWallpaper(self, path): | |
wp = self.getWallpaper() | |
print(wp[0]) | |
print(wp[1]) | |
print(wp[2]) | |
if wp[1] != "Image": | |
regex = "\[Containments\]\[[1-9]+\]\[Wallpaper\]\[org.kde.image\]\[General\]\n.*\n.*\n" | |
com = re.compile(regex) | |
new_data = com.sub((wp[0]+"Image=%s\n"+wp()[1])%path, self.read()) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pkgname=networkmanager-fortisslvpn | |
pkgver=1.2.2 | |
_pkgver=1.2 | |
pkgrel=1 | |
pkgdesc="NetworkManager VPN plugin for vpnc" | |
arch=('x86_64') | |
license=('GPL') | |
url="http://www.gnome.org/projects/NetworkManager/" | |
depends=('networkmanager' 'openfortivpn') | |
makedepends=('intltool') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pkgname=openfortivpn | |
pkgver=1.1.4 | |
pkgrel=1 | |
pkgdesc="Client for PPP+SSL VPN tunnel services" | |
arch=('x86_64') | |
url="https://github.com/adrienverge/openfortivpn" | |
license=('GPL3') | |
depends=('openssl' 'ppp') | |
makedepends=('git') | |
backup=('etc/openfortivpn/config') |
NewerOlder