- Acer Aspire E1-572G
- 8GB memory
- Intel Core i7-4500U CPU @ 1.80GHZ * 4
- 500GB HDD
BIOS password reset:
Open Command Prompt or PowerShell in Windows.
Install virtualenv by typing the following command:
pip install virtualenv
If you don't have pip installed, you can download it from the official website: https://pip.pypa.io/en/stable/installing/
/etc/pulse/daemon.conf , Edit these lines; default-sample-rate
; alternate-sample-rate
Reddit VGA to USB resources
I am yet to try it on Win OS
Troubleshooting:
The localStorage for this sample app, Simple ATM Simulator , is acting all wonky! While I can store the keys just fine, I'm hitting a brick wall when it comes to saving the values!
| jooda@jooda:~/RubymineProjects/nairuby_duka$ bundle exec jekyll build -d public | |
| Configuration file: /home/jooda/RubymineProjects/nairuby_duka/_config.yml | |
| DEPRECATION WARNING: You are using a deprecated processor interface Jekyll::Assets::Addons::Processors::Liquid. | |
| Please update your processor interface: | |
| https://github.com/rails/sprockets/blob/master/guides/extending_sprockets.md#supporting-all-versions-of-sprockets-in-processors | |
| (called from block in <top (required)> at /home/jooda/RubymineProjects/nairuby_duka/vendor/ruby/3.0.0/gems/jekyll-assets-2.1.3/lib/jekyll/assets/addons/processors/liquid.rb:30) | |
| DEPRECATION WARNING: You are using a deprecated processor interface Jekyll::Assets::Addons::Processors::Liquid. | |
| Please update your processor interface: | |
| https://github.com/rails/sprockets/blob/master/guides/extending_sprockets.md#supporting-all-versions-of-sprockets-in-processors |
| name: Merge dev to stage | |
| on: | |
| push: | |
| branches: | |
| - dev | |
| jobs: | |
| merge: | |
| runs-on: ubuntu-latest |