Advertisement ยท 728 ร— 90

Posts by Tecmint - Linux, AI & Open-Source Made Simple ๐Ÿง๐Ÿš€

Preview
systemctl: Find and Fix Broken Services in Linux Learn how to use systemctl with the --failed flag to instantly spot broken services on your Linux system, without scrolling through hundreds of healthy ones.

Most sysadmins scroll through systemctl status for 5 minutes to find one broken service.

systemctl list-units --failed answers the same question in two lines.

New guide with 5 real examples

www.tecmint.com/how-to-find-...

Follow @tecmint.bsky.social for more Linux tips.

2 hours ago 0 0 0 0
Preview
9. Getting Started with openSUSE Leap In this chapter, you'll learn what makes openSUSE stand apart from everything else in this course, how to install it using the brand-new Agama installer, and how to use Zypper and Snapper.

Just published 9 chapters of my new course "11 Best Linux Distributions You Should Try".

2 more coming...

All chapters are free to read at pro.tecmint.com/install-open...

Follow @tecmint.bsky.social to stay updated as we publish new chapters weekly.

4 hours ago 0 0 0 0
Preview
Chapter 20: Use SSH Agent to Add Keys, Protect Passphrases, and Persist Sessions In chapter 20, you'll learn what the SSH agent is, how to start it, add keys, manage passphrases, and keep it running across terminal sessions.

Most people protect their SSH key with a passphrase and then remove it a week later because typing it every time is too annoying.

Chapter 20 of our SSH course covers it end-to-end.
Read it โ†’ pro.tecmint.com/ssh-agent-li...

Follow @tecmint.bsky.social for a new SSH chapter every week.

1 day ago 0 0 0 0
Preview
How to Install Claude Desktop on Linux In this guide, we'll explain what claude-desktop-debian is, how to build the native package, and how to connect MCP servers on Linux.

How to Install Claude Desktop on Linux Without Wine

In this guide, weโ€™ll explain what claude-desktop-debian is, how to build the native package without wine, and how to connect MCP servers on Linux.

www.tecmint.com/install-clau...

Follow @tecmint.bsky.social for more Linux tips.

2 days ago 0 0 0 0
Preview
Chapter 14: SSH Host Aliases and Shortcuts In this chapter 14, you will learn how to create descriptive host aliases, use wildcard patterns for groups of servers, set per-host defaults, and organize your SSH config for multiple environments.

Chapter 14 is live - SSH Host Aliases, Shortcuts, and Per-Host Defaults

Read the full guide (Pro members only):
โ†’ pro.tecmint.com/ssh-config-a...

Follow @tecmint.bsky.social to stay updated as we publish new chapters weekly.

1 week ago 1 0 0 0
Chapter 13: Understanding ~/.ssh/config File In Chapter 13, you will learn how the SSH config file works, how to create Host blocks, how configuration precedence works, and how to turn long complex SSH commands into simple one-word shortcuts.

This is Chapter 13 of our 54-chapter SSH course, built for beginners and goes all the way to enterprise-level SSH mastery.

Read the full guide (Pro members only):
โ†’ pro.tecmint.com/ssh-config-f...

Follow @tecmint.bsky.social to stay updated as we publish new chapters weekly.

1 week ago 2 0 0 0
OpenCode: Use Claude, GPT, or Gemini Free in Your Terminal Learn how to install and use OpenCode in Linux to run AI models from your terminal with free built-in models, Ollama support, and your existing Claude or ChatGPT subscription.

OpenCode lets you use Claude, GPT, Gemini, DeepSeek, or any local model directly from your Linux terminal.

New guide on Pro TecMint
โ†’ pro.tecmint.com/blog/opencod...

Follow @tecmint.bsky.social for more Linux guides.

#Linux #AI #Terminal #OpenSource

1 week ago 5 0 0 0
Chapter 12: Installing SSH Public Keys on Remote Servers In Chapter 12, you will learn how to install your public key on a remote server using ssh-copy-id and manual methods.

Chapter 12 is live - Installing Your Public Key on Servers and Testing Login

This is Chapter 12 of our 54-chapter SSH course, built for beginners and goes all the way to enterprise-level SSH mastery.

Read the full guide (Pro members only):
โ†’ pro.tecmint.com/install-ssh-...

1 week ago 2 0 0 0
The Ultimate Ubuntu Handbook Course In this course, we take you through Ubuntu installation, customization, software, and security to help you work smarter with Linux.

It's out. After months of writing, the Ubuntu Handbook course is finally here.

23 chapters covering everything from the basics to advanced system administration - storage, networking, database management, Bash scripting, system monitoring, and more.

๐Ÿ‘‰ pro.tecmint.com/ubuntu-handb...

1 week ago 2 0 0 0
Preview
mergerfs: The Home Lab Storage Pool Every Linux User Needs Learn how to merge multiple hard drives into a single, easy-to-manage home media storage pool on Linux using mergerfs.

