Run HentaiAtHome On Portable External Hard Drive

Install Required Tools

sudo apt-get install screen

sudo apt-get install vim

sudo apt-get install openjdk-9-jdk

sudo apt-get install openjdk-9-jre

Auto Mount External Hard Drive

  1. Use df -h command to check the disk and free space on the system

  2. Use lsblk command to show the hard disk partition status and partition

  3. Use sudo fdisk -l to view details of the hard drive and volume

    The /dev/sda is the external dard drive

  4. Use sudo fdisk /dev/sda to edit the external hard drive, first d and then w to delete the partition table and disk on the hard disk

  5. Once again, use sudo fdisk /dev/sda to build disk partition
    First type n
    Next type p
    And type 1
    Then press enter twice, if it shows contains a ext4 signature message,
    just type Y to countine, finally type w to build partition on the hard disk

  6. Use sudo mkfs.ext4 /dev/sda1 to format the partition into Ext4

  7. Use sudo mkdir /media/hd to create a folder, then the external hard drive will be mounted here

  8. Use sudo chmod 777 /media/hd to give it permission

  9. Use ls -lh /dev/disk/by-uuid can see the UUID of the hard disk and partition

  10. Use sudo blkid /dev/sda1 to list UUIDs of external hard drive partitions

  11. Remember the UUID of external hard drive, then use sudo vim /etc/fstab to edit fstab to let raspberry pi automatically mount the external hard drive after boot

    you will see this: then press i, the -- INSERT -- will display at buttom, it means now this file can be edit type UUID=YOURUUID /media/hd ext4 defaults 0 2 then press ESC, you will see that -- INSERT -- disappear now type :wq, then press enter

  12. Use sudo reboot to reboot the device, and then use df -h to check if the external hard drive has been mounted

  13. Now use sudo mkdir /media/hd/hath to create a folder, and use sudo chmod 777 /media/hd/hath to give it permission

Set up the server

You can use set-hath.sh to set up HentaiAtHome automatically

bash -c "$(curl https://raw.github.com/carry0987/Raspberry-Pi-Repo/master/HatH/set-hath.sh)"

Or just follow the tutorial below

  1. Use cd /media/hd/hath to go to hath folder, then use sudo wget https://repo.e-hentai.org/hath/HentaiAtHome_1.6.2.zip to download the H@H

  2. Use sudo unzip HentaiAtHome_1.6.2.zip to unzip H@H files

  3. Use screen to start terminal in background you will see this just press enter to start

  4. Use sudo java -jar HentaiAtHome.jar to start H@H

  5. Enter your Client ID and Client Key

  6. Running

  7. Now press Ctrl + A and then press D to detach H@H

  8. Finish

Copyright © carry0987 all right reserved,powered by GitbookLast Modified : 2024-04-08 11:07:13

results matching ""

    No results matching ""