chez14's Notes

  • Pages
    • ID Cloud Provider Testimonial
  • DAXA Sedna SL1: No Audio on Ubuntu

    If you’re using the headset using the provided USB Dongle on that bag, you might not hear any audio, even when your system audio sets to 100%, pavucontrol set to this DAC and volume is 100%. Apparently it’s because Alsa thought it’s better to set the volume to 0%. So all you need to do…

    2024-06-03
  • Angular2: `ChangeDetectorRef` is not injectable on Tests

    ChangeDetectorRef cannot be injected on test bed! You’ll need to directly spy on them. References:

    2024-05-30
  • escpos-rs: Access denied

    Opening connection code: Error: Problem: The printer is owned by group lp and you need current user to be in that group.

    2024-05-22
  • SeaORM: Enum on with DerivePrimaryKey and DeriveEntityModel Error

    SeaORM error on Composite Primary Key Enum with #[derive(DerivePrimaryKey)] in a model with #[derive(DeriveEntityModel)] errors: The fix: Remove the DerivePrimaryKey on the enum. Here’s the patch:

    2024-05-09
  • Ubuntu: Force Refresh APT

    While updating, I got the following error: After checking the PPA page, apparently OBS Studio has been updated to 30.1.1, and the lists that I currently have is outdated. So all I need to do is to clear the apt list, then retry the update. Source: https://unix.stackexchange.com/a/575356/278321

    2024-03-31
  • Bahasa Indonesia Translation Glossary Glossarium

    Indonesian Gorverment-related: Technical Documents (mostly for software engineering):

    2024-03-18
  • Ubuntu: Random freeze due to i915 [CRTC …] flip_done timed out

    Device: Solution: To try: To learn more:

    2024-02-16
  • Windows: Disable Internet Requirement on Windows Setup

    Just use Rufus:

    2024-02-16
  • Ubuntu: Disable ‘Pro’ Prompt on Updater/APT

    First Solution: Source: https://askubuntu.com/a/1435437/647986 Second Solution: Source: Third Solution: Source: https://askubuntu.com/a/1434762/647986 Other Resort https://github.com/Skyedra/UnspamifyUbuntu

    2024-02-16
  • SSH: Warn as Production

    Ideas:

    2024-02-05
←Newer Posts Older Posts→

chez14's Notes

Proudly powered by WordPress