Battle Born Tech
Battle Born Tech
Not Something I Asked For
Loading
/

CALL US SATURDAYS

9 am – 11 am Pacific

775-241-3571

Click for More Info

Letters KNVC 95.1 FM Logo

Breakmaster Cylinder composed and performs our theme music.

Carson City Linux User Group – Meeting third Saturdays at ComputerCorps in Carson City – carsoncitylinux.org 

One on One Tech Help at the Carson City Library Wednesdays 3-4 pm Techbusters
 

Not Something I Asked For

This week on Battle Born Tech Encryption nobody turned on, a voice assistant nobody invited into the call, and a library wait nobody expected. Robert is seeking a library with more audiobooks and ebooks, not just good deals on online shopping like last week; Rosie has Siri turning her cell phone into a old-fashioned party line; and Brian calls about a locked M.2 SSD that isn’t the usual suspect Bitlocker but something called SED, a self-encrypting drive. Careful: Here be dragons ready to eat your data.

Is Joe telling us that Chuck E Cheese the camel nose in the tent for AI? 

Anthony adds from last week: if you lose wifi password, you can find it in a phone that is still connected.

To truly blank out PDF, print it, take a  knife and cut out the edited parts, scan it back in. No image reconstruction or layer removal will reveal what never was in the scan.

We are in the studio Saturdays 9 am to 11 am Pacific. Call direct to studio then or anytime at 775-241-3571 and set up a time to battle your tech!

 

“Kill, Marry, Upchuck relationships with AI Assistants” 

“Found a scrap of paper with a weird string of letters and numbers”

“Dragons not doing what they are supposed to”

“AI can’t tell content from command”

“Are you a robot?” 

“Not something I asked for.”

“Everything is in settings except what is in accessibility.” 

“Change my name to Spam Likely”

“All the threads hold.” 

“Be polite to AI in case they take over and they remember.”

“Lower Expectations should be my radio name” 

“Not zero day it is zero minute”

“There is always Google or Kagi search or AI” 

“Knowledge has no gate keeping.”

“Take advantage of your library.” 

“Tech Talk is your favorite music.”

AI assisted to make us sound more human.
 

 

BATTLE PLANS
with help from Claude.ai


SED

Self-Encrypting Drive: A hard drive or SSD with hardware built in that automatically scrambles everything written to it, so the data is unreadable without the right key. Steal the drive and you get a locked box, not the files inside it.

OPAL

Opal Storage Specification (not actually an acronym, just the spec’s name): A shared rulebook, published by the Trusted Computing Group, that spells out exactly how self-encrypting drives from different manufacturers must lock, unlock, and manage their encryption. A drive labeled “Opal-compliant” follows this common standard instead of doing its own proprietary thing.

Voice Assistant  

Software built into your phone, like Siri, Google Assistant, or Alexa, that listens for spoken commands and answers questions, sets reminders, or opens apps for you. You talk to it instead of tapping, and it talks back.

Live Version

A version of Linux that runs entirely from a USB drive or disc without installing anything on your computer’s hard drive. It lets you try Linux out, or fix a broken computer, without touching what’s already on the machine

Skynet

Not a real product; it’s the fictional, self-aware military computer system from the Terminator movies that decides humanity is a threat and turns on it. People use the name, half-joking, as shorthand for any AI system that seems to be getting more control than feels comfortable.

Live Voicemail

An iPhone feature that transcribes a voicemail onto your screen in real time while the caller is still leaving it. You can read what they’re saying as it comes in and decide whether to pick up before they even finish talking.

Call Screening

A phone feature that answers an unknown call for you, asks the caller to say who they are or why they’re calling, and shows you a transcript before you decide whether to answer. It’s a way to filter spam and robocalls without your phone ever really ringing at you.

AI Tokens

The small chunks, roughly pieces of words, that an AI model breaks text into to read and generate language. Companies typically measure and charge for AI use by counting tokens rather than whole words or characters, since that’s the actual unit the system works in.

Tuesdays 8 PM Pacific 95.1 FM Carson City, Nevada

Streaming LIVE on at KNVC.ORG

775-241-3571 or [email protected]

Battle Born Tech
Battle Born Tech
Why Can't I Just Find What I'm Looking For?
Loading
/

CALL US SATURDAYS

9 am – 11 am Pacific

775-241-3571

Click for More Info

Letters KNVC 95.1 FM Logo

Breakmaster Cylinder composed and performs our theme music.


Carson City Linux User Group – Meeting third Saturdays at ComputerCorps in Carson City – carsoncitylinux.org
 

One on One Tech Help at the Carson City Library Wednesdays 3-4 pm Techbusters
 

Why Can’t I Just Find What I’m Looking For?

This week on Battle Born Tech we welcome Steven and Lee. Steve is looking for his storage drive on a Linux machine and Lee can’t find his printer after the WiFi changes. . Christy has an extended explainer (okay, rant) about what surveillance pricing is and how to find the best prices by evading it.

