Best Pickins’
- Fix for Intel i915 GPU Freeze on Recent Linux Kernels
- Run iTunes on Linux via Wine
- Fun and Profit with Reverse SSH Tunnels and AutoSSH
- Using Offlineimap with the Gmail IMAP API
- Using VDO on CentOS/RHEL7 for Storage Efficiency
- Take Control of your Email with Mutt, OfflineIMAP and Notmuch
- Using Italics with Vim in your Terminal
- Quick Fix for Wordpress Table Text Wrapping
- Automating Dell iDRAC Administration with Racadm
- Automate SuperMicro Server Provisioning or Die Trying
Squatters
- 533,827 hobos
Blogroll
- My Tweets
Code
- sadsfae opened an issue in ProtonVPN/linux-clisadsfae opened an issue in ProtonVPN/linux-cli Jun 25, 2022 ProtonVPN CLI/GUI version 3.0 on Linux don't pass upload traffic? #83 We are happy to answer your questions about the code or discuss technical ideas. Please complete the following checklist (by adding [x]): I hav… […]
- sadsfae pushed to master in sadsfae/badfishsadsfae pushed to master in sadsfae/badfish Jun 23, 2022 2 commits to master 4efc08a Merge pull request redhat-performance#305 from redhat-performance/dev… 0ddcf8a Merge pull request redhat-performance#304 from grafuls/development 1 more commit » […]
- sadsfae pushed to main in sadsfae/sadsfaesadsfae pushed to main in sadsfae/sadsfae Jun 23, 2022 1 commit to main 9b8527f Update README.md […]
- sadsfae pushed to main in sadsfae/sadsfaesadsfae pushed to main in sadsfae/sadsfae Jun 23, 2022 1 commit to main 1a0e532 Update README.md […]
- sadsfae pushed to main in sadsfae/sadsfaesadsfae pushed to main in sadsfae/sadsfae Jun 23, 2022 1 commit to main 6804d2c Update README.md […]
- sadsfae opened an issue in ProtonVPN/linux-cli
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: shell
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
Shell One-liners and Quick and Dirty Loops
Sometimes you just need to get stuff done quickly and there’s nary a replacement better than a quick shell one-liner. Recently I’ve needed to feed some large, multi-variable commands into an external program for processing. Here’s some simple shell one-liners … Continue reading
Posted in open source, sysadmin
Tagged bash, for loop, linux, loops, shell, shell example linux, shell examples, shell linux examples, sysadmin, useful shell linux tip
4 Comments
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
Creating lots of iSCSI LUNs Quickly on Netapp
I’ve been using Netapp technology since Ontap 6 before flexible volumes were around, and it’s my favorite commercial storage platform. They provide a robust CLI and you can automate repetitive tasks by using SSH and a bit of creativity. Recently … Continue reading
Create OpenStack Users the Easy Way
When you’ve created more than one OpenStack user via the CLI or Horizon dashboard it gets old really quick. It’s a good idea to automate it or use a tool to do the job for you.
Posted in open source, sysadmin
Tagged automation, cloud, devops, linux, openstack, shell, tool
Leave a comment