check and beep
check remote via ping and beep if not reachable # Define the target to ping $target = "8.8.8.8" # Function to emit a beep sound for 5 seconds function Beep { [console]::beep(1000, 5000) } # I...
check remote via ping and beep if not reachable # Define the target to ping $target = "8.8.8.8" # Function to emit a beep sound for 5 seconds function Beep { [console]::beep(1000, 5000) } # I...
workaround for Alexa & Fibaro virtual devices HA-Bridge This will simulate a Philips Hue v1, so all devices will show up as lamps install from https://github.com/bwssytems/ha-bridge install...
learnings - as always WSL before upgrade apt update && apt upgrade cat /dev/null >/var/run/utmp apt remove snapd # otherwise update won't work now shutdown your wsl from ...
Jekyll learnings general always BUILD and sync that version, as after a local SERVE the domainname is switched to the local one! To run different ruby versions use rvm After install work lik...
Google Cal Syn is for subscribed cals sometimes deactivated, so go to https://calendar.google.com/calendar/u/0/syncselect Attention It can take up to 48h that google will fetch changes from a cal...
install ruby sudo apt-get install ruby-full add to your .bashrc # Install Ruby Gems to ~/gems export GEM_HOME="$HOME/gems" export PATH="$HOME/gems/bin:$PATH" # ensure snap-ruby is found and all my...
hidden menu to debug code %localappdata%\Packages\MSTeams_8wekyb3d8bbwe\LocalCache\Microsoft\MSTeams\configuration.json insert {"core/devMenuEnabled": true} you’ll now have an additional menu entry...
Local forwarding & c2c-forwarding you need to enable multicast helper in full mode. That’s part of the wireless settings on CAPsMAN-configuration.
Switch to native Solution: sudo snap remove ruby sudo apt install ruby ruby-dev keep your private gem-folder cd blog bundle update
Website wants login to read the following workaround has some pitfalls - posting and some interactive features not working Cookies disallow Cookies from derstandard.at and 3rd party ...