Author: devonenote
-
Exploring OpenAI Offerings: ChatGPT Enterprise, ChatGPT Application, and OpenAI Models
OpenAI, a leading player in the artificial intelligence industry, has introduced a range of AI-based solutions including the ChatGPT Enterprise, ChatGPT Application (Free/Plus), and OpenAI Models (GPT 3.5, GPT-4). Each of these offerings has unique features and uses, catering to different user needs. This table provides a quick reference guide to the different offerings by…
-
Solving the Angular Update Error: Conflicting peer dependency
If you’re struggling to update your Angular version and encounter the following error when executing the command ‘npm install’: Here’s a potential solution: Delete the ‘node_modules’ folder and the ‘package-lock.json’ file, then reinstall npm. This could resolve your issue. To do this, execute the following commands:
-
Fix [Errno 8] Exec format error: ‘/Users/
/.azure/bin/bicep’ When you run az bicep command on Mac M1, you might experience error This error is because for some reason, bicep in azure cli was installed with a non-ARM version, to resolve this, do following steps Remove /Users/<username>/.azure/bin/bicep Run az bicep version, this will force Azure CLI to download bicep and refresh. If you see…
-
oh-my-zsh slow on WSL2 git directory
You might notice oh-my-zsh very slow on WSL2 shell, especially when you cd into a directory with git enabled. This can be resolved by running following command
-
git clone error “Operation not permitted” on WSL2 Shell
On a clean installed WSL2 (Windows SubSystem for Linux Gen 2), you might get error “Operation not permitted” when trying to run command git clone on the shell. To resolve this, simple run following commands: You might need to replace the drive letter if you hit error on other drivers.
-
How do I know if my current Windows 10 PC meets the minimum hardware requirements for Windows 11?
If you’d like to see if your current PC meets the minimum system requirements, you can download the PC Health Check app (PC Health Check ). Most Windows 10 PCs currently being sold will be able to upgrade to Windows 11. For the PC to be able to upgrade to Windows 11, it must meet the…
-
Change password from a computer in RDP session
If you want to change password from a computer running windows server in RDP session, you will find Ctrl-Alt-End does not work as its always caught by current session. Follow these steps to change password in RDP session Press Ctrl-Alt-End Select Change Password Input current and new password and press enter
-
Change the default PDF Viewer in Windows 10
When Microsoft Edge is set as your default browser, your PDF viewer will also default to Microsoft Edge. If you would like to change the default application associated with a file type, follow these steps: Go to Settings > System > Default apps Scroll to the end of the dialog Select “Choose default apps by…