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.
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.
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.
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.
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.
🔍 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.
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.
🔍 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!
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 #TechTips to elevate your smart home!
#TechTipThursday: Boost your #VoiceOver skills on #MacOS:
* Search Web Items: ⌃⌘⇧
* Navigate by Headings: ⌃⌥
* Jump to Misspelled Words: ⌃⌘’
* Rotor Control: ⌃⌥ + Arrows
Unlock efficiency with these hidden VoiceOver shortcuts! #Accessibility #KeyboardShortcuts
🌐 #TechTipThursday for vision impaired friends! Let's create a helpful space to discuss #AccessibleTech. What interests you most? 🤔
- JAWS shortcuts 🗣️
- Magnification tips 🔍
- Mainstream/specialised tech hacks 📱
Share your thoughts! Together, let's make tech more accessible for all. #InclusiveTech #VI #Accessibility
#TechTipThursday: 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! #Efficiency #JAWSTips
On this #TechTipThursday, 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! #Accessibility #Inclusion