Page MenuHomeDevCentral
Paste Active Pastes
  • P368 .nanorc
    set nowrap
    set tabsize 4
    set tabstospaces
    • Nov 21 2024, 17:50
    • 4 Lines
  • #!/bin/sh
    # -------------------------------------------------------------
    # Backup MariaDB or MySQL databases
    # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ...
    • Oct 26 2024, 23:42
    • 43 Lines
    • Bash Scripting
  • #!/bin/sh
    set -e
    BASE_DIR=$HOME/dev/nasqueron/wurf/archiv
    ...
    • Oct 19 2024, 00:15
    • 22 Lines
  • #!/bin/sh
    # -------------------------------------------------------------
    # Build and provision .whl for ruamel.yaml.clib
    # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ...
    • Oct 17 2024, 22:06
    • 35 Lines
  • #!/usr/bin/env python3
    # -------------------------------------------------------------
    # portshaker merged ports -> pkglist
    # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ...
    • Oct 16 2024, 18:58
    • 76 Lines
  • Starting dhclient6.
    Internet Systems Consortium DHCP Client 4.4.3-P1
    Copyright 2004-2022 Internet Systems Consortium.
    All rights reserved.
    For info, please visit https://www.isc.org/software/dhcp/
    ...
    • Oct 13 2024, 11:08
    • 57 Lines
  • #!/bin/sh
    # -------------------------------------------------------------
    # Run php-fpm metrics exporter
    # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ...
    • Oct 10 2024, 23:37
    • 40 Lines
  • {
    "action": "member_invited",
    "invitation": {
    "id": 57083161,
    "node_id": "OI_kwDOAFWIqs4DZwUZ",
    ...
    • Oct 8 2024, 22:17
    • 90 Lines
    • JSON
  • # -------------------------------------------------------------
    # Poudriere configuration :: daemon
    # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    # Project: Nasqueron
    # License: Trivial work, not eligible to copyright
    ...
    • Oct 5 2024, 23:07
    • 55 Lines