Sunday, February 2, 2025
Saturday, June 8, 2024
Moto G power 2021 cast to TV
settings > Connected Devices > Connection Preferences > Cast
tv should show up on the list. make sure tv is connect to same Wifi network as phone. tv only needs to be turned on.
Monday, April 10, 2023
Project64 lags on fullscreen
- download latest dev build from official site (not public stable, but dev)
- use Jacob's D3D gfx plugin
Monday, January 23, 2023
Windows Aero Peek Preview taskbar setting grayed out fix
https://www.tenforums.com/tutorials/47266-turn-off-peek-desktop-windows-10-a.html#option4
Use any of the above options...bat file is easiest
Sunday, January 22, 2023
OBS running on Laptop? Black screen when capturing?
https://obsproject.com/forum/threads/laptop-black-screen-when-capturing-read-here-first.5965/
For Windows 10 1909 or newer:
Open Settings and search for "Graphics Settings". Select "Classic App" and browse to C:\Program Files\obs-studio\bin\64bit\obs64.exe (or wherever you have installed OBS). Click "Options"Saturday, January 21, 2023
Clone HDD to nvme SSD
1. use free 30 day trial of Macrium (https://pureinfotech.com/clone-windows-10-hard-drive-ssd-macrium-reflect/). select all necessary partitions you want to clone from the source drive.
2. After cloning is complete, use Easy BCD to add the clone drive as default boot drive. You can remove the old drive as a boot option in easybcd as well, otherwise windows gives you a option to select which drive to boot from every time you restart.
Thursday, January 12, 2023
laptop (Inspiron 17 7773 with the 8th gen Core processor support PCIe NVME
https://www.dell.com/community/Laptops-General-Read-Only/Inspiron-17-7773-2in1-Hard-Drive-SSD-M2-question/td-p/5186371/page/2
I can confirm that this laptop does support PCIe NVME drives on the M.2 slot (so the Canadian site is correct). I just got this same laptop (Inspiron 17 7773 with the 8th gen Core processor), except that mine came with a 1TB hard drive.
Sunday, September 18, 2022
ways to disable google assistant from reading out loud search results on phone
1. open chrome app > settings > sound > mute all
2. completely disable google assistant in google app settings:
open google app > settings (click on user icon in top right) > hey google & voice match > turn off assistant
Saturday, August 27, 2022
Enabling Copy and Pastes between VirtualBox and Windows
Sunday, July 10, 2022
WacomTablet_6.3.11-4a wacom intuos 3 driver for win10
confirmed working
Sunday, July 3, 2022
Greenworks edger bolt hole size
What size is the bolt hole?
- · a year ago
Hello Dennis106,
The diameter of the hole is 1/2".
Wednesday, June 22, 2022
google doc remove filter range
Click the filter icon on the menu bar. When a filter is active it will show the green line to show the range that has been selected for the filter.
Tuesday, June 21, 2022
google docs, insert today's date shortcut
Hello,
Thursday, May 26, 2022
npm start - Error message "error:0308010C:digital envelope routines::unsupported"
If we use the current LTS version of Node.js then this error will not come. Downgrade your Node.js version to the current LTS version (16.13.0).
There can be multiple ways to install the required version. One of them is using nvm (Node.js version manager).
Step 1: Install nvm (if not installed, follow Install Node.js Locally with Node Version Manager (nvm))
Step 2:
nvm install 16.13.0(or lts)
Sunday, March 27, 2022
How to change font size and theme on VS code
ctrl+shift+P
.vscode/settings.json
{
"editor.fontSize": 24,
"window.zoomLevel": 1,
"terminal.integrated.fontSize": 18,
"workbench.colorTheme": "Noctis Minimus",
}Tuesday, March 22, 2022
react not hot reloading, and where to keep WSL files for fast performance
In this case it was due to the slowness caused by using the wrong folder for WSL.
fastest place to keep files:
//wsl$/Ubuntu/mnt/d
or
\\wsl$\Ubuntu\home\<username>, this is usually the "cd ~" folder of VSCode, so this is probably the best folder to use.
Clone github repos, etc to this folder, and open them in VSCode.
//wsl$/Ubuntu/mnt/wsl should not be used. It is just WSL's temp session folder.
Similar issue:
https://github.com/facebook/create-react-app/issues/10253
Good evening everyone, Tonight I bring you an alternative to the madness.
If running Win10/Win11 and running Ubuntu WSL2, you will find that the Windows file system has a specific file directory that acts as this VM.Open file explorer and you can navigate to this directory with \\wsl$ in the search.You will notice this directory has a folder titled the Ubuntu you are running. Within this folder will be a /mnt directory. Inside, once more, is ./wsl.This is the folder you should run your project from.Copy the contents of your project here, open it with your IDE to verify you have permission to do so.Once it's open, you will need to recursively update permissions on the folder to ensure you have privilege to run your react scripts start command using npm run start.To do this: Open Powershell with elevated privilege on your local system. Run your Ubuntu exe. For me it was: imageNavigate to the wsl directory, example: imageRun this command to update rights, recursively on the directory: sudo chmod -R +x ./<YourProjectName> You'll be asked to authenticate, do as the computer asks 👌Presto.docker-compose up your project from VSCode or where ever you are deving. If your docker-compose.yml is configured with the correct chokidar_usepolling environment variable, you're good to go.Hope this helps us Windows users.This helped for me on Windows 11, Thank you so much! But i also needed to create project again to run server.Moving everything to the /mnt/wsl folder did the trick. Man things started loading crazy fast when I moved them in there.Thanks a lot!
A lot of the paths here didn't work for me. \\wsl$\Ubuntu\home\<user> worked for me where <user> is the name of your Linux user.
Monday, March 21, 2022
npm start on custom port
In package.json (don't need to redo npm install) -
"scripts": {
Thursday, March 10, 2022
npm start command => terminal is stuck on " > react-scripts start"
It actually took up to 2 minutes to start, in WSL2, so just wait
Sunday, March 6, 2022
Convert existing unbuntu distro to WSL 2
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
PS C:\Windows\system32> wsl -l -v
NAME STATE VERSION
* Ubuntu Stopped 1
PS C:\Windows\system32> wsl --set-version Ubuntu 2
Conversion in progress, this may take a few minutes...
For information on key differences with WSL 2 please visit https://aka.ms/wsl2
Conversion complete.
PS C:\Windows\system32> wsl -l -v
NAME STATE VERSION
* Ubuntu Stopped 2
Friday, February 11, 2022
Rails.application.config.action_controller.allow_forgery_protection error
This got it to work for me. You'll have to change
class ApplicationController < ActionController::Base
to
class ApplicationController < ActionController::API




%20-%20Profile_%20Untitled%20-%20Scenes_%20Untitled.jpg)

