mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
server_tuning.rst: escape regexp properly
Some shells like zsh will not auto-escape an argument if no match is found on the filesystem.
This commit is contained in:
parent
c5d99bfb30
commit
ce26db2d52
@ -76,7 +76,7 @@ Here are some examples how to check if your CPU / environment supports the
|
||||
AES-NI extension:
|
||||
|
||||
* For each CPU core present: ``grep flags /proc/cpuinfo`` or as a summary for
|
||||
all cores: ``grep -m 1 ^flags /proc/cpuinfo`` If the result contains any
|
||||
all cores: ``grep -m 1 '^flags' /proc/cpuinfo`` If the result contains any
|
||||
``aes``, the extension is present.
|
||||
|
||||
* Search eg. on the Intel web if the processor used supports the extension
|
||||
|
||||
Loading…
Reference in New Issue
Block a user