Setting Konsole title to $USER@$HOSTNAME

First: Settings -> Configure Konsole -> General -> Show window title on the titlebar (checked)

Then: System -> Configure Konsole -> Profiles -> [Default] -> Edit… -> Tabs:

  • Tab title format: %w
  • Remote table title format: %w

Then you need this config and these two shell functions in your .bashrc:

# 2023-12-29 jj5 - if not running interactively, don't do anything
case $- in
    *i*) ;;
      *) return;;
esac

# 2023-12-29 jj5 - set the Konsole window title
echo -ne "\033]2;$USER@$HOSTNAME\007" >&2

# 2023-12-29 jj5 - intercept ssh and sudo commands to reset window title on exit:
ssh() {
    /usr/bin/ssh "$@"
    echo -ne "\033]2;$USER@$HOSTNAME\007" >&2
}
sudo() {
    /usr/bin/sudo "$@"
    echo -ne "\033]2;$USER@$HOSTNAME\007" >&2
}

Transferring large files with Salt file.managed

Well, this took me a few hours to figure out.

If you’re going to be transferring large files using file.managed in your salt state, make sure you specify show_changes: False, otherwise salt will start trying to boil the ocean and calculate the unified diff of your enormous files.

The clue that this is the problem you're having is if one of your CPU cores pegs at 100% and your state doesn't apply in a reasonable amount of time (minutes, I guess).

Also you probably want to make sure you're not trying to use your large file as any sort of template. By default file.managed will assume no template, which is what you want for large files that aren't templates. I've never used large files which are templates, but I suspect if you tried that you'd have a bad time.

Chromium bug fixed!

For the past month or so I’ve had this intermittent problem where chromium would start crashing and would keep crashing every time I tried to start it until I rebooted.

Today I ran chromium under strace and straightaway discovered that it was trying to use shared memory in /dev/shm and it couldn’t because there was no space left.

There was no space left because I had PHP’s xdebug writing dump files there. I’ve just disabled xdebug while I’m not using it and after clearing out its old files I can now run chromium again.

I added a note about this to my debugging notes for in case this or something like it happens to me again.

Interlude #3: Demo Of The New Studio Cameras – Now In 4K! | In The Lab With Jay Jay

This post is part of my video blog and you can find more information about this video on this show’s homepage which is here.

You can support this channel on Patreon: patreon.com/JohnElliotV

Silly Job Title: Charge Charmer

Old Book: Vest Pocket Guide To Electrical Testing And Troubleshooting by John E. Traister published 1987 with 130 pages.

Today is just a quick video to demo my new camera setup made possible by my new studio workstation ‘verve‘.

In the video I demo the new mat/bench camera which supports various zoom levels. Then I demo the iPod touch camera for showing some of the bench equipment. Then I demo the HDMI system which supports two microscopes, the MSO5074 oscilloscope, and the AV switch which usually would show the Xbox among other things (but I couldn’t get the Xbox to work in this video, drats). Finally I demo the thermal cam.

Sorry for the dodgy audio in this video. I will try to make sure that doesn’t happen in future videos.

Thanks very much for watching! And please remember to hit like and subscribe!


Following is a list of products I use which may appear in my videos. Clicking through on these links before purchasing from Amazon, eBay, or AliExpress is a great way to support the channel at no cost to you. Thanks!

