Open se162xg opened 4 years ago
if [ -x "$(command -v zip)" ]; then
echo "1"
else
echo "0"
fi
// binary -> hex
$ hexdump -ve '1/1 "%.2x"' binary.data > hex.data
// hex -> binary
$ xxd -r -p hex.data binary.data
cat list.txt | parallel -j50 -q curl -w 'Status:%{http_code}\t Size:%{size_download}\t %{url_effective}\n' -o /dev/null -sk
$ sudo gnome-session-properties
Scan Directory
Base64 Decode
Download All Files from an Online HTTP Directory
Output HTTP Status Code
Upload a File