WordPress database error: [Disk full (/tmp/#sql-temptable-1-2596dc-2c2d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `markjacobsen_options`

{"id":782,"date":"2014-11-10T08:30:00","date_gmt":"2014-11-10T13:30:00","guid":{"rendered":"http:\/\/markjacobsen.net\/?p=782"},"modified":"2014-11-09T21:56:18","modified_gmt":"2014-11-10T02:56:18","slug":"checking-maintaining-linux-disk-space","status":"publish","type":"post","link":"https:\/\/markjacobsen.net\/2014\/11\/checking-maintaining-linux-disk-space\/","title":{"rendered":"Checking and Maintaining Linux Disk Space"},"content":{"rendered":"

Ever need to find out what’s using the most space on your Linux box? There are a couple commands that will help make things easier…<\/p>\n

To find out how much space you have use:<\/p>\n

df -h .<\/code><\/pre>\n

Which will give you output like so…<\/p>\n

Filesystem      Size  Used Avail Use% Mounted on\r\n\/dev\/sda         20G   15G  4.2G  79% \/<\/code><\/pre>\n

To list out the directories using the most space, use this handy command…<\/p>\n

sudo du \/usr\/local | sort -n<\/code><\/pre>\n

… where \/usr\/local is the directory you want info for (you can also just start from root: \/)<\/p>\nPlease remember to subscribe to the newsletter<\/a> to stay up to date!<\/i>\n\nYou or someone you know looking to buy or sell?<\/i>\n<\/a>\nDisclaimer: Thoughts and opinions are my own, and do not reflect the views of any employer, family member, friend, or anyone else. Some links may be affiliate links, but I don't link to anything I don't use myself. You would think this should be self evident these days, but apparently not...<\/small><\/i>","protected":false},"excerpt":{"rendered":"

Ever need to find out what’s using the most space on your Linux box? There are a couple commands that will help make things easier… To find out how much space you have use: df -h . Which will give you output like so… Filesystem Size Used Avail Use% Mounted on \/dev\/sda 20G 15G 4.2G … Continue reading Checking and Maintaining Linux Disk Space<\/span> →<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"footnotes":"","_jetpack_memberships_contains_paid_content":false,"jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false},"version":2}},"categories":[12],"tags":[21],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p2UXeD-cC","jetpack_sharing_enabled":true,"jetpack-related-posts":[],"jetpack_likes_enabled":false,"_links":{"self":[{"href":"https:\/\/markjacobsen.net\/wp-json\/wp\/v2\/posts\/782"}],"collection":[{"href":"https:\/\/markjacobsen.net\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/markjacobsen.net\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/markjacobsen.net\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/markjacobsen.net\/wp-json\/wp\/v2\/comments?post=782"}],"version-history":[{"count":2,"href":"https:\/\/markjacobsen.net\/wp-json\/wp\/v2\/posts\/782\/revisions"}],"predecessor-version":[{"id":784,"href":"https:\/\/markjacobsen.net\/wp-json\/wp\/v2\/posts\/782\/revisions\/784"}],"wp:attachment":[{"href":"https:\/\/markjacobsen.net\/wp-json\/wp\/v2\/media?parent=782"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/markjacobsen.net\/wp-json\/wp\/v2\/categories?post=782"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/markjacobsen.net\/wp-json\/wp\/v2\/tags?post=782"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}