Want to update your programs on your schedule? Use the Terminal (Admin) command line by right clicking on the Windows icon:

winget update –all –include-unknown

with a space between winget and update and before the double dashes.

Information About Your System

Windows Click Start, then Settings, then System, then About. Your drive size shows up under Device Specifications, alongside your processor and memory.

Mac Click the Apple menu in the top left corner, then About This Mac, then Storage. You’ll see your total drive capacity right there, along with a breakdown of what’s using it.

Linux Open your Settings app and look for an About panel, most desktop versions of Linux have one, similar to Windows

Quick recommendation Linux Disks

  • Just want to check free space fast → df -h in terminal, or open the Disks app
  • Want a visual, no-typing option → Disks app from the menu
  • Troubleshooting or scripting → lsblk and df -h are the most commonly used

Lee added a question about PDF. We should have said that Print and Export (or Save As) PDF create different types of PDF files. The Print option is a picture of the document, it doesn’t preserve the text as text, so the text is not searchable and you can’t select it to copy and paste as text. OCR is needed to get the text out of such PDFs. 

We are in the studio Saturdays 9 am to 11 am Pacific. Call direct to studio then or anytime at 775-241-3571 and set up a time to battle your tech!
 

“ABCs of USB” 

“Always yelling at me to update!”

“Windows 10 got another breath of life”

“Let’s see how fast I can type into Google.”

“Already on your way to Linux Land” 

“I’m waiting for Anthony to text me a correction.”

“Definitely over simplified, but not wrong” – (Text from Anthony)

“Kinda of something NOT to know anymore.” 

“Sure, keep it secret.” 

“Should have looked for that sticker”

“Don’t know which place to bang on.” 

“You change one part and other parts don’t work. That’s what a system is all about.”

“Wait until it tells you: Okay plug in the cable.” 

“Tell them Battle Born Tech is your favorite music.”

Some items of this page and show notes were created with the assistance of AI to make Christy understandable to humans.

 

BATTLE PLANS
with help from Claude.ai


TRIM 

Not an acronym, just a command name written in capitals. It’s how your computer tells a solid-state drive which deleted files’ space is safe to actually erase, which keeps the drive running fast instead of slowing down as it fills up.

RAID (Redundant Array of Independent Disks)

A way of combining multiple hard drives so they work together, either to speed up your computer or to protect your data if one drive fails. Think of it as a safety net built from spare parts. (Yes, the “I” used to be INEXPENSIVE disks.)

GNU (GNU’s Not Unix)

A collection of free, open-source software tools that anyone can use, share, and modify. It’s the foundation many Linux systems are built on top of, which is why you’ll often see it written as “GNU/Linux.”

Gnome (GNU Network Object Model Environment)

One of the most common desktop environments for Linux, meaning the visual layout you see and click on, your icons, menus, and windows. The name started as a real acronym but has outlived its original technical meaning, much like RAID.

Package Manager 

It’s a tool that finds, installs, and updates software for you automatically, similar to an app store, saving you from hunting down programs one at a time and manually keeping each one current. On Windows, this comes built in as WinGet, Microsoft’s own command line package manager, available on Windows 10 and Windows 11.

SSID (Service Set Identifier)

The name your Wi-Fi network shows up as when you search for available networks on your phone or computer. It’s simply the label, not the password.

OCR (Optical Character Recognition)

Technology that looks at a scanned image or photo of text and converts it into real, selectable words a computer can search and copy.

Tuesdays 8 PM Pacific 95.1 FM Carson City, Nevada

Streaming LIVE on at KNVC.ORG

775-241-3571 or [email protected]

Battle Born Tech
Battle Born Tech
I Wanted My Photos and All I Got Was Ads
Loading
/

CALL US SATURDAYS

9 am – 11 am Pacific

775-241-3571

Click for More Info

Letters KNVC 95.1 FM Logo

Breakmaster Cylinder composed and performs our theme music.

Carson City Linux User Group – Meeting third Saturdays at ComputerCorps in Carson City – carsoncitylinux.org
 

One on One Tech Help at the Carson City Library Wednesdays 3-4 pm Techbusters
 

I Wanted My Photos and All I Got Was Ads

This week on Battle Born Tech: Peggy has grandkids to show off, Bryan’s phone will not give up eight months of photos, and Tom’s friend has a browser nobody installed.. 

Check your WordPress version. A pair of flaws in WordPress Core, chained together and nicknamed “wp2shell,” lets an attacker run commands on your site without logging in first. Public exploits are already circulating and sites are being hit. Update to WordPress 7.0.2 or 6.9.5 immediately. WordPress has turned on forced automatic updates for affected sites, but do not assume yours took. You can check any site’s version without logging in at WPVersion.

Some malware are sneaky and has startup entries or even process that reload the unwanted notifications. Use Start up apps in Windows or Startup tab in the Task Manager or a Startup Manager program

