{"id":1635,"date":"2020-10-02T10:29:10","date_gmt":"2020-10-02T08:29:10","guid":{"rendered":"https:\/\/blog.mhasin.eu\/?p=1635"},"modified":"2020-10-02T10:29:24","modified_gmt":"2020-10-02T08:29:24","slug":"bash-generate-email","status":"publish","type":"post","link":"https:\/\/blog.mhasin.eu\/?p=1635","title":{"rendered":"Bash generate email"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>apt install mailutils<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>random-string()\n{\n    cat \/dev\/urandom | tr -dc 'a-zA-Z0-9' | fold -w ${1:-32000} | head -n 1\n}\n\n\n\nrandom-string2()\n{\n    cat \/dev\/urandom | tr -dc 'a-zA-Z0-9' | fold -w ${1:-32} | head -n 1\n}\n\n\n\nfor ii in `seq 1 250`;\ndo\n\n        num=$((200 + RANDOM % 100));\n        echo $num;\n        for i in `seq 1 $num; `;\n        do\n                a=$(random-string);\n                echo $a > test\n                mail -s $(random-string2) test@lab2.tuke.sk &lt; test\n        done\n\nsleep $&#91; ( $RANDOM % 5 )  + 10 ]s\necho \"iteracia\" $ii;\ndone\n<\/code><\/pre>\n<div class=\"pdf24Plugin-cp\"> \t<form name=\"pdf24Form0\" method=\"post\" action=\"https:\/\/doc2pdf.pdf24.org\/wordpress.php\" target=\"pdf24PopWin\" onsubmit=\"var pdf24Win = window.open('about:blank', 'pdf24PopWin', 'resizable=yes,scrollbars=yes,width=600,height=250,left='+(screen.width\/2-300)+',top='+(screen.height\/3-125)+''); pdf24Win.focus(); if(typeof pdf24OnCreatePDF === 'function'){void(pdf24OnCreatePDF(this,pdf24Win));}\"> \t\t<input type=\"hidden\" name=\"blogCharset\" value=\"Cw1x07UAAA==\" \/><input type=\"hidden\" name=\"blogPosts\" value=\"MwQA\" \/><input type=\"hidden\" name=\"blogUrl\" value=\"yygpKSi20tdPyslP18vNSCzOzNNLLQUA\" \/><input type=\"hidden\" name=\"blogName\" value=\"c\/LxdwcA\" \/><input type=\"hidden\" name=\"blogValueEncoding\" value=\"gzdeflate base64\" \/><input type=\"hidden\" name=\"postId_0\" value=\"MzQzNgUA\" \/><input type=\"hidden\" name=\"postTitle_0\" value=\"c0oszlBIT81LLUosSVVIzU3MzAEA\" \/><input type=\"hidden\" name=\"postLink_0\" value=\"yygpKSi20tdPyslP18vNSCzOzNNLLdW3L7A1NDM2BQA=\" \/><input type=\"hidden\" name=\"postAuthor_0\" value=\"y00syfcwNAIA\" \/><input type=\"hidden\" name=\"postDateTime_0\" value=\"MzIwMtA1NNA1MFIwNLACIwA=\" \/><input type=\"hidden\" name=\"postContent_0\" value=\"pVJdS8MwFH3PrzjUurVI1g\/Zw2xXHPiqgo+CsKzNXFjW1CZ14Nx\/N62wrVPwwfsSOOfknHtvQtKq5sgl03rqbCu6kCpf01wV3MnS9shYZSBKbZiU2DAhGyOkToOOSwN7OyO2\/rSpWVmoDdWmFuWr55Mdga2cGQQFfw+abx6fMDVokWPI6MeMPod0MrTgUskCdAt3F93Q6zgMw71FV5xZtERE9m0PvYj4vxm\/BCxVDSHsNjDX\/A0R4nE4T0ihSBfUVtlspq7n2Q5xhafZw93jPS4RhaHvJwcRz1cKrpUeoc76xLljMT8KbAjOitmk3swnEf0ohgyGa\/ODbh8UVOPMKPY7+a1ki3hkmjUf6TUG0iR9l0KVnBAtOa\/gDi4mUQIP7mHqMXzYLUQhXjTpGnGE4TXLBXPgCtFuzhr0\/9IX\" \/> \t\t<a href=\"https:\/\/www.pdf24.org\" target=\"_blank\" title=\"www.pdf24.org\" rel=\"nofollow\"><img src=\"https:\/\/blog.mhasin.eu\/wp-content\/plugins\/pdf24-post-to-pdf\/img\/pdf_32x32.png\" alt=\"\" border=\"0\" height=\"32\" \/><\/a> \t\t<span class=\"pdf24Plugin-cp-space\">&nbsp;&nbsp;<\/span> \t\t<span class=\"pdf24Plugin-cp-text\">Send article as PDF<\/span> \t\t<span class=\"pdf24Plugin-cp-space\">&nbsp;&nbsp;<\/span> \t\t<input class=\"pdf24Plugin-cp-input\" style=\"margin: 0px;\" type=\"text\" name=\"sendEmailTo\" placeholder=\"Enter email address\" \/> \t\t<input class=\"pdf24Plugin-cp-submit\" style=\"margin: 0px;\" type=\"submit\" value=\"Send\" \/> \t<\/form> <\/div>","protected":false},"excerpt":{"rendered":"&nbsp;&nbsp; Send article as PDF &nbsp;&nbsp;\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"arc_restricted_post":false,"footnotes":""},"categories":[4],"tags":[],"class_list":["post-1635","post","type-post","status-publish","format-standard","hentry","category-linux"],"_links":{"self":[{"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=\/wp\/v2\/posts\/1635","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1635"}],"version-history":[{"count":1,"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=\/wp\/v2\/posts\/1635\/revisions"}],"predecessor-version":[{"id":1636,"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=\/wp\/v2\/posts\/1635\/revisions\/1636"}],"wp:attachment":[{"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1635"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1635"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1635"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}