Skip to content

Instantly share code, notes, and snippets.

View JudahSan's full-sized avatar
🎯
Focusing

Judah JudahSan

🎯
Focusing
View GitHub Profile
@JudahSan
JudahSan / README.md
Last active January 30, 2023 09:17
Acer Pop OS installation conundrum

Laptop Specs

  • Acer Aspire E1-572G
  • 8GB memory
  • Intel Core i7-4500U CPU @ 1.80GHZ * 4
  • 500GB HDD

BIOS password reset:

@JudahSan
JudahSan / virtualenv.md
Created February 24, 2023 20:31
Installing VirtualEnv on Windows
  1. Open Command Prompt or PowerShell in Windows.

  2. 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/

@JudahSan
JudahSan / UbuntuNoiseWahala.md
Created February 25, 2023 20:36
Buzz and pop sound Ubuntu 20.04| 22.04 OS

Nilitry hizi to no avail 😮‍💨🤦

  1. In file /etc/pulse/daemon.conf , Edit these lines
; default-sample-rate
; alternate-sample-rate
@JudahSan
JudahSan / summary.md
Created March 20, 2023 14:06
AI, ML/ Computer visions topics I'd like to be included in the workshop classes.

Beginner:

  • Introduction to machine learning and its applications
  • Basic statistical concepts for ML
  • Data preprocessing and feature engineering
  • Supervised learning and classification algorithms
  • Model evaluation and selection

Intermediate:

@JudahSan
JudahSan / README.md
Last active July 6, 2023 22:15
Generic USB to VGA Adapter problems
  • Reddit VGA to USB resources

  • VGA to USB

  • More

  • I am yet to try it on Win OS

  • The adapter is detected by the computer(Ubuntu 22:04) lsusb image

@JudahSan
JudahSan / README.md
Created July 7, 2023 19:47
ROG Strix g531g motherboard conundrum

Problem: Blue screen of death, laptop stopped starting up

Symptoms:

  • The laptop was working normally before the blue screen of death. After the blue screen of death, the laptop no longer starts up. The laptop does not power on, and there is no response when the power button is pressed.

Troubleshooting:

@JudahSan
JudahSan / README.md
Created July 21, 2023 12:11
Ubuntu Network hotspot popup

Why am I getting a Hotspot Login page every time I connect to a network in Ubuntu?

image

Plausible explanation

The Hotspot Login page is a pop-up window that is automatically opened by the NetworkManager service in Ubuntu. This service is responsible for managing your computer's network connections.

@JudahSan
JudahSan / README.md
Last active July 23, 2023 00:28
LocalStorage

🆘localStorage 😱

Problem Statement:

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!

Screenshot from 2023-07-22 21-15-51

@JudahSan
JudahSan / err.log
Last active July 31, 2023 12:52
nairuby jekyll project
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
@JudahSan
JudahSan / merge-to-main.yml
Created August 17, 2023 18:29
Git actions yaml files
name: Merge dev to stage
on:
push:
branches:
- dev
jobs:
merge:
runs-on: ubuntu-latest