Before deleting a browser, check to see if you have saved bookmarks/favorites and passwords. However, be suspect of browsers that are sketchy that you didn’t purposely install, they may be malicious sites or the passwords could be compromised

Wave, Pulse, Blaze, OpenSea, Aeon are “surprise” browsers you probably don’t want.

Some handy utilities come from countries under U.S. sanctions. Using free tools may be fine, but paying or sending crypto can raise legal issues. We’re not lawyers—please seek qualified legal advice before you send money. 

We are in the studio Saturdays 9 am to 11 am Pacific. Call direct to studio then or anytime at 775-241-3571 and set up a time to battle your tech!
 

“Bingo-Bango” 

“I’m laughing at your pain-Sorry.”

“November is longer than 7 days”

“Big No on that.”

“Redundancy; You can say that again.” 

“Don’t Ask, Don’t Tell.”

“Sites that have permission to annoy you.” 

“You could be a living pop-up!”

“Serious people in black suits knocking at your door.” 

“You’ve never heard his best work.”

Battle Born Tech — where the Wi-Fi is strong, the fonts are good looking, and all the passwords are above average. The Lake Wobegon Effect

Click for NSFW Video
Iran from IT Crowd

 

BATTLE PLANS
with help from Claude.ai

PUP Browsers

PUP stands for “potentially unwanted program,” software that installs itself alongside something else you actually wanted. A PUP browser is a web browser that arrives this way, often bundled with a free download, and then sets itself as your default and shows you ads.

Notifications

The pop-up messages that websites and apps ask permission to send you. Clicking “Allow” on a shady site lets it push ads and fake virus warnings to your desktop, even when your browser is closed.

Iranian Software 

Programs written or distributed by developers based in Iran. Because Iran is under U.S. sanctions, this software often cannot be reviewed, updated, or supported through normal channels, and installing it may put you on the wrong side of federal trade rules.

TLD 

Short for “top-level domain,” the last part of a web address, like .com, .org, or .ir for Iran. It is one clue about where a site is registered, though not a guarantee of who actually runs it.

RCE

Short for “remote code execution,” a type of security flaw that lets an attacker run programs on your computer from somewhere else on the internet. It is among the most serious kinds of vulnerability because it hands over control of the machine.

Task Manager

A built-in Windows tool that shows everything currently running on your computer. Press Ctrl, Shift, and Escape together to open it, and you can see what is hogging memory and shut down a program that has stopped responding, and check a complete list of startup apps

Tuesdays 8 PM Pacific 95.1 FM Carson City, Nevada

Streaming LIVE on at KNVC.ORG

775-241-3571 or [email protected]

 

Battle Born Tech
Battle Born Tech
Pretending Privacy
Loading
/

Make Work

This week on Battle Born Tech A laptop that only pretends to work, a Mint install that works better plugged in, and the Windows ID that tracks you for real.

Bette wants to make a pretend laptop for a laptop. We resist suggesting a Chromebook as a pretend laptop candidate but go a more crafty way. Lee wants his USB to turn his tired Windows laptop into mighty Mint marvel, and Brian discover Microsoft is surfing with us all on the Internet and sharing postcards of our travels using the GDID stamp.

We are in the studio Saturdays 9 am to 11 am Pacific. Call direct to studio then or anytime at 775-241-3571 and set up a time to battle your tech!
 

“Making pretend laptops for grandkids with too much screen time.” 

“Calling in to make things NOT work.”

“It works better when you plug it in”

“Yeah skip all that.”

“Turn it 3 times to see which of the 2 ways it fits.” 

“Now that should be a felony.”

“GDID are light up sneakers as you run around the Internet” 

“Don’t recommend any of that.”

“Now that is the kind of surveillance we support” 

All em-dashes — were made by the common number of human fingers on the keypad—ALT+0151—no A.I. was involved in their creation.
 

Carson City Linux User Group – Meeting third Saturdays at ComputerCorps in Carson City – carsoncitylinux.org
 

One on One Tech Help at the Carson City Library Wednesdays 3-4 pm Techbusters
 

 

BATTLE PLANS
with help from Claude.ai


Co-pilot

Microsoft’s built-in AI assistant, a chat helper woven into Windows, Edge, and Office that answers questions and drafts text. If your keyboard has a new key you didn’t ask for, it’s probably this.

Muse Image

Meta’s new AI picture generator, released July 7 inside the Meta AI app, Instagram, and WhatsApp.  On Instagram, open Profile > Menu > Sharing and reuse. Under “Allow people to reuse your content on Instagram and with AI features at Meta,” turn off the Posts and Reels toggles. The feature has  been withdrawn, but the general permissions live on and enabled. Consider setting your account private!

CMOS Coin Battery

A small, watch-style battery on your computer’s main circuit board that keeps the clock and startup settings alive while the machine is unplugged. When it dies, your PC forgets what year it is.

Firefox Account 

