Page MenuHomeDevCentral
Paste Active Pastes
  • smartctl 7.4 2023-08-01 r5530 [FreeBSD 14.2-RELEASE amd64] (local build)
    Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org
    === START OF INFORMATION SECTION ===
    Model Family: Crucial/Micron Client SSDs
    ...
    • Mar 28 2025, 11:47
    • 124 Lines
  • smartctl 7.4 2023-08-01 r5530 [FreeBSD 14.2-RELEASE amd64] (local build)
    Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org
    === START OF INFORMATION SECTION ===
    Model Family: Crucial/Micron Client SSDs
    ...
    • Mar 28 2025, 11:45
    • 124 Lines
  • ; nasqueron.org Dumped Thu Mar 27 11:18:06 2025
    ;
    nasqueron.org. 172800 IN SOA ns1.he.net. hostmaster.he.net. (
    2025032000 ;serial
    10800 ;refresh
    ...
    • Mar 27 2025, 18:21
    • 303 Lines
  • 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
  • # -------------------------------------------------------------
    # Webserver
    # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    # Project: Nasqueron
    # Site: netbox.nasqueron.org
    ...
    • Nov 20 2023, 21:38
    • 42 Lines
  • <?php
    use Rector\Config\RectorConfig;
    use Rector\PHPUnit\Set\PHPUnitSetList;
    ...
    • Jul 2 2023, 17:10
    • 11 Lines
    • PHP
  • 2001:470:1f13:9e1:0:c0ff:ee:8 2001:470:1f13:9e1:0:c0ff:ee:8/48
    172.27.27.1 172.27.27.1/28 / router-001.nasqueron.drake
    172.27.27.4 172.27.27.4/28 / dwellers.nasqueron.drake
    2001:470:1f13:9e1:0:c0ff:ee:9 2001:470:1f13:9e1:0:c0ff:ee:9/48
    2001:470:1f13:9e1:0:c0ff:ee:a 2001:470:1f13:9e1:0:c0ff:ee:a/48
    ...
    • Jun 13 2023, 21:32
    • 118 Lines
  • # -------------------------------------------------------------
    # Database server — PostgreSQL — rc configuration
    # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    # Project: Nasqueron
    # License: Trivial work, not eligible to copyright
    ...
    • Jun 11 2023, 11:29
    • 9 Lines
  • #!/bin/sh
    # PROVIDE: netbox
    # REQUIRE: DAEMON
    # KEYWORD: shutdown
    ...
    • Jun 11 2023, 11:12
    • 40 Lines
  • -- Note: This schema has only been tested on PostgreSQL 7.3.2.
    CREATE TABLE ofUser (
    username VARCHAR(64) NOT NULL,
    ...
    • Jun 7 2023, 23:03
    • 394 Lines
  • The `language-subtag-registry-datasource` utility allows to download
    IANA language subtag registry datasource defined in the RFC 5646,
    parse it, and transform the output.
    This registry shares language codes with the different ISO-639 lists,
    ...
    • May 29 2023, 20:31
    • 52 Lines
    • Plain Text
  • rfc+1 Host Software. S. Crocker. April 1969. Status: UNKNOWN.
    rfc+2 Host software. B. Duvall. April 1969. Status: UNKNOWN.
    rfc+3 Documentation conventions. S.D. Crocker. April 1969. Obsoleted by RFC0010. Status: UNKNOWN.
    rfc+4 Network timetable. E.B. Shapiro. March 1969. Status: UNKNOWN.
    rfc+5 Decode Encode Language DEL. Status: UNKNOWN.
    ...
    • May 29 2023, 18:22
    • 9,202 Lines
  • import tinycss2
    with open('data/SourceSansPro.css', "rb") as fd:
    css = fd.read()
    ...
    • May 26 2023, 02:06
    • 14 Lines
    • Python
  • Client: Docker Engine - Community
    Version: 24.0.1
    API version: 1.43
    Go version: go1.20.4
    Git commit: 6802122
    ...
    • May 25 2023, 00:36
    • 27 Lines
  • <?xml version="1.0" encoding="UTF-8"?>
    <web-app
    xmlns="http://xmlns.jcp.org/xml/ns/javaee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
    ...
    • May 23 2023, 14:56
    • 381 Lines
    • XML
  • /* -------------------------------------------------------------
    Base64 - RFC 1341
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Description: Base64 helper functions
    Author: Jouni Malinen <j@w1.fi>
    ...
    • May 14 2023, 12:39
    • 195 Lines
    • C
  • /* -------------------------------------------------------------
    Test SASL PLAIN authentication
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Project: Nasqueron
    Description: Test SASL plain authentication to solve T1739
    ...
    • May 14 2023, 12:37
    • 99 Lines
    • C
  • #!/usr/bin/env python3
    # -------------------------------------------------------------
    # NetBox - migrate gateways fields
    # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ...
    • May 13 2023, 15:03
    • 105 Lines
  • 382 19:26 ifconfig
    383 19:26 ifconfig vmw1 inet6 addr 2001:41d0:303:d971::517e:c0de/64
    384 19:26 ifconfig vmx1 inet6 addr 2001:41d0:303:d971::517e:c0de/64
    385 19:27 ifconfig vmx1 inet6 2001:41d0:303:d971::517e:c0de/64
    386 19:27 ifconfig vmx1
    ...
    • May 7 2023, 23:20
    • 46 Lines
  • Routing tables
    Internet6:
    Destination Gateway Flags Netif Expire
    ::/96 ::1 URS lo0
    ...
    • May 7 2023, 23:14
    • 17 Lines
  • diff --git a/src/model.c b/src/model.c
    index 86e6543..e9b1304 100644
    --- a/src/model.c
    +++ b/src/model.c
    @@ -25,6 +25,8 @@ static struct model *model_init(void)
    ...
    • Apr 25 2023, 22:25
    • 27 Lines
  • error[E0277]: the trait bound `std::string::String: FromDataSimple` is not satisfied
    --> src/server/requests.rs:37:5
    |
    37 | context: String,
    | ^^^^^^^^^^^^^^^ the trait `FromDataSimple` is not implemented for `std::string::String`
    ...
    • Apr 10 2023, 17:48
    • 48 Lines
  • 2023-04-06 21:11:54,485 [salt.loader.lazy :814 ][ERROR ][1290] Failed to import module rabbitmq as the module called exit()
    Traceback (most recent call last):
    File "/usr/local/lib/python3.9/site-packages/salt/loader/lazy.py", line 768, in _load_module
    mod = self.run(spec.loader.load_module)
    File "/usr/local/lib/python3.9/site-packages/salt/loader/lazy.py", line 1228, in run
    ...
    • Apr 6 2023, 19:17
    • 20 Lines
    • Python
  • # -------------------------------------------------------------
    # Docker Tide :: Docker events reactor
    # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    # Project: Nasqueron
    # License: BSD-2-Clause
    ...
    • Mar 28 2023, 23:39
    • 29 Lines
    • YAML
  • # EditorConfig - http://EditorConfig.org
    root = true
    [*]
    end_of_line = lf
    ...
    • Mar 28 2023, 00:37
    • 18 Lines
  • #!/usr/bin/env python3
    # -------------------------------------------------------------
    # Docker PaaS - List of containers
    # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ...
    • Mar 27 2023, 19:42
    • 135 Lines
  • acme
    aphlict
    api-datasources
    acquisitariat
    sentry_clickhouse
    ...
    • Mar 27 2023, 18:57
    • 59 Lines
  • acme
    aphlict
    api-datasources
    login AFTER acquisitariat
    cachet AFTER acquisitariat
    ...
    • Mar 27 2023, 18:20
    • 217 Lines
  • # -------------------------------------------------------------
    # Hard dependencies
    #
    # To compute optimal Docker container start order, the following
    # rules apply:
    ...
    • Mar 27 2023, 16:55
    • 69 Lines
    • YAML
  • [dereckson@hyper-001:~] vim-cmd vmsvc/getallvms | grep docker-002
    4 docker-002 [datastore1] docker-002/docker-002.vmx centos9_64Guest vmx-19 Network adapter 3 / 00:50:56:0c:7a:98 has temporarily the docker-001 IP
    [dereckson@hyper-001:~] vim-cmd vmsvc/getallvms | grep docker-002 | awk '{print $1}'
    4
    ...
    • Mar 25 2023, 17:07
    • 27 Lines
    • Bash Scripting