Recent content by dobeshow

  1. dobeshow

    Oh! NO! Tell Me it ant's so!

    tl;dw: bsd guy is jelous of systemd...
  2. dobeshow

    To swap or not to swap, that is the question.

    https://en.wikipedia.org/wiki/SoftRAM tl;dr: It's some piece of schitware which claimed to double your memory by compressing the data. It didn't work...
  3. dobeshow

    To swap or not to swap, that is the question.

    That always reminds me of the "double your ram" scams in the 90s...
  4. dobeshow

    One process disable, Is it possible?

    Did you try?
  5. dobeshow

    [Problem] Can't boot linux anymore

    You can tell windows to do a restart and boot from other media or get into the uefi setup. No idea where you do this though...
  6. dobeshow

    Solved YouTube's Anti-Adblock With uBlock Origin

    Since hardware accelerated video decoding in browsers is still a nightmare, i use mpv and yt-dlp to watch youtube. no ads there either. #!/bin/zsh # YTDLP_OPTIONS=( -4 -f "bv*+ba" --proxy "http://xxxxxxxxx:xxxx" --cookies ~/.config/yt-cook.txt ) yt-dlp -q -o - "$@"...
  7. dobeshow

    surround 5.1 combine ports

    There are devices which can decode hdmi audio to analog audio. You'd need such a device and then combine the different sinks to one (with 6 channels). Last time i checked it was around 20 bucks.
  8. dobeshow

    simple math , what am I missing ?

    Your initial try would have set an environment varialbe called "OLD" to nothing and with that, execute the stuff after the space (without setting the variable with the result). The 2 values are the direct output of snmpwalk -v2c -c AE4ML 192.168.20.254 | grep 'iso.3.6.1.2.1.31.1.1.1.6.2 =' | awk...
  9. dobeshow

    Linux on SSD

    I suspect grub... This is for arch but should work on any distro.
  10. dobeshow

    Linux on SSD

    There should not be such a thing. It's about the controller, not the drive. It might even be a uefi related issue.
  11. dobeshow

    Is Debian Dying?

    If you're using virtual box, you need to set up a network bridge to the real network card...
  12. dobeshow

    Cogent Computer Systems CSB703 / CSB733 SBC

    I was lucky and got a pi4 with 8gb before the rona hit for around 80 bucks. i was so tempted to sell it for more than double this amount. but then again, i also wanted to use it :D
Top