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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Because of all sort of issues with nvidia+wayland (e.g. can't enable hw acceleration in chrome), I decided to use my Intel iGPU as the source of video output to my monitor. Simply plugging the HDMI cable in it doesn't work - the screen remains black most of the time, if getting any signal at all.
The correct solution is bios -> internal graphic -> enable
The pitfall to avoid is bios -> display priority. Leave it at PCI 1 and don't change it to iGPU. Otherwise it still doesn't work.
When running docker-compose, an error "conflicting options: port publishing and the container type network mode"
The issue is caused by it attempting to map a container port to a host port so that it can connect. Unfortunately, Docker doesn't support port mapping on containers launched in the network stack sharing mode (i.e. the ones using --network container: option). In order to achieve the desired effect the port mapping must be specified on the container whose network stack is being shared (the "Server" container in the description above) instead.
Solution: When your qbittorrent service uses the network namespace of the gluetan service, the owner of the network namespace is gluetan. As such, ports must be published on the gluetan service, no on the qbittorrent service.
The HDD stops spinning a few seconds after powered on.
Cause
Previously I need to connect the Pi to my computer in order to use the computer's LAN network. To achieve this I edited the /boot/config.txt by adding the dwc2 control and commenting out the otg_mode.
Install the USB drivers for your device (Google has a list of some universal USB drivers here)
Download the ADB binary for your particular OS (Windows, Mac, Linux)
Extract the zip file into a folder that you can quickly access.
On your phone, go to Settings and tap on About Phone. Find the Build Number and tap on it 7 times to enable Developer Options.
Now enter Developer Options and find USB Debugging. Enable it.
On your computer, browse to the directory where you extracted the ADB binary.
Launch a Command Prompt in your ADB folder. For Windows users, this can be done by holding Shift and Right-clicking then selecting the “open command prompt here” option.