News
systemctl: Find and Fix Broken Services in Linux
3+ hour, 14+ min ago (1241+ words) New to Linux commands? Our 100+ Essential Linux Commands course covers everything you used in this guide and a lot more with real examples and explanations. Learn how to use systemctl with the --failed flag to instantly spot broken services on…...
Coolify: Self-Host Websites and Apps on Your Linux Server
1+ day, 4+ hour ago (1757+ words) Coolify is an open-source, self-hosted platform that deploys web apps, databases, and services on your own server without the monthly bills of Heroku, Vercel, or Railway, and this guide walks through installing it on a fresh Linux server, connecting a…...
How to Install Claude Desktop on Linux
2+ day, 4+ hour ago (1095+ words) 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. Anthropic ships Claude Desktop for Windows and Mac, but Linux users have been stuck with the…...
mktemp: Create Secure Temporary Files Easily in Linux
2+ day, 6+ hour ago (1583+ words) New to Linux commands? Our 100+ Essential Linux Commands course covers everything you used in this guide and a lot more with real examples and explanations. The mktemp command in Linux creates temporary files and directories with unique, unpredictable names, which…...
sort and uniq: Clean and Count Log File Entries in Linux
4+ day, 4+ hour ago (1145+ words) New to Linux commands? Our 100+ Essential Linux Commands course covers everything you used in this guide and a lot more with real examples and explanations. In this guide, we'll show you how to use sort and uniq together to deduplicate,…...
df Command in Linux: Disk Space, Inodes & Real Fixes
3+ week, 1+ day ago (1842+ words) On the internet, you will find plenty of tools for checking disk space usage in Linux. However, Linux has a strong built-in utility called "df". The "df" command stands for "disk filesystem", it is used to get a full summary…...
How to Create HTTPS Local Domains for Development on Linux
1+ mon, 3+ day ago (894+ words) If you do any kind of local web development on Linux, you have almost certainly run into the browser warning that says "Your connection is not private" while testing your own app on localhost. It is not a real security…...
How to Find Largest Files and Directories in Linux
2+ mon, 6+ day ago (1718+ words) As a Linux administrator, you must periodically check which files and folders are consuming more disk space, because it is very necessary to find unnecessary junk and free it up from your hard disk. In this article, you will learn…...
4 Ways to Check Which Process is Using a Port in Linux
2+ mon, 1+ week ago (875+ words) In this article, you will learn how to find which process or service is listening on a particular port in Linux using ss, netstat, lsof, and fuser commands. A port is a logical entity that represents an endpoint of communication…...
5 Ways to Find Linux Command Description and Location
2+ mon, 1+ week ago (1028+ words) In this guide, you'll learn five practical commands for discovering quick information about any binary command: its purpose, location, and type. Linux systems come with thousands of commands and programs installed by default, but when you encounter an unfamiliar command…...