{"id":88,"date":"2013-08-13T05:27:07","date_gmt":"2013-08-13T05:27:07","guid":{"rendered":"http:\/\/blog.ignoranthack.me\/?p=88"},"modified":"2014-03-30T22:50:04","modified_gmt":"2014-03-30T22:50:04","slug":"the-short-list-1","status":"publish","type":"post","link":"http:\/\/blog.ignoranthack.me\/?p=88","title":{"rendered":"The Short List:  #1"},"content":{"rendered":"<p>Like the subtitle says, these should be obvious, but I&#8217;m forever looking them up.<\/p>\n<p>#1:\u00a0 Find files in a perforce checkout that are not checked in or are modified:<br \/>\n<strong>for file in `p4 diff -f -sa`; do p4 diff -f $file; done<\/strong><\/p>\n<p>#2 Crosscompile FreeBSDi386 on amd64, its stupid simple, but I can never remember:<br \/>\n<strong>TARGET=i386 TARGET_ARCH=i386 MAKEOBJDIRPREFIX=\/var\/tmp make -s -j16 buildworld<\/strong><br \/>\n<strong>TARGET=i386 TARGET_ARCH=i386 MAKEOBJDIRPREFIX=\/var\/tmp make -s -j16 buildkernel KERNCONF=PAE<\/strong><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Like the subtitle says, these should be obvious, but I&#8217;m forever looking them up. #1:\u00a0 Find files in a perforce checkout that are not checked in or are modified: for file in `p4 diff -f -sa`; do p4 diff -f $file; done #2 Crosscompile FreeBSDi386 on amd64, its stupid simple, but I can never remember: [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ngg_post_thumbnail":0,"_share_on_mastodon":"0"},"categories":[2],"tags":[],"share_on_mastodon":{"url":"","error":""},"_links":{"self":[{"href":"http:\/\/blog.ignoranthack.me\/index.php?rest_route=\/wp\/v2\/posts\/88"}],"collection":[{"href":"http:\/\/blog.ignoranthack.me\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/blog.ignoranthack.me\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/blog.ignoranthack.me\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/blog.ignoranthack.me\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=88"}],"version-history":[{"count":2,"href":"http:\/\/blog.ignoranthack.me\/index.php?rest_route=\/wp\/v2\/posts\/88\/revisions"}],"predecessor-version":[{"id":188,"href":"http:\/\/blog.ignoranthack.me\/index.php?rest_route=\/wp\/v2\/posts\/88\/revisions\/188"}],"wp:attachment":[{"href":"http:\/\/blog.ignoranthack.me\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=88"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/blog.ignoranthack.me\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=88"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/blog.ignoranthack.me\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=88"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}