#TechTipThursday

Eric The IT Guyitguyeric
2026-03-05

Linux has solid built-in accessibility features:

On GNOME:
Settings → Accessibility

You’ll find:
- Screen reader (Orca)
- High contrast mode
- Zoom
- Large text scaling

Accessibility isn’t niche. It’s good engineering.

Eric The IT Guyitguyeric
2026-02-26

Running Wayland and something feels off? Try checking:
echo $XDG_SESSION_TYPE

If it says wayland, you’re native. If it says x11, you’re still on X.

Knowing which session you’re in saves a lot of confusion.

Eric The IT Guyitguyeric
2026-02-19

If you’re writing shell scripts, start adding this:

set -euo pipefail

It forces your script to:
• Exit on errors
• Fail on unset variables
• Catch broken pipes

Small line. Big reliability boost.

Eric The IT Guyitguyeric
2026-02-12

Don't sleep on built-in shell features:

* Ctrl+r for reverse history search
* Tab completion for paths and commands
* Brace expansion: mkdir project/{logs,data,tmp}

Master the shell you already use before adding new tools.

Eric The IT Guyitguyeric
2026-01-29

🔍 Tech Tip Thursday

If you inherit a server, do this first:
- List running services
- Identify owners (or admit there aren’t any)
- Document before touching anything

Future you will be grateful.

Eric The IT Guyitguyeric
2026-01-15

Quick self-audit you can do in under 15 minutes:

- List running services
- Ask: “Do I still need this?”
- Disable or document anything you forgot existed

Less running = less risk.

Eric The IT Guyitguyeric
2026-01-08

🔍 When’s the last time you audited your stack?

Removed stale services? Revoked unused credentials? Updated firewall rules? Reviewed crontabs & timers?

Clean servers = secure servers. Start 2026 with a clean slate!

BlindGirlVlogs83BlindGirlVlogs83
2024-05-02

:

Did you know? You can control Alexa's speech rate to match your preference:

"Alexa, speak faster." - For rapid-fire responses
"Alexa, speak slower." - When you need a leisurely chat

Stay tuned for more to elevate your smart home!

BlindGirlVlogs83BlindGirlVlogs83
2024-04-25

: Boost your skills on :

* Search Web Items: ⌃⌘⇧
* Navigate by Headings: ⌃⌥
* Jump to Misspelled Words: ⌃⌘’
* Rotor Control: ⌃⌥ + Arrows

Unlock efficiency with these hidden VoiceOver shortcuts!

BlindGirlVlogs83BlindGirlVlogs83
2024-04-18

🌐 for vision impaired friends! Let's create a helpful space to discuss . What interests you most? 🤔
- JAWS shortcuts 🗣️
- Magnification tips 🔍
- Mainstream/specialised tech hacks 📱

Share your thoughts! Together, let's make tech more accessible for all.

BlindGirlVlogs83BlindGirlVlogs83
2024-03-07

: Boost your Outlook efficiency! Easily create folders with this JAWS shortcut: Ctrl+Shift+E. Organise your emails and enhance productivity with a simple key combo. Dive into a clutter-free inbox today!

BlindGirlVlogs83BlindGirlVlogs83
2024-03-07

On this , let's make Word docs more accessible for screen reader users like me. Use headings with Ctrl+Alt+1/2/3 for easy nav. Alt+Shift+L for lists, and Ctrl+Alt+D for footnotes. Small steps can make a huge difference!

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst