{"id":1168,"date":"2018-07-16T09:05:20","date_gmt":"2018-07-16T08:05:20","guid":{"rendered":"https:\/\/solidt.eu\/site\/?p=1168"},"modified":"2018-07-16T09:11:23","modified_gmt":"2018-07-16T08:11:23","slug":"linux-desktop-notifications","status":"publish","type":"post","link":"https:\/\/solidt.eu\/site\/linux-desktop-notifications\/","title":{"rendered":"Linux Desktop notifications"},"content":{"rendered":"<p>Source:\u00a0https:\/\/www.maketecheasier.com\/desktop-notifications-for-linux-command\/<\/p>\n<pre class=\"lang:sh decode:true\">#! \/bin\/bash\r\n \r\nif sudo apt install $1; then\r\n    notify-send \"Install Successful!\" \"$1 installed successfully\" -u normal -t 5000 -i checkbox-checked-symbolic;\r\nelse\r\n    notify-send \"Install Failed\" \"$1 failed to install\" -u critical -i error;\r\nfi<\/pre>\n<pre class=\"lang:sh decode:true \">ssh -X user@192.168.0.112 'DISPLAY=:0 notify-send \"HAHA I'm In Your Computer!\" \"Deleting all your stuff!\" -u critical -i face-worried'<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Source:\u00a0https:\/\/www.maketecheasier.com\/desktop-notifications-for-linux-command\/ #! \/bin\/bash if sudo apt install $1; then notify-send &#8220;Install Successful!&#8221; &#8220;$1 installed successfully&#8221; -u normal -t 5000 -i checkbox-checked-symbolic; else notify-send &#8220;Install Failed&#8221; &#8220;$1 failed to install&#8221; -u critical -i error; fi ssh -X user@192.168.0.112 &#8216;DISPLAY=:0 notify-send &#8220;HAHA I&#8217;m In Your Computer!&#8221; &#8220;Deleting all your stuff!&#8221; -u critical -i face-worried&#8217; &nbsp;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[8],"tags":[],"class_list":["post-1168","post","type-post","status-publish","format-standard","hentry","category-other-scripts"],"_links":{"self":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/1168","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/comments?post=1168"}],"version-history":[{"count":2,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/1168\/revisions"}],"predecessor-version":[{"id":1173,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/1168\/revisions\/1173"}],"wp:attachment":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/media?parent=1168"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/categories?post=1168"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/tags?post=1168"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}