{"id":2532,"date":"2022-11-26T11:48:03","date_gmt":"2022-11-26T16:48:03","guid":{"rendered":"https:\/\/bitpost.com\/news\/?p=2532"},"modified":"2022-11-26T21:31:16","modified_gmt":"2022-11-27T02:31:16","slug":"make-linux-yours-with-kill-stop-cont","status":"publish","type":"post","link":"https:\/\/bitpost.com\/news\/2022\/make-linux-yours-with-kill-stop-cont\/","title":{"rendered":"Make linux yours with kill [-STOP|-CONT]"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Browsers are here to own our desktops.  But they will never deliver the absolute horsepower of a natively-coded world-class desktop app or game.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">These days, when you try to run one, you will find it is crippled by the browser&#8217;s 100 open tabs (admit it, you have that many open&#8230;).  And lord knows you don&#8217;t want to close them all.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I am the user.  I am the king.  Not the last 20 sites I happened to browse, each of which is allowed to take a huge chunk of our system resources for whatever task they deem important.  Once you&#8217;ve rabbit-holed down a few holes, you have given your entire system resources to them.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Don&#8217;t put up with this.  OWN YOUR OWN SYSTEM.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To really take it back when you need to play a game, work in your DAW, or play a 4k video at high frame rate, you need that browser to give up ALL its resources.  And in linux, that is super easy.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Find the parent browser process pid:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code has-background\" style=\"background-color:#d7e1e5\"><code>ps ax --forest| grep \"&#91;0-9]&#91;\\_ ]*\/usr\/lib\/firefox\/firefox$\"<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>&#8220;STOP&#8221; it.  This is the magic that tells linux to just stop serving the parent process and all its children, stripping all CPU allocation from the tasks, without actually closing anything (especially your precious tabs scattered across all your virtual desktops).  It&#8217;s amazing, it will freeze your browser in its tracks in an instant:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code has-background\" style=\"background-color:#d7e1e5\"><code>kill -STOP #pid-from-previous-step#<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Start your powerhouse desktop app and do your thing.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>When you&#8217;re done, you can &#8220;CONTINUE&#8221; the stopped process, kicking off the CPU to immediately start servicing all that javascript again:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code has-background\" style=\"background-color:#d7e1e5\"><code>kill -CONT #pid-from-previous-step#<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">I&#8217;ve scripted this up so I can press a media key to &#8220;stop&#8221; firefox and start up <a href=\"https:\/\/bitpost.com\/wiki\/Kodi\" target=\"_blank\" rel=\"noopener\" title=\"\">Kodi<\/a> with beautiful performance.  Here&#8217;s my javascript &#8220;continue&#8221; script, which uses my <a href=\"https:\/\/www.npmjs.com\/package\/rad-scripts\" target=\"_blank\" rel=\"noopener\" title=\"\">rad-scripts<\/a> tooling:<\/p>\n\n\n\n<pre class=\"wp-block-code has-background\" style=\"background-color:#d7e1e5\"><code>#!\/usr\/bin\/env node\nimport * as rs from 'rad-scripts';\nconst ffPs = rs.run_command_sync('ps ax --forest| grep \"&#91;0-9]&#91;\\_ ]*\/usr\/lib\/firefox\/firefox$\"');\nconst ffProcId = +( ffPs.trim().split(' ')&#91; 0 ] );\nconsole.log( `Parent firefox pid = ${ffProcId}` );\nrs.run_command_sync_to_console(`kill -CONT ${ffProcId}`);\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Browsers are here to own our desktops. But they will never deliver the absolute horsepower of a natively-coded world-class desktop app or game. These days, when you try to run one, you will find it is crippled by the browser&#8217;s 100 open tabs (admit it, you have that many open&#8230;). And lord knows you don&#8217;t [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[21,18,19,10],"tags":[],"class_list":["post-2532","post","type-post","status-publish","format-standard","hentry","category-firefox","category-gentoo-media-center","category-opensource","category-tricks-tips-tools"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Browsers are here to own our desktops. But they will never deliver the absolute horsepower of a natively-coded world-class desktop app or game. These days, when you try to run one, you will find it is crippled by the browser&#039;s 100 open tabs (admit it, you have that many open...). And lord knows you don&#039;t\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"m\"\/>\n\t<meta name=\"keywords\" content=\"firefox,media center,open source,tricks tips tools\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/bitpost.com\/news\/2022\/make-linux-yours-with-kill-stop-cont\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"bitpost.com\/news | Note to self\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Make linux yours with kill [-STOP|-CONT] | bitpost.com\/news\" \/>\n\t\t<meta property=\"og:description\" content=\"Browsers are here to own our desktops. But they will never deliver the absolute horsepower of a natively-coded world-class desktop app or game. These days, when you try to run one, you will find it is crippled by the browser&#039;s 100 open tabs (admit it, you have that many open...). And lord knows you don&#039;t\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/bitpost.com\/news\/2022\/make-linux-yours-with-kill-stop-cont\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2022-11-26T16:48:03+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2022-11-27T02:31:16+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Make linux yours with kill [-STOP|-CONT] | bitpost.com\/news\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Browsers are here to own our desktops. But they will never deliver the absolute horsepower of a natively-coded world-class desktop app or game. These days, when you try to run one, you will find it is crippled by the browser&#039;s 100 open tabs (admit it, you have that many open...). And lord knows you don&#039;t\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2022\\\/make-linux-yours-with-kill-stop-cont\\\/#article\",\"name\":\"Make linux yours with kill [-STOP|-CONT] | bitpost.com\\\/news\",\"headline\":\"Make linux yours with kill [-STOP|-CONT]\",\"author\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2022\\\/make-linux-yours-with-kill-stop-cont\\\/#articleImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg\",\"width\":96,\"height\":96,\"caption\":\"m\"},\"datePublished\":\"2022-11-26T11:48:03-05:00\",\"dateModified\":\"2022-11-26T21:31:16-05:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2022\\\/make-linux-yours-with-kill-stop-cont\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2022\\\/make-linux-yours-with-kill-stop-cont\\\/#webpage\"},\"articleSection\":\"Firefox, Media Center, Open Source, Tricks Tips Tools\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2022\\\/make-linux-yours-with-kill-stop-cont\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bitpost.com\\\/news\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/chatter\\\/#listItem\",\"name\":\"zzz Chatter\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/chatter\\\/#listItem\",\"position\":2,\"name\":\"zzz Chatter\",\"item\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/chatter\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/chatter\\\/gentoo-notes\\\/#listItem\",\"name\":\"Gentoo Notes\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/chatter\\\/gentoo-notes\\\/#listItem\",\"position\":3,\"name\":\"Gentoo Notes\",\"item\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/chatter\\\/gentoo-notes\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/chatter\\\/gentoo-notes\\\/gentoo-media-center\\\/#listItem\",\"name\":\"Media Center\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/chatter\\\/#listItem\",\"name\":\"zzz Chatter\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/chatter\\\/gentoo-notes\\\/gentoo-media-center\\\/#listItem\",\"position\":4,\"name\":\"Media Center\",\"item\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/chatter\\\/gentoo-notes\\\/gentoo-media-center\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2022\\\/make-linux-yours-with-kill-stop-cont\\\/#listItem\",\"name\":\"Make linux yours with kill [-STOP|-CONT]\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/chatter\\\/gentoo-notes\\\/#listItem\",\"name\":\"Gentoo Notes\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2022\\\/make-linux-yours-with-kill-stop-cont\\\/#listItem\",\"position\":5,\"name\":\"Make linux yours with kill [-STOP|-CONT]\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/chatter\\\/gentoo-notes\\\/gentoo-media-center\\\/#listItem\",\"name\":\"Media Center\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#person\",\"name\":\"m\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2022\\\/make-linux-yours-with-kill-stop-cont\\\/#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg\",\"width\":96,\"height\":96,\"caption\":\"m\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\",\"url\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/\",\"name\":\"m\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2022\\\/make-linux-yours-with-kill-stop-cont\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg\",\"width\":96,\"height\":96,\"caption\":\"m\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2022\\\/make-linux-yours-with-kill-stop-cont\\\/#webpage\",\"url\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2022\\\/make-linux-yours-with-kill-stop-cont\\\/\",\"name\":\"Make linux yours with kill [-STOP|-CONT] | bitpost.com\\\/news\",\"description\":\"Browsers are here to own our desktops. But they will never deliver the absolute horsepower of a natively-coded world-class desktop app or game. These days, when you try to run one, you will find it is crippled by the browser's 100 open tabs (admit it, you have that many open...). And lord knows you don't\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2022\\\/make-linux-yours-with-kill-stop-cont\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\"},\"datePublished\":\"2022-11-26T11:48:03-05:00\",\"dateModified\":\"2022-11-26T21:31:16-05:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#website\",\"url\":\"https:\\\/\\\/bitpost.com\\\/news\\\/\",\"name\":\"bitpost.com\\\/news\",\"description\":\"Note to self\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Make linux yours with kill [-STOP|-CONT] | bitpost.com\/news","description":"Browsers are here to own our desktops. But they will never deliver the absolute horsepower of a natively-coded world-class desktop app or game. These days, when you try to run one, you will find it is crippled by the browser's 100 open tabs (admit it, you have that many open...). And lord knows you don't","canonical_url":"https:\/\/bitpost.com\/news\/2022\/make-linux-yours-with-kill-stop-cont\/","robots":"max-image-preview:large","keywords":"firefox,media center,open source,tricks tips tools","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/bitpost.com\/news\/2022\/make-linux-yours-with-kill-stop-cont\/#article","name":"Make linux yours with kill [-STOP|-CONT] | bitpost.com\/news","headline":"Make linux yours with kill [-STOP|-CONT]","author":{"@id":"https:\/\/bitpost.com\/news\/author\/m\/#author"},"publisher":{"@id":"https:\/\/bitpost.com\/news\/#person"},"image":{"@type":"ImageObject","@id":"https:\/\/bitpost.com\/news\/2022\/make-linux-yours-with-kill-stop-cont\/#articleImage","url":"https:\/\/secure.gravatar.com\/avatar\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg","width":96,"height":96,"caption":"m"},"datePublished":"2022-11-26T11:48:03-05:00","dateModified":"2022-11-26T21:31:16-05:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/bitpost.com\/news\/2022\/make-linux-yours-with-kill-stop-cont\/#webpage"},"isPartOf":{"@id":"https:\/\/bitpost.com\/news\/2022\/make-linux-yours-with-kill-stop-cont\/#webpage"},"articleSection":"Firefox, Media Center, Open Source, Tricks Tips Tools"},{"@type":"BreadcrumbList","@id":"https:\/\/bitpost.com\/news\/2022\/make-linux-yours-with-kill-stop-cont\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news#listItem","position":1,"name":"Home","item":"https:\/\/bitpost.com\/news","nextItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/chatter\/#listItem","name":"zzz Chatter"}},{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/chatter\/#listItem","position":2,"name":"zzz Chatter","item":"https:\/\/bitpost.com\/news\/category\/chatter\/","nextItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/chatter\/gentoo-notes\/#listItem","name":"Gentoo Notes"},"previousItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/chatter\/gentoo-notes\/#listItem","position":3,"name":"Gentoo Notes","item":"https:\/\/bitpost.com\/news\/category\/chatter\/gentoo-notes\/","nextItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/chatter\/gentoo-notes\/gentoo-media-center\/#listItem","name":"Media Center"},"previousItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/chatter\/#listItem","name":"zzz Chatter"}},{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/chatter\/gentoo-notes\/gentoo-media-center\/#listItem","position":4,"name":"Media Center","item":"https:\/\/bitpost.com\/news\/category\/chatter\/gentoo-notes\/gentoo-media-center\/","nextItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/2022\/make-linux-yours-with-kill-stop-cont\/#listItem","name":"Make linux yours with kill [-STOP|-CONT]"},"previousItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/chatter\/gentoo-notes\/#listItem","name":"Gentoo Notes"}},{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/2022\/make-linux-yours-with-kill-stop-cont\/#listItem","position":5,"name":"Make linux yours with kill [-STOP|-CONT]","previousItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/chatter\/gentoo-notes\/gentoo-media-center\/#listItem","name":"Media Center"}}]},{"@type":"Person","@id":"https:\/\/bitpost.com\/news\/#person","name":"m","image":{"@type":"ImageObject","@id":"https:\/\/bitpost.com\/news\/2022\/make-linux-yours-with-kill-stop-cont\/#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg","width":96,"height":96,"caption":"m"}},{"@type":"Person","@id":"https:\/\/bitpost.com\/news\/author\/m\/#author","url":"https:\/\/bitpost.com\/news\/author\/m\/","name":"m","image":{"@type":"ImageObject","@id":"https:\/\/bitpost.com\/news\/2022\/make-linux-yours-with-kill-stop-cont\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg","width":96,"height":96,"caption":"m"}},{"@type":"WebPage","@id":"https:\/\/bitpost.com\/news\/2022\/make-linux-yours-with-kill-stop-cont\/#webpage","url":"https:\/\/bitpost.com\/news\/2022\/make-linux-yours-with-kill-stop-cont\/","name":"Make linux yours with kill [-STOP|-CONT] | bitpost.com\/news","description":"Browsers are here to own our desktops. But they will never deliver the absolute horsepower of a natively-coded world-class desktop app or game. These days, when you try to run one, you will find it is crippled by the browser's 100 open tabs (admit it, you have that many open...). And lord knows you don't","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/bitpost.com\/news\/#website"},"breadcrumb":{"@id":"https:\/\/bitpost.com\/news\/2022\/make-linux-yours-with-kill-stop-cont\/#breadcrumblist"},"author":{"@id":"https:\/\/bitpost.com\/news\/author\/m\/#author"},"creator":{"@id":"https:\/\/bitpost.com\/news\/author\/m\/#author"},"datePublished":"2022-11-26T11:48:03-05:00","dateModified":"2022-11-26T21:31:16-05:00"},{"@type":"WebSite","@id":"https:\/\/bitpost.com\/news\/#website","url":"https:\/\/bitpost.com\/news\/","name":"bitpost.com\/news","description":"Note to self","inLanguage":"en-US","publisher":{"@id":"https:\/\/bitpost.com\/news\/#person"}}]},"og:locale":"en_US","og:site_name":"bitpost.com\/news | Note to self","og:type":"article","og:title":"Make linux yours with kill [-STOP|-CONT] | bitpost.com\/news","og:description":"Browsers are here to own our desktops. But they will never deliver the absolute horsepower of a natively-coded world-class desktop app or game. These days, when you try to run one, you will find it is crippled by the browser's 100 open tabs (admit it, you have that many open...). And lord knows you don't","og:url":"https:\/\/bitpost.com\/news\/2022\/make-linux-yours-with-kill-stop-cont\/","article:published_time":"2022-11-26T16:48:03+00:00","article:modified_time":"2022-11-27T02:31:16+00:00","twitter:card":"summary","twitter:title":"Make linux yours with kill [-STOP|-CONT] | bitpost.com\/news","twitter:description":"Browsers are here to own our desktops. But they will never deliver the absolute horsepower of a natively-coded world-class desktop app or game. These days, when you try to run one, you will find it is crippled by the browser's 100 open tabs (admit it, you have that many open...). And lord knows you don't"},"aioseo_meta_data":{"post_id":"2532","title":null,"description":null,"keywords":[],"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2022-11-26 16:27:44","updated":"2025-08-17 19:20:48","seo_analyzer_scan_date":null},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p9M11L-EQ","jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/posts\/2532","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/comments?post=2532"}],"version-history":[{"count":8,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/posts\/2532\/revisions"}],"predecessor-version":[{"id":2550,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/posts\/2532\/revisions\/2550"}],"wp:attachment":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/media?parent=2532"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/categories?post=2532"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/tags?post=2532"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}