Skip to content

Instantly share code, notes, and snippets.

View rmnssnvsk's full-sized avatar

Roman Sosnovsky rmnssnvsk

  • BMSTU
  • Russia, Moscow
View GitHub Profile
@arudmin
arudmin / syncthing
Last active June 8, 2019 17:44
/etc/init.d/syncthing script for Raspberry Pi (or any Ubuntu/Debian)
#!/bin/sh
### BEGIN INIT INFO
# Provides: syncthing
# Required-Start: $local_fs $remote_fs
# Required-Stop: $local_fs $remote_fs
# Should-Start: $network
# Should-Stop: $network
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Multi-user daemonized version of syncthing.
@eugeneai
eugeneai / PKGBUILD
Created April 18, 2015 01:52
PKGBUILD temporal publishing.
# Maintainer: Alexander Shuklin <[email protected]>
pkgname=ejudge
pkgver=3.3.1
pkgrel=0
pkgdesc="online programming competitions server"
arch=('i686' 'x86_64')
url="http://ejudge.ru/"
license=('GPL')
depends=(sendmail make gcc glibc bison flex gawk sed zlib ncurses expat libzip gettext curl util-linux)