Skip to content

Instantly share code, notes, and snippets.

@artixnous
artixnous / dbus
Created March 21, 2016 15:01
/etc/init.d/dbus 1.10.8
#!/usr/bin/openrc-run
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License, v2 or later
# $Id$
extra_started_commands="reload"
depend() {
need localmount
after bootmisc
# Maintainer: Alexey D. <lq07829icatm@rambler.ru>
# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: Link Dupont <link@subpop.net>
# Contributor: artoo at manjaro.org
# Contributor: nous at archlinux.us
_pkgname=dbus
_gentoo_uri="https://raw.githubusercontent.com/gentoo/gentoo/master/sys-apps/dbus/files"
pkgname=dbus-openrc
pkgver=1.10.8
@artixnous
artixnous / PKGBUILD
Created December 21, 2016 08:33
rpcbind-nosystemd
# $Id: PKGBUILD 282924 2016-12-07 16:49:26Z andyrtr $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgname=rpcbind-nosystemd
_pkgname=rpcbind
pkgver=0.2.4
pkgrel=2
pkgdesc="portmap replacement which supports RPC over various protocols"
arch=(i686 x86_64)
@artixnous
artixnous / dnsmasq-openrc
Created December 22, 2016 21:06
dnsmasq-openrc script
[/etc/init.d/dnsmasq]
#!/usr/bin/openrc-run
depend() {
use net
}
start() {
ebegin "Starting dnsmasq"
start-stop-daemon --start --exec /usr/bin/dnsmasq -- ${DNSMASQ_OPTS}
@artixnous
artixnous / php-fpm
Created March 18, 2017 23:30
php-fpm-openrc
#!/usr/bin/openrc-run
set_phpvars() {
PHP_FPM_CONF="/etc/php/php-fpm.conf"
PHP_FPM_PID="/run/php-fpm.pid"
}
extra_commands="depend"
extra_started_commands="reload"
@artixnous
artixnous / Main.qml
Created March 22, 2017 21:39
QML file for SDDM theme demonstrated at https://www.youtube.com/watch?v=Btolv7Y4okY
/***************************************************************************
* Copyright (c) 2013 Abdurrahman AVCI <abdurrahmanavci@gmail.com
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without restriction,
* including without limitation the rights to use, copy, modify, merge,
* publish, distribute, sublicense, and/or sell copies of the Software,
* and to permit persons to whom the Software is furnished to do so,
* subject to the following conditions:
<h1 id="170727"><span itemprop="name">2017-07-27 -- Return of the Jedi</h1>
After the Great Init Purge, the Sythtemd Order installed their dark components in almost every system of the galaxy. All software was forced to depend on the greed, hatred and deception of sythtemd and the Knights of the Old Linux were either converted to the dark side or exiled to the outer rim distros. However, after the initial persecution, the most devoted and powerful Linux Knights re-grouped and...
<br>
...great pleasure and honour to announce the birth of a new project, it is! One with a very ambitious aim: to replace all the contaminated software packages of the official Arch repositories with systemd-free ones. This requires what might technically considered a mini-fork. Three new repositories, [system], [world] and [galaxy] have been created which must be placed <u><i>before</i></u> the official Arch ones. This ensures that upstream (if this term can be used anymore) updates will never break the new setup.
<br><br>
Existing
@artixnous
artixnous / #4
Last active September 3, 2017 23:39
Artix logo #4
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
@artixnous
artixnous / #5
Created August 30, 2017 14:39
Artix logo #5
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
@artixnous
artixnous / PKGBUILD (rssh)
Created September 12, 2017 20:11 — forked from johnlane/PKGBUILD (rssh)
ArchLinux AUR PKGBUILD for rsync-compatible rssh
# Maintainer: Christian Hesse <mail@eworm.de>
# Contributor: Judd Vinet <jvinet@zeroflux.org>
# Contributor: Gaetan Bisson <bisson@archlinux.org>
pkgname=rssh
pkgver=2.3.4
pkgrel=4
pkgdesc='Restricted secure shell allowing only scp, sftp, cvs, rsync or rdist'
url='http://www.pizzashack.org/rssh/'
license=('custom:rssh')