Getting 401 unauthorized on Asterisk Login in spite of correct creds in PJSIP.Conf
Rest all being good, the issue was the credentials from chan_sip module (sip.conf) were being picked up. Do these: Sreekumar KjSreekumar (KJ) has been a hobby p...
Rest all being good, the issue was the credentials from chan_sip module (sip.conf) were being picked up. Do these: Sreekumar KjSreekumar (KJ) has been a hobby p...
Deployed systems have a knack for humbling even experienced engineers. You trust your stack—until one morning it silently fails. Last week, during DheeGPT’s dev...
To enable the back light LEDs of the Live Tech keyboard in Ubuntu follow these steps sudo apt install brightnessctl sudo brightnessctl -ls #note the scrolllock ...
I had recently upgraded my laptop from Ubuntu 20.04 from 22.04. Once restarted after the upgrade, my laptop just wouldn’t connect to any network (LAN/Wifi/USB t...
Problem: After installing chromadb, when we try to start it using the command chroma run --host localhost --port 8000 --path /home/user/chromadata Its give this...
Follow these: sudo chmod -R 777 . #incase sudo trapped at install time.ionic capacitor copy ioscp -r build/static ios/App/App/public/{custom-context-path-if-any...
Yes, a component that does the job well. Code below, customise for your use case. Note: It does not use the “cordova-plugin-qrscanner” which is broken at the ti...
Run this command, (assuming the format and mounting was done correctly). sudo resize2fs /dev/{device} Kj Sreekumar KjSreekumar (KJ) has been a hobb...
Here are the steps you can follow to upgrade NodeJS on an Ubuntu system. sudo rm -rf /usr/local/bin/npm /usr/local/share/man/man1/node* ~/.npm sudo rm -rf /usr/...
Install Cordova npm install cordova -g Create a Cordova project cordova create ReactBasedPhoneApp Open package.json of the existing ReactJS App.Copy the section...