Skip to content

Instantly share code, notes, and snippets.

View symgryph's full-sized avatar

Thomas symgryph

  • Me, Organized?
  • Cary, NC U.S.A
View GitHub Profile
import strformat
for i in 1 .. 10:
if i mod 2 == 0:
echo(fmt"{1} is even")
@symgryph
symgryph / Various Logs
Created October 29, 2018 01:27
Gitea Logs
Oct 28 21:22:18 gitea systemd: Started Session 20 of user git.
Oct 28 21:22:18 gitea systemd: Starting Session 20 of user git.
Oct 28 21:22:18 gitea systemd-logind: Removed session 20.
Oct 28 21:22:18 gitea systemd: Removed slice User Slice of git.
Oct 28 21:22:18 gitea systemd: Stopping User Slice of git.
secure log:
Oct 28 21:22:18 gitea sshd[12230]: Accepted publickey for git from redacted port 57262 ssh2: RSA SHA256:redatected
Oct 28 21:22:18 gitea sshd[12230]: pam_unix(sshd:session): session opened for user git by (uid=0)
@symgryph
symgryph / Veewee Error with Vmware Fusion OSX Yosemite
Created February 16, 2015 22:56
Output of failed Veewee run using vmware fusion output
17:48:26-tjmunn@lilly:~/veewee$ veewee fusion destroy CentosBase7.0
/Users/tjmunn/.rvm/gems/ruby-1.9.3-p547@veewee/gems/fission-0.5.0/lib/fission/vm.rb:528:in `all_running': uninitialized constant Fission::Action (NameError)
from /Users/tjmunn/.rvm/gems/ruby-1.9.3-p547@veewee/gems/fission-0.5.0/lib/fission/vm.rb:405:in `running?'
from /Users/tjmunn/.rvm/gems/ruby-1.9.3-p547@veewee/gems/fission-0.5.0/lib/fission/vm.rb:326:in `state'
from /Users/tjmunn/veewee/lib/veewee/provider/vmfusion/box/destroy.rb:11:in `destroy'
from /Users/tjmunn/veewee/lib/veewee/command/group_base.rb:154:in `destroy'
from /Users/tjmunn/.rvm/gems/ruby-1.9.3-p547@veewee/gems/thor-0.19.1/lib/thor/command.rb:27:in `run'
from /Users/tjmunn/.rvm/gems/ruby-1.9.3-p547@veewee/gems/thor-0.19.1/lib/thor/invocation.rb:126:in `invoke_command'
from /Users/tjmunn/.rvm/gems/ruby-1.9.3-p547@veewee/gems/thor-0.19.1/lib/thor.rb:359:in `dispatch'