Best Pickins’
- Run iTunes on Linux via Wine
- Fun and Profit with Reverse SSH Tunnels and AutoSSH
- Fix for Intel i915 GPU Freeze on Recent Linux Kernels
- Using Signal Desktop on Fedora with Flatpak
- Build Secure VLAN Networks with 'Shibby' Router Firmware
- Automate Nagios Monitoring with Ansible
- Using VDO on CentOS/RHEL7 for Storage Efficiency
- Logitech G933 Wireless Headset on Linux
- How to Manually Clean Indexes from Elasticsearch
- Simple Disk Performance Testing with Linux
Squatters
- 470,286 hobos
Blogroll
- My Tweets
Code
- sadsfae commented on issue redhat-performance/quads#357sadsfae commented on issue redhat-performance/quads#357 Jan 20, 2021 sadsfae commented Jan 20, 2021 @sadsfae Usually the first node in the instackenv.json is used for undercloud and boot order style is set to foreman which you can see on e23-h25-… […]
- sadsfae commented on issue redhat-performance/quads#357sadsfae commented on issue redhat-performance/quads#357 Jan 20, 2021 sadsfae commented Jan 20, 2021 RFE development in progress here: https://review.gerrithub.io/c/redhat-performance/quads/+/509138 This is reviewed and merged, however it still n… […]
- sadsfae pushed to master in redhat-performance/quadssadsfae pushed to master in redhat-performance/quads Jan 20, 2021 1 commit to master b440a2b feat: added vendor and pxe_boot to interfaces model […]
- sadsfae pushed to master in sadsfae/misc-scriptssadsfae pushed to master in sadsfae/misc-scripts Jan 19, 2021 1 commit to master a9f31a8 comment typo […]
- sadsfae pushed to master in redhat-performance/ops-toolssadsfae pushed to master in redhat-performance/ops-tools Jan 19, 2021 1 commit to master c275f91 comment typo […]
- sadsfae commented on issue redhat-performance/quads#357
Tags
- ansible
- automation
- beer
- cloud
- comedy
- cooking
- desktop linux
- devops
- dublin
- elasticsearch
- elk
- fedora
- food
- foreman
- gaming
- git
- hobo
- home cooking
- infrastructure
- ireland
- italian
- linux
- linux gaming
- mutt
- open source
- openstack
- pasta
- performance
- power management
- privacy
- public cloud
- python
- raspberry pi
- recipe
- scale
- security
- server
- shell
- sketch
- skit
- stout
- sysadmin
- terminal
- trystack
- urban terror
- vegetarian
- what
- will foster
- xfce
Tag Archives: python
Quick and Dirty SSH Key Management with Python
Sometimes I need to quickly copy SSH keys to remote systems in a pinch. I can do this with the Ansible authorized_key module but that’s not always available. I might be on a random system and Ansible or external internet … Continue reading
Posted in open source, sysadmin
Tagged ansible copy ssh keys, copy ssh keys python, devops, one-off, python, ssh, ssh keys, tools
Leave a comment
Automate Infrastructure Docs with Python, WordPress and Foreman
“It’s not done unless it’s documented,” says the wise Ops sage. Frequently updated documentation is critical, it’s also one of the most neglected parts of technology. Learn how we auto-generate server resource wiki data with Python, WordPress and Foreman.
Posted in open source, sysadmin
Tagged automation, devops, documentation, foreman, infrastructure, python, wiki, wordpress
2 Comments
How to Manually Clean Indexes from Elasticsearch
In a previous post we covered getting started with the ELK stack (Elasticsearch, Logstash, Kibana). Now we need to remove old indexes manually from an Elasticsearch datastore sorted by age. We’ll be using the curator tool in a sandbox using … Continue reading
Posted in open source, sysadmin
Tagged curator, elasticsearch, elk, linux, pip, python, sysadmin
3 Comments
Secure Cloud Data Backups using Python, Tar and GPG
The Cloud (aka another dude’s computer) is a great place to backup your data, files and make your life easier and your technical resources more accessible. It can also be extremely dangerous if you don’t take steps to protect your … Continue reading