the free sign-in that syncs your Firefox bookmarks, passwords, and open tabs across your devices. Mozilla officially renamed it a “Mozilla account” in 2023, so both names refer to the same thing.

Caveat emptor

Latin for “let the buyer beware,” the old legal shorthand meaning the burden of checking out a deal falls on the person buying, not the person selling.

GDID 

(Global Device Identifier)  a hidden serial number Windows assigns to your computer that can identify the machine across resets and reinstalls. It surfaced publicly through a federal criminal complaint, which is how investigators, and advertisers, can tie activity back to one specific PC.

 

Tuesdays 8 PM Pacific 95.1 FM Carson City, Nevada

Streaming LIVE on at KNVC.ORG

775-241-3571 or [email protected]

Battle Born Tech
Battle Born Tech
Getting Past the Bouncer
Loading
/

CALL US SATURDAYS

9 am – 11 am Pacific

775-241-3571

Click for More Info

Letters KNVC 95.1 FM Logo

Breakmaster Cylinder composed and performs our theme music.

Getting Past the Bouncer

This week on Battle Born Tech we welcome Monica, Lee, and Doug to the show.

Monica has a web app that has gone through a blender courtesy of reflow, Lee (not Larry) wonders how to change his password AND how often he is asked for it in Linux. From this we have some tips about Windows PIN and Microsoft Account passwords. Doug updates us on his journey to get access to his LibreOffice files.

In News we have Windows 10 Extended Security Update program extended a year until October 12, 2027. Our ex-post facto checker, Anthony, cautions us that banks and other websites are using compatibility checks and refuse to let you use Windows 10 on their site even though your Windows 10 is all patched up.

We also talk about the speed and reliability difference between old USB sticks and an external M.2 SSD drive.

We are in the studio Saturdays 9 am to 11 am Pacific. Call direct to studio then or anytime at 775-241-3571 and set up a time to battle your tech!
 

“2032: when our country will finally go beyond 8 bits” 

“30 dollar option…I’ve never seen it.”

“It’s all crazy nuts.”

“Now you get to go back to work, I’m sorry.”

“If you’re not ready of that…it’s weird” 

“I got all nervous and jerky.”

“He went into programs I didn’t even know were there.” 

“Always good to restart.”

“USB is dumb” 

“Then you will be sad.”

“where the Wi-Fi is strong, the fonts are good looking, and all the passwords are above average” 

All em-dashes — were made by the common number of human fingers on the keypad—ALT+0151—no A.I. was involved in their creation.

Carson City Linux User Group – Meeting third Saturdays at ComputerCorps in Carson City – carsoncitylinux.org
 

One on One Tech Help at the Carson City Library Wednesdays 3-4 pm Techbusters
 

 

BATTLE PLANS
with help from Claude.ai


Extended Security Update

An enrolled program that keeps an older version of Windows receiving security patches after Microsoft’s regular support ends. It buys time; it does not add new features.

Windows Scaling 

A Windows display setting that makes text, icons, and buttons larger or smaller across the whole system. Found under Settings, then Display.

Browser Zoom 

A setting inside your web browser that enlarges or shrinks only the page you’re looking at, separate from Windows scaling. Ctrl and plus makes it bigger; Ctrl and zero resets it.

passwd command

The Linux command for changing a user account’s password. Type it at the terminal and follow the prompts.

sudo

A Linux command that runs a single task with administrator authority, short for “superuser do.” It asks for your password so casual mistakes can’t change the whole system.

sleep

A low-power mode where the computer pauses everything in place so you can pick up where you left off. The screen goes dark, but your open work stays in memory.

screen saver

A moving image or blank screen that appears after the computer sits idle. It once protected old tube monitors from burn-in, and the problem is back with OLED screens, though letting the display sleep is the better cure now.

Windows PIN

A short code that unlocks one specific computer, set up through Windows Hello. Unlike a password, it stays on that machine and never travels over the internet.

Bitlocker Encryption

A Windows feature that scrambles everything on the drive so no one (including you) who removes it can’t read your files. Unlocking requires the right sign-in or a recovery key, so keep that key somewhere safe outside the encrypted disk.

Password Manager

A program that creates and remembers strong, unique passwords for every account, locked behind one master password. You memorize one; it handles the rest.

External M.2 SSD

A small, fast solid-state storage stick, the kind normally installed inside a computer, placed in a pocket-sized enclosure that plugs in over USB. Good for backups and moving big files.

Package Manager

An app that installs, updates, and removes programs from one central catalog instead of hunting down installers from individual websites. On Windows, WinGet and Chocolatey are the common ones.

Wear Leveling

A technique built into solid-state drives that spreads writing evenly across the memory chips so no one spot wears out early. It’s automatic; you never have to manage it.

SneakerNet

Moving files by physically carrying a drive from one computer to another, an old joke that the network is your sneakers.

Petrichor

