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
  • #!/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
  • #!/usr/bin/env python3
    import sys
    ...
    • Jan 28 2024, 19:30
    • 35 Lines
  • #!/usr/bin/env python3
    import os
    import sys
    ...
    • Jan 28 2024, 19:30
    • 62 Lines
  • user www-data;
    worker_processes auto;
    pid /run/nginx.pid;
    include /etc/nginx/modules-enabled/*.conf;
    ...
    • Jan 18 2024, 00:42
    • 183 Lines
  • acme==2.7.4
    alabaster==0.7.13
    apache-libcloud==3.8.0
    awscli==1.29.81
    Babel==2.14.0
    ...
    • Jan 6 2024, 18:51
    • 101 Lines
  • # -------------------------------------------------------------
    # Salt — Let's encrypt certificates
    # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    # Project: Nasqueron
    # Created: 2017-04-27
    ...
    • Dec 16 2023, 00:48
    • 27 Lines
    • YAML