Raspberry Pi Offline Wikipedia Database (Kiwix Server)

Поділитися
Вставка
  • Опубліковано 24 лип 2024
  • Intro 00:00
    What is Kiwix? 02:21
    Hardware 02:45
    Build 04:42
    Setting it up! 06:56
    Time for some command prompts! 07:20
    Let's see if it works! 13:25
    Final thoughts 15:01
    THE FOLLOWING AMAZON LINKS ARE AFFILIATED, HOWEVER, THEY ARE THE EXACT SAME PRODUCTS I USED IN THIS VIDEO
    Screen: amzn.to/3fAy2J6
    Hdmi to micro hdmi: amzn.to/3c9KQ7o
    90 Degree USB adapter: amzn.to/3wQYDHT
    Wireless mouse (includes keyboard, can be used in conjunction): amzn.to/3c9rjE5
    512GB Micro SD card: amzn.to/3fZQycR
    Condition 1 case: amzn.to/2TqYY5r
    Raspberry Pi 400: amzn.to/2SIeklZ
    Websites used:
    Raspberry Pi OS: www.raspberrypi.org/software/
    Guide: www.rickmakes.com/locked-down...
    Kiwix-serve: www.rickmakes.com/locked-down...
    Kiwix-mainpage: wiki.kiwix.org/wiki/Main_Page
    -----------------------COMMANDS---------------------------
    FOR BLACK BORDERS IN OS:
    sudo nano /boot/config.txt
    FOR SERVER INSTALL:
    tar -zxvf kiwix-tools_linux-armhf*.tar.gz
    sudo mv kiwix-tools_linux-armhf-*/* /usr/local/bin/
    sudo mv YOURFILENAMEHERE.zim /var/local/
    sudo nano /etc/systemd/system/kiwix.service
    [Unit]
    Description=Kiwix Service
    After=network.target
    [Service]
    Type=simple
    User=root
    Group=root
    ExecStart=/usr/local/bin/kiwix-serve -mb /var/local/YOURFILENAMEHERE.zim -p 8080
    Restart=always
    RestartSec=3
    [Install]
    WantedBy=multi-user.target
    ctrl+x, y, enter
    sudo systemctl enable kiwix
    sudo systemctl start kiwix
  • Наука та технологія

КОМЕНТАРІ • 12

  • @diytechchannel2122
    @diytechchannel2122 2 роки тому +4

    Dude thank you so much finally someone who is explaining what to do... All other's just show off their final design and give vage instructions! Thanks again for taking for time in explaining then showing

  • @teenagestacker6063
    @teenagestacker6063 2 місяці тому

    It would be really cool to add a metal or foil barrier inside of the case as well so that it also acts as a faraday cage. If anything were to happen where electronics were down you would be one of the few people on earth with all of this information. It's a worst case scenario obviously but a cool thing to add I think!

  • @misty_radio4958
    @misty_radio4958 2 роки тому +7

    Why are there no comments this is underrated also top notch editing mate love your work

  • @RoboKestrel
    @RoboKestrel 2 роки тому

    Very helpful. I also appreciate that you used the Pi 400, as that's the only one I can purchase at this point!

  • @mattk4333
    @mattk4333 Рік тому +3

    I followed all these steps exactly and when I put my ip:8080 I get ERR_CONNECTION_REFUSED , any ideas ?

  • @cgardinerphoto
    @cgardinerphoto 2 роки тому

    thanks for your video! have you tried keeping the zims on a separate media like an external hard drive? I'm hoping it will work out the same but i want to store a bunch more than the boot microsd would allow.

  • @corneus5322
    @corneus5322 Рік тому

    Before you hit Write in raspi imager you can hit the cog and set a bunch of basic settings from the getgo like users, wifi ssh etc

  • @ajnelson336
    @ajnelson336 Рік тому

    Great video!
    I downloaded multiple .zim files but I can only get one to load in Kiwix at a time. Do you just paste the files next to one another or do I need to separate them with a character? Referencing your comment at 15:00. Thanks!
    Thanks!

  • @Oclb
    @Oclb Рік тому

    when i get to sudo systemctl start kiwix i get "bad unit file setting" anybody run into this or have any suggestions

  • @dkrol997
    @dkrol997 Рік тому

    Is this still current? And can I download my .zim files on a windows of then transfer the files?