From aef5aee2f553e6048caa602789a749062be42e08 Mon Sep 17 00:00:00 2001 From: arch1mede Date: Thu, 1 Apr 2021 14:04:20 -0700 Subject: [PATCH] Update Community_FAQ.md (#257) Added some enhancements to the SSL section Added more verbiage to the "KVM KB Zerow" section Added a removal command to "Common ARCH commands" --- pages/Community_FAQ.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/Community_FAQ.md b/pages/Community_FAQ.md index 31807dc5..6c017ef6 100644 --- a/pages/Community_FAQ.md +++ b/pages/Community_FAQ.md @@ -22,6 +22,7 @@ dtoverlay=tc358743,i2c_pins_28_29=1 dtoverlay=disable-bt dtoverlay=dwc2,dr_mode=peripheral ``` +Ensure that you have the cable(Needs to support both power/data) plugged into the right port, the one closest to the mini HDMI is the correct port ### Can I use a KB on my ZeroW? - Yes but kb/mouse passthrough will not work. Its one or the other @@ -141,7 +142,7 @@ rm -rf /var/cache/pacman/pkg/* - No, RealVNC is not a real vnc so will not work ### How do I add my own SSL cert? -- If you have a certificate(**Making a cert falls outside the scope of PIKVM - Please reference Linux documentation**), replace the public key in /etc/kvmd/nginx/ssl/server.crt and private key in /etc/kvmd/nginx/ssl/server.key and restart the kvmd-nginx service. +- If you have a certificate(:exclamation:**Making a cert falls outside the scope of PIKVM - Please reference Linux documentation**:exclamation:), replace the public key in /etc/kvmd/nginx/ssl/server.crt and private key in /etc/kvmd/nginx/ssl/server.key and restart the kvmd-nginx service. - It should look like the following: ``` @@ -206,6 +207,7 @@ nano /etc/fstab ### Common ARCH commands - search - `pacman -Ss 'the thing'` - install - `pacman -S 'the thing'` +- remove - `pacman -Rscnd 'the thing'` ### Common wifi commands - `iwconfig` manipulate the basic wireless parameters