Recent content by tinfoil-hat

  1. tinfoil-hat

    الاختراق

    why not mint?
  2. tinfoil-hat

    Solved Apt Mirror

    I pretty much just followed this one https://www.padok.fr/en/blog/debian-mirrors-aptly
  3. tinfoil-hat

    Solved Apt Mirror

    Aptly works for me, but only if I create an gpg key and import that key on my client machine. Would you like a Howto?
  4. tinfoil-hat

    Solved Apt Mirror

    I did that this time on purpose, because I didn't find this in my folder structure
  5. tinfoil-hat

    Solved Apt Mirror

    just discovered https://www.aptly.info/ let's see if it's working, packages are downlaoding right now
  6. tinfoil-hat

    Solved Apt Mirror

    Nearly correct. but point 2 is wrong. I put the official Debian Mirror in mirror.list as it should be. And the archives are just some megabytes, so no way, that all the packages fit in there
  7. tinfoil-hat

    Solved Apt Mirror

    I have seen this, but when I asked, how to proper download the mirror, so I get the right folder structure, no one gave me an solution
  8. tinfoil-hat

    Solved Apt Mirror

    seems like I am on a kind of blacklist when I tried to download via script above. I can't even upgrade from my main workstation without vpn anymore
  9. tinfoil-hat

    Solved Apt Mirror

    I've followed this one https://unix.stackexchange.com/questions/541546/create-debian-local-repository-with-sub-repositories-main-non-free, here's my mirror.sh #!/bin/bash # sourcehost: choose a mirror in your proximity! HOST=ftp.us.debian.org; # destination directory...
  10. tinfoil-hat

    Solved Apt Mirror

    could anyone walk me through this? it seems very complicated. I don't want to make mistakes, since I'd download over 100GB with each try
  11. tinfoil-hat

    Solved Apt Mirror

    I already looked over this, I couldn't discover anything useful in my case
  12. tinfoil-hat

    Solved Apt Mirror

    Maybe someone else knows how to create a proper offline mirror :(
  13. tinfoil-hat

    Solved Apt Mirror

    here's my mirror.list ############# config ################## # # set base_path /var/spool/apt-mirror # # set mirror_path $base_path/mirror # set skel_path $base_path/skel # set var_path $base_path/var # set cleanscript $var_path/clean.sh # set defaultarch <running host...
  14. tinfoil-hat

    Solved Apt Mirror

    what should i do different instead running apt-mirror?
  15. tinfoil-hat

    Solved Apt Mirror

    still no luck └─$ sudo apt update Holen:1 http://127.0.0.1/debian bookworm InRelease [151 kB] OK:2 http://repository.spotify.com stable InRelease OK:3 https://brave-browser-apt-release.s3.brave.com stable InRelease...
Top