Best Pickins’
- Run iTunes on Linux via Wine
- Fix for Intel i915 GPU Freeze on Recent Linux Kernels
- Fun and Profit with Reverse SSH Tunnels and AutoSSH
- 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,293 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: terminal
Using Italics with Vim in your Terminal
I wanted all code, system configuration file comments or in-line replies in neomutt email italicised to stand out easier. Many terminal emulators (xterm, xfce4-terminal, iterm2) don’t support [3m and [23m designators for italics but you can use a custom terminfo … Continue reading
Tmux for GNU Screen Refugees and Vim Users
I use GNU Screen on servers to manage working sessions and perform long-running or persistent tasks. Lately I’ve been using tmux locally on my work desktop/laptop, finding it better suited for most terminal activity. Here’s how I set it up … Continue reading
Posted in open source, sysadmin
Tagged linux, productivity, screen, sysadmin, terminal, tmux
Leave a comment
Trick out your Terminal
Here are some useful ways to enhance your operating system shell environment. The first will give you a permanent bash history that’s up to date and doesn’t require a logout to update command history, nor does it get reset. The … Continue reading