This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| user01@inspircdserver01.local.net:~ ( inspircdserver01.local.net ) | |
| 09:30:27 $ sudo systemctl status inspircd | |
| * inspircd.service - InspIRCd IRC Daemon | |
| Loaded: loaded (/etc/systemd/system/inspircd.service; disabled; vendor preset: disabled) | |
| Active: inactive (dead) | |
| Aug 01 09:30:27 inspircdserver01.local.net inspircd[22190]: (C) InspIRCd Development Team. | |
| Aug 01 09:30:27 inspircdserver01.local.net inspircd[22190]: Developers: | |
| Aug 01 09:30:27 inspircdserver01.local.net inspircd[22190]: Brain, FrostyCoolSlug, w00t, Om, Special, peavey | |
| Aug 01 09:30:27 inspircdserver01.local.net inspircd[22190]: aquanight, psychon, dz, danieldg, jackmcbarn |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| execve("/usr/local/go/bin/go", ["go", "get", "-v", "-x", "golang.org/x/crypto/bcrypt"], [/* 32 vars */]) = 0 | |
| brk(0) = 0x2633000 | |
| mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcaa9760000 | |
| access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) | |
| open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 | |
| fstat(3, {st_mode=S_IFREG|0644, st_size=45533, ...}) = 0 | |
| mmap(NULL, 45533, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fcaa9754000 | |
| close(3) = 0 | |
| open("/lib64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3 | |
| read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240l\0\0\0\0\0\0"..., 832) = 832 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| owner: "Phillip Dudley" | |
| initialized: "2012-10-31 15:50:13.793654 +0000 UTC" | |
| time_data: | |
| - action: "start" | |
| time: "2012-10-31 15:50:13.793654 +0000 UTC" | |
| - action: "stop" | |
| time: "2012-10-31 16:00:00.000000 +0000 UTC" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| predatorian@reincarnate:~/Downloads/ruby-2.3.1 | |
| $ RBENV_VERSION=2.3.1 gem install tk | |
| Building native extensions. This could take a while... | |
| ERROR: Error installing tk: | |
| ERROR: Failed to build gem native extension. | |
| current directory: /home/predatorian/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/tk-0.1.1/ext/tk | |
| /home/predatorian/.rbenv/versions/2.3.1/bin/ruby -r ./siteconf20160925-4025-nw2gr5.rb extconf.rb | |
| check functions.checking for ruby_native_thread_p() in ruby.h... yes | |
| checking for rb_errinfo() in ruby.h... yes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| backend "file" { | |
| path = "/opt/HashiCorp/Vault/secrets" | |
| } | |
| listener "tcp" { | |
| address = "127.0.0.1:8200" | |
| tls_disable = 1 | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # | |
| # This will not work on Windows because Windows naturally lacks the encryption | |
| # and security libraries that GNU/Linux does. Ie. does not natively have | |
| # OpenSSL installed and its development libraries. | |
| # | |
| import getpass | |
| import crypt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env ruby | |
| # | |
| # RubyDocs: http://ruby-doc.org/core-2.3.1/Module.html#method-i-attr_accessor | |
| # | |
| module RubyLearning | |
| class AttrAccessor | |
| attr_accessor :name | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module TestStuff | |
| def self.fart_a_bunch | |
| puts "Fart Fart Fart Fart" | |
| end | |
| end | |
| TestStuff.fart_a_bunch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Comment to turn off verbosity. | |
| set -x | |
| yum install -y kernel-devel-`uname -r` | |
| cd /usr/src/kernels/`uname -r`/include/drm/ | |
| ln -s /usr/include/drm/drm.h drm.h | |
| ln -s /usr/include/drm/drm_sarea.h drm_sarea.h | |
| ln -s /usr/include/drm/drm_mode.h drm_mode.h |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| input { | |
| jdbc { | |
| jdbc_driver_library => "/var/sqljdbc_4.1/enu/sqljdbc41.jar" | |
| jdbc_driver_class => "com.microsoft.sqlserver.jdbc.SQLServerDriver" | |
| jdbc_connection_string => "jdbc:sqlserver://DATABSESERVER;user=USER;password=PASSWORD;" | |
| jdbc_user => "USER" | |
| # parameters => { "DATE" => "2016-10-19" } | |
| schedule => "* * * * *" | |
| #clean_run => true | |
| statement => "SELECT ID,Date,Level,Application,Logger,Message,MachineName,UserName,CallSite,Thread,Exception,Stacktrace,Client FROM [service_Cloud].[dbo].[service_Log] WHERE ID > :sql_last_value and (Level <> 'Debug' AND Level <> 'Info' OR Logger LIKE '%Metric%')" |