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
2021/05/12 22:07:21 [INFO] Terraform version: 0.14.5 | |
2021/05/12 22:07:21 [INFO] Go runtime version: go1.15.6 | |
2021/05/12 22:07:21 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply", "-auto-approve", "-var-file=/root/git/rce/fakename-control/terragrunt/fakename-network/global/iam/fakename-aws-iam-terraform-role/terragrunt-debug.tfvars.json", "/root/git/rce/fakename-control/terragrunt/fakename-network/global/iam/fakename-aws-iam-terraform-role/.terragrunt-cache/c-JNfw0xxoNyyafdW5hP4zJVvE8/SnVBr6KkkB3mx0pnP8MaWBd53qo"} | |
2021/05/12 22:07:21 [DEBUG] Attempting to open CLI config file: /root/.terraformrc | |
2021/05/12 22:07:21 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2021/05/12 22:07:21 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins | |
2021/05/12 22:07:21 [DEBUG] ignoring non-existing provider search directory /root/.terraform.d/plugins | |
2021/05/12 22:07:21 [DEBUG] ignoring non-existing provider search directory /root/.local/share/terraform/plugins | |
2021/05/12 22:07 |
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
diff -u ./Raise-Firmware.ino Raise-Firmware.ino-shift-esc | |
--- ./Raise-Firmware.ino 2020-02-04 00:54:36.670580282 -0800 | |
+++ Raise-Firmware.ino-shift-esc 2020-02-04 00:55:41.860409244 -0800 | |
@@ -45,6 +45,7 @@ | |
#include "Kaleidoscope-OneShot.h" | |
#include "Kaleidoscope-Qukeys.h" | |
#include "Kaleidoscope-Escape-OneShot.h" | |
+#include "Kaleidoscope-ShapeShifter.h" | |
#include "LED-CapsLockLight.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
import urwid, random, re, time | |
blank = urwid.Divider() | |
palette = [ | |
('body','light gray','black', 'standout'), | |
('reverse','light gray','black'), | |
('header','white','dark red', 'bold'), | |
('important','dark red','black',('standout','underline')), | |
('editfc','white', 'dark blue', 'bold'), | |
('editbx','light gray', 'dark blue'), |
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
# puppet master: | |
[root@qa-pmaster common]# puppetserver gem list |grep hiera | |
hiera-eyaml (2.0.7) | |
hiera-eyaml-gpg (0.5.rc1) | |
[root@qa-pmaster common]# gem list |grep hiera | |
hiera-eyaml (2.0.7) | |
hiera-eyaml-gpg (0.5.rc1) |
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 | |
CPULIST=$(ls -d /sys/devices/system/cpu/cpu[0-9]* |sort -tu -k3 -n) | |
echo "shared L2 cache (cat /sys/devices/system/cpu/cpu[0-9]*/cache/index2/shared_cpu_map)" | |
for i in $CPULIST; do | |
A=$(printf $i|cut -d"/" -f6) | |
printf "$A - " | |
cat $i/cache/index2/shared_cpu_map | |
done |
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
puppet apply site.pp --noop --debug --trace --color=no | |
Info: Loading facts in /var/lib/puppet/lib/facter/root_home.rb | |
Info: Loading facts in /var/lib/puppet/lib/facter/pe_version.rb | |
Info: Loading facts in /var/lib/puppet/lib/facter/concat_basedir.rb | |
Info: Loading facts in /var/lib/puppet/lib/facter/os_maj_version.rb | |
Info: Loading facts in /var/lib/puppet/lib/facter/puppet_vardir.rb | |
Info: Loading facts in /var/lib/puppet/lib/facter/facter_dot_d.rb | |
hostname: Unknown host | |
Debug: importing '/etc/puppet/environments/master/modules/role/manifests/base.pp' in environment master |
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
# cat histfile.sh | |
export HISTFILE=~/.bash_history_$(who -m |awk '{print $1}') | |
export HISTSIZE=9999 | |
export HISTFILESIZE=999999 | |
export HISTCONTROL='' | |
export HISTIGNORE='' | |
export HISTTIMEFORMAT='%F %T %Z ' | |
export PROMPT_COMMAND="${PROMPT_COMMAND:+$PROMPT_COMMAND ; }"'history -a' | |
readonly HISTFILE | |
readonly HISTFILESIZE |
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
Stack trace | |
javax.servlet.ServletException: java.lang.Error: java.io.IOException: <html> | |
<head><title>401 Authorization Required</title></head> | |
<body bgcolor="white"> | |
<center><h1>401 Authorization Required</h1></center> | |
<hr><center>nginx/1.0.15</center> | |
</body> | |
</html> |
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
" --------------------------------------------------------------------------- | |
" -- Vundle Settings -- | |
set nocompatible | |
filetype off | |
set rtp+=~/.vim/bundle/vundle | |
call vundle#rc() | |
"-- Vundle Settings end -- | |
" --------------------------------------------------------------------------- | |
" -- vundle -- vim bundle tool (thank jebus) |
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
Summary: Terminal emulator for MATE | |
Name: mate-terminal | |
Version: 1.5.0 | |
Release: 2%{?dist} | |
License: GPLv3+ | |
Group: User Interface/Desktops | |
URL: http://mate-desktop.org | |
Source0: http://pub.mate-desktop.org/releases/1.5/%{name}-%{version}.tar.xz | |
NewerOlder