- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for dnf (0.01 seconds)
-
Vagrantfile
config.cache.enable :generic, { :cache_dir => '/var/cache/dnf' } end linux_common( config, name, update_command: 'dnf check-update', update_tracking_file: '/var/cache/dnf/last_update', install_command: 'dnf install -y', install_command_retries: 5 ) end def dnf_docker(config) config.vm.provision 'install Docker using dnf', type: 'shell', inline: <<-SHELL # Install prerequisitesCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Feb 17 17:41:23 GMT 2021 - 14.9K bytes - Click Count (0) -
docs/tuning/README.md
# How to enable 'minio' performance profile with tuned? ## Prerequisites Please make sure the following packages are already installed via `dnf` or `apt`: - `tuned` - `curl` ### Install `tuned.conf` performance profile #### Step 1 - download `tuned.conf` from the referenced link ``` wget https://raw.githubusercontent.com/minio/minio/master/docs/tuning/tuned.conf ```
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Jul 19 01:15:02 GMT 2024 - 644 bytes - Click Count (0)