Search results

  1. treeshateorcs

    Wallpaper changer - Favorite links (image repositories)?

    look up apod (astronomy picture of the day) from nasa, that's what i use
  2. treeshateorcs

    What was your first Linux distribution and version of that distribution?

    backtrack 2 (former kali linux), back in 2007
  3. treeshateorcs

    My Last Silly Question...For November Anyway

    i've used it for OCR
  4. treeshateorcs

    My Last Silly Question...For November Anyway

    no, i wrote it myself, i picked ideas from here and there and the result is this script do what?
  5. treeshateorcs

    My Last Silly Question...For November Anyway

    honestly, i have no idea what i'm doing. i'm no bash programmer. but it works
  6. treeshateorcs

    My Last Silly Question...For November Anyway

    here's my little script that works well with the i3 wm #!/usr/bin/env bash langs=(eng ara chi_sim chi_tra deu ell fin heb hun jpn kor nld rus tur) lang=$(printf '%s\n' "${langs[@]}" | dmenu "$@") maim -us | tesseract --dpi 145 -l eng+${lang} - - | xsel -bi #grim -g "$(slurp)" - | tesseract...
  7. treeshateorcs

    Do You Encrypt Your DNS ?

    instead of entering these two commands, one will suffice
  8. treeshateorcs

    Today's article has you making (taking?) a website screenshot from the terminal...

    you can use firefox for this, and even chrome (iirc) has a command line switch to achieve this
  9. treeshateorcs

    Meme Distros

    uwuntu
  10. treeshateorcs

    Which Distro Suits Me Best (on an iMac)

    only for the m1/m2 based macs, not intel
  11. treeshateorcs

    Where to find package?

    i don't know how it's done in debian, but if you know the path of a file and you need to know what package it belongs to, it's very easy do pacman -Fy to update the database and then pacman -F /usr/bin/{binary} and it will tell you the package it can be any file
  12. treeshateorcs

    Where to find package?

    arch is the best distro imo. the sanest packaging policy
  13. treeshateorcs

    Asahi Linux

    No, it's not there. I think it's a level below grub
  14. treeshateorcs

    Asahi Linux

    Let's talk about Asahi Linux here. I'll start off with a question: how do I remove all those diagnostics from when AL boots (e.g. u-boot stuff, etc), and only leave the AL's logo on the screen?
  15. treeshateorcs

    The microphone does not record the first second of speech.

    i suggest you try switching to pipewire, if you haven't already
  16. treeshateorcs

    Distribution suggestion for old laptop

    thank you @wizardfromoz ! and I am :)
  17. treeshateorcs

    Distribution suggestion for old laptop

    surprised to see no mentions of alpine, as it's based on a lightweight C's standard library (must-libc)
Top