DeveloperBreeze

Server Administration Programming Tutorials, Guides & Best Practices

Explore 48+ expertly crafted server administration tutorials, components, and code examples. Stay productive and build faster with proven implementation strategies and design patterns from DeveloperBreeze.

Code
bash

How to view free space on a Linux server

  • Inodes: To check free inodes instead of disk space, use the -i option:
  df -i

Aug 11, 2024
Read More
Tutorial
bash

Finding the Top 10 Biggest Files on an Ubuntu Server

  • Access to an Ubuntu server.
  • Basic familiarity with using the command line.

First, you'll need to open a terminal on your Ubuntu server. If you're accessing a remote server, you might use SSH to connect.

Aug 11, 2024
Read More