Rigol MSO5074 Mixed Signal OscilloscopeThis is an image of the product.notes
Rigol PLA2216 Logic ProbeThis is an image of the product.notes
ATEN CS1922 2-Port DisplayPort KVMThis is an image of the product.notes
UNI-T UTi260B Thermal ImagerThis is an image of the product.notes
TOMLOV DM602 Pro Digital MicroscopeThis is an image of the product.notes
UNI-T UTG962E Signal GeneratorThis is an image of the product.notes
Leadstar 12″ LCD TVThis is an image of the product.notes
Riden RD6006 Bench Power SupplyThis is an image of the product.notes
Tenma 72-10505 Bench Power SupplyThis is an image of the product.notes
UPERFECT 15.6″ HDMI LCDThis is an image of the product.notes
Pro’sKit SS-331H Desoldering PumpThis is an image of the product.notes
NOYAFA NF-521 Thermal ImagerThis is an image of the product.notes
Dremel 4300 Rotary ToolThis is an image of the product.notes
Epson Perfection V39 Flatbed ScannerThis is an image of the product.notes
Maxitronix 300 In 1 (300in1) Electronics Project Lab KitThis is an image of the product.notes
OWON XDM1041 Bench MultimeterThis is an image of the product.notes
Maxitronix 500 In 1 (500in1) Electronics Project Lab KitThis is an image of the product.notes
Maxitronix 200 In 1 (200in1) Electronics Project Lab KitThis is an image of the product.notes
FILCO Majestouch 2SS 104-key Mechanical KeyboardThis is an image of the product.notes
ANENG AN-999S Bench MultimeterThis is an image of the product.notes
FILCO Majestouch 2SS 87-key Mechanical KeyboardThis is an image of the product.notes
Bosch IXO VI Electric ScrewdriverThis is an image of the product.notes
Victorinox Swiss Champ Red Swiss Army KnifeThis is an image of the product.notes
Kingst LA1010 USB Logic AnalyzerThis is an image of the product.notes
Dremel 2500 Multi-ViseThis is an image of the product.notes
YIHUA 938D Soldering TweezersThis is an image of the product.notes
Dremel 335 Plunge RouterThis is an image of the product.notes
ZKETECH EBD-A20H Electronic LoadThis is an image of the product.notes
Yizhan MicroscopeThis is an image of the product.notes
Miniware DT71 Digital TweezersThis is an image of the product.notes
Maxitronix 130 In 1 (130in1) Electronics Project Lab KitThis is an image of the product.notes
Dremel 220 Drill PressThis is an image of the product.notes
Rigol PLA2216 Compatible Logic ProbeThis is an image of the product.notes
Dremel EZ725 Rotary Tool Accessory SetThis is an image of the product.notes
Maxitronix 60 In 1 (60in1) Electronics Project Lab KitThis is an image of the product.notes
Brother P-Touch D210 Label MakerThis is an image of the product.notes
Brother P-touch H105 Label MakerThis is an image of the product.notes
ENGINEER PA-21 Crimping ToolThis is an image of the product.notes
Fluke 1AC-C2-II VoltAlert Voltage DetectorThis is an image of the product.notes
ENGINEER PA-09 Crimping ToolThis is an image of the product.notes
MESR-100 ESR MeterThis is an image of the product.notes
Horusdy Soldering StationThis is an image of the product.notes
Tera HW0006 Pro Barcode ScannerThis is an image of the product.notes
Hakko CHP 3C-SA Precision TweezersThis is an image of the product.notes
FNIRSI DSO-TC3 3 in 1 Oscilloscope, Signal Generator, Component TesterThis is an image of the product.notes
Ryobi RYSF5003 Stud FinderThis is an image of the product.notes
M6013 Capactance MeterThis is an image of the product.notes
UNI-T UT116A Digital TweezersThis is an image of the product.notes
Maxitronix Electronic Digital Recording Laboratory (59in1) Electronics Project Lab KitThis is an image of the product.notes
Jackcat Electric ScissorsThis is an image of the product.notes
DigiTech QM1323 MultimeterThis is an image of the product.notes
MMOBIEL Helping HandsThis is an image of the product.notes
ZZWS Book HolderThis is an image of the product.notes
TOWOT Industrial TweezersThis is an image of the product.notes
Maxitronix 30 In 1 (30in1) Electronics Project Lab KitThis is an image of the product.notes
Amazon Basics Ratchet ScrewdriverThis is an image of the product.notes
Maxitronix Sensor Robot 20 (20in1) Electronics Project Lab KitThis is an image of the product.notes
Kaisi 35x25cm Repair MatThis is an image of the product.notes
gku AC1009 Underdesk Keyboard DrawerThis is an image of the product.notes
QWORK Helping HandsThis is an image of the product.notes
Kaisi 45x30cm Repair MatThis is an image of the product.notes
Duratech TH-1980 PCB ClampThis is an image of the product.notes
FNIRSI SG-002 Signal GeneratorThis is an image of the product.notes
SHDSL Tape DispenserThis is an image of the product.notes
Maxitronix 10 In 1 (10in1) Electronics Project Lab KitThis is an image of the product.notes
Sudake SDK08 Test ClipsThis is an image of the product.notes
Capactior Discharge PenThis is an image of the product.notes
Portwest Standard Lab CoatThis is an image of the product.notes
Arlec PB91 Plug-In RCD Safety Switch with Surge ProtectorThis is an image of the product.notes
AMTECH NC-559-ASM FluxThis is an image of the product.notes
Klein Tools 32614 4-in-1 Multi-bit Precision Pocket ScrewdriverThis is an image of the product.notes
oz_gear CalipersThis is an image of the product.notes
Bysameyee Head-Mounted MagnifierThis is an image of the product.notes
Sharp EL-546L Scientific CalculatorThis is an image of the product.notes
Legion Tools Mini Screwdriver SetThis is an image of the product.notes
Scotch Titanium ScissorsThis is an image of the product.notes
Maxitronix Crystal Radio Kit Electronics ProjectThis is an image of the product.notes
Maxitronix AM/FM Radio Kit Electronics ProjectThis is an image of the product.notes
RELIFE RL-007GA Solder LugsThis is an image of the product.notes
Super Bright 90000LM LED TorchThis is an image of the product.notes
Bosch IXO Angle Screw AdapterThis is an image of the product.notes
Maxitronix Electronic Metal Detector Kit Electronics ProjectThis is an image of the product.notes
YOUOWO ID Badge HolderThis is an image of the product.notes
Diodrio Leather Pocket ProtectorThis is an image of the product.notes
OZSTOCK Large Folding Step LadderThis is an image of the product.notes
Fuumuui Paint BrushesThis is an image of the product.notes
Craft Knife SetThis is an image of the product.notes
Dremel Cutting Discs for Rotary ToolThis is an image of the product.notes
Gasmate ButaneThis is an image of the product.notes
Dremel 490 Rotary Tool Dust BlowerThis is an image of the product.notes
nmsafety GlovesThis is an image of the product.notes
OZSTOCK Small Folding Step LadderThis is an image of the product.notes
HiLetGo USB Logic AnalyzerThis is an image of the product.notes
Kaisi Soldering Tools w/ Desoldering PumpThis is an image of the product.notes
Magnetic/Claw Pickup ToolThis is an image of the product.notes
395nm UV LampThis is an image of the product.notes
Sudake SDK07 Test ClipsThis is an image of the product.notes
MECHANIC UV Curing LightThis is an image of the product.notes
Comidox ATX Power Supply TesterThis is an image of the product.notes
SpudgersThis is an image of the product.notes
Kaqiwze Blow TorchThis is an image of the product.notes
Telescopic Magnetic Pickup ToolThis is an image of the product.notes
Third HandThis is an image of the product.notes
Tungfull TH-161 Rotary Tool BitsThis is an image of the product.notes
Adafruit One PCB to Ruler Them All RulerThis is an image of the product.notes
JST XH2.54 Pre-crimped Connector KitThis is an image of the product.notes
Plato Model 170 Wire CuttersThis is an image of the product.notes
Yum Cha Universal Handheld Wire StripperThis is an image of the product.notes
365nm UV LampThis is an image of the product.notes
Drill ExtensionThis is an image of the product.notes
300pcs Heat Shrink Wire ConnectorsThis is an image of the product.notes
IC Chip Pickup ToolThis is an image of the product.notes
Metal SpudgersThis is an image of the product.notes
Telescopic Magnetic Pickup w/ LightThis is an image of the product.notes
Spudger SetThis is an image of the product.notes
Yum Cha 3pcs Drill Scrub BrushThis is an image of the product.notes
CrowbarThis is an image of the product.notes
Ampcom Automatic Network Cable TesterThis is an image of the product.notes
Stainless Steel TrayThis is an image of the product.notes
Multifunction HooksThis is an image of the product.notes
Heat Shrink Wire ConnectorsThis is an image of the product.notes
Yum Cha 10pcs Blue Microfiber ClothThis is an image of the product.notes
JST XH2.54 6pin Pre-crimped ConnectorThis is an image of the product.notes
OULLX NSS-681HDMI-RJ45 Cable TesterThis is an image of the product.notes
Telescopic MagnetThis is an image of the product.notes
Knife BladesThis is an image of the product.notes
SUNSHINE Hard Brush SetThis is an image of the product.notes
Yum Cha Probe TweezersThis is an image of the product.notes
Yutiars Flat Paint Brush SetThis is an image of the product.notes
TOOKKS HZY ABS Wire FixtureThis is an image of the product.notes
Yum Cha 29 In 1 Mini Precision Screwdriver SetThis is an image of the product.notes
Yum Cha 2pcs Grease Cleaner Cleaning BricksThis is an image of the product.notes
Yum Cha 100pc Titanium Plated Drill BitsThis is an image of the product.notes
100pcs Heat Shrink Wire ConnectorsThis is an image of the product.notes
DT830B Digital MultimeterThis is an image of the product.notes
Yum Cha 2pcs Magnetic Soft Vise Jaw PadsThis is an image of the product.notes
Digital MeterThis is an image of the product.notes
Yum Cha 6pcs Wire BrushThis is an image of the product.notes
Yutiars Round Paint Brush SetThis is an image of the product.notes
Damotk 5pcs Crevice Cleaning BrushThis is an image of the product.notes
Yum Cha 10pcs Magic Foam SpongeThis is an image of the product.notes
Yum Cha Depth GaugeThis is an image of the product.notes
Yum Cha 100pcs Releasable Cable OrganizerThis is an image of the product.notes
Yum Cha Mini Magnetic Precision Screwdriver SetThis is an image of the product.notes
Ausum 25 In 1 Precision Screwdriver SetThis is an image of the product.notes
Sandleford 4 Piece Funnel SetThis is an image of the product.notes
Yum Cha 4pcs 30mm Deep Hole PenThis is an image of the product.notes
JST XH2.54 Connector KitThis is an image of the product.notes
Yum Cha Long Handle Wire BrushThis is an image of the product.notes
MOKIN CMO-346 3 inch Magnetic TrayThis is an image of the product.notes
Yum Cha Heavy Duty Stainless Steel Wire BrushThis is an image of the product.notes
Oloey Safety GogglesThis is an image of the product.notes
Aokin Wire CutterThis is an image of the product.notes
Yum Cha Metallic Craftwork PenThis is an image of the product.notes
EXAR Signal GeneratorThis is an image of the product.notes
Yum Cha Double-ended Cotton SwabsThis is an image of the product.notes
Asometech Universal Stylus PenThis is an image of the product.notes
aToolTour Black Hexagon Deburring Drill BitThis is an image of the product.notes
Wozniak Solder LugsThis is an image of the product.notes

Let’s go shopping!