The earthy smell that rises when rain hits dry ground, from Greek words for stone and the fluid in the veins of the gods. Not a tech term, but a good one.

 

Tuesdays 8 PM Pacific 95.1 FM Carson City, Nevada

Streaming LIVE on at KNVC.ORG

775-241-3571 or [email protected]

Battle Born Tech
Battle Born Tech
Hammer Time
Loading
/

 

CALL US SATURDAYS

9 am – 11 am Pacific

775-241-3571

Click for More Info

Letters KNVC 95.1 FM Logo

One on One Tech Help at the Carson City Library Wednesdays 3-4 pm Techbusters
 

Carson City Linux User Group – Meeting third Saturdays at ComputerCorps in Carson City – carsoncitylinux.org
 

Breakmaster Cylinder composed and performs our theme music.

Hammer Time

When you can’t touch:
screen, site, and internet by WiFi

This week on Battle Born Tech we return from medical leave with 3 callers who can’t touch this: phone screen, wifi, and a website.

We are in the studio Saturdays 9 am to 11 am Pacific. Call direct to studio then or anytime at 775-241-3571 and set up a time to battle your tech!

Dee wants to clean her screen but there are many things that just can’t touch this.

Steve (and others) can use this command line (Terminal in Windows 11 or Powershell in Windows 10) to save a static website:

wget --mirror --convert-links --adjust-extension --page-requisites --no-parent yoursite.com

If you get an error that wget is not recognized, use wINget or Chocolatey to install it: 

winget install JernejSimoncic.Wget
choco install wget

There are other ways most likely using eternallybored build.

If you use the Wayback Machine, after creating a free account and logging in make sure you select the outlinks  option and be aware it only goes one level deep.

You might be able to get access by appealing to the Register (using WHOIS) information to find who holds the information and proving ownership. 

Bryan can’t find his wifi after moving his computer. Did he leave it in the car? WiFi is slowly becoming standard, see some of the standard definitions at the right.

“Apple EchoSystem?” 

“Dumb Questions are the best because I usually get those.”

“We don’t have foldable glass…yet”

“The better the screen; the harder to clean.”

“Download quick as a bunny” 

“Declare website bankruptcy”

“Borrowed a cup of internet.” 

“They don’t like being moved.”

“Whatever you unplugged; plug back in.” 

“They like to go for a car ride sometimes”

All em-dashes — were made by the common number of human fingers on the keypad—ALT+0151—no A.I. was involved in their creation.
 

 

 

BATTLE PLANS
with help from Claude.ai


Micofiber cloth

A cleaning cloth woven from synthetic fibers many times thinner than a human hair, which lets it trap dust, oil, and smudges rather than just pushing them around the way a regular cloth does. It’s the standard recommendation for cleaning screens, lenses, and electronics because it lifts debris without scratching delicate surfaces.

ARM

(Advanced RISC Machines)  A family of processor designs built around the idea of doing more with less power. Originally developed in Britain in the 1980s, ARM chips now run most smartphones and an increasing number of laptops because they deliver strong performance without draining the battery.

Centrino

Intel’s brand name, launched in 2003, for laptops that had Wi-Fi built directly into the machine rather than requiring a separate add-on card. It was the moment wireless internet stopped being an accessory and started being a standard feature of portable computers.

SOC 

(System on a Chip) — A single piece of silicon that combines the processor, graphics, wireless radio, and other components that used to be separate chips spread across a circuit board. Packing everything onto one chip is why modern phones and thin laptops can be so small and power-efficient.

SnapDragon

A family of processors from Qualcomm that are built as a true System on a Chip, meaning the CPU, graphics, AI engine, and Wi-Fi radio are all fused together onto a single piece of silicon rather than being separate components wired across a board. Originally designed for smartphones, Snapdragon chips are now powering a new generation of Windows laptops, bringing phone-like battery life and always-on connectivity to the PC world..

Wayback Machine 

A free online archive at web.archive.org that has been quietly photographing websites since 1996, saving billions of pages for public access. If a site goes down, moves, or changes, chances are the Wayback Machine has an older copy you can still visit.

Tuesdays 8 PM Pacific 95.1 FM Carson City, Nevada

Streaming LIVE on at KNVC.ORG

775-241-3571 or [email protected]

Battle Born Tech
Battle Born Tech
You Just Can't Quit Windows
Loading
/

CALL US SATURDAYS

9 am – 11 am Pacific

775-241-3571

Click for More Info

Letters KNVC 95.1 FM Logo

Breakmaster Cylinder composed and performs our theme music.

You Just Can’t Quit Windows

This week on Battle Born Tech we have Bryan, Char, and Lee. Christy cannot pronounce Ethernet, recommends to look deeper into AI world discussed last week, calls out Microsoft Store for lying about thumbnails (you need winget and the command line), gives warning about EDR replacing Anti-virus when the attacks are speeding up from 2 years to 10 hours,  

