Skip to content

Instantly share code, notes, and snippets.

Pro Tour London Keynote Highlights

Mastery Pack Guardian

  • Releases Aug 8-10 with WT Auckland
  • 130 card set
  • 13 card booster
  • Looks like half a box
  • Beautiful Seismic Surge and attack marvels!! Wow.
  • Crack shuffle play
  • GSG will be programming some of this close to release.
  • Next mastery pack will have 3 heroes for crack shuffle play release limited.
@bigfleet
bigfleet / inxi.log
Created June 9, 2024 17:23
FW16 + Fedora 40 + Cable Matters 107014: external monitor.
bigfleet@forge:~$ inxi -Fzx
System:
Kernel: 6.8.11-300.fc40.x86_64 arch: x86_64 bits: 64 compiler: gcc
v: 2.41-37.fc40
Desktop: GNOME v: 46.2 Distro: Fedora Linux 40 (Workstation Edition)
Machine:
Type: Laptop System: Framework product: Laptop 16 (AMD Ryzen 7040 Series)
v: AG serial: <superuser required>
Mobo: Framework model: FRANMZCP07 v: A7 serial: <superuser required>
UEFI: INSYDE v: 03.03 date: 03/27/2024
3 Gold Farmer
1 Closed Accounts
2 Afshar
2 Fly on the Wall
1 Tranquility Home Grid
2 Exchange of Information
1 Red Herrings
1 Tollbooth
2 Attitude Adjustment
2 Ash 2X3ZB9CY
Agenda (10)
3 Architect Deployment Test
1 Project Vitruvius
3 Remote Enforcement
3 Successful Field Test
Asset (11)
3 Adonis Campaign
3 Advanced Assembly Lines
3 Jeeves Model Bioroids
2 The Root ●​●​●​●​●​●​
@bigfleet
bigfleet / vsftpd-ftps.md
Created September 13, 2019 15:16
FTPS Setup for RHEL

Objective

Expose FTPS on a RHEL system to a z/OS mainframe client

Walkthrough

Install packages

yum install -y lftp openssl vsftpd
@bigfleet
bigfleet / bumpme
Last active April 15, 2019 14:22
concourse demo two
Mon Apr 15 14:22:04 UTC 2019
@bigfleet
bigfleet / bumpme
Last active April 15, 2019 14:13
concourse demo
Mon Apr 15 14:12:54 UTC 2019
@bigfleet
bigfleet / ansible.log
Created February 5, 2019 18:56
Solaris crontab
TASK [ansible-canary-role-discovery-cron-jobs : debug] *************************
ok: [default] => {
"cronFileContents": {
"changed": true,
"msg": "All items completed",
"results": [
{
"_ansible_ignore_errors": null,
"_ansible_item_label": "/var/spool/cron/crontabs/sys",
"_ansible_item_result": true,
interface_data:
spine01:
- { name: lo, ipv4: 10.0.0.1/32 }
- { name: eth1, ipv4: 10.10.5.1/30, ipv6: "fdb5:4b4e:4574:c6bb:0:0:0:1/64" }
- { name: eth5, ipv4: 172.16.2.1/30, ipv6: "fd42:e5a1:ef5d:6030:0:0:0:1/64" }
leaf01:
- { name: lo, ipv4: 10.0.0.11/32 }
- { name: eth1, ipv4: 10.10.10.1/30, ipv6: "fdbc:bda:8486:7118:0:0:0:1/64" }
- { name: eth5, ipv4: 10.10.5.2/30, ipv6: "fdb5:4b4e:4574:c6bb:0:0:0:2/64" }
spine02:
@bigfleet
bigfleet / CSR1000V-config
Created June 4, 2018 13:43
DO457 CSR1000V Hotfix
Router>en
Router#config t
Router(config)#service password-encryption
Router(config)#hostname cs01
cs01(config)#ip domain-name lab.example.com
cs01(config)#username admin privilege 15 secret student
cs01(config)#interface GigabitEthernet1
cs01(config-if)#ip address 172.25.250.195 255.255.255.0
cs01(config-if)#no shut
cs01(config-if)#exit