Extract with Python3
pip3 install unitypackage_extractor
python3 -m unitypackage_extractor [path/to/your/package.unitypackage]
ref:
https://github.com/Cobertos/unitypackage_extractor
Senior Software Developer with 18+ years of programming experience - 7 years in C/C++, delivering on-time, on-budget multimedia services; 5 years of experience in Java, PHP, JS, HTML5, and 6+ years in Golang, Python and Objective-C. Website: https://blog.gametechtutorial.com
Extract with Python3
pip3 install unitypackage_extractor
python3 -m unitypackage_extractor [path/to/your/package.unitypackage]
ref:
https://github.com/Cobertos/unitypackage_extractor
If you encountered an issue below, your go application on EKS failed to send an HTTP request to other services.
Problem:x509: certificate signed by unknown authority
This is due to fact that your HTTP library failed to read the CA certificate in setting up SSL communication with other services. Then we can suspect missing or incorrect CA certificate is the cause of this problem.
Debug Step:
RUN apk add --update --no-cache ca-certificates
If you use multiple-stage to build go application to reduce the size of the docker image, remember to add the whole folder /etc/ssl/certs to your docker image as below.
FROM scratch
WORKDIR /COPY --from=builder /etc/ssl/certs./etc/ssl/certs
ref:
https://tyricwei.medium.com/x509-certificate-signed-by-unknown-authority-go-docker-eks-f508a49d86f6
NUM_SHARDS = 1000
shard_string_index = str(random.randint(0, NUM_SHARDS - 1))
FriendShip(id=shard_string_index,
user_key='user Id',
friend_key='frind Id')
sudo install nmap
nmap -p 1-65535 -T4 -A -v [Target IP]
sudo apt-get install unattended-upgrades
sudo dpkg-reconfigure unattended-upgrades
sudo apt-get install clamav
sudo freshclam
sudo clamscan --remove=yes -i -r ./