Joe’s hair is on fire this week because Microsoft Secure Certificates that guard secure boot expiring in June and October of this year (see link at left for More about the certificate expirations from MalwareBytes.

Bryan keeps his music computer off the Internet Superhighway and his music on the highway.

Char starts off are review of free in person tech help at Carson City library, while Christy adds tech help options at Senior Centers in both Carson City and Douglas County . 

Linux Lee just can’t quit Windows. A recycled Windows laptop has come his way. But it has Home on it. Should he upgrade to Professional? We discuss extras that come with Windows Professional.

We are in the studio Saturdays 9 am to 11 am Pacific. Call direct to studio then or anytime at 775-241-3571 and set up a time to battle your tech!
 

“It will respect your choice.” 

“10 hours-not a typo”

“You just can’t quit him—just like a bad boyfriend.”

“Maybe Home is for Losers”

“If it’s free it’s for me.” 

“Windows all the way Home.”

“Called many times—where we going with this?!” 

“Guy rolled in with a typewriter and we fixed it—so no judgment”

“Had the weird titles and flipping the desktop.” 

“You can go into device manager which is kinda geeky.”

“Air gap is always a good idea.” 

“Maybe I’ll go there and learn something.”

“Good things—a very refreshing call.” 

“Not break out the puppets.”

“Dive in the shallow end.” Do NOT do this!! 

All em-dashes — were made by the common number of human fingers on the keypad—ALT+0151—no A.I. was involved in their creation.
 

 

 

BATTLE PLANS
with help from Claude.ai


Osborne

A widely-used open-source scripting language designed primarily for web development that runs on the server and generates dynamic HTML pages — it powers sites like WordPress and Facebook. Bonus: What is the Osborne effect? 

Winget

(Windows Package Manager) a command-line tool built into Windows 10/11 that lets you install, update, and uninstall software from a curated repository using simple commands like winget install <app>. 

Air-Gap

Isolated. A computer or network that is physically disconnected from the internet and all other networks, so that data can only get in or out by physically carrying a USB drive or disk to the machine.

Secure Boot

A security feature built into modern computers that uses security certificates and encryption, before Windows even loads, that the software starting up hasn’t been tampered with or replaced by malware.

Security Certificate

Also called an SSL/TLS certificate, is a small digital file that proves a website is who it claims to be and encrypts the connection be and encrypts the connection between your browser and that site — it’s what puts the padlock icon in your browser’s address bar.

PHP

A widely-used open-source scripting language designed primarily for web development that runs on the server and generates dynamic HTML pages — it powers sites like WordPress and Facebook.

Java

A general-purpose, object-oriented programming language built on the principle of “write once, run anywhere,” meaning Java code compiles into bytecode that runs on any device with a Java Virtual Machine (JVM).

Javascript

The programming language of the web browser that allows developers to add interactivity, animations, and real-time updates to web pages — it’s the only language that runs natively inside every modern browser.

ENIAC 

The Electronic Numerical Integrator and Computer (1945) was one of the world’s first general-purpose electronic computers — a room-sized machine weighing 30 tons that used 18,000 vacuum tubes to perform calculations thousands of times faster than any human.

Device Manager 

A built-in Windows tool that lets you view, manage, disable, reinstall, change and troubleshoot all the hardware connected to your computer — like printers, keyboards, and graphics cards — and shows you when a device has a problem with a small warning icon.

Bad Day?

Don’t Punch Your Tech!
Call Us Instead! 775-241-3571

 

Carson City Linux User Group – Meeting third Saturdays at ComputerCorps in Carson City – carsoncitylinux.org
 

One on One Tech Help at the Carson City Library Wednesdays 3-4 pm Techbusters
 

Tuesdays 8 PM Pacific 95.1 FM Carson City, Nevada

Streaming LIVE on at KNVC.ORG

775-241-3571 or [email protected]

Battle Born Tech
Battle Born Tech
Don't Ask—Don't Tell
Loading
/

CALL US SATURDAYS

9 am – 11 am Pacific

775-241-3571

Click for More Info

KNVC Logo

Breakmaster Cylinder composed and performs our theme music.

Don’t Ask Don’t Tell

This week on Battle Born Tech. Christy consoles Callers and Joe warns listeners. This week Joe’s hair is  

Smoked > Scorched > Crisped > Torched > Ashen

About Facebook firing employees and moving engineers to AI work, AI scams that have some of these signs: unusual offer, age restrictions, urgency and simplicity. 

Steve warns that being approved for the free extension on Windows 10 updates expires if you don’t log into a Microsoft account for threescore days.

Jeff gets cut off but not before he reveals his laptop has a poor work life balance with personal creeping into the workspace. 

Bill wonders why his laptop has turned into a nag and a scold. We notify him of the reason and how to set it to “don’t ask – don’t tell”. After we adjust from Windows 11 Edge to Windows 10 Edge.

We are in the studio Saturdays 9 am to 11 am Pacific. Call direct to studio then or anytime at 775-241-3571 and set up a time to battle your tech! 

“Got to say HELLO every 60 days.” 

“Try it out let us know.”

“Let Microsoft know you are alive and well and using Windows 10.”

“How else will stuff AI down your throat.”

“Rotary Club taking over.” 

“We probably shouldn’t say that over the air”

“Personal choice—we don’t judge.” 

“Usually people like that.”

“Uh-oh I missed ” 

“There is no undo on log-off.”

“You’re a little bit too high, I think.” 

“Okay lets start over.”

“Uh-oh I missed ” 

“Let’s do it that way because we are lost.”

All em-dashes — were made by the common number of human fingers on the keypad—ALT+0151—no A.I. was involved in their creation.

 

 

BATTLE PLANS
with help from Claude.ai


ESU

Microsoft program that provides continued security patches for Windows versions that have reached end of official support.

Hello Sign in

A passwordless authentication feature that lets you sign into Windows and Microsoft services using facial recognition, fingerprint, or a PIN.

Bitlocker 

A built-in Windows encryption tool that protects data on your drive by scrambling it so only authorized users can access it.

Notifications 

Sneaky permission-based alerts that websites can send to your desktop or device even when you’re not actively browsing that site.

 

Carson City Linux User Group – Meeting third Saturdays at ComputerCorps in Carson City – carsoncitylinux.org
 

One on One Tech Help at the Carson City Library Wednesdays 3-4 pm Techbusters
 

Donate to KNVC radio

Tuesdays 8 PM Pacific 95.1 FM Carson City, Nevada

Streaming LIVE on at KNVC.ORG

775-241-3571 or [email protected]

Battle Born Tech
Battle Born Tech
Tap, Talk, & Transfer
Loading
/

CALL US SATURDAYS

9 am – 11 am Pacific

775-241-3571

Click for More Info

Breakmaster Cylinder composed and performs our theme music.

Tap, Talk, & Transfer

This week on Battle Born Tech. We warn about the cpanel / WHM vulnerability and warns that Microsoft Edge (alone among the browsers) stores all your passwords in plain text in memory and the seasonal scam of World Cup fake tickets (tickets only in the app, not a screenshot!) and special USA VISAs that do not exist. We welcome callers Char, Bruce, and Dee.

Char learns some computer addition as she struggles add easy web page access. We help her with mouse target practice to click on the key URL icon in the title bar of the web browser and join in the hunt in the bowels of Windows for icon pictures.

Bruce, makes a tough call on his Samsung Galaxy Tab A11. SOME can connect to the internet via cellular, but only a specific variant with cellular capabilities. The Tab A11 is available in both Wi-Fi-only and Wi-Fi+LTE and 5G models, so cellular connectivity depends on which version you have. (Hint: check for SIM slot, or if you have a 5G model, Settings | Connection | SIM manger for eSim )

Dee, learns origami to move her data into a foldable phone using Samsung Smart Switch.

We are in the studio Saturdays 9 am to 11 am Pacific. Call direct to studio then or anytime at 775-241-3571 and set up a time to battle your tech!
 

“They are proven to be long lasting.” 

“I don’t want to get TOO much into your business.”

“Things are easy when you know how to do them.”

“They don’t make that easy.”

“I certainly will be returning it.” 

“Updates…shouldn’t be a text link or email, those might be scams.”

“That’s a better phone that I got” 

“Don’t leave this on table and walk away.”

“Weird security system: have an old phone.” 

“The old phone may suddenly stop working—don’t freak.”

“Have a neat week.” 

All em-dashes — were made by the common number of human fingers on the keypad—ALT+0151—no A.I. was involved in their creation.
 

 

 

BATTLE PLANS
with help from Claude.ai


Notebook Cellular Cards 

A small hardware card you install inside (or plug into) a laptop that lets it connect to a cell phone network for internet access, just like a phone does, without needing Wi-Fi.

URL 

A URL (Uniform Resource Locator) is the full web address you type into a browser, like https://www.battleborn.tech, that tells your computer exactly where to find a page on the internet.

Shiny Hunters

A notorious hacking group responsible for stealing and selling massive amounts of customer data from major companies using social engineering, (tricking users into give them access) most recently the Canvas school attack.

Canvas Hack 

In early May 2026, the hacking group ShinyHunters breached Instructure, the company behind the Canvas learning management system, stealing 3.5 terabytes of data including names, emails, student IDs, and private messages, then threatened to release it all unless ransoms were paid. This disrupted classrooms at nearly 9,000 schools worldwide right in the middle of finals season.

Cpanel  

A popular web-based control panel that lets website owners manage their hosting account covering things like email, files, databases, and domains through a visual dashboard instead of typing commands.

WHM  

Web Host Manager is an admin-level control panel that sits above cPanel, used by web hosting companies or server administrators to manage multiple cPanel accounts and entire servers at once.

eSIM  

A built-in digital SIM card permanently inside your phone or device that lets you activate a carrier plan electronically, eliminating the need for a physical SIM card you can swap in and out.

Hot-Spot 

A feature on your smartphone that shares its cellular internet connection with other devices, like your laptop or tablet, turning your phone into a portable Wi-Fi router.

Jailbreak 

The process of removing the manufacturer’s built-in software restrictions on a phone, giving the user full control to install unauthorized apps or make changes Apple or Android normally wouldn’t allow.

Provision

When a mobile service provider (carrier) remotely configures and activates the correct network settings on your device so it can access their data, voice, or messaging services — essentially the carrier “turning on”  your service.

QR Code

A scannable square barcode made up of black and white dots that your phone’s camera can instantly read to open a website, share contact info, or trigger an action, without having to type anything.

Carrier

A carrier is the company — like Verizon, AT&T, or T-Mobile — that owns and operates the cellular network infrastructure and sells you the phone plan that connects your device to their towers for calls, texts, and data.

IMEI

A unique 15-digit serial number (International Mobile Equipment Identity) permanently assigned to every cell phone that identifies the specific device on a network. Carriers use it to activate or block stolen phones.

Palm Pilot

A pioneering handheld personal digital assistant (PDA) from the late 1990s and early 2000s that let users keep contacts, calendars, and notes in their pocket. Palm Pilots were essentially a grandfather of today’s smartphones, before phones could do any of that.

 

Carson City Linux User Group – Meeting third Saturdays at ComputerCorps in Carson City – carsoncitylinux.org
 

One on One Tech Help at the Carson City Library Wednesdays 3-4 pm Techbusters
 

Tuesdays 8 PM Pacific 95.1 FM Carson City, Nevada

Streaming LIVE on at KNVC.ORG

775-241-3571 or [email protected]

Battle Born Tech
Battle Born Tech
Trash Bubbles
Loading
/

CALL US SATURDAYS

9 am – 11 am Pacific

775-241-3571

Click for More Info

Breakmaster Cylinder composed and performs our theme music.

Trash Bubbles

This week on Battle Born Tech. We go from hair on fire, past pants on fire all the way to human torch with a Linux’s CVE-2026-31431 or Copy Fail to its friends.

Nora only gets trash emails and we search in vain for the filter that is out of control. Between Thunderbird and webmail spam filters, you’ll be shocked when we get to the sort out the solution.

Robert takes us on a journey where the trash gets recycled, but not in a good way as scammers return for more scamming. In this cautionary tale, checking with his bank and a trips to his local computer tech keeps his computer trash free. 

We are in the studio Saturdays 9 am to 11 am Pacific. Call direct to studio then or anytime at 775-241-3571 and set up a time to battle your tech!
 

“Update your servers.” 

“Have you thought about getting better quality emails?”

“Everything is going to trash.”

“Where do I find all these things?”

“Why doesn’t everyone just the US Mail like God intended.” 

“It’s stupid not you.”

“She stumped me.” 

“Sorry you’re getting emails again.”

“Next time ask for Bubbles.” 

“Scammers have good customer service at the beginning.”

“Makes a funny sound.” 

“I got to figure out how to do that…that sounds awesome.”

“He had no reason to get on my computer.” 

“These are scammers. I don’t know what dances they do.”

All em-dashes — were made by the common number of human fingers on the keypad—ALT+0151—no A.I. was involved in their creation.
 

 

 

BATTLE PLANS
with help from Claude.ai


CVE

Common Vulnerabilities and Exposures is a publicly maintained list that assigns standardized ID numbers to known cybersecurity vulnerabilities, making it easier for security teams to track and discuss specific flaws.

Inbox Zero

A productivity philosophy, popularized by Merlin Mann, where the goal is to keep your email inbox empty (or near-empty) by consistently processing, deleting, delegating, or archiving messages.

CRM 

Customer Relationship Management is software that helps businesses track and manage their interactions with current and potential customers, centralizing contact info, sales activity, and communication history in one place.

McAfee

One of the oldest and most recognized antivirus and cybersecurity software companies it’s name is often used by scammers. Currently owned by foreign investment bankers, McAfee was founded in 1987 by John McAfee, who resigned from the company in 1994 and later became its most vocal critic, urging consumers to uninstall the software and calling it bloatware. However, its aggressive marketing tactics, excessive system resource consumption, intrusive renewal pop-ups, and notoriously difficult uninstallation process have earned it a reputation that, for many users, feels indistinguishable from actual malware. (parts from 360 total security)

 

Carson City Linux User Group – Meeting third Saturdays at ComputerCorps in Carson City – carsoncitylinux.org
 

One on One Tech Help at the Carson City Library Wednesdays 3-4 pm Techbusters
 

Tuesdays 8 PM Pacific 95.1 FM Carson City, Nevada

Streaming LIVE on at KNVC.ORG

775-241-3571 or [email protected]