Master the Modes: Breaking Down Frame Rates + Night Modes on HERO10 Black
Plop Linux
UPDATE – System OS to 6.0 – Home Assistant OS – Home Assistant Community
Finally after half year I fixed it. The filesystem had error. I did:
- downloaded ubuntu iso on host machine
- attached iso as CD-ROM
- turned off UEFI
- turned off boot from hard drive
- set up CD-ROM as first device to boot
- started virtual machine and selected boot from CD-ROM
- after ubuntu started I launched gparted, selected disk with HA and run check/fix on data partition (twice)
- powered off virtual device
- unchecked boot from CD-ROM, checked boot from HD and moved it to first position
- moved HD in boot order to top
- started the virtual machine. no Ctrl-D was required
Source: UPDATE – System OS to 6.0 – Home Assistant OS – Home Assistant Community
Optimal spoke tension for my MTB 26″ wheels
Wheel Tension App | Park Tool
How to Use the Park Tool TM-1 Tension Meter & Wheel Tension App
Sonic Pi – The Live Coding Music Synth for Everyone
DIY Low-Cost LoRa Satellite Ground Station
ESP32 Powers Fresh Take On An IoT Geiger Counter
How do I play a video in Android with zero volume while simultaneously playing music using another MP3 player app at full volume?
- Download MX player(for video) and playmusic/Spotify or any app for music/MP3 playback.
- Open MX player
- Then go to local Player settings> Player> Playback section> and uncheck play alone option.
- Go to equaiizer settings (of max player) and make everything( all frequencies) to 0.
- Now you can play any video on MX player with zero volume while simultaneously playing music using another MP3 player app at full volume.
Note! If you have a samsung device you can do it by samsung’s built in soundassistant settings.
Ubuntu 20.04 shows a black screen when connecting through Teamviewer, but I still have ssh access. How can I get back the desktop?
If you have a headless machine (ie: no monitor plugged into it) you’ll need to either install a “HDMI headless dummy connector” or you can install a Video Dummy Package:
sudo apt-get install xserver-xorg-video-dummy
Then add a configuration file for it:
sudo vi /usr/share/X11/xorg.conf.d/xorg.conf
and paste this (adjusting your desired resolution)
Section "Device"
Identifier "Configured Video Device"
Driver "dummy"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 31.5-48.5
VertRefresh 50-70
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1080"
EndSubSection
EndSection
Then reboot the machine and voilá