You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> System-wide DNS configuration that overrides per-connection settings.
46
82
47
83
# DESCRIPTION
48
84
49
-
**NetworkManager.conf** is the main configuration file for NetworkManager. It controls DNS handling, plugins, device management, and various global settings.
85
+
**NetworkManager.conf** is the main configuration file for NetworkManager. It controls DNS handling, plugins, device management, and various global settings. The file uses an ini-style key file format with sections of key-value pairs.
50
86
51
-
Additional configuration can be placed in /etc/NetworkManager/conf.d/.
87
+
Additional configuration can be placed in /etc/NetworkManager/conf.d/ as drop-in files.
52
88
53
89
# EXAMPLE CONFIG
54
90
@@ -73,16 +109,16 @@ level=WARN
73
109
# DNS MODES
74
110
75
111
```
76
-
default - Use resolv.conf
77
-
dnsmasq - Local dnsmasq
78
-
systemd-resolved - Use resolved
79
-
none - No DNS management
112
+
default - Update resolv.conf directly
113
+
dnsmasq - Run local dnsmasq instance
114
+
systemd-resolved - Use systemd-resolved
115
+
none - No DNS management
80
116
```
81
117
82
118
# CAVEATS
83
119
84
-
Syntax errors may prevent NM from starting. Use conf.d/ for drop-in files. Restart NM after changes.
120
+
Syntax errors may prevent NetworkManager from starting. Use conf.d/ for drop-in files. Restart NetworkManager after changes with `systemctl restart NetworkManager`.
**aa-mergeprof** merges one or more AppArmor security profile files into the system profile directory. It is an interactive tool that presents differences between existing and incoming profiles, allowing administrators to resolve conflicts manually. This is useful for importing profiles from other systems, combining profiles from different sources, or consolidating profiles after a system migration.
21
+
**aa-mergeprof**is an interactive tool that merges one or more AppArmor security profile files into the system profile directory. When conflicts exist between incoming and existing profiles, it presents the differences and allows the administrator to choose how to resolve them. This is useful for importing profiles from other systems, combining profiles from different sources, or consolidating profiles after a system migration.
22
22
23
23
# PARAMETERS
24
24
25
-
**-d, --dir/path/to/profiles**
26
-
> Specifies the destination directory for merged profiles; defaults to /etc/apparmor.d
25
+
**-d**, **--dir**_/path/to/profiles_
26
+
> Specifies the target directory for merged profiles. Defaults to **/etc/apparmor.d**.
27
27
28
-
**-h, --help**
29
-
> Display help information
28
+
**-h**, **--help**
29
+
> Display help information and exit.
30
30
31
31
# CAVEATS
32
32
33
-
Merging profiles may overwrite existing profiles in the destination directory. Review changes before committing merged profiles.
33
+
Merging profiles may overwrite existing profiles in the destination directory. The tool is interactive and requires manual conflict resolution -- it cannot be run unattended. Requires root privileges.
34
34
35
35
# HISTORY
36
36
37
37
Part of the **AppArmor** utilities package for managing application security profiles on Linux systems.
**afconvert** is a macOS command-line tool for converting between audio file formats. It supports all audio formats handled by Core Audio, including WAV, AIFF, MP3, AAC, ALAC, CAF, and more.
37
+
**afconvert** is a macOS command-line tool for converting between audio file formats. It supports all audio formats handled by Core Audio, including WAV, AIFF, MP3, AAC, ALAC, CAF, and more. If no output file is specified, the name is generated automatically and saved in the same directory as the input.
30
38
31
39
The tool provides access to Apple's audio codecs and can perform sample rate conversion, bit depth conversion, and channel remapping along with format conversion.
32
40
33
41
# PARAMETERS
34
42
35
-
**-f**_format_
36
-
> Output file format: m4af, WAVE, AIFF, caff, etc.
43
+
**-f**, **--file**_format_
44
+
> Output file format (m4af, WAVE, AIFF, caff, etc.).
45
+
46
+
**-d**, **--data**_format_
47
+
> Audio data format (aac, alac, BEI16, LEF32, etc.). Can include sample rate and format flags.
48
+
49
+
**-b**, **--bitrate**_rate_
50
+
> Total bit rate in bits per second for compressed formats.
> Bit rate in bits per second for compressed formats
70
+
**-o**_filename_
71
+
> Specify output file path.
43
72
44
-
**-s**_rate_
45
-
> Sample rate for output file
73
+
**--dither**_algorithm_
74
+
> Dither algorithm (1 or 2).
46
75
47
-
**-c**_channels_
48
-
> Number of output channels
76
+
**--mix**
77
+
> Enable channel downmixing.
49
78
50
-
**-q**_quality_
51
-
> Encoder quality (0-127, higher is better)
79
+
**-v**, **--verbose**
80
+
> Display progress information.
52
81
53
-
**-v**
54
-
> Verbose output
82
+
**-h**, **--help**
83
+
> Display help information.
55
84
56
-
**-h**
57
-
> Display available formats and help
85
+
**-hf**, **--help-formats**
86
+
> List all supported file and data formats.
58
87
59
88
# CAVEATS
60
89
61
-
This tool is macOS-only. Some format conversions may be lossy. AAC encoding quality varies with bit rate settings. Not all format combinations are valid.
90
+
This tool is macOS-only. Some format conversions may be lossy. AAC encoding quality varies with bit rate settings. Not all format combinations are valid. Use **-hf** to see which formats are supported on your system.
**Modern replacement**: use signed-by in sources.list
36
+
37
+
```echo "deb [signed-by=/usr/share/keyrings/[example].gpg] [https://repo.example.com] [stable] main" | sudo tee /etc/apt/sources.list.d/[example].list```
38
+
27
39
# SYNOPSIS
28
40
29
41
**apt-key**[_command_][_arguments_]
30
42
31
43
# DESCRIPTION
32
44
33
-
**apt-key** is a key management utility for the APT Package Manager on Debian and Ubuntu. It manages the list of keys used by apt to authenticate packages.
45
+
**apt-key** is a deprecated key management utility for the APT Package Manager on Debian and Ubuntu. It manages the list of keys used by apt to authenticate packages.
34
46
35
-
**Note:** apt-key is now deprecated. Keys should be stored in /etc/apt/trusted.gpg.d/ or /usr/share/keyrings/ and referenced via signed-byin sources.list.
47
+
**Note:** apt-key is deprecated since Debian 11 (Bullseye) and Ubuntu 22.04 (Jammy). The recommended approach is to place keyring files directly in /etc/apt/trusted.gpg.d/ (with .gpg or .asc extension) or in /usr/share/keyrings/ and reference them via the `signed-by` option in sources.list entries. Only `apt-key del` remains supported for use in maintainer scripts.
36
48
37
49
# PARAMETERS
38
50
@@ -61,7 +73,10 @@ Add a key from **keyserver** with only key ID
61
73
> Output all trusted keys to standard output
62
74
63
75
**finger**
64
-
> List fingerprints of trusted keys
76
+
> List fingerprints of trusted keys (deprecated)
77
+
78
+
**--keyring**_filename_
79
+
> Operate on a specific keyring file (deprecated)
65
80
66
81
# CONFIGURATION
67
82
@@ -81,4 +96,4 @@ Part of the **APT** (Advanced Package Tool) suite. Deprecated starting with Debi
0 commit comments