rcmaehl / LinuxLiveUSBCreator

A fork of Thibaut Lauzièr's Linux Live USB Creator
https://fcofix.org/LinuxLiveUSBCreator
GNU General Public License v3.0
23 stars 7 forks source link

SHA/CRC/MD5 Verification URLs #1

Open rcmaehl opened 3 years ago

rcmaehl commented 3 years ago
micwoj92 commented 3 years ago

ElementaryOS is not really paywalled, you can just type 0 in the field and get the download url

https://ams3.dl.elementary.io/download/MTYxOTQxMjQwNA==/elementaryos-5.1-stable.20200814.iso

Shasums are available on website, I am not sure about the MTYxOTQxMjQwNA== part, if it's some temporary token or something different.

rcmaehl commented 3 years ago

https://ams3.dl.elementary.io/download/MTYxOTQzOTcxNg==/elementaryos-5.1-stable.20200814.iso

ElementaryOS is not really paywalled, you can just type 0 in the field and get the download url

https://ams3.dl.elementary.io/download/MTYxOTQxMjQwNA==/elementaryos-5.1-stable.20200814.iso

Shasums are available on website, I am not sure about the MTYxOTQxMjQwNA== part, if it's some temporary token or something different.

It appears to be a download counter or increasing value. You get https://elementary.io/410 once they expire. Just tried to download myself and got MTYxOTQzOTcxNg==

This makes your link 1619412404 and mine 1619439716. If I can make a rough prediction of what the number should be each day I can probably work around this.

micwoj92 commented 3 years ago

It seems to be unix epoch time, my link would be Mon Apr 26 04:46:44 2021 UTC and yours Mon Apr 26 12:21:56 2021 UTC

rcmaehl commented 3 years ago

It seems to be unix epoch time, my link would be Mon Apr 26 04:46:44 2021 UTC and yours Mon Apr 26 12:21:56 2021 UTC

You appear to be right. Easy bypass then ;)

micwoj92 commented 3 years ago

Request(I think it's right place for this)

  1. Rocky Linux
  2. Oracle Linux
  3. Since Windows is there why not put some of popular BSD variants? ;)
  4. Change mint under Debian category to LMDE since it's the right name (Linux Mint Debian Edition)

Thought: Already start removing support for deprecated distros in code and from this list, will make it easier to overview in my opinion.

rcmaehl commented 3 years ago

Request(I think it's right place for this)

  1. Rocky Linux
  2. Oracle Linux
  3. Since Windows is there why not put some of popular BSD variants? ;)
  4. Change mint under Debian category to LMDE since it's the right name (Linux Mint Debian Edition)

Thought: Already start removing support for deprecated distros in code and from this list, will make it easier to overview in my opinion.

3.0 TODO:

rcmaehl commented 3 years ago

But yeah, I'll be going through to remove deprecated distros from the list. Updated LMDE listing above though

micwoj92 commented 3 years ago

I know about the roadmap, was just wondering if this issue is good place to request to add new distros or if new one should be created later.

W dniu środa, 28 kwietnia 2021 Robert C. Maehl @.***> napisał(a):

Request(I think it's right place for this)

  1. Rocky Linux
  2. Oracle Linux
  3. Since Windows is there why not put some of popular BSD variants? ;)
  4. Change mint under Debian category to LMDE since it's the right name (Linux Mint Debian Edition)

Thought: Already start removing support for deprecated distros in code and from this list, will make it easier to overview in my opinion.

3.0 TODO:

  • Add popular distros that may not have been listed
    • If possible, list popular distros from TorrentWatch/Other Service automatically

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/rcmaehl/LinuxLiveUSBCreator/issues/1#issuecomment-828539588, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK3YG4XDUU65PHBGNOTN4TTTLARARANCNFSM43RLLT6Q .

micwoj92 commented 3 years ago

Next time I will put more effort and give the urls for downloads and file sums.

Or maybe it will be better to already make issues for every point from todo list that will require more planning?

W dniu środa, 28 kwietnia 2021 Michał @.***> napisał(a):

I know about the roadmap, was just wondering if this issue is good place to request to add new distros or if new one should be created later.

W dniu środa, 28 kwietnia 2021 Robert C. Maehl @.***> napisał(a):

Request(I think it's right place for this)

  1. Rocky Linux
  2. Oracle Linux
  3. Since Windows is there why not put some of popular BSD variants? ;)
  4. Change mint under Debian category to LMDE since it's the right name (Linux Mint Debian Edition)

Thought: Already start removing support for deprecated distros in code and from this list, will make it easier to overview in my opinion.

3.0 TODO:

  • Add popular distros that may not have been listed
    • If possible, list popular distros from TorrentWatch/Other Service automatically

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/rcmaehl/LinuxLiveUSBCreator/issues/1#issuecomment-828539588, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK3YG4XDUU65PHBGNOTN4TTTLARARANCNFSM43RLLT6Q .

rcmaehl commented 3 years ago

I'll probably be making a new issue for requesting distros later on. I have to get the existing 113+ sorted out first.

smaragdus commented 2 years ago

@rcmaehl

What about adding Devuan to Debian Variants? Beside Releases there are also Mirrors.

Off-topic- I am glad that someone is trying to resurrect once popular and useful project!

rcmaehl commented 2 years ago

@rcmaehl

What about adding Devuan to Debian Variants? Beside Releases there are also Mirrors.

Off-topic- I am glad that someone is trying to resurrect once popular and useful project!

Sure. I'll eventually be creating definition files so distros aren't hard coded. This will allow people to download updated files (or create their own!) without having to update the program itself, which was a downfall for the original app.