Recent content by Youtubuntu

  1. Y

    favorite linux distro?

    Ah, sorry. I haven't used a forum in 10 years, so not familiar with conventions - I though October 2020 is recent enough to be not considered necroposting.
  2. Y

    Official MediCat USB - A Multiboot Linux USB for PC Repair

    Yes of course I understand. Keeping the current feel of the project is probably among the best possible reasons to not put it on a bigger, more standardized platform. For me as a GBAtemp-outsider it is more frustrating to interact and use this project, but as this belongs to you, it is...
  3. Y

    Gaming How can you compare the checksums of two files in Linux?

    I think the shortest option is: echo "$1 $2" | sha256sum -c Where $1 is your given hash and $2 is path to file For example: echo "d255e6a1d190c193ddd010cdc49d496e9da972891c0f5d3ab3d3f647970d1835 /home/username/Downloads/ventoy-1.0.31-linux.tar.gz" | sha256sum -c A great terminal lets you add...
  4. Y

    GA990FX - Linux No Network?

    For grub-related tasks I recommend using GUI-based grub-customizer unless you're already an advanced user. It handles some stuff for you and I feel makes grub-related tasks safer. But it is useless in case of systemd-boot.
  5. Y

    favorite linux distro?

    I like KDE - so Kubuntu has been my home. I hope to try living on Arch eventually. Also my partner uses ElementaryOS which is quite charming sometimes as well.
  6. Y

    [Essentials] Linux Software

    CLI - command line (user) interface GUI - graphical user interface Essential: filelight - Visualize disk usage qtqr - Basic QR encoder/decoder qbittorrent - A torrent client very similar to uTorrent, but no ads + open-source lm-sensors - CLI tool for getting sensor output (rpm, temperatures)...
  7. Y

    Official MediCat USB - A Multiboot Linux USB for PC Repair

    Hey Jayro. Not sure if you saw my previous post, because using and understanding forums is pretty hard if you haven't done that in the last 10 years. :D But I wanted to add some points (and repeat a few in parentheses) about making the the project open-source and hosting it on Github or Gitlab...
  8. Y

    Official MediCat USB - A Multiboot Linux USB for PC Repair

    Hello. Really cool to hear someone picking up HBCD-s legacy. May your sailing always be smooth! 1. I noticed you link to Alternativeto.net. I think you would rather want the link not to be to alternatives of MediCat USB but to the about page instead. EDIT: Seems fixed. 2. Secondly I was...