Author Archives: arne
Sript for nyheter
google-chrome https://vg.no https://db.no https://aftenposten.no https://nrk.no/nyheter https://nrk.no/rogaland
Script for karttjenester
google-chrome https://www.google.com/maps https://www.norgeskart.no https://kart.finn.no
Script for værmelding
google-chrome https://www.yr.no/nb https://www.ventusky.com https://www.windy.com
Script for å starte 5 websider
google-chrome https://www.chatgpt.com https://copilot.microsoft.com https://gemini.google.com/app https://claude.ai https://chat.mistral.ai/chat
Lenovo Yoga og Linux Mint. Få touch screen screolling til å fungere.
- Quick Test: Open your terminal and run
env MOZ_USE_XINPUT2=1 firefox. Test if touch scrolling works. - Permanent Fix: Edit your Firefox desktop file so it always uses this flag by running
and changing the line that starts with
sudo nano /usr/share/applications/firefox.desktopExec=firefoxtoExec=env MOZ_USE_XINPUT2=1 firefox %u. - Browser Setting: You can also type
about:configinto your Firefox address bar, search fordom.w3c_touch_events.enabled, and set it to1. [1, 2]
Fix for Lenovo Yoga som fryser med Linux Mint.
The AMDGPU Boot Parameter (Most Common)If your Lenovo laptop features an AMD Ryzen processor, a known driver bug handling power savings causes random freezing.
Adding a specific argument to the GRUB bootloader stabilizes the GPU.
Open your terminal (Ctrl + Alt + T).
Run this command to edit the GRUB configuration file:
bash sudo nano /etc/default/grub
Look for the line that starts with GRUB_CMDLINE_LINUX_DEFAULT.
It usually looks like this:textGRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”
Add amdgpu.dcdebugmask=0x12 inside the quotes.
It should now look like this:
textGRUB_CMDLINE_LINUX_DEFAULT=”quiet splash amdgpu.dcdebugmask=0x12″
If you have a Lenovo Legion or newer model and this specific value fails, users on the Linux Mint Forums noted that amdgpu.dcdebugmask=0x10 also works).
Save and exit: Press Ctrl + O, hit Enter, then press Ctrl + X.
Update GRUB to apply the changes:
bash sudo update-grub
Restart your laptop.
DNS Servere
Cloudflare: 1.1.1.1 og 1.0.0.1
Google: 8.8.8.8 og 8.8.4.4
Altern: 94.140.14.14 og 94.140.14.15
Libre Office Norsk Stavekontroll
Kontrollere om recall kjører
- Open PowerShell as an administrator
- Run the following command:
DISM /Online /Get-FeatureInfo /FeatureName:Recall
This command will show whether the Recall feature is enabled on your system.
Alternatiely,
- Press Win + R
- Type regedit, and press Enter to open the Registry Editor
- Navigate to the following path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Features
- Look for an entry named Recall. If it exists, the Recall feature is enabled.
The Recall feature is exclusive to Copilot+ PCs, which are designed with enhanced security features likeMicrosoft Pluton security processor and Windows Hello Enhanced Sign-in Security (ESS)34. If your PC is not a Copilot+ PC, it is unlikely that the Recall feature is enabled