https://docs.zfsbootmenu.org/en/latest/guides/ubuntu/noble-uefi.html
#cloud-config
autoinstall:
version: 1
locale: en_US
keyboard:
layout: us
variant: ''
# Identity settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// บอทปั้มเงิน TLM เกม Alien Worlds (เงินจะเอาไปแลกเงินจริงใน Binance ได้) | |
// ไว้ทดสอบเฉย ๆ อย่าเอาไปใช้จริง คนเขียนไม่รับผิดชอบต่อบั๊กใด ๆ ทั้งสิ้น | |
// | |
// วิธีใช้: | |
// 1. สมัคร + เข้า https://play.alienworlds.io/ | |
// 2. ต้องเคย mine แบบ manual ก่อน 1 ครั้ง | |
// 3. ก๊อปสคริปท์นี้ไปแปะใน Console (F12) | |
// น่าจะมีบั๊กพวก rate limit อะไรทั้งหลาย กับ if/loop บางอันเอาออกได้ | |
// ลองรันเล่น ๆ 5 ชม จาก user เปล่า ๆ ได้มา 8 TLM (ขึ้นกับดวงและอื่นๆด้วยมั่ง) | |
// ใครว่าง ๆ แก้เป็นยิงเข้า API โดยตรงไม่ผ่าน JS น่าจะเสถียรกว่าเยอะมาก |
Download ISO from here
- choose
void-live-x86_64-YYYYMMDD.iso
- as of this writing (2020-03-20) the newest one isvoid-live-x86_64-20191109.iso
- tested on VirtualBox 6.1 with the folllowing parameters:
- system: chipset: ICH9, enable EFI, RAM: 2GB, 2 CPUs, enable nested VT-x/AMD-V
- 3 SATA hard disks hanging of AHCI controller - 2 for mirror and the other 10GB for temp installation
- IDE-CD-Rom on IDE PIIX4 controller.
References:[ manjaro-cli-install | john_ransden-arch on ZFS | arch-systemd-boot-wiki ]
- Start from manjaro architect [ download ]
- login as
manjaro
passwordmanjaro
- Install necessary packages:
sudo -i # become root systemctl enable --now systemd-timesyncd # sync time using NTP
- on web: create project on github
- on dev machine,
cd
todev
directory on target machine:git clone https://github.com/username/project1
will pull all files todev/project1
directory - on dev machine, do the following: from here
- create a per project credential:
git config credential.helper store
- create a global credential:
git config --global credential.helper store
sudo chmod 755 /home/username/.config
- set email:
git config user.email "[email protected]"
- create a per project credential:
- generate new personal token using this instructions -- make sure to check boxes on repo and gists