nixCraft Linux / UNIX Newsletter

Link to [RSS/Feed] nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format

How to find largest file in directory recursively using find/du under Linux

Posted: 01 Apr 2021 12:59 AM PDT


{Updated} I have 500GB SSD installed on my Linux server. My web server is running out of the disk space. I need to find a biggest or largest file concerning file size on the disk. How do I find largest file in a directory recursively using the find command?

The post How to find largest file in directory recursively using find/du under Linux appeared first on nixCraft.

How to create MySQL admin user (superuser) account

Posted: 01 Apr 2021 12:01 AM PDT


{Updated} Explains how to make a superuser (admin) with root-like access to the MySQL/MariaDB databases with secure plugins. Further, learn how to create an encrypted file to store admin user/password, host, and TLS info securely for ease of login via Linux/Unix CLI

The post How to create MySQL admin user (superuser) account appeared first on nixCraft.

How to use scp/rsync to copy file with a colon (:) in it

Posted: 31 Mar 2021 02:33 PM PDT


{Updated} How do I copy file with scp or rsync with a colon in it?

The post How to use scp/rsync to copy file with a colon (:) in it appeared first on nixCraft.