The Linux Home Lab Storage Series is complete

Part 1: mergerfs: Combine all drives into one pool
โ†’ pro.tecmint.com/blog/mergerf...

Part 2: SnapRAID: Protect your pool with parity
โ†’ pro.tecmint.com/blog/snaprai...

Part 3: smartmontools: Monitor drive health 24/7
โ†’ pro.tecmint.com/blog/smartmo...

1 week ago 1 0 0 0
Advertisement
Preview
Chapter 11: Generating SSH Key Pairs with ssh-keygen In Chapter 11, you will learn how to generate your first SSH key pair using the ssh-keygen command, understand where SSH stores your keys, set a passphrase to protect your private key, and verify your...

Chapter 11 is live - Generating SSH Key Pairs with ssh-keygen

Read the full guide (Pro members only):
โ†’ pro.tecmint.com/generate-ssh...

Follow @tecmint.bsky.social to stay updated as we publish new chapters weekly.

1 week ago 1 0 0 0
Preview
Chapter 9: Introduction to SSH Public Key Cryptography In Chapter 9, you'll learn what public key cryptography actually is, how the two-key system works, and why your private key never needs to leave your machine to prove your identity to a server.

Chapters 9 & 10 are live - Public Key Cryptography and SSH Key Types

This is part of our 54-chapter SSH course, built for beginners and goes all the way to enterprise-level SSH mastery.

Read the full guides (Pro members only):

โ†’ pro.tecmint.com/ssh-public-k...
โ†’ pro.tecmint.com/ssh-key-types/

2 weeks ago 1 0 0 0
Preview
SnapRAID: Protect Home Lab Storage from Drive Failure Learn how to protect your mergerfs storage pool from drive failure using SnapRAID with parity, automated sync, and full drive recovery.

SnapRAID protects your mergerfs storage pool by calculating parity across all your data drives

New guide on Pro TecMint ๐Ÿ‘‡
pro.tecmint.com/blog/snaprai...

Follow @tecmint.bsky.social for more Linux guides.

#Linux #HomeLab #SelfHosted #SnapRAID

2 weeks ago 4 1 0 0
Preview
Chapter 8: How SSH Password Authentication Works In Chapter 8, you'll learn how password authentication works under the hood, why it's a serious security risk for any public-facing server, and the safe sequence to follow before disabling it entirely...

This is Chapter 8 of our 54-chapter SSH course, built for beginners and goes all the way to enterprise-level SSH mastery.

Read the full guide (Pro members only):
โ†’ pro.tecmint.com/ssh-password...

Follow @tecmint to stay updated as we publish new chapters weekly.

2 weeks ago 0 0 0 0
Preview
mergerfs: The Home Lab Storage Pool Every Linux User Needs Learn how to merge multiple hard drives into a single, easy-to-manage home media storage pool on Linux using mergerfs.

MergerFS combines all your hard drives into a single smart storage pool.

New guide on Pro TecMint ๐Ÿ‘‡
pro.tecmint.com/blog/mergerf...

Follow @tecmint for more Linux guides.

#Linux #HomeLab #SelfHosted #Plex

2 weeks ago 1 0 0 0
Preview
Chapter 7: Troubleshooting Common SSH Connection Errors In Chapter 7, youโ€™ll learn how to diagnose and fix common SSH connection errors like connection refused, permission denied, host key issues, and timeouts.

Chapter 7 is live - Troubleshooting Common SSH Connection Errors

This is Chapter 7 of our 54-chapter SSH course, built for beginners and goes all the way to enterprise-level SSH mastery.

Read the full guide (Pro members only):
โ†’ pro.tecmint.com/troubleshoot...

2 weeks ago 0 0 0 0
Preview
Chapter 4: Installing SSH on Linux and macOS In this Chapter 4, learn how to install and configure SSH on Linux and macOS, and get your SSH client and server ready for secure remote connections.

Chapter 4 is live - Installing SSH on Linux and macOS

This is Chapter 4 of our 54-chapter SSH course, built for beginners and goes all the way to enterprise-level SSH mastery.

Read the full guide (Pro members only):
โ†’ pro.tecmint.com/installing-s...

Follow @tecmint.bsky.social to stay updated.

3 weeks ago 1 0 0 0
Preview
df Command in Linux: Disk Space, Inodes & Real Fixes Master the df command in Linux with 15 real-world examples that include inode checks, filesystem filtering, disk alerts, and fixing "no space left" errors.

Stop guessing why your Linux server says "No space left on device" when df -h shows free space!

www.tecmint.com/df-command-l...

Article updated with inode exhaustion diagnosis, LVM + tmpfs filtering, real-world cron alerting scripts

3 weeks ago 0 0 0 0
Advertisement
Post image

If you're learning #Linux, this is your roadmap.

โœ” Distros
โœ” Package managers
โœ” Containers
โœ” Security
โœ” DevOps

All in one place.
Save this before you forget.

Follow @tecmint.bsky.social for more like this.

3 weeks ago 0 0 0 0
Post image

๐Ÿ–ฅ๏ธ Linux SysAdmin Interview Question:

Your SSH session disconnected mid-deploy. The deployment is still finished. Successfully.

How? ๐Ÿ‘‡ Drop your answer in the comments!

Follow @tecmint.bsky.social for daily Linux tips, tricks & interview questions. ๐Ÿง

3 weeks ago 0 0 0 0
Preview
Project 7: Building a Currency Converter Tool in Go Build a currency converter CLI tool in Go using exchange rate APIs while learning API authentication, floating-point calculations, and practical financial application development.

Project 7 is live - Build a Command-Line Currency Converter with Go

This is the final project of our 10-lesson Go Programming Series, built for DevOps engineers and sysadmins who want to write real tools from day one.

Read the full guide (Pro members only):

โ†’ pro.tecmint.com/build-curren...

3 weeks ago 0 0 0 0
Preview
How to Run fsck to Repair Linux Disk and Filesystem Errors Learn how to use the fsck command in Linux to check and repair filesystem errors on ext4, LVM, and RAID volumes with practical examples.

The fsck command is all you need to check errors, auto-repair partitions, run it on root, LVM, and RAID volumes, plus know exactly what those exit codes mean.

๐Ÿ”— www.tecmint.com/fsck-repair-...

Follow @tecmint.bsky.social for more #Linux tips.

3 weeks ago 1 0 0 1
Preview
Project 4: Build a Markdown to HTML Converter Learn how to build a Markdown to HTML converter in Go using the goldmark package. Covers io.Reader, bytes.Buffer, stdin piping, and file redirection.

Project 4 is live - Build a Markdown to HTML Converter in Go

Read the full guide (Pro members only):

โ†’ pro.tecmint.com/build-markdo...

Follow @tecmint.bsky.social to stay updated as we publish new lessons weekly.

1 month ago 0 0 0 0
Post image

Follow @tecmint.bsky.social for more such #Linux tips...

1 month ago 0 0 0 0
Preview
How to Create HTTPS Local Domains for Development on Linux Learn how to create trusted HTTPS .local domains for your local projects on Linux using slim - no browser warnings, no manual certificate setup.

Tired of "Your connection is not private" on localhost? Set up a trusted HTTPS .local domain for any local project in seconds.

๐Ÿ‘‰ www.tecmint.com/setup-https-...

Follow @tecmint.bsky.social for more #Linux tips.

1 month ago 1 1 0 0
Post image

Companies save 25-40% by switching to Linux.

#Linux isn't just free. It makes you MONEY ๐Ÿ’ต

RT to help your IT budget

Follow @tecmint.bsky.social for more such facts...

1 month ago 0 0 0 0
Preview
33 Must-Have Linux Performance Monitoring Tools A complete list of 33 best command-line tools to monitor Linux performance - covering CPU, memory, disk I/O, network, and security with examples and pro tips.

33 Best Command Line Tools to Monitor Linux Performance

Each tool includes install commands, practical examples, and a pro tip.

๐Ÿ”’ Full guide (free members only):

pro.tecmint.com/blog/linux-p...

Follow @tecmint.bsky.social for more #Linux #Monitoring #SysAdmin tutorials!

1 month ago 1 0 0 0
Preview
How to Use RAR and Unrar Commands in Linux (With Examples) This guide will help you install the unrar and rar command-line tools to open, extract, and create archive files on Linux.

[Updated] How to Create, Extract, and List RAR Files in Linux

www.tecmint.com/how-to-open-...

Follow @tecmint.bsky.social for more #Linux tips.

1 month ago 0 1 0 0
Advertisement
Preview
Chapter 3: Understanding SSH-1, SSH-2, and Use Cases Learn how SSH-1 and SSH-2 differ and how SSH is used for remote administration, file transfers, and CI/CD pipelines.

Chapter 3 is live - Understanding SSH-1, SSH-2, and Use Cases

Read the full guide (Pro members only):
โ†’ pro.tecmint.com/ssh-1-vs-ssh...

Follow @tecmint.bsky.social to stay updated as we publish new chapters weekly.

1 month ago 0 0 0 0
Preview
Project 3: Build a Command-Line Task Manager in Go Learn how to build a persistent CLI to-do manager in Go that reads, writes, and manages tasks stored in a JSON file using structs, file I/O, and switch statements.

Project 3 is live - Build a Command-Line Task Manager in Go

Read the full guide (Pro members only):

โ†’ pro.tecmint.com/build-a-comm...

Follow @tecmint.bsky.social to stay updated as we publish new lessons weekly.

1 month ago 1 0 0 0