{"id":649,"date":"2008-01-30T10:18:28","date_gmt":"2008-01-30T17:18:28","guid":{"rendered":"http:\/\/www.gubatron.com\/blog\/2008\/01\/30\/tecnotulia-podcast-mac-osx-vs-linux\/"},"modified":"2008-01-30T10:18:28","modified_gmt":"2008-01-30T17:18:28","slug":"tecnotulia-podcast-mac-osx-vs-linux","status":"publish","type":"post","link":"https:\/\/www.gubatron.com\/blog\/tecnotulia-podcast-mac-osx-vs-linux\/","title":{"rendered":"TecnoTulia Podcast: Mac OSX vs Linux"},"content":{"rendered":"<p><center><a href=\"http:\/\/oyesto.com\/tecnotulia\/?p=3\"><img data-recalc-dims=\"1\" decoding=\"async\" border=\"0\" src=\"https:\/\/i0.wp.com\/oyesto.com\/blog\/tecnotulia.gif?w=640\"\/><\/a><\/center><\/p>\n<p>Hoy tengo el honor de salir en el primer podcast de <a href=\"http:\/\/oyesto.com\/tecnotulia\/?p=3\">TecnoTulia<\/a>, hablando con JM sobre las diferencias, similitudes, ventajas entre Mac OSX y Linux.<\/p>\n<p><center><a href=\"http:\/\/oyesto.com\/blog\/?page_id=47\"><img data-recalc-dims=\"1\" decoding=\"async\" border=\"0\" src=\"https:\/\/i0.wp.com\/oyesto.com\/blog\/wp-content\/uploads\/2007\/10\/oyesto-labs.jpg?w=640\"\/><\/a><\/center><\/p>\n<p>TecnoTulia es uno de los podcasts que forman parte de una nueva iniciativa llamada <a href=\"http:\/\/oyesto.com\/blog\/?page_id=47\">OyeEsto Labs<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hoy tengo el honor de salir en el primer podcast de TecnoTulia, hablando con JM sobre las diferencias, similitudes, ventajas entre Mac OSX y Linux. TecnoTulia es uno de los podcasts que forman parte de una nueva iniciativa llamada OyeEsto Labs.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","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,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[30,63],"tags":[751],"class_list":["post-649","post","type-post","status-publish","format-standard","hentry","category-geeklife","category-podcast","tag-oyesto-podcast-labs-tecnotulia"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p5Unzf-at","jetpack-related-posts":[{"id":316,"url":"https:\/\/www.gubatron.com\/blog\/macs-arent-as-gay-anymore\/","url_meta":{"origin":649,"position":0},"title":"Macs aren\u2019t as gay anymore","author":"gubatron","date":"May 24, 2006","format":false,"excerpt":"I remember I used to hear, and still hear from Intel PC users, the phrase: Macs are gay And I believe this was the case before Mac announced they'd go to use Intel processors. More and more I see how former PC users make the shift to Mac, and more\u2026","rel":"","context":"In &quot;Geeklife&quot;","block_context":{"text":"Geeklife","link":"https:\/\/www.gubatron.com\/blog\/category\/geeklife\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":3821,"url":"https:\/\/www.gubatron.com\/blog\/bash-scripting-contains_item-bash-function-check-if-an-item-is-in-an-array\/","url_meta":{"origin":649,"position":1},"title":"[bash scripting] `contains_item` bash function. Check if an item is in an array","author":"gubatron","date":"September 6, 2019","format":false,"excerpt":"","rel":"","context":"In &quot;Code&quot;","block_context":{"text":"Code","link":"https:\/\/www.gubatron.com\/blog\/category\/code\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":3663,"url":"https:\/\/www.gubatron.com\/blog\/code-detecting-if-a-vpn-connection-is-active-programatically-jan2017\/","url_meta":{"origin":649,"position":2},"title":"[CODE] Detecting if a VPN connection is active programmatically (Jan\/2017)","author":"gubatron","date":"January 24, 2017","format":false,"excerpt":"This method of programatic detection works as of January 24, 2017 with the latest versions of Express VPN and PIA (Private Internet Access) On Mac OSX\/ This works for Mac OSX 10.2.2. The trick is to request your ip routing table and examine through which network interface your default traffic\u2026","rel":"","context":"In &quot;Code&quot;","block_context":{"text":"Code","link":"https:\/\/www.gubatron.com\/blog\/category\/code\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":285,"url":"https:\/\/www.gubatron.com\/blog\/installing-x11-for-mac-os-from-the-cd\/","url_meta":{"origin":649,"position":3},"title":"Installing X11 for Mac OS from the CD","author":"gubatron","date":"April 5, 2006","format":false,"excerpt":"So I wanted to use the GIMP, and OpenOffice, being a good Open Source boy on the new iMac. The only problem is that you need to have X11 installed. So first thing you do, is you google and you find this page: http:\/\/www.apple.com\/downloads\/macosx\/apple\/x11formacosx.html which has a 43mb installer that\u2026","rel":"","context":"In &quot;Geeklife&quot;","block_context":{"text":"Geeklife","link":"https:\/\/www.gubatron.com\/blog\/category\/geeklife\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":3989,"url":"https:\/\/www.gubatron.com\/blog\/how-to-build-your-docker-image-using-the-same-dockerfile-regardless-of-the-host-architecture\/","url_meta":{"origin":649,"position":4},"title":"How to build your Docker image using the same Dockerfile regardless of the host architecture","author":"gubatron","date":"November 28, 2022","format":false,"excerpt":"Problem If you are now using docker on a Mac M1 (arm64 platform), you don't want to use amd64 as the architecture for your Linux Images. You could have 2 lines on your Dockerfile and comment each one depending on where you're building the image Dockerfile # Building on Apple\u2026","rel":"","context":"In &quot;Code&quot;","block_context":{"text":"Code","link":"https:\/\/www.gubatron.com\/blog\/category\/code\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1208,"url":"https:\/\/www.gubatron.com\/blog\/mac-osx-terminal-to-slow-to-open\/","url_meta":{"origin":649,"position":5},"title":"Mac OSX Terminal too slow to open?","author":"gubatron","date":"April 3, 2009","format":false,"excerpt":"Try this: rm ~\/.fonts.cache-1 Open a new Terminal, it should open pretty fast after that.","rel":"","context":"In &quot;Geeklife&quot;","block_context":{"text":"Geeklife","link":"https:\/\/www.gubatron.com\/blog\/category\/geeklife\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/www.gubatron.com\/blog\/wp-json\/wp\/v2\/posts\/649","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.gubatron.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.gubatron.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.gubatron.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.gubatron.com\/blog\/wp-json\/wp\/v2\/comments?post=649"}],"version-history":[{"count":0,"href":"https:\/\/www.gubatron.com\/blog\/wp-json\/wp\/v2\/posts\/649\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.gubatron.com\/blog\/wp-json\/wp\/v2\/media?parent=649"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.gubatron.com\/blog\/wp-json\/wp\/v2\/categories?post=649"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.gubatron.com\/blog\/wp-json\/wp\/v2\/tags?post=649"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}