Page MenuHomeDevCentral
Paste Active Pastes
  • #!/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
  • Switching to Composer phpunit:
    PHPUnit 10.0.16 by Sebastian Bergmann and contributors.
    Runtime: PHP 8.1.16
    Configuration: /tmp/broker/phpunit.xml
    ...
    • Mar 15 2023, 23:45
    • 100 Lines
  • #
    # Error handling
    #
    proc build_error_context {} {
    ...
    • Mar 15 2023, 00:04
    • 20 Lines
  • # To upgrade the forum,
    # (i) Perform a backup at https://forum.nasqueron.org/admin/backups
    # (ii) cd /var/discourse ; ./launcher rebuild forum
    templates:
    ...
    • Mar 11 2023, 13:22
    • 45 Lines
  • complector:
    ----------
    ID: rabbitmq_cluster_white-rabbit_user_notifications
    Function: rabbitmq.user_present
    Name: notifications
    ...
    • Feb 24 2023, 19:06
    • 112 Lines
  • local:
    rabbitmq_cluster_white-rabbit_user_notifications:
    __env__: base
    __sls__: roles/saas-rabbitmq.server.content
    rabbitmq:
    ...
    • Feb 10 2023, 19:43
    • 128 Lines
    • YAML
  • gre0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> metric 0 mtu 1476
    description: drake_to_ysul
    options=80000<LINKSTATE>
    tunnel inet 51.255.124.8 --> 163.172.49.16
    inet 172.27.27.252 --> 172.27.27.33 netmask 0xffffff00
    ...
    • Jan 26 2023, 13:53
    • 23 Lines
  • Routing tables
    Internet:
    Destination Gateway Flags Netif Expire
    default 91.121.86.254 UGS vmx0
    ...
    • Jan 26 2023, 13:52
    • 26 Lines
  • impl SparqlResults {
    pub fn into_bool (self) -> Option<bool> {
    match self {
    SparqlResults::Solutions(_) => None,
    SparqlResults::Boolean(bool) => Some(bool),
    ...
    • Jan 14 2023, 19:02
    • 34 Lines
  • <?php
    // NotificationListener: how to call the right on...... method?
    use Nasqueron\Notifications\Events\Event;
    ...
    • May 7 2022, 17:22
    • 21 Lines
  • {
    "action": "edited",
    "changes": {
    "default_branch": {
    "from": "master"
    ...
    • Apr 23 2022, 16:44
    • 149 Lines
    • JSON
  • Fatal error: Declaration of Laravel\BrowserKitTesting\Constraints\PageConstraint::fail($crawler, $description, ?SebastianBergmann\Comparator\ComparisonFailure $comparisonFailure = null): void must be compatible with PHPUnit\Framework\Constraint\Constraint::fail($other, $description, ?PHPUnit\SebastianBergmann\Comparator\ComparisonFailure $comparisonFailure = null): void in /usr/home/dereckson/dev/nasqueron/notifications/notifications/vendor/laravel/browser-kit-testing/src/Constraints/PageConstraint.php on line 71
    Fatal error: Uncaught Illuminate\Contracts\Container\BindingResolutionException: Target [Illuminate\Contracts\Debug\ExceptionHandler] is not instantiable. in /usr/home/dereckson/dev/nasqueron/notifications/notifications/vendor/laravel/framework/src/Illuminate/Container/Container.php:1089
    Stack trace:
    #0 /usr/home/dereckson/dev/nasqueron/notifications/notifications/vendor/laravel/framework/src/Illuminate/Container/Container.php(886): Illuminate\Container\Container->notInstantiable('Illuminate\\Cont...')
    ...
    • Apr 23 2022, 08:46
    • 16 Lines
  • $ salt dwellers state.sls roles/core/users test=True
    [...]
    ----------
    ID: dorianwinty
    Function: user.present
    ...
    • Apr 15 2022, 13:12
    • 54 Lines
  • #!/usr/bin/env python3
    # -------------------------------------------------------------
    # Resolve docker-compose containers names
    # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ...
    • Apr 11 2022, 17:13
    • 112 Lines
    • Python
  • $ dnf update
    Docker CE Stable - x86_64 187 kB/s | 20 kB 00:00
    Dependencies resolved.
    =====================================================================================================================================================================================================================
    Package Architecture Version Repository Size
    ...
    • Mar 5 2022, 21:18
    • 25 Lines
  • #!/usr/bin/env python3
    # -------------------------------------------------------------
    # Resolve a hash
    # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ...
    • Mar 5 2022, 14:50
    • 256 Lines
    • Python
  • <?xml version="1.0" encoding="UTF-8"?>
    <module type="WEB_MODULE" version="4">
    <component name="NewModuleRootManager">
    <content url="file://$MODULE_DIR$">
    <sourceFolder url="file://$MODULE_DIR$/commands/src" isTestSource="false" packagePrefix="Keruald\Commands" />
    ...
    • Feb 20 2022, 20:06
    • 17 Lines
    • XML
  • #!/bin/sh
    # Case 1 - phpunit from Composer
    if [ -f vendor/bin/phpunit ]; then
    echo "Switching to Composer phpunit:"
    ...
    • Feb 9 2022, 17:30
    • 14 Lines
    • PHP
  • #!/bin/sh
    COMMAND=$1
    shift
    ...
    • Feb 8 2022, 17:02
    • 20 Lines
  • rTOOLS
    [defaultBranch-master] Has still a master branch. Rename it to main.
    [github-invalidName] Repository is called tools on Phabricator but tools.nasqueron.org on GitHub.
    rWWW
    ...
    • Jan 16 2022, 23:41
    • 311 Lines
  • databases
    www.nasqueron.org
    tools.nasqueron.org
    api.nasqueron.org
    nasqueron.github.io
    ...
    • Jan 15 2022, 23:36
    • 86 Lines
    • Plain Text
  • --- /mnt/old/etc/yum.repos.d/docker-ce.repo 2017-05-05 16:11:24.000000000 +0000
    +++ docker-ce.repo 2020-09-23 16:58:13.000000000 +0000
    @@ -1,62 +1,62 @@
    [docker-ce-stable]
    name=Docker CE Stable - $basearch
    ...
    • Sep 28 2020, 03:14
    • 86 Lines
  • sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime,seclabel)
    proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
    devtmpfs on /dev type devtmpfs (rw,nosuid,seclabel,size=5012848k,nr_inodes=1253212,mode=755)
    securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
    tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,seclabel)
    ...
    • Sep 28 2020, 01:26
    • 42 Lines
  • __gmon_start__
    _init
    _fini
    _ITM_deregisterTMCloneTable
    _ITM_registerTMCloneTable
    ...
    • Jun 2 2020, 20:45
    • 70 Lines
  • AuthorizedKeysCommandUser vcs
    AllowUsers vcs
    Port 22
    Port 5022
    ...
    • Feb 29 2020, 14:13
    • 15 Lines
  • WITH RECURSIVE
    -- Grid of points for which the Mandelbrot set will be approximated
    xaxis(x) as (VALUES(-2.0) UNION ALL SELECT x+0.05 FROM xaxis WHERE x < 1.2),
    yaxis(y) as (VALUES(-1.0) UNION ALL SELECT y+0.10 FROM yaxis WHERE y < 1.0),
    ...
    • Feb 24 2020, 07:42
    • 26 Lines
  • ....+*##
    .....+###
    .....+####.
    ....+*#####.
    .....+#######.
    ...
    • Feb 24 2020, 07:41
    • 22 Lines
  • #!/usr/bin/env python3
    # -------------------------------------------------------------
    # Staging :: write a commit message for submodule update
    # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ...
    • Feb 21 2020, 17:31
    • 95 Lines
  • amj:
    - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDWzd5EYici53M2fCbBZH+8DBn0alSxBsQMtOZWSDSAXnsOirmVxNwyRtewpMU9r//IHZQm+owNN+HTcxnw8YFAI9P9/sGAXeOqH9df33yJWQsCm5uIJlYjgqQlMVdHKB6YHPLO8xoyyMVLAeTgO3+V7uFSj+Sclqd7/hIfO/ICG41vdPzPVHSVswvcRXR5Df5ssprsu4J2jJ1c9GhXK00/wOFiYmArtT6L/x/WCspiDGKP/gMSVPd/bv01m4LAyBdLRSuKRQxPV0QXHhxepDFxqj2Fsu0+g70Noio7s3PXRg4eY1lI019YQpEZY8i0WyDV+NNnGLm0s6uCUN1nJs95HzygAc6lYqaWfVWyaDL1mYPF7kzoA1Pc0ZCfx57BBWtCY5whenvgpyFAnTTdv+ulbPTF4d67A51vQUVjnIcx/bWrbQr8BZK+vBWXf5hQAyqZA0grTEPI/7Jb1EwSIKQH1MiYR9KpnWYb97W+YmH1Kv6YttJf3z3LmWhT17fzM1e0yZBo1hiJwTfpt6JF6Fm5Atogw2GZIwtElsvtf9ewMLBZi/Ks2LV0WnYAUFDxa2ElekjKrJ027fJmrndcdQM3JsWK98mGSQXkNVcg5d78veazQoCt8V6qNPIpxvI0Xda3yR2wPykx2jKHkXg0+IcUHwRujirAtxmQ4+SjKeEcgQ== fp
    - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQChVPty1oZBhXcFuHUbod8HGCzGhJyEgbdK+bG8oVstfu126uaLsqQ9ocTdp+PKXUCwJS9eYPeJma95MkPfszfzTEjSZcPO/t9P0JUttFvlEgYeb7VP/OJ+6LOzv33jcOJI2ln6NBcRDdWBk0VpPmKs2a8gXdUw4nwyE/EW6vFrcVHfigeUBUR0jUa7SjgzUhT322AaF8AgrlVU1CchZg65yd5Plf3zJPh3yS0dtDKB6LSQu9JCRfFp7/a7JNl3cj+aFUTxvcd2PkpMoy4ALjyYUvM8uU21J1Fg3aLnnMruH/9BZh7FTaXAvHwFpPSkYff72AmGEXNmf23int75QB2p tel
    xcombelle:
    ...
    • Jul 17 2019, 18:37
    • 6 Lines
    • YAML
  • /usr/local/etc/nginx/vhosts/dereckson.be/mediawiki.conf
    root /var/51-wwwroot/mediawiki-dereckson/core;
    index index.html index.php;
    ...
    • Apr 13 2019, 17:50
    • 153 Lines
    • Diff
  • $ diff finallistsorted dblist
    0a1
    > angwikisource
    2a4
    > azwikisource
    ...
    • Apr 13 2019, 09:47
    • 48 Lines
    • Diff
  • CREATE TABLE groups (
    id mediumint auto_increment PRIMARY KEY NOT NULL,
    name varchar(255) NOT NULL,
    description mediumtext NOT NULL,
    isbuggroup tinyint NOT NULL,
    ...
    • Oct 7 2018, 09:55
    • 9 Lines
    • MySQL
  • #!/bin/sh
    # Mount if needed
    mount_sshfs()
    {
    ...
    • Oct 6 2018, 00:03
    • 30 Lines
    • Bash Scripting
  • # -------------------------------------------------------------
    # Espace Win - Site configuration
    # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    # Project: Espace Win
    # Created: 2018-10-05
    ...
    • Oct 5 2018, 12:39
    • 28 Lines
  • $ ps -ef | what-container | grep mastodon
    mastodon_db_1 avahi 13185 24399 0 20:40 ? 00:00:00 postgres: postgres postgres 172.18.0.5(43221) idle
    mastodon_db_1 avahi 14065 24399 0 20:45 ? 00:00:00 postgres: postgres postgres 172.18.0.2(59992) idle
    mastodon_db_1 avahi 14067 24399 0 20:45 ? 00:00:00 postgres: postgres postgres 172.18.0.2(59998) idle
    mastodon_db_1 avahi 14075 24399 0 20:45 ? 00:00:01 postgres: postgres postgres 172.18.0.2(60025) idle
    ...
    • Oct 3 2018, 20:55
    • 38 Lines
  • user: salt
    file_roots:
    base:
    - /opt/salt/nasqueron-operations
    - /opt/salt/staging
    ...
    • Sep 15 2018, 17:47
    • 9 Lines
    • YAML
  • <footer class="footer">
    <div class="container">
    <div class="row">
    <div class="col-sm-4"></div>
    <div class="col-sm-8">
    ...
    • Sep 10 2018, 07:29
    • 21 Lines
    • HTML
  • Script started on Sat Sep 8 07:31:51 2018
    % /opt/salt/nasqueron-operations ] (git)-[cachet] [?2004harc lint --everythingarc lint --everything[?2004l
    >>> Lint for roles/mailserver/certificates/files/update-smtp-certificates.sh:
    ...
    • Sep 8 2018, 07:32
    • 947 Lines
  • _turn._tcp.nasqueron.org. 86400 IN SRV 0 0 3478 xmpp.nasqueron.org.
    _stun._tcp.nasqueron.org. 86400 IN SRV 0 0 3478 xmpp.nasqueron.org.
    _imap._tcp.nasqueron.org. 86400 IN SRV 0 1 143 mail.nasqueron.org.
    _jabber._tcp.nasqueron.org. 86400 IN SRV 0 0 5222 xmpp.nasqueron.org.
    _xmpp-server._tcp.nasqueron.org. 86400 IN SRV 0 0 5269 xmpp.nasqueron.org.
    ...
    • Jun 19 2018, 01:06
    • 7 Lines
  • <?xml version="1.0"?>
    <ruleset>
    <rule ref="vendor/nasqueron/codestyle/CodeSniffer" />
    <file>.</file>
    <exclude-pattern>\.git/</exclude-pattern>
    ...
    • Mar 31 2018, 03:31
    • 7 Lines
  • # -------------------------------------------------------------
    # MediaWiki farm
    # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    # Project: Nasqueron
    # Created: 2018-03-26
    ...
    • Mar 31 2018, 01:12
    • 342 Lines
    • YAML
  • ID: install_docker_engine
    Function: pkg.installed
    Result: False
    Comment: Error occurred installing package(s). Additional info follows:
    ...
    • Mar 7 2018, 23:21
    • 26 Lines
  • typeset -g -A key
    key[F1]=''''
    key[F2]='^[OQ'
    key[F3]='^[OR'
    ...
    • Feb 17 2018, 20:41
    • 26 Lines
  • - Core.tcl
    - Tech.tcl
    - BBS/vt100.tcl
    - Daeghrefn/Bureautique.tcl
    - Daeghrefn/Channel.tcl
    ...
    • Feb 11 2018, 12:01
    • 25 Lines
  • $ salt-call --local state.apply roles/viperserv/eggdrop/config test=True
    local:
    ------
    ID: /srv/viperserv/Daeghrefn
    Function: file.directory
    ...
    • Nov 15 2017, 01:58
    • 138 Lines
  • 1943____ :
    ## ## ### # #
    ## ## ### # #
    ## ## ### # #
    ## # ## ## #### ## ## ### # # # ######
    ...
    • Nov 14 2017, 23:38
    • 24,789 Lines
  • 1943____ :
    ### ## ### # # ### # #
    ## ## ### # # ### # #
    ## ## ### # # ### # #
    ## ## ## ## ## #### # ###### ##### ### # # ## #### ## ##### ### # #
    ...
    • Nov 14 2017, 23:37
    • 41,222 Lines
  • [INFO ] Executing command ['git', 'diff', 'HEAD'] as user 'viperserv' in directory '/srv/viperserv/scripts'
    [ERROR ] Unexpected exception in git.latest state
    Traceback (most recent call last):
    File "/usr/local/lib/python2.7/site-packages/salt/states/git.py", line 875, in latest
    password=password)
    ...
    • Nov 14 2017, 18:25
    • 21 Lines
  • # -------------------------------------------------------------
    # MySQL configuration
    # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    # Project: Nasqueron
    # Created: 2015-04-21
    ...
    • Nov 5 2017, 01:55
    • 76 Lines
  • # -------------------------------------------------------------
    # OpenSSH authorized_keys
    # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    # Project: %%project%%
    # License: Trivial work, not eligible to copyright
    ...
    • Oct 30 2017, 12:54
    • 21 Lines
  • Script started on Sat Oct 28 22:51:14 2017
    $ salt eglide state.highstate test=True
    eglide:
    ...
    • Oct 28 2017, 22:52
    • 1,079 Lines
    • Plain Text
  • pub/debian
    (contained an outdated custom Debian ISO for Sid)
    pub/demoscene/kkrieger
    ...
    • Oct 22 2017, 12:20
    • 19 Lines
  • Script started on Sun Oct 15 22:28:02 2017
    /opt/nasqueron-operations (pkg) ] salt eglide state.apply roles/core/letsencrypt/software test=True
    eglide:
    ----------
     ID: letsencrypt_software
    ...
    • Oct 15 2017, 22:36
    • 158 Lines
  • ; nasqueron.org Dumped Sun Oct 15 05:06:21 2017
    ;
    nasqueron.org. 86400 IN SOA ns1.he.net. hostmaster.he.net. (
    2017101210 ;serial
    10800 ;refresh
    ...
    • Oct 15 2017, 12:07
    • 220 Lines
  • $ esxcli software acceptance set --level=CommunitySupported
    Host acceptance level changed to 'CommunitySupported'.
    $ cd /tmp
    $ wget http://www.virten.net/files/smartctl-6.6-4321.x86_64.vib
    $ esxcli software vib install -v /tmp/smartctl-6.6-4321.x86_64.vib
    ...
    • Oct 13 2017, 22:10
    • 111 Lines
  • smartctl 6.5 2016-05-07 r4318 [x86_64-linux-4.12.14-200.fc25.x86_64] (local build)
    Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
    === START OF INFORMATION SECTION ===
    Model Family: Maxtor DiamondMax Plus 9
    ...
    • Oct 13 2017, 21:52
    • 202 Lines
  • 1943____ :
    ### # # ### # #
    ### # # ### # #
    ### # # ### # #
    ## #### ### # # ## ## ### # # ## #####
    ...
    • Oct 8 2017, 21:19
    • 24,773 Lines
  • $ suexec -V
    -D AP_DOC_ROOT="/var/wwwroot"
    -D AP_GID_MIN=1000
    -D AP_HTTPD_USER="www"
    -D AP_LOG_EXEC="/var/log/httpd-suexec.log"
    ...
    • Oct 7 2017, 09:20
    • 8 Lines
  • scaleway-woodscloud-config:
    ----------
    scaleway:
    ----------
    0e6d8961-905f-4c90-813b-b6048b02e47f:
    ...
    • Oct 6 2017, 00:03
    • 1,104 Lines
  • $ salt-call --local state.apply roles/saltmaster/salt-wrapper
    local:
    ----------
    ID: /usr/local/bin/salt-wrapper
    Function: file.managed
    ...
    • Oct 4 2017, 15:53
    • 175 Lines
  • def count_queue_messages(queue_name):
    connection = get_broker_connection(service['config'])
    channel = connection.channel()
    result = channel.queue_declare(durable=True,
    queue=queue_name,
    ...
    • Jul 5 2017, 22:35
    • 11 Lines
    • Python
  • /delivery
    /delivery/register_consumer
    {
    ...
    • May 24 2017, 23:56
    • 98 Lines
  • <?php
    /**
    * Plugin Name: Extra settings for dereckson.be
    * Description: Adds extra settings to this WordPress installation
    * Version: 0.1
    ...
    • Feb 6 2017, 12:07
    • 28 Lines
    • PHP
  • nim.py:5:1: F401 'sys' imported but unused
    nim.py:9:1: F403 'from pygame.locals import *' used; unable to detect undefined names
    nim.py:105:50: F405 RESIZABLE may be undefined, or defined from star imports: pygame.locals
    nim.py:107:16: F405 K_TAB may be undefined, or defined from star imports: pygame.locals
    nim.py:107:23: F405 K_SPACE may be undefined, or defined from star imports: pygame.locals
    ...
    • Feb 4 2017, 02:50
    • 140 Lines
  • +--------------------------------------------------------------------------+
    | |
    | +--------------------------+ +-----------------------------+ |
    | | | | | |
    | | Nasqueron as a whole SIG | | Take responsibilities | |
    ...
    • Feb 1 2017, 18:59
    • 30 Lines
  • apache2
    Reverse Depends:
    |sugarplum
    libapache2-mod-php7.0
    |pycsw-wsgi
    ...
    • Jan 29 2017, 19:08
    • 188 Lines
    • Jan 26 2017, 22:30
    • 1 Line
  • lang+aaa Ghotuo
    lang+aab Alumu-Tesu
    lang+aac Ari
    lang+aad Amal
    lang+aae Arbëreshë Albanian
    ...
    • Jan 26 2017, 00:07
    • 7,775 Lines
  • lang+aaa Ghotuo
    lang+aab Alumu-Tesu
    lang+aac Ari
    lang+aad Amal
    lang+aae Arbëreshë Albanian
    ...
    • Jan 26 2017, 00:06
    • 7,775 Lines
  • unium._domainkey IN TXT ( "v=DKIM1; k=rsa; "
    "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCirg9LfZ6+JlxpoMueLEtMj/xwjHmcKbINvM5dUlLdwp3udM1w6yVjF7SQgGkNtZzM5nzxsCzQIHsKELPd8jO2qQCRNjKD7/a+tVTX9yVK0JE9FWNQvfxwcYlJn2vp9nPKvuLPQRJ7xikWLyvPQT+bk5fvYbdXhwNjjEuzCZ2aTwIDAQAB" ) ; ----- DKIM key unium for lists.eglide.org
    • Jan 25 2017, 13:33
    • 2 Lines