SimpliSafe Base Station

Please follow these steps to power cycle the Base Station:

  1. Remove the power adapter.
  2. Using a Phillips-head screwdriver, remove the screw holding the battery cover in place, and then remove the battery cover.
  3. Remove one of the batteries from the Base Station; this ensures there is no power going to the Base Station, which is important, and then please wait for about 2 minutes.
  4. Reinsert the battery.
  5. Close the battery compartment and use the screwdriver to reseal it.
  6. Plug the power adapter into your Base Station.
  7. Wait 1-2 minutes for a fresh connection to be established.
  8. Arm your system by pressing the Home or Away button.

Message

When checking the timeline, we are able to see the activity you are mentioning to use. At the time, the system shows a 4G Module is already installed, and there's no visible error. Since the issue persists the option available will be to upgrade the system. Normally, when this happens, we will need to replace the Base Station. Unfortunately, we no longer manage any Original SimpliSafe System Base Stations in stock. In this case, when a device does not work, even when we have already done the troubleshooting, we offer a free upgrade when the warranty is available; which is your case. This way, you can get a new generation system for free, and it will work perfectly. We can only upgrade the system over the phone. Would you mind giving us a call and letting one of the SimpliSafe agents assist you? You can reach us at 1-800-548-9173 daily from 8:00 am - Midnight, ET.

When checking the timeline, we are able to see the activity you are mentioning to use. At the time, the system shows a 4G Module is already installed, and there's no visible error. Since the issue persists the option available will be to upgrade the system. Normally, when this happens, we will need to replace the Base Station. Unfortunately, we no longer manage any Original SimpliSafe System Base Stations in stock. In this case, when a device does not work, even when we have already done the troubleshooting, we offer a free upgrade when the warranty is available; which is your case. This way, you can get a new generation system for free, and it will work perfectly. We can only upgrade the system over the phone. Would you mind giving us a call and letting one of the SimpliSafe agents assist you? You can reach us at 1-800-548-9173 daily from 8:00 am - Midnight, ET.

Premera Blue Cross Appointments

Refer: https://kinwellhealth.com/clinics/?utm_source=marketo_newsletter&utm_medium=email&utm_campaign=premera_kinwellendofyear_2022_pbcwa_grp&utm_source_platform=marketo&mkt_tok=ODU3LVlHUi02NTkAAAGIkqBHwx2KcF3DHiCz9zIlW-9eJpbA2is8V4i4O2VGQaizAkgoZnA4nqw8BObit6AmNLVRyEbUom8WpbZj9KnxJ9IMxhy1PLzMFO_n7zEvyOBwaQ

You can say hello to a Kinwell physician.

Where most patients wait an average of 24 days to see their doctor, Kinwell offers same- or next-day appointments, Monday through Friday.

See why patients from Poulsbo to Spokane are raving about our 16 clinics, where doctors and nurses take the time to listen. By getting to know you, we can help you live your healthiest life.

Start 2023 off right by ending 2022 with wellness exams for the whole family. In person and telehealth visits are available. Kinwell clinics welcome Premera Blue Cross and LifeWise members. Schedule today!

Boot into UEFI settings from Linux

Refer: https://itsfoss.com/access-uefi-from-linux/

It is still a good idea to ensure that your Linux distro uses systemd. Use the given command and if it returns systemd you are good to go:

ps --no-headers -o comm 1

Once you figure out that your distro is utilizing systemd, you can use the given command to boot into UEFI settings:

systemctl reboot --firmware-setup

Let me break down the used options first:

  • reboot: As its name suggest, it will reboot your system.
  • --firmware-setup: When this option is used with reboot, it will indicate to the system’s firmware to boot into the firmware setup interface.

Ubuntu 22.04 Can’t Play Disney+ Videos After Update

Refer: https://askubuntu.com/questions/1437945/ubuntu-22-04-cant-play-disney-videos-after-update

Solution for Firefox browser:

  • Enter about:config in the URL input field and accept the risk.
  • Search for general.useragent.override.
  • Select String and click +.
  • In the input field enter:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0
  • Accept the changes and refresh the page and the video will load.
  • Be sure not to forget to clear your browser's cache.

Original Source: https://www.reddit.com/r/linuxquestions/comments/yfjaa1/comment/iu6916h/?utm_source=share&utm_medium=web2x&context=3

Akamai Headers

Install two plug-ins

https://chrome.google.com/webstore/detail/header-editor/eningockdidmgiojffjmkdblpjocbhgh

Header Editor

And then insert the following key:

x-pragma-allow: RGV2dSRlcjE6QGthbWFpcGEkJHcwcmQ

Or you can import this:

HE_2022-11-01T17-52-40Z.zip

Akamai Debug Headers

https://chrome.google.com/webstore/detail/akamai-debug-headers/lcfphdldglgaodelggpckakfficpeefj?hl=en

You need both the above plug-in and also the Akamai Debug Headers plug-in running, in order for things to work.

The above loads a token.

Install Certificate on Ubuntu 22.04

Select Run from the Start menu, and then enter

certmgr.msc

The Certificate Manager tool for the current user appears. To view your certificates, under Certificates - Current User in the left pane, expand the directory for the type of certificate you want to view.

Find certificate, choose "Action", "All Tasks", Export, Next

Choose "DER encoded binary X.509 (.CER)"

Save as princess-root.der

princess-root

Copy to Linux

Refer: https://ubuntu.com/server/docs/security-trust-store

Convert DER to PEM

sudo openssl x509 -inform der -outform pem -in princess-root.cer -out princess-root.crt
sudo cp princess-root.crt /usr/local/share/ca-certificates/
sudo update-ca-certificates

Refer: https://manpages.ubuntu.com/manpages/trusty/man1/certmgr.1.html

Installation for certmgr

sudo apt install mono-devel

Look at certs

less /etc/ssl/certs/ca-certificates.crt
certmgr -list -c -m Trust | less
certmgr -list -c -m Trust | grep -i princess