{"id":1,"date":"2010-01-14T04:24:35","date_gmt":"2010-01-14T04:24:35","guid":{"rendered":"http:\/\/178.46.87.27\/?p=1"},"modified":"2010-01-15T03:31:13","modified_gmt":"2010-01-15T08:31:13","slug":"hello-world","status":"publish","type":"post","link":"http:\/\/zitstif.no-ip.org\/?p=1","title":{"rendered":"I&#8217;m back to updating web server, not that anyone cares.."},"content":{"rendered":"<p>Yet again, I&#8217;m back to having copious amounts of free time, so being the &#8216;Trying-to-be-productive&#8217; person that I am, thought I would get back to updating my web server.<\/p>\n<p>I&#8217;ve converted over to WordPress due to the simplicity and not having to deal with html or php. Not that I don&#8217;t mind doing that, it&#8217;s just that I would rather quickly update this without the fuss.  Though for more serious modifications to the layout and design, I will edit the appropriate files with good ol&#8217; vi.<\/p>\n<p>I had some serious reservations before converting over to WordPress. One prime example that I clearly remember from last year is:<a class=\"alignleft\" style=\"display: inline !important;\" title=\"http:\/\/wordpress.org\/development\/2009\/08\/2-8-4-security-release\/\" href=\"http:\/\/wordpress.org\/development\/2009\/08\/2-8-4-security-release\/\" target=\"_blank\"><\/a><\/p>\n<p><a title=\"http:\/\/wordpress.org\/development\/2009\/08\/2-8-4-security-release\/\" href=\"http:\/\/wordpress.org\/development\/2009\/08\/2-8-4-security-release\/\" target=\"_blank\">http:\/\/wordpress.org\/development\/2009\/08\/2-8-4-security-release\/<\/a><\/p>\n<p>Other considerations would be the requirements for running WordPress. You need wordpress itself (really?), apache, php, and mysql.<\/p>\n<p>Oh yeah, doesn&#8217;t that look familiar to anyone of you computer geeks out there? LAMP. \ud83d\ude42<\/p>\n<p>You can also use Microsoft IIS or lighttpd.<\/p>\n<p>Visit here to find out the requirements:\u00a0<a href=\"http:\/\/wordpress.org\/about\/requirements\/\">http:\/\/wordpress.org\/about\/requirements\/<\/a><\/p>\n<p>Also the WordPress administration page&#8217;s default authentication is over http which is clear text. So if I&#8217;m not careful and working on my website in a nefarious\/untrusted network I could have my website defaced or better yet, have a php proxy installed without my knowing.<\/p>\n<p>One way to mend this issue is by using ssh and tunneling:<\/p>\n<pre lang=\"bash\">ssh -D 1234 blabla@zitstif.no-ip.org<\/pre>\n<p>After doing this, I open my browser of choice and hope that it supports SOCKS under the proxy settings. Good ol&#8217; loopback, you won&#8217;t judge me. \ud83d\ude42<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone\" title=\"Proxy \" src=\"http:\/\/zitstif.no-ip.org\/proxy.jpg\" alt=\"\" width=\"444\" height=\"462\" \/><\/p>\n<p>You can achieve the same results with <a title=\"http:\/\/www.chiark.greenend.org.uk\/~sgtatham\/putty\/\" href=\"http:\/\/www.chiark.greenend.org.uk\/~sgtatham\/putty\/\" target=\"_blank\">putty<\/a> , if you&#8217;re a Windows user. If you would like to know how to, \u00a0check out:<\/p>\n<p><a href=\"http:\/\/oldsite.precedence.co.uk\/nc\/putty.html\">http:\/\/oldsite.precedence.co.uk\/nc\/putty.html<\/a><\/p>\n<p>One caveat to consider, is that even though your http \/ https traffic will be encrypted over the tunnel, your DNS queries will still be viewable to anyone running a sniffer on the network.<\/p>\n<p>I digress&#8230; anyways..<\/p>\n<p>Before I simply just ran Apache and had a pretty static web page. By the way if you want to see my crappy old lay out feel free to visit:<\/p>\n<p><a title=\"http:\/\/zitstif.no-ip.org\/oldcrap\/\" href=\"http:\/\/zitstif.no-ip.org\/oldcrap\/\" target=\"_blank\">http:\/\/zitstif.no-ip.org\/oldcrap\/<\/a><\/p>\n<p>I will make a link to this as a reminder to myself of things I need to do better.<\/p>\n<p>When I feel motivated and paranoid enough, I&#8217;m going to scrutinize over the source code for my website. As for now though, I&#8217;m not too concerned. By no means am I a high level target of any sort. I&#8217;m just some random person blogging to try to feel important, but realizing that I&#8217;m merely talking to myself.<\/p>\n<p>More updates soon to come, along with tools that may or may not be useful to you!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Yet again, I&#8217;m back to having copious amounts of free time, so being the &#8216;Trying-to-be-productive&#8217; person that I am, thought I would get back to updating my web server. I&#8217;ve converted over to WordPress due to the simplicity and not having to deal with html or php. Not that I don&#8217;t mind doing that, it&#8217;s &hellip; <a href=\"http:\/\/zitstif.no-ip.org\/?p=1\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">I&#8217;m back to updating web server, not that anyone cares..<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[4],"class_list":["post-1","post","type-post","status-publish","format-standard","hentry","category-posts","tag-back-to-updating"],"_links":{"self":[{"href":"http:\/\/zitstif.no-ip.org\/index.php?rest_route=\/wp\/v2\/posts\/1","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/zitstif.no-ip.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/zitstif.no-ip.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/zitstif.no-ip.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/zitstif.no-ip.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1"}],"version-history":[{"count":14,"href":"http:\/\/zitstif.no-ip.org\/index.php?rest_route=\/wp\/v2\/posts\/1\/revisions"}],"predecessor-version":[{"id":3,"href":"http:\/\/zitstif.no-ip.org\/index.php?rest_route=\/wp\/v2\/posts\/1\/revisions\/3"}],"wp:attachment":[{"href":"http:\/\/zitstif.no-ip.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/zitstif.no-ip.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/zitstif.no-ip.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}