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.
Adblocker Detected
It looks like you're using an adblocker. Our website relies on ads to keep running. Please consider disabling your adblocker to support us and access the content.
How to Reset the MySQL Root Password Using DROP USER
FLUSH PRIVILEGES;This ensures that all changes you've made to users and permissions take effect immediately.
How to view free space on a Linux server
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 40G 25G 15G 63% /
udev 1.9G 0 1.9G 0% /dev
tmpfs 384M 1.2M 383M 1% /run
/dev/sda2 100G 50G 50G 50% /home- Specific Filesystem: To view the space for a specific filesystem, add its path at the end of the command, like so:
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.