So my day has started like this:
I'm ssh'd into a pretty locked down server in a data center.
This server runs an instance of Wordpress that I ha...
For further actions, you may consider blocking this person and/or reporting abuse
I've been in a locked down Docker container for a GitLab runner. Didn't feel like atp-get, yum, or apk installing unzip. You don't need that script, you can run Python's unzip as a module...
python -m zipfile whatever.zip
... Or something like that.
Hey Eric,
I tried this and it didn't work locally or on the server.
Can you clarify?
Try just
python3 -e wp-fileIwant.zip .
tried it.
got unknown option -e as a response...
Sorry, some words were missed. The correct line is:
python3 -m zipfile -e wp-fileIwant.zip .
tar can also be used for decompressing zip files in most cases
Totally forgot about tar!
Have you heard about ssh keys? ;p
If you are referring to adding my key to ssh-agent, I just did that.
Thanks for the tip.
Cute story. Made me smile. Took my mind off the grind for a second.
Glad to hear!
Awesome write-up. Thanks, Alvin.
thanks. appreciated.