Nextcloud: Increase Upload Limits

For snap installation of Nextcloud, run the following commands:

snap set nextcloud php.post-max-size="16G"
snap set nextcloud php.upload-max-filesize="16G"
snap set nextcloud php.max-input-time=3600
snap set nextcloud php.max-execution-time=3600

For non-snap installation of Nextcloud, set the following parameters inside the corresponding php.ini file:

php_value post_max_size="16G"
php_value upload_max_filesize="16G"
php_value max_input_time=3600
php_value max_execution_time=3600

Ventory

Ventoy is a new software application for Linux and Windows that does things a bit differently. Instead of extracting an ISO image, it allows you to place the actual ISO images on the USB device so that you may boot from them directly. The program supports multiple ISO images that you can place on a USB device and uses GRUB as the boot manager. Try it out via https://www.ventoy.net/en/index.html.

Netdata

Netdata is an extremely optimized Linux utility that provides real-time (per second) performance monitoring for Linux systems, applications, SNMP devices, etc. You can use this tool to monitor and get overview of what is happening in real-time and what just happened, on your Linux systems and applications. Simply run the following command to install netdata on your linux system.

bash <(curl -Ss https://my-netdata.io/kickstart.sh)
netdata

Bpytop

Bpytop is a powerful resource monitor tool that shows usage and stats for processor, memory, disks, network and processes. It is more or less a combination of psensor and htop. Try it out!

bpytop