Server

bash

How to Reset the MySQL Root Password Using DROP USER

This tutorial explains how to reset the MySQL root password using the DROP USER method. It...

bash

How to view free space on a Linux server

This command provides a quick overview of your server's disk usage, helping you manage resources...

bash

Finding the Top 10 Biggest Files on an Ubuntu Server

Learn how to identify the top 10 largest files on an Ubuntu server using command-line tools....

javascript

Simple WebSocket Server using 'ws' library

This Node.js code sets up a simple WebSocket server using the 'ws' library. It listens for...