Size

In Linux, How to Find the Size of Directory and Subdirectories?
To get the total size of a directory in Linux, you can use the du (disk-usage) command. In this article, we'll take a look at some of the most common ...
How to get the Size of a Directory in Linux
How do I check the size of a directory in Linux? How do I check the size of a directory in Unix? How do I find the size of a directory and subfolder i...
find size linux
How do I search by size in Linux? How do I find the size of a specific file in Linux? How do you use Find size? How do I search for files by size? How...
linux size of files in directory
By default, the du command shows the disk space used by the directory or file. To find the apparent size of a directory, use the --apparent-size optio...
linux directory size in mb
How many GB is my Linux directory? How do you check MB size in Linux? How do I find the size of a directory wise in Linux? How do I check the size of ...
How to find database sizes in MySQL/MariaDB Database Server
Use the below command to get the database table size in GB format. MariaDB [(none)]> SELECT table_schema AS DB_NAME, TABLE_NAME, (DATA_LENGTH+INDEX...
How to Compress PNG images on Linux Command Line (CLI)
How do I compress a PNG file in Linux? How do I compress a PNG in Ubuntu? How do I reduce the file size of a PNG? How do I reduce the size of a JPEG i...
Three Ways to Change the Text Size on Debian 10 Desktop
How do I change font size in Debian? How do I change the font size on my desktop? How do you change text size in Linux? How do I change the size of my...
How to Find PostgreSQL Database Size
How do I check the size of a Postgres database? How do I find the index size in PostgreSQL? How do you determine the size of a table? What is database...
How to change MTU size in Linux
If your network interface is configured to obtain a static IP address, then you can change the MTU size by configuring the /etc/network/interfaces fil...