Page MenuHomeDevCentral
Paste Active Pastes
  • #!/bin/sh
    # -------------------------------------------------------------
    # Backup MariaDB or MySQL databases
    # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ...
    • Sat, Oct 26, 23:42
    • 43 Lines
    • Bash Scripting
  • #!/bin/sh
    set -e
    BASE_DIR=$HOME/dev/nasqueron/wurf/archiv
    ...
    • Sat, Oct 19, 00:15
    • 22 Lines
  • #!/bin/sh
    # -------------------------------------------------------------
    # Build and provision .whl for ruamel.yaml.clib
    # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ...
    • Thu, Oct 17, 22:06
    • 35 Lines
  • #!/usr/bin/env python3
    # -------------------------------------------------------------
    # portshaker merged ports -> pkglist
    # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ...
    • Wed, Oct 16, 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/
    ...
    • Sun, Oct 13, 11:08
    • 57 Lines
  • #!/bin/sh
    # -------------------------------------------------------------
    # Run php-fpm metrics exporter
    # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ...
    • Thu, Oct 10, 23:37
    • 40 Lines
  • {
    "action": "member_invited",
    "invitation": {
    "id": 57083161,
    "node_id": "OI_kwDOAFWIqs4DZwUZ",
    ...
    • Tue, Oct 8, 22:17
    • 90 Lines
    • JSON
  • # -------------------------------------------------------------
    # Poudriere configuration :: daemon
    # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    # Project: Nasqueron
    # License: Trivial work, not eligible to copyright
    ...
    • Sat, Oct 5, 23:07
    • 55 Lines
  • #!/bin/sh
    # -------------------------------------------------------------
    # ZFS :: Build for Ubuntu 20.04 (Focal Fossa)
    # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ...
    • Oct 1 2024, 16:53
    • 63 Lines
  • # PostgreSQL Client Authentication Configuration File
    # ===================================================
    #
    # Refer to the "Client Authentication" section in the PostgreSQL
    # documentation for a complete description of this file. A short
    ...
    • Sep 30 2024, 23:37
    • 98 Lines
  • ; nasqueron.org Dumped Wed Sep 25 11:21:01 2024
    ;
    nasqueron.org. 172800 IN SOA ns1.he.net. hostmaster.he.net. (
    2024091600 ;serial
    10800 ;refresh
    ...
    • Sep 25 2024, 18:22
    • 292 Lines
  • ; nasqueron.org Dumped Wed Aug 28 09:33:44 2024
    ;
    nasqueron.org. 172800 IN SOA ns1.he.net. hostmaster.he.net. (
    2024072501 ;serial
    10800 ;refresh
    ...
    • Aug 28 2024, 16:35
    • 292 Lines
  • diff --git a/modules/csf.py b/modules/csf.py
    index 0f7a27c..5fd8b21 100644
    --- a/modules/csf.py
    +++ b/modules/csf.py
    @@ -71,7 +71,7 @@ def exists(
    ...
    • Aug 3 2024, 10:04
    • 35 Lines
  • hervil:
    ----------
    ID: /etc/periodic.conf
    Function: file.managed
    Result: True
    ...
    • Jun 9 2024, 13:32
    • 960 Lines
  • #!/usr/bin/env python3
    # -------------------------------------------------------------
    # Renew Vault HTTPS certificates
    # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ...
    • Jun 2 2024, 22:35
    • 71 Lines
    • Python
  • source $HOME/dev/python/vault/bin/activate
    python3 renew.py
    chmod 644 ca.pem certificate.pem fullchain.pem private.key
    chmod 400 private.key
    ...
    • Jun 2 2024, 22:34
    • 11 Lines
    • Bash Scripting
  • Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/wwwroot/default/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php on line 874
    Deprecated: Doctrine\ORM\Id\SequenceGenerator implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /var/wwwroot/default/vendor/doctrine/orm/lib/Doctrine/ORM/Id/SequenceGenerator.php on line 32
    ...
    • Jun 2 2024, 12:25
    • 72 Lines