Podcasts about VirtualBox

Open-source x86 virtualization application

  • 138PODCASTS
  • 243EPISODES
  • 50mAVG DURATION
  • 1EPISODE EVERY OTHER WEEK
  • Oct 21, 2025LATEST
VirtualBox

POPULARITY

20172018201920202021202220232024


Best podcasts about VirtualBox

Latest podcast episodes about VirtualBox

Oracle University Podcast
Cloud Data Centers: Core Concepts - Part 3

Oracle University Podcast

Play Episode Listen Later Oct 21, 2025 15:09


Have you ever considered how a single server can support countless applications and workloads at once?   In this episode, hosts Lois Houston and Nikita Abraham, together with Principal OCI Instructor Orlando Gentil, explore the sophisticated technologies that make this possible in modern cloud data centers.   They discuss the roles of hypervisors, virtual machines, and containers, explaining how these innovations enable efficient resource sharing, robust security, and greater flexibility for organizations.   Cloud Tech Jumpstart: https://mylearn.oracle.com/ou/course/cloud-tech-jumpstart/152992 Oracle University Learning Community: https://education.oracle.com/ou-community LinkedIn: https://www.linkedin.com/showcase/oracle-university/ X: https://x.com/Oracle_Edu   Special thanks to Arijit Ghosh, David Wright, Kris-Ann Nansen, Radhika Banka, and the OU Studio Team for helping us create this episode. -------------------------------------------------- Episode Transcript:   00:00 Welcome to the Oracle University Podcast, the first stop on your cloud journey. During this series of informative podcasts, we'll bring you foundational training on the most popular Oracle technologies. Let's get started! 00:25 Lois: Hello and welcome to the Oracle University Podcast! I'm Lois Houston, Director of Innovation Programs with Oracle University, and with me is Nikita Abraham, Team Lead: Editorial Services. Nikita: Hi everyone! For the last two weeks, we've been talking about different aspects of cloud data centers. In this episode, Orlando Gentil, Principal OCI Instructor at Oracle University, joins us once again to discuss how virtualization, through hypervisors, virtual machines, and containers, has transformed data centers. 00:58 Lois: That's right, Niki. We'll begin with a quick look at the history of virtualization and why it became so widely adopted. Orlando, what can you tell us about that?  Orlando: To truly grasp the power of virtualization, it's helpful to understand its journey from its humble beginnings with mainframes to its pivotal role in today's cloud computing landscape. It might surprise you, but virtualization isn't a new concept. Its roots go back to the 1960s with mainframes. In those early days, the primary goal was to isolate workloads on a single powerful mainframe, allowing different applications to run without interfering with each other. As we moved into the 1990s, the challenge shifted to underutilized physical servers. Organizations often had numerous dedicated servers, each running a single application, leading to significant waste of computing resources. This led to the emergence of virtualization as we know it today, primarily from the 1990s to the 2000s. The core idea here was to run multiple isolated operating systems on a single physical server. This innovation dramatically improved the resource utilization and laid the technical foundation for cloud computing, enabling the scalable and flexible environments we rely on today. 02:26 Nikita: Interesting. So, from an economic standpoint, what pushed traditional data centers to change and opened the door to virtualization? Orlando: In the past, running applications often meant running them on dedicated physical servers. This led to a few significant challenges. First, more hardware purchases. Every new application, every new project often required its own dedicated server. This meant constantly buying new physical hardware, which quickly escalated capital expenditure. Secondly, and hand-in-hand with more servers came higher power and cooling costs. Each physical server consumed power and generated heat, necessitating significant investment in electricity and cooling infrastructure. The more servers, the higher these operational expenses became. And finally, a major problem was unused capacity. Despite investing heavily in these physical servers, it was common for them to run well below their full capacity. Applications typically didn't need 100% of server's resources all the time. This meant we were wasting valuable compute power, memory, and storage, effectively wasting resources and diminishing the return of investment from those expensive hardware purchases. These economic pressures became a powerful incentive to find more efficient ways to utilize data center resources, setting the stage for technologies like virtualization. 04:05 Lois: I guess we can assume virtualization emerged as a financial game-changer. So, what kind of economic efficiencies did virtualization bring to the table? Orlando: From a CapEx or capital expenditure perspective, companies spent less on servers and data center expansion. From an OpEx or operational expenditure perspective, fewer machines meant lower electricity, cooling, and maintenance costs. It also sped up provisioning. Spinning a new VM took minutes, not days or weeks. That improved agility and reduced the operational workload on IT teams. It also created a more scalable, cost-efficient foundation which made virtualization not just a technical improvement, but a financial turning point for data centers. This economic efficiency is exactly what cloud providers like Oracle Cloud Infrastructure are built on, using virtualization to deliver scalable pay as you go infrastructure.  05:09 Nikita: Ok, Orlando. Let's get into the core components of virtualization. To start, what exactly is a hypervisor? Orlando: A hypervisor is a piece of software, firmware, or hardware that creates and runs virtual machines, also known as VMs. Its core function is to allow multiple virtual machines to run concurrently on a single physical host server. It acts as virtualization layer, abstracting the physical hardware resources like CPU, memory, and storage, and allocating them to each virtual machine as needed, ensuring they can operate independently and securely. 05:49 Lois: And are there types of hypervisors? Orlando: There are two primary types of hypervisors. The type 1 hypervisors, often called bare metal hypervisors, run directly on the host server's hardware. This means they interact directly with the physical resources offering high performance and security. Examples include VMware ESXi, Oracle VM Server, and KVM on Linux. They are commonly used in enterprise data centers and cloud environments. In contrast, type 2 hypervisors, also known as hosted hypervisors, run on top of an existing operating system like Windows or macOS. They act as an application within that operating system. Popular examples include VirtualBox, VMware Workstation, and Parallels. These are typically used for personal computing or development purposes, where you might run multiple operating systems on your laptop or desktop. 06:55 Nikita: We've spoken about the foundation provided by hypervisors. So, can we now talk about the virtual entities they manage: virtual machines? What exactly is a virtual machine and what are its fundamental characteristics? Orlando: A virtual machine is essentially a software-based virtual computer system that runs on a physical host computer. The magic happens with the hypervisor. The hypervisor's job is to create and manage these virtual environments, abstracting the physical hardware so that multiple VMs can share the same underlying resources without interfering with each other. Each VM operates like a completely independent computer with its own operating system and applications.  07:40 Lois: What are the benefits of this? Orlando: Each VM is isolated from the others. If one VM crashes or encounters an issue, it doesn't affect the other VMs running on the same physical host. This greatly enhances stability and security. A powerful feature is the ability to run different operating systems side-by-side on the very same physical host. You could have a Windows VM, a Linux VM, and even other specialized OS, all operating simultaneously. Consolidate workloads directly addresses the unused capacity problem. Instead of one application per physical server, you can now run multiple workloads, each in its own VM on a single powerful physical server. This dramatically improves hardware utilization, reducing the need of constant new hardware purchases and lowering power and cooling costs. And by consolidating workloads, virtualization makes it possible for cloud providers to dynamically create and manage vast pools of computing resources. This allows users to quickly provision and scale virtual servers on demand, tapping into these shared pools of CPU, memory, and storage as needed, rather than being tied to a single physical machine. 09:10 Oracle University's Race to Certification 2025 is your ticket to free training and certification in today's hottest technology. Whether you're starting with Artificial Intelligence, Oracle Cloud Infrastructure, Multicloud, or Oracle Data Platform, this challenge covers it all! Learn more about your chance to win prizes and see your name on the Leaderboard by visiting education.oracle.com/race-to-certification-2025. That's education.oracle.com/race-to-certification-2025. 09:54 Nikita: Welcome back! Orlando, let's move on to containers. Many see them as a lighter, more agile way to build and run applications. What's your take? Orlando: A container packages an application in all its dependencies, like libraries and other binaries, into a single, lightweight executable unit. Unlike a VM, a container shares the host operating system's kernel, running on top of the container runtime process. This architectural difference provides several key advantages. Containers are incredibly portable. They can be taken virtually anywhere, from a developer's laptop to a cloud environment, and run consistently, eliminating it works on my machine issues. Because containers share the host OS kernel, they don't need to bundle a full operating system themselves. This results in significantly smaller footprints and less administration overhead compared to VMs. They are faster to start. Without the need to boot a full operating system, containers can start up in seconds, or even milliseconds, providing rapid deployment and scaling capabilities. 11:12 Nikita: Ok. Throughout our conversation, you've spoken about the various advantages of virtualization but let's consolidate them now.  Orlando: From a security standpoint, virtualization offers several crucial benefits. Each VM operates in its own isolated sandbox. This means if one VM experiences a security breach, the impact is generally contained to that single virtual machine, significantly limiting the spread of potential threats across your infrastructure. Containers also provide some isolation. Virtualization allows for rapid recovery. This is invaluable for disaster recovery or undoing changes after a security incident. You can implement separate firewalls, access rules, and network configuration for each VM. This granular control reduces the overall exposure and attack surface across your virtualized environments, making it harder for malicious actors to move laterally. Beyond security, virtualization also brings significant advantages in terms of operational and agility benefits for IT management. Virtualization dramatically improves operational efficiency and agility. Things are faster. With virtualization, you can provision new servers or containers in minutes rather than days or weeks. This speed allows for quicker deployment of applications and services. It becomes much simpler to deploy consistent environment using templates and preconfigured VM images or containers. This reduces errors and ensures uniformity across your infrastructure. It's more scalable. Virtualization makes your infrastructure far more scalable. You can reshape VMs and containers to meet changing demands, ensuring your resources align precisely with your needs. These operational benefits directly contribute to the power of cloud computing, especially when we consider virtualization's role in enabling cloud and scalability. Virtualization is the very backbone of modern cloud computing, fundamentally enabling its scalability. It allows multiple virtual machines to run on a single physical server, maximizing hardware utilization, which is essential for cloud providers. This capability is core of infrastructure as a service offerings, where users can provision virtualized compute resources on demand. Virtualization makes services globally scalable. Resources can be easily deployed and managed across different geographic regions to meet worldwide demand. Finally, it provides elasticity, meaning resources can be automatically scaled up or down in response to fluctuating workloads, ensuring optimal performance and cost efficiency. 14:21 Lois: That's amazing. Thank you, Orlando, for joining us once again.  Nikita: Yeah, and remember, if you want to learn more about the topics we covered today, go to mylearn.oracle.com and search for the Cloud Tech Jumpstart course.  Lois: Well, that's all we have for today. Until next time, this is Lois Houston… Nikita: And Nikita Abraham, signing off! 14:40 That's all for this episode of the Oracle University Podcast. If you enjoyed listening, please click Subscribe to get all the latest episodes. We'd also love it if you would take a moment to rate and review us on your podcast app. See you again on the next episode of the Oracle University Podcast.

David Bombal
#514: Why People Buy the WRONG Laptops for Hacking

David Bombal

Play Episode Listen Later Sep 22, 2025 42:59


Big thanks to Proton VPN for sponsoring this video. To get 64% discount to your Proton VPN Plus subscription, please use the following link: https://protonvpn.com/davidbombal Want a “hacker” laptop without wasting cash? In this candid breakdown with OTW, we cut through the hype and show you what actually matters for learning pentesting in 2025: prioritising RAM over flashy GPUs, picking VMware (free for personal use) for reliable labs, using refurbs/minis/Raspberry Pi, and planning for where wireless hacking is going (Bluetooth/BLE/Zigbee) — not just Wi-Fi. We also cover AMD vs Intel vs Apple M-chips/ARM for Linux VMs, when cloud cracking makes sense, and why daily practice beats buying gadgets. Highlights: • Best beginner specs (RAM first, SSD nice, storage ≠ speed) • VMware vs VirtualBox for home labs • AMD/Intel vs Apple M-chips/ARM for Kali/Parrot VMs • Alpha adapters & aircrack-ng compatibility; Nordic nRF52 for BLE • Budget path: used/refurb, mini-PCs, Pi, phone/cloud labs (HTB/THM) • The 80/20 rule of hacking: skills are greater than gear If you're delaying until you can afford a $2 – 3k laptop, don't. Start now, learn daily, and upgrade later. // Occupy The Web SOCIAL // X: / three_cube Website: https://hackers-arise.net/ // Occupy The Web Books // Linux Basics for Hackers 2nd Ed US: https://amzn.to/3TscpxY UK: https://amzn.to/45XaF7j Linux Basics for Hackers: US: https://amzn.to/3wqukgC UK: https://amzn.to/43PHFev Getting Started Becoming a Master Hacker US: https://amzn.to/4bmGqX2 UK: https://amzn.to/43JG2iA Network Basics for hackers: US: https://amzn.to/3yeYVyb UK: https://amzn.to/4aInbGK // OTW Discount // Use the code BOMBAL to get a 20% discount off anything from OTW's website: https://hackers-arise.net/ // Playlists REFERENCE // Linux Basics for Hackers: • Linux for Hackers Tutorial (And Free Courses) Mr Robot: • Hack like Mr Robot // WiFi, Bluetooth and ... Hackers Arise / Occupy the Web Hacks: • Hacking Tools (with demos) that you need t... // David's SOCIAL // Discord: discord.com/invite/usKSyzb Twitter: www.twitter.com/davidbombal Instagram: www.instagram.com/davidbombal LinkedIn: www.linkedin.com/in/davidbombal Facebook: www.facebook.com/davidbombal.co TikTok: tiktok.com/@davidbombal YouTube: / @davidbombal Spotify: open.spotify.com/show/3f6k6gE... SoundCloud: / davidbombal Apple Podcast: podcasts.apple.com/us/podcast... // MY STUFF // https://www.amazon.com/shop/davidbombal // SPONSORS // Interested in sponsoring my videos? Reach out to my team here: sponsors@davidbombal.com // MENU // 0:00 - Coming up 01:21 - Proton VPN sponsored segment 03:16 - Get started and start learning 08:39 - Computer specs: CPU, GPU, RAM & Hard drives 16:46 - Time vs Money 17:58 - Virtual machines 19:15 - Computer specs overview 22:17 - Wi-Fi adaptors for Wi-Fi hacking 24:17 - Bluetooth dongles for Bluetooth hacking 26:57 - "80% Person & 20% Machine" 29:17 - Do you need hacking gadgets? 31:57 - Apple vs Intel vs AMD 35:53 - Learn hacking with a smartphone 37:01 - Learn hacking with a Raspberry Pi 39:32 - Kali Linux vs ParrotOS (Which OS to use?) 40:58 - The problem with Chromebooks 42:02 - Using Hack The Box/TryHackMe // Conclusion Please note that links listed may be affiliate links and provide me with a small percentage/kickback should you use them to purchase any of the items listed or recommended. Thank you for supporting me and this channel! Disclaimer: This video is for educational purposes only. #hacking #laptop #vm

Podcast de tecnología e informática
GNOME 49, Zorin 18 Beta, LMDE 7, Ubuntu se pasa a Dracut y la jugada NVIDIA–Intel

Podcast de tecnología e informática

Play Episode Listen Later Sep 20, 2025 9:05


En este episodio repasamos las noticias más potentes de la semana en hardware, informática y Linux:NVIDIA invierte 5.000 millones en Intel y abre una alianza histórica en centros de datos y PCs.GNOME 49 “Brescia” ya está disponible con mejoras en interfaz y usabilidad.Zorin OS 18 Beta sorprende con tiling avanzado y web apps integradas.LMDE 7 “Gigi” Beta, la alternativa de Mint con base Debian 13.Ubuntu 25.10 cambia a Dracut como generador de initramfs por defecto.Samba 4.23 mejora la interoperabilidad POSIX y añade SMB sobre QUIC.VirtualBox 7.2.2 trae correcciones clave para virtualización de escritorio.Un recorrido de 30 minutos para ponerte al día, con comentarios claros y enfoque práctico para autodidactas, sysadmins y curiosos de Linux.

Ask Noah Show
Ask Noah Show 455

Ask Noah Show

Play Episode Listen Later Aug 20, 2025 53:56


This week we talk about the ethical use of Ai and the blurring between humans and code. We take your feedback and answer some questions about VoIP & SIP. -- During The Show -- 00:55 Dangers of AI AI ethics Leveraging AI responsibly Humans take the easiest path Noah's kid's and AI ANS AI adventure Notebook LM Ask Noah Show AI summary AI is only getting better Guard rails Effects of AI on the brain Guy who leaves his wife for AI Politeness and AI 23:54 News Wire Cmake 4.1 - cmake.org (https://cmake.org/download) Rust 1.89 - releases.rs (https://releases.rs/docs/1.89.0) GCC 15.2 - gcc.gnu.org (https://gcc.gnu.org/pipermail/gcc-announce/2025/000189.html) Peazip 10.6 - github.com (https://github.com/peazip/PeaZip/releases/tag/10.6.0) Handbrake 1.10 - handbrake.fr (https://handbrake.fr/news.php?article=59) Audacity 3.7.5 - audacityteam.org (https://support.audacityteam.org/additional-resources/changelog/audacity-3.7.5) Calibre 8.8 - calibre-ebook.com (https://calibre-ebook.com/whats-new) KDE Frameworks 6.17.0 - kde.org (https://kde.org/announcements/frameworks/6/6.17.0) KDE 6.4.4 - kde.org (https://kde.org/announcements/plasma/6/6.4.4) MESA 25.2 - ubuntu.com (https://fridge.ubuntu.com/2025/08/08/ubuntu-24-04-3-lts-released) Windows 11 Native UI Framework - windowscentral.com (https://www.windowscentral.com/microsoft/windows-11/microsoft-confirms-windows-app-sdk-winui-open-source) Debian 13 - debian.org (https://www.debian.org/News/2025/20250809) Ubuntu 24.04.3 - ubuntu.com (https://fridge.ubuntu.com/2025/08/08/ubuntu-24-04-3-lts-released) Proxmox 9.0 - proxmox.com (https://www.proxmox.com/en/about/company-details/press-releases/proxmox-virtual-environment-9-0) Linuxmint 22.2 linuxmint.com (https://www.linuxmint.com/rel_zara.php) Extix 25.8 - extix.se (https://www.extix.se/extix-deepin-25-8-live-based-on-deepin-25-0-1-stable-latest-with-refracta-snapshot-and-kernel-6-16-0-amd64-exton-build-250806) Tails 7.0 RC - torproject.org (https://blog.torproject.org/tails-7_0-rc1-testing) Alma Linux and Native Nvidia GPUs - almalinux.org (https://almalinux.org/blog/2025-08-06-announcing-native-nvidia-suport) BadCam - securityweek.com (https://www.securityweek.com/badcam-new-badusb-attack-turns-linux-webcams-into-persistent-threats) Big Sleep - techzine.eu (https://www.techzine.eu/news/security/133674/googles-ai-big-sleep-discovers-twenty-new-security-vulnerabilities-in-open-source) Grok 2 Going Open Source - reuters.com (https://www.reuters.com/business/musk-says-xai-will-open-source-grok-2-chatbot-2025-08-06) Roblox AI - abcnews.go.com (https://abcnews.go.com/Technology/wireStory/roblox-rolls-open-source-ai-system-protect-kids-124443058) NVIDIA 580 Drivers - phoronix.com (https://www.phoronix.com/news/NVIDIA-580.76.05-Linux) Gnome 48.4 - gnome.org (https://discourse.gnome.org/t/gnome-48-4-released/30706) Virtualbox 7.2 - virtualbox.org (https://www.virtualbox.org/wiki/Changelog-7.2) Podman 5.6 - github.com (https://github.com/containers/podman/releases) Mabox Linux 25.08 - maboxlinux.org (https://maboxlinux.org/mabox-25-08-chinese-japanese-and-korean-fonts) EasyOS 7.0 - bkhome.org (https://bkhome.org/news/202508/easyos-excalibur-series-version-70-released.html) Bluestar Linux 6.16 - sourceforge.net (https://sourceforge.net/projects/bluestarlinux) Zephix 8.0 - zephix-linux.sourceforge.io (https://zephix-linux.sourceforge.io) EasyOS 7.0 - bkhome.org (https://bkhome.org/news/202508/easyos-excalibur-series-version-70-released.html) ASMI Linux 13 - theregister.com (https://www.theregister.com/2025/08/15/asmi_13_debian_edition) UAT-7237 - thehackernews.com (https://thehackernews.com/2025/08/taiwan-web-servers-breached-by-uat-7237.html) Plague Malware - latesthackingnews.com (https://latesthackingnews.com/2025/08/13/newly-discovered-plague-linux-backdoor-malware-remained-undetected-for-a-year) Dropbox & 2 Year Old Apache Vulnerability - zdnet.com (https://www.zdnet.com/article/dripdropper-linux-malware-cleans-up-after-itself) Netfilter Flaw - gbhackers.com (https://gbhackers.com/linux-kernel-netfilter-flaw) CrossC2 - phoronix.com (https://www.phoronix.com/news/Linux-Bhyve-Detection) FireWood Backdoor - gbhackers.com (https://gbhackers.com/firewood-malware-targets-linux-systems) ASI Revived - webpronews.com (https://www.webpronews.com/google-revives-linux-asi-overhead-slashed-to-13-for-enhanced-security) Buttercup AI - helpnetsecurity.com (https://www.helpnetsecurity.com/2025/08/18/buttercup-ai-vulnerability-scanner-open-source) CANN Toolkit - artificialintelligence-news.com (https://www.artificialintelligence-news.com/news/huawei-nvidia-cann-cuda-open-source-challenge) 28:03 JMP Chat - Jordan Out going calls Reset sip credentials Use an asterisks Wizard Problem with binding things to phone numbers 33:14 SIP and Switches - Michael Mikrotik pros and cons Flashing alternative software 37:37 OpenWRT on Unifi - Fred OpenWRT Table of Hardware (https://toh.openwrt.org/?view=normal) UniFi AC Page (https://openwrt.org/toh/ubiquiti/unifiac) UniFi AC Pro Image (https://downloads.openwrt.org/releases/24.10.0/targets/ath79/generic/openwrt-24.10.0-ath79-generic-ubnt_unifiac-pro-squashfs-sysupgrade.bin) Noah already flashed a UniFi AP Fixing Steve's WiFi SCALE WiFi 49:24 Email Server Recommendations - Joshua Viability of self hosted email Mail in a Box & Nextcloud Mail cow -- The Extra Credit Section -- For links to the articles and material referenced in this week's episode check out this week's page from our podcast dashboard! This Episode's Podcast Dashboard (http://podcast.asknoahshow.com/456) Phone Systems for Ask Noah provided by Voxtelesys (http://www.voxtelesys.com/asknoah) Join us in our dedicated chatroom #GeekLab:linuxdelta.com on Matrix (https://element.linuxdelta.com/#/room/#geeklab:linuxdelta.com) -- Stay In Touch -- Find all the resources for this show on the Ask Noah Dashboard Ask Noah Dashboard (http://www.asknoahshow.com) Need more help than a radio show can offer? Altispeed provides commercial IT services and they're excited to offer you a great deal for listening to the Ask Noah Show. Call today and ask about the discount for listeners of the Ask Noah Show! Altispeed Technologies (http://www.altispeed.com/) Contact Noah live [at] asknoahshow.com -- Twitter -- Noah - Kernellinux (https://twitter.com/kernellinux) Ask Noah Show (https://twitter.com/asknoahshow) Altispeed Technologies (https://twitter.com/altispeed)

Going Linux
Going Linux #470 · How to try Linux without affecting your current system Pt. 2

Going Linux

Play Episode Listen Later Aug 20, 2025 38:00


Of course you could install Linux on a spare computer if you have one. OK, to many people the prospect of installing a new operating system can be daunting. You could also try running from a live USB drive. But fortunately, there are straightforward methods to explore what Linux has to offer directly from your Windows environment without altering your existing setup. Episode Time Stamps 00:00 Going Linux #470 · How to try Linux without affecting your current system Pt. 2 01:42 Bill hops from Zorin to Linux Mint - here's why 03:34 Bill tests ChromeOS Flex 06:35 Help out PCLinuxOS 10:20 Larry is down to one computer 11:10 Disclaimer: No hardware-installed Windows were harmed in the production of this podcast 14:37 How can I try Linux without messing up my current computer? 15:33 1: Using a 'virtual' Linux 16:39 2: Windows subsystem for Linux 17:30 Linux in Virtualbox 18:56 Install and configure Virtual Box 23:51 Install 'Guest Editions' 25:25 Install Linux 27:38 First boot and Guest Editions 28:07 Install the Windows subsystem for Linux (WSL) 29:31 Launch WSL and complete the setup 30:03 Start using WSL 30:52 Just create a Live USB drive - it's easier 36:48 goinglinux.com, goinglinux@gmail.com, +1-904-468-7889, @goinglinux, feedback, listen, subscribe 38:00 End

All TWiT.tv Shows (MP3)
Untitled Linux Show 216: The Kernel Needs a Shave

All TWiT.tv Shows (MP3)

Play Episode Listen Later Aug 18, 2025 97:38


There's drama about the latest RISC-V patches in the kernel, SparkyLinux and Kaisen Linux have updates, and GCC is looking to drop some architectures. Nvidia ships a driver update, ffmpeg and OnlyOffice adds AI, and distros are shipping the soft reboot. For tips we have SystemD-Manager-TUI for managing Systemd, a step-through of auditing a downloadable install script, the timeout bash command, and an interesting question about how to get colors back in grep output. You can find the show notes at http://bit.ly/4mEkufi and have a great week! Host: Jonathan Bennett Co-Hosts: Rob Campbell, Ken McDonald, and Jeff Massie Download or subscribe to Untitled Linux Show at https://twit.tv/shows/untitled-linux-show Want access to the ad-free video and exclusive features? Become a member of Club TWiT today! https://twit.tv/clubtwit Club TWiT members can discuss this episode and leave feedback in the Club TWiT Discord.

Podcast de tecnología e informática
Linux: Intel se retira, GNOME y KDE se renuevan, y Debian cumple 32 años

Podcast de tecnología e informática

Play Episode Listen Later Aug 18, 2025 2:13


En este episodio repasamos las 10 noticias más importantes del mundo Linux hasta el 17 de agosto de 2025. Hablamos del impacto de los despidos en Intel y cómo están dejando sin soporte a drivers clave del kernel. También exploramos las nuevas versiones de GNOME 48.4, GNOME 49 Beta y KDE Gear 25.08, junto con los lanzamientos de SparkyLinux 8.0 y Grml 2025.08. Debian celebra su 32.º aniversario, VirtualBox se actualiza con soporte para Linux 6.17, y NVIDIA lanza un nuevo driver con mejoras para Wayland. Finalmente, revisamos los avances del kernel Linux 6.17‑rc2. ¡Todo lo que necesitas saber en menos de 10 minutos!

Destination Linux
422: Rustification of Linux, Arch wants Sponsors, VirtualBox to the rescue & more

Destination Linux

Play Episode Listen Later Jun 10, 2025 63:35


video: https://youtu.be/xf54vJrXB0o This week on Destination Linux, Captain Jill, Ryan, and Michael chart a course through the latest open-source headlines: VirtualBox 7.1.10 lands with fresh kernel and ARM love, Ubuntu plots a daring switch to a Rust-powered sudo-rs, and Arch Linux eyes transparent sponsorships (hey there, Valve!). Plus, a spirited listener debate on GrapheneOS, iOS privacy, and why security still matters—alongside our agentless friends at Sandfly Security. Buckle up, sync your repos, and keep flying with us! Forum Discussion Thread (https://destinationlinux.net/forum) Download as MP3 (https://aphid.fireside.fm/d/1437767933/32f28071-0b08-4ea1-afcc-37af75bd83d6/e36725da-314a-41ea-9a31-0ce367dda79f.mp3) Support the show by becoming a patron at tuxdigital.com/membership (https://tuxdigital.com/membership) or get some swag at tuxdigital.com/store (https://tuxdigital.com/store) Hosted by: Ryan (DasGeek) = dasgeek.net (https://dasgeek.net) Jill Bryant = jilllinuxgirl.com (https://jilllinuxgirl.com) Michael Tunnell = michaeltunnell.com (https://michaeltunnell.com) Chapters: 00:00 Intro 01:48 Community Feedback 10:56 Sandfly Security, agentless Linux security [ad] 13:08 Sandfly Security booth at the Red Hat Summit 13:44 Ubuntu 25.10 Switches to Rust-based Sudo 27:19 Virtual Machines & Ryan has a story for you 43:06 Arch Linux seems to be preparing for Sponsorships 53:50 Software Spotlight: Add Water 59:33 Support the show Links: Community Feedback https://destinationlinux.net/comments (https://destinationlinux.net/comments) https://destinationlinux.net/forum (https://destinationlinux.net/forum) Sandfly Security, agentless Linux security [ad] https://destinationlinux.net/sandfly (https://destinationlinux.net/sandfly) Ubuntu 25.10 Switches to Rust-based Sudo https://www.omgubuntu.co.uk/2025/05/ubuntu-25-10-rust-sudo-rs-change (https://www.omgubuntu.co.uk/2025/05/ubuntu-25-10-rust-sudo-rs-change) Virtual Machines & Ryan has a story for you https://9to5linux.com/virtualbox-7-1-10-is-out-with-initial-support-for-linux-6-15-and-6-16-kernels (https://9to5linux.com/virtualbox-7-1-10-is-out-with-initial-support-for-linux-6-15-and-6-16-kernels) Arch Linux seems to be preparing for Sponsorships https://news.itsfoss.com/arch-linux-sponsorships/ (https://news.itsfoss.com/arch-linux-sponsorships/) Software Spotlight: Add Water https://flathub.org/apps/dev.qwery.AddWater (https://flathub.org/apps/dev.qwery.AddWater) Support the show https://tuxdigital.com/membership (https://tuxdigital.com/membership) https://store.tuxdigital.com/ (https://store.tuxdigital.com/)

All TWiT.tv Shows (MP3)
Untitled Linux Show 205: RHEL: Spicy Edition

All TWiT.tv Shows (MP3)

Play Episode Listen Later Jun 1, 2025 73:44 Transcription Available


Ubuntu 20.04 is retiring, Ubuntu Monthly is here, and Fedora has an H.264 problem. OBS betas 31.1, Ambian ships 25.5, and AlmaLinux ships the spicy 10.0 RHEL alternative. For tips we have pee for splitting pipes, pw-cli for destroying Pipewire objects, and disown for setting background processes free. Grab the show notes at https://bit.ly/3SsqFX5 and enjoy! Host: Jonathan Bennett Co-Hosts: Ken McDonald and Rob Campbell Download or subscribe to Untitled Linux Show at https://twit.tv/shows/untitled-linux-show Want access to the ad-free video and exclusive features? Become a member of Club TWiT today! https://twit.tv/clubtwit Club TWiT members can discuss this episode and leave feedback in the Club TWiT Discord.

HKPUG Podcast 派樂派對
第 987 集:Deepseek 堅定流?背景、原理及風險話你知

HKPUG Podcast 派樂派對

Play Episode Listen Later Feb 5, 2025 116:12


0:00:00 – HKPUG 會訊 + 每週 IT 新聞 0:39:00 – 依輪乜事 0:55:05 – Main Topic 本集全長:1:56:11 Tag: 二月份茶聚開始登記, TechTalk, VirtualBox for Apple Silicon 推出可在 M …

Podcast de tecnología e informática
Programar en VirtualBox: Debian Testing vs Linux Mint, ¿Cuál es la mejor opción?

Podcast de tecnología e informática

Play Episode Listen Later Nov 21, 2024 10:46


En este episodio te cuento por qué programar en máquinas virtuales es la mejor solución para evitar problemas con equipos físicos. Exploramos las ventajas de usar VirtualBox y analizamos dos de las mejores distribuciones de Linux para desarrollo: Debian Testing y Linux Mint. Descubre cuál se adapta mejor a tu estilo de trabajo, aprende consejos de configuración, y por qué las máquinas virtuales pueden ahorrarte tiempo y frustraciones. ¡Únete y comparte tus experiencias como desarrollador! Y con esto, llegamos al final de este episodio. Muchas gracias por escuchar y por ser parte de esta comunidad de entusiastas de la tecnología. Si tienes alguna consulta, proyecto en mente o una idea que quieras materializar, no dudes en contactarme en tgextreme89@gmail.com. Además, si te interesa profundizar en programación o explorar futuros post-apocalípticos llenos de tecnología, te invito a conocer todos mis libros. Aquí encontrarás desde cursos de Java y C hasta la novela Historias, Códigos y Conexiones 1.0. Puedes verlos todos en mi perfil de Amazon: https://www.amazon.com/author/tomas-gonzalez . ¡Nos escuchamos en el próximo episodio!

FOCUS ON: Linux
Newsupdate 09/24 - Linux Echtzeit-Support, Elasticsearch, GNOME 47, HeliumOS, Fedora 41 Beta

FOCUS ON: Linux

Play Episode Listen Later Sep 26, 2024 102:35


Nach 20 Jahren landet der Echtzeit-Support im Linux Mainline-Kernel während Linux 6.11 erscheint. Das Linux Magazin feiert stolze 30 Jahre Bestehen und das Mono-Projekt wird an Wine übergeben. Elasticsearch wechselt wieder zu einer Open Source-Lizenz, gleichzeitig ist die zukünftige Pflege der Linux-Manpages ungewiss. Fedora 41 Beta, Ubuntu 24.04.1 und GNOME 47 erscheinen. VirtualBox 7.1 steht im Schatten einer großen Lizenzänderung und mit HeliumOS gibt es eine neue Distribution.

All TWiT.tv Shows (MP3)
Untitled Linux Show 170: Always 10 Years Away

All TWiT.tv Shows (MP3)

Play Episode Listen Later Sep 22, 2024 83:20


This week we muse on upcoming Raspberry Pi products, prompted by confirmation from Ubuntu that the CM5 is imminent. Then Torvalds has thought on Rust in Linux, Wind River has thoughts on Red Hat, and AWS gives OpenSearch away. Don't miss the non-update on Wireguard, the DirectX surprise, and the long-awaited merge of the Real Time Linux patches! For tips we have Mapscii, a Github hack for self-hosted runners, glances, and udisksctl. Catch the show notes at https://bit.ly/4esXYSC and enjoy! Host: Jonathan Bennett Co-Hosts: Rob Campbell, Ken McDonald, and David Ruggles Want access to the video version and exclusive features? Become a member of Club TWiT today! https://twit.tv/clubtwit Club TWiT members can discuss this episode and leave feedback in the Club TWiT Discord.

Ask Noah Show
Ask Noah Show 407

Ask Noah Show

Play Episode Listen Later Sep 18, 2024 53:51


AUDIO THIS WEEK HAD A SAMPLE RATE ISSUE. SORRY FOR IN INCONVENIENCE. -- During The Show -- 00:52 Steve's WiFi We think its fixed! Noah brought lots of gear Replaced some hardware 02:41 Recovery after power surge - David Cattle not Pets Steve's Nextcloud experience Noah's laptop approach 09:43 Communications App Upheaval - Charlie There is a war on encrypted messaging Courts are making decisions 12:45 Listener Responses To Listener (cameras in home) - Chris UniFi Wave Pico system 13:51 News Wire AlmaLinux Certification SIG - almalinux.org (https://almalinux.org/blog/2024-09-10-announcing-new-certification-sig/) Wine 9.17 - gitlab.winehq.org (https://gitlab.winehq.org/wine/wine/-/releases/wine-9.17) Samba 4.21 - samba.org (https://www.samba.org/samba/history/samba-4.21.0.html) Rust 1.81 - blog.rust-lang.org (https://blog.rust-lang.org/2024/09/05/Rust-1.81.0.html) GNU Nano 8.2 - lists.gnu.org (https://lists.gnu.org/archive/html/info-gnu/2024-09/msg00001.html) Firefox 130 - mozilla.org (https://www.mozilla.org/en-US/firefox/130.0/releasenotes/) QEMU 9.1 - qemu.org (https://www.qemu.org/2024/09/03/qemu-9-1-0/) Peropesis 2.7 - peropesis.org (https://peropesis.org) RLXOS 2.0 - rlxos.dev (https://blog.rlxos.dev/introducing-rlxos-20-sankalpa) Q4OS Released - q4os.org (https://q4os.org/blog.html) Rust Kernel Support for MIPS - phoronix.com (https://www.phoronix.com/news/Rust-Linux-Kernel-MIPS-Patches) Linux in Automotive - globenewswire.com (https://www.globenewswire.com/news-release/2024/09/10/2943456/0/en/Eclipse-Foundation-Releases-Landmark-Report-on-Open-Source-Software-in-Automotive-Design.html) MX Linux 23.4 - mxlinux.org (https://mxlinux.org/blog/mx-23-4-libretto-now-available/) Tails 6.7 - torproject.org (https://blog.torproject.org/new-release-tails-67/) EasyOS 6.3 - bkhome.org (https://www.bkhome.org/news/202409/easyos-scarthgap-series-version-63-released.html) Virtualbox 7.1 - virtualbox.org (https://www.virtualbox.org/wiki/Changelog-7.1) KDE 6.2 - kde.org (https://kde.org/announcements/plasma/6/6.1.90/) KDE Frameworks 6.6 - kde.org (https://kde.org/announcements/frameworks/6/6.6.0/) Shotcut 24.09 - shotcut.com (https://shotcut.com/blog/new-release-240913/) Ardour 8.7 - ardour.org (https://ardour.org/whatsnew.html) White House Working Group - govciomedia.com (https://govciomedia.com/feds-prioritize-open-source-software-security-initiatives/) Tidelift Study - businesswire.com (https://www.businesswire.com/news/home/20240917030299/en/Tidelift-Study-Reveals-Paid-Open-Source-Maintainers-Do-Significantly-More-Critical-Security-and-Maintenance-Work-Than-Unpaid-Maintainers) OpenSearch Foundation - techcrunch (https://techcrunch.com/2024/09/16/aws-brings-opensearch-under-the-linux-foundation-umbrella/) Hedera - cointelegraph.com (https://cointelegraph.com/news/hedera-linux-foundation-hiero-decentralized-trust) Linux 6.11 - phoronix.com (https://www.phoronix.com/news/Linux-6.11) MNT Reform Next - arstechnica.com (https://arstechnica.com/gadgets/2024/09/all-open-source-mnt-reform-laptop-is-getting-a-sequel-with-a-refined-design/) Juno Tab 3 - colocrossing.com (https://www.colocrossing.com/blog/introducing-the-juno-tab-3-a-699-linux-tablet-equipped-with-ubuntu-24-04-lts/) Oracle Weblogic Exploited - thehackernews.com (https://thehackernews.com/2024/09/new-linux-malware-campaign-exploits.html) Advanced materials AI Model - aibusiness.com (https://aibusiness.com/nlp/new-open-source-ai-model-for-advanced-material-design-unveiled) LightEval - venturebeat.com (https://venturebeat.com/ai/lighteval-hugging-faces-open-source-solution-to-ais-accountability-problem/) RHEL AI - businesswire.com (https://www.businesswire.com/news/home/20240905544240/en/Red-Hat-Enterprise-Linux-AI-Now-Generally-Available-for-Enterprise-AI-Innovation-in-Production) 17:55 Immich Developer scratches his own itch Immich better than google photos now Google data pull GitHub Script (https://gist.github.com/chabala/22ed01d7acf9ee0de9e3d867133f83fb) * 7z x *.zip Roadmap Private/Locked photos In app editing Auto stacking Funding Foodo Steve's current photo solution Immich backup methods Forground Background Manual sync button Sharing/Collaboration Infinite scrolling Social aspect Deletion issue Requires inputting the port 37:00 FCC and 900Mhz Meshtastic LoRa Chirp Spread Spectrum Only good for long range small packets of data Rx/Tx Wattage NextNav wants to buy the spectrum LoRa enables lots of possibilities Lilygo T Deck Plus (https://www.lilygo.cc/products/t-deck-plus) Rokland blog post (https://store.rokland.com/blogs/news/help-us-protect-meshtastic) Licensing the frequency stifles innovation Could hamper emergency response Having open frequencies democratizes communication LoRa FCC Guide (https://www.sunfiretesting.com/LoRa-FCC-Certification-Guide/) Opposition_Letter (https://cdn.shopify.com/s/files/1/0071/3772/files/Opposition_Letter.pdf?v=1725463027) FCC Paths to LoRa Certification FCC Part 15.247 - Digital Modulation FCC Part 15.247 - Frequency Hopping Spread-Spectrum (FHSS) FCC Part 15.249 - All Other Transmission in the 900MHz range FCC Part 15.247(b)(3) Problematic spectrum impact -- The Extra Credit Section -- For links to the articles and material referenced in this week's episode check out this week's page from our podcast dashboard! This Episode's Podcast Dashboard (http://podcast.asknoahshow.com/407) Phone Systems for Ask Noah provided by Voxtelesys (http://www.voxtelesys.com/asknoah) Join us in our dedicated chatroom #GeekLab:linuxdelta.com on Matrix (https://element.linuxdelta.com/#/room/#geeklab:linuxdelta.com) -- Stay In Touch -- Find all the resources for this show on the Ask Noah Dashboard Ask Noah Dashboard (http://www.asknoahshow.com) Need more help than a radio show can offer? Altispeed provides commercial IT services and they're excited to offer you a great deal for listening to the Ask Noah Show. Call today and ask about the discount for listeners of the Ask Noah Show! Altispeed Technologies (http://www.altispeed.com/) Contact Noah live [at] asknoahshow.com -- Twitter -- Noah - Kernellinux (https://twitter.com/kernellinux) Ask Noah Show (https://twitter.com/asknoahshow) Altispeed Technologies (https://twitter.com/altispeed) • Ask Noah Show © CC-BY-ND 2021 •

All TWiT.tv Shows (MP3)
Untitled Linux Show 150: Three Coffees == Pizza

All TWiT.tv Shows (MP3)

Play Episode Listen Later May 5, 2024 87:51 Transcription Available


This week, it's a Wine release that fixes an ancient bug, a shiny new Nano with modern bindings, and a breaking bug fixed in VirtualBox. Then NeoFetch is officially retired, Adwaita breaks KDE apps, and run0 vies to replace sude. For tips, we have HyFetch to fill the neofetch gap, cpulimit to keep your system responsive, more tmux setup, and how to tell ping to use ipv4 or ipv6. You can find the show notes at https://bit.ly/3WsR2PD It's another great show, enjoy! Host: Jonathan Bennett Co-Hosts: Rob Campbell, Jeff Massie, and David Ruggles Want access to the video version and exclusive features? Become a member of Club TWiT today! https://twit.tv/clubtwit Club TWiT members can discuss this episode and leave feedback in the Club TWiT Discord.

LINUX Unplugged
557: Crouching kexec, Hidden Linux

LINUX Unplugged

Play Episode Listen Later Apr 8, 2024 59:17


We're building a completely hidden Linux OS inside an existing system—with no trace left behind.Sponsored By:Tailscale: Tailscale is a programmable networking software that is private and secure by default - get it free on up to 100 devices!Kolide: Kolide is a device trust solution for companies with Okta, and they ensure that if a device isn't trusted and secure, it can't log into your cloud apps.Support LINUX UnpluggedLinks:

Day[0] - Zero Days for Day Zero
[binary] Rust Memory Corruption???

Day[0] - Zero Days for Day Zero

Play Episode Listen Later Feb 28, 2024 40:11


VirtualBox has a very buggy driver, PostgreSQL has an Out of Bounds Access, and lifetime issues are demonstrated in Rust in "safe" code. Links and vulnerability summaries for this episode are available at: https://dayzerosec.com/podcast/246.html [00:00:00] Introduction [00:00:22] cve-rs [00:18:28] Oracle VM VirtualBox: Intra-Object Out-Of-Bounds Write in virtioNetR3CtrlVlan [00:32:30] PostgreSQL: Array Set Element Memory Corruption [00:35:06] Analyzing the Google Chrome V8 CVE-2024-0517 Out-of-Bounds Code Execution Vulnerability [00:37:15] Continuously fuzzing Python C extensions The DAY[0] Podcast episodes are streamed live on Twitch twice a week: -- Mondays at 3:00pm Eastern (Boston) we focus on web and more bug bounty style vulnerabilities -- Tuesdays at 7:00pm Eastern (Boston) we focus on lower-level vulnerabilities and exploits. We are also available on the usual podcast platforms: -- Apple Podcasts: https://podcasts.apple.com/us/podcast/id1484046063 -- Spotify: https://open.spotify.com/show/4NKCxk8aPEuEFuHsEQ9Tdt -- Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9hbmNob3IuZm0vcy9hMTIxYTI0L3BvZGNhc3QvcnNz -- Other audio platforms can be found at https://anchor.fm/dayzerosec You can also join our discord: https://discord.gg/daTxTK9

FOCUS ON: Linux
Newsupdate 02/24 - CVEs, Freenginx, Podman 4.9, Damn Small Linux, Incus 0.5

FOCUS ON: Linux

Play Episode Listen Later Feb 22, 2024 95:16


100 Folgen FoL! Im Februar wollen zahlreiche CVEs besprochen werden, einige davon sehr kritisch. Podman 4.9 und Incus 0.5 erscheinen. Fedora versieht einige atomare Desktops mit neuen Namen. Forgejo mutiert zum Hard Fork und mit Freenginx gibt es neben Angie einen weiteren Nginx-Fork. Canonical verschiebt Ubuntu Core Desktop auf unbestimmte Zeit und verärgert auch mit neuem Ubuntu Pro-Marketing. Raspberry Pi Ltd. denkt über einen Börsengang nach. Mozilla bekommt eine neue CEO, während VMware den kostenlosen ESXi-Hypervisor einstellt.

Ask Noah Show
Ask Noah Show 360 | Net Neutrality with Senator Kevin Cramer

Ask Noah Show

Play Episode Listen Later Oct 25, 2023 53:55


This week Senator Kevin Cramer joins The Ask Noah Show and we discuss net neutrality! It's a more complicated and nuanced issue than most people give it credit for. Our access to the internet these days is like running water. -- During The Show -- 01:50 Senator Kevin Cramer Interview Common Carrier - treat all traffic equally Net Neutrality - ISPs must treat all traffic equally History 1934 Title 2 1980 Computer 2 Policy 2002 Cable Broadband gets an exemption 2005 All ISPs ARE NOT common carrier 2015 ISPs ARE Common Carrier (Gov Take Over) 2017 Ajit Pai repeals net neutrality If the infrastructure has been subsidized by tax dollars, should that infrastructure be common carrier? Would it make more sense for this to be under the FTC rather than the FCC? What would you say to people who only have one good choice for internet? Ma Bell Sweet Heart deal Chevron doctrine Openness principles throttling blocking price discrimination Blocking World of War Craft ISP deals with apartment complexes to block other providers Digital divide Universal Service Funds ISPs are independent businesses What stops companies from putting smaller players in the "slow lane" Bot Question - Also, aren't the ISP's notorious for promising expanding broadband in the past, but they deem arbitrary numbers as "enough" for consumers, yet countries like Sweden & South Korea are thriving with broadband putting the US to shame. What impact if any do you believe net neutrality would have on ISP competition? Do you think the Communications Act needs a complete overhaul to bring it in line with today's technology? Should the federal or state government step in to break up local monopolies that are not serving their customers well? 42:00 Expand pfSense VLAN? - John PFSense "automatic fix" Subnet masking check for a /24 reboot networking devices 47:38 Virtual pfSense? - Rhett This works! Steve did this for years VHost goes down, internet goes down 49:26 Thoughts on Emergency Alerts - Chris Third party service Gov Regulated Service There is no other option 51:20 News Wire Samba 4.19.2 - Samba.org (https://www.samba.org/samba/history/samba-4.19.2.html) Geany 2.0 - Geany (https://www.geany.org/news/geany-20-is-out/) Peazip 9.5 - Peazip (https://peazip.github.io/changelog.html) Ardour 8.1 - Ardour (https://ardour.org/whatsnew.html) Virtualbox 7.0.12 - OMG Ubuntu (https://www.omgubuntu.co.uk/2023/10/virtualbox-7-0-12-released) Firefox 119 - Mozilla (https://www.mozilla.org/en-US/firefox/119.0/releasenotes/) Moonlight 5.0 - GitHub (https://github.com/moonlight-stream/moonlight-qt/releases/tag/v5.0.0) Real Time LInux RISC-V - Phoronix (https://www.phoronix.com/news/RISC-V-Linux-RT-Support-Patches) Removing Qlogic 10GBE Support - Phoronix (https://www.phoronix.com/news/QLogic-10Gb-QLGE-Driver-Dropped) Blackcat using Munchkin Linux VM - Bleeping Computer (https://www.bleepingcomputer.com/news/security/blackcat-ransomware-uses-new-munchkin-linux-vm-in-stealthy-attacks/) TensorRT-LLM - EE Times (https://www.eetimes.com/nvidia-boosts-llm-inference-with-open-source-library/) LLEMMA a LLM for Math - Venture Beat (https://venturebeat.com/ai/meet-llemma-the-math-focused-open-source-ai-that-outperforms-rivals/) -- The Extra Credit Section -- For links to the articles and material referenced in this week's episode check out this week's page from our podcast dashboard! This Episode's Podcast Dashboard (http://podcast.asknoahshow.com/360) Phone Systems for Ask Noah provided by Voxtelesys (http://www.voxtelesys.com/asknoah) Join us in our dedicated chatroom #GeekLab:linuxdelta.com on Matrix (https://element.linuxdelta.com/#/room/#geeklab:linuxdelta.com) -- Stay In Touch -- Find all the resources for this show on the Ask Noah Dashboard Ask Noah Dashboard (http://www.asknoahshow.com) Need more help than a radio show can offer? Altispeed provides commercial IT services and they're excited to offer you a great deal for listening to the Ask Noah Show. Call today and ask about the discount for listeners of the Ask Noah Show! Altispeed Technologies (http://www.altispeed.com/) Contact Noah live [at] asknoahshow.com -- Twitter -- Noah - Kernellinux (https://twitter.com/kernellinux) Ask Noah Show (https://twitter.com/asknoahshow) Altispeed Technologies (https://twitter.com/altispeed) Special Guest: Senator Kevin Cramer.

Things Learned
TL0062 - 2012, Week 15 and 16 Highlights

Things Learned

Play Episode Listen Later Jul 15, 2023 20:35


4/9/12 - How to play Shuffleboard. Shuffleboard Table Care and Maintenance 4/12/12 - About the French Wars of Religion 4/13/12 - Foobar2000 shows the current time of the music in the status bar. 4/15/12 - The response to Christos Anesti 4/16/12 - Russia photoshopped people out of stuff before Photoshop existed. How Photos Became a Weapon in Stalin's Great Purge 4/17/12 - Stuff about the Henrician reformation 4/20/12 - the HTML element was implemented drunkenly after a discussion in a bar The origin of the tag | HTML Blink Tag – W3C | The blinking text element - Mozilla 4/22/12 - I can preserve VirtualBox settings across OS installs Extra Topic 1: Cap and Gown Pickup Day + MightyText and DeskSMS Extra Topic 2: Crazy schedules on 4/11/12 Extra Topic 3: Wisdom from a computer science professor Extra Topic 4: Spring Film Festival filming and editing Extra Topic 5: State of the Podcast and future episode plans! This episode's music comes from archive.org, the Free Music Archive, and YouTube free music repositories. Tracks featured in this episode include: Jason Shaw - 12 Mornings Kevin MacLeod - Silver Blue Light [ Kevin MacLeod (incompetech.com) | Licensed under Creative Commons: By Attribution 3.0 | http://creativecommons.org/licenses/by/3.0/ ] TrackTribe - A Brand New Start Doctor Turtle - The Kid In The Bins Doctor Turtle - His Last Share Of The Stars

Hope This Helps - A Tech Podcast
HTH0043: Microsoft Viva Las Vegas

Hope This Helps - A Tech Podcast

Play Episode Listen Later Jul 1, 2023 35:33


The STiffs return to podcasting after a very long week. The cloud has changed, Loop still isn't a thing, Viva and Entra are around, and Linux Mint vs Windows 11! Extended show notes available at https://hthpc.com Boot-up (AKA, "LAST WEEK, ON HOPE THIS HELPS") It would be fun to do a "since we've been gone" run through of a high level overview of all of the things in tech that have happened… Some things have changed, while others have stayed the same Microsoft Teams External Access Flaw Poses a Malware Risk Phishing emails Red Hat in the hot seat Jeff Geerling: I'm done with Red Hat (Enterprise Linux) A Comprehensive Analysis of the GPL Issues With the Red Hat Enterprise Linux (RHEL) Business Model Loop (or: Loop: A Fiasco) Loop vs OneNote vs Notion vs Whiteboard vs Miro A Referendum on the Cloud in 2023 Correction: Multi-cloud talk was in HTH0041, not HTH0042. It used to be all cloud, then it was hybrid, then it was multi-cloud, now we're going back to on-premise? Hey: We're Leaving The Cloud Annoying Teams thing of the week: "You'll need to shorten your message to send it" I was pasting an Excel table, two columns, 53 cells Yet you can post huge chunks of code far longer than that? Microsoft Viva Las Vegas Tiff is saving an Entra story for next time… Stuff Tiff pasted into the HTH0042 show notes but we never got to discussing: Create a profile container with Azure Files and Azure Active Directory SharePoint Framework Client-Side Web Part Samples Windows 11 Thoughts on Windows 11 Zune Software in Windows 11 Linux Mint What the heck is up with the TPM requirements? Skip_TPM_Check_on_Dynamic_Update.cmd Feature updates called “moments” Co-Pilots Windows Co-Pilot, GitHub Co-Pilot, etc. GitHub Co-Pilot's tendencies to suggest other people's code without credit or licensing Remember Cortana? The end of Windows? Windows 11 Cloud The Year(s) of Linux In January 2022, Steve moved to Linux on his main desktop - Linux Mint So far, nearly every app, feature, and core experience made the jump without much fuss Linux Mint is very Windows-like OneNote on the web just isn't there yet. I have a VM to run the Windows version (it doesn't work in Wine) Mini-state of the Zunion: It's capable of browsing files on a connected Zune device, USB passthru to VirtualBox works Teams on Linux needs work Asks for a login every time Input/output sound devices get confused during calls - unusable Just use teams.microsoft.com in a browser Steam/Proton is fantastic for gaming Should you do it? If you're willing to put up with learning fast and researching community fixes Most Microsoft-based stuff will work on Linux, with the exception of OneNote which is stuck being web-based (or use a VM) Outro - "Plus Delta" We help you, you help us: Rate us on iTunes

Dr. Bill.TV - Audio Netcasts
DrBill.TV #533 – Audio – “The Installing the Latest Linux Mint Edition!”

Dr. Bill.TV - Audio Netcasts

Play Episode Listen Later Jun 13, 2023


Dr. Bill does a ‘step-by-step’ install of the latest version of Linux Mint on to a virtual machine under VirtualBox, showing ‘newbies’ how to install Linux to prepare for migrating off of Windows! Also, some “mea culpas” from the previous show! (Jun 13, 2023) Links that pertain to this Netcast: TechPodcasts Network International Association of Internet Broadcasters Blubrry Network Dr. [...] The post DrBill.TV #533 – Audio – “The Installing the Latest Linux Mint Edition!” appeared first on Dr. Bill | The Computer Curmudgeon.

Dr. Bill.TV - Video Netcasts
DrBill.TV #533 – Video – “The Installing the Latest Linux Mint Edition!”

Dr. Bill.TV - Video Netcasts

Play Episode Listen Later Jun 13, 2023


Dr. Bill does a ‘step-by-step’ install of the latest version of Linux Mint on to a virtual machine under VirtualBox, showing ‘newbies’ how to install Linux to prepare for migrating off of Windows! Also, some “mea culpas” from the previous show! (Jun 13, 2023) Links that pertain to this Netcast: TechPodcasts Network International Association of Internet Broadcasters Blubrry Network Dr. [...] The post DrBill.TV #533 – Video – “The Installing the Latest Linux Mint Edition!” appeared first on Dr. Bill | The Computer Curmudgeon.

Day[0] - Zero Days for Day Zero
[binary] Attacking VirtualBox and Malicious Chess

Day[0] - Zero Days for Day Zero

Play Episode Listen Later May 18, 2023 50:40


This week we we've got a neat little printer corruption, a probably unexploitable stockfish bug, though we speculate about exploitation a bit. Then into a VirtualBox escape bug, and an Andreno "vulnerability". Links and vulnerability summaries for this episode are available at: https://dayzerosec.com/podcast/212.html [00:00:00] Introduction [00:01:31] Spot the Vuln - To Upload or Not To Upload [00:05:25] The printer goes brrrrr, again! [00:09:34] [Stockfish] Increase MAX_MOVES to prevent buffer overflow and stack corruption [00:27:53] Analysis of VirtualBox CVE-2023-21987 and CVE-2023-21991 [00:37:09] Qualcomm Adreno/KGSL: secure buffers are addressable by all GPU users [00:43:37] RET2ASLR - Leaking ASLR from return instructions [00:46:13] Apple Fails to Fully Reboot iOS Simulator Copyright Case The DAY[0] Podcast episodes are streamed live on Twitch twice a week: -- Mondays at 3:00pm Eastern (Boston) we focus on web and more bug bounty style vulnerabilities -- Tuesdays at 7:00pm Eastern (Boston) we focus on lower-level vulnerabilities and exploits. We are also available on the usual podcast platforms: -- Apple Podcasts: https://podcasts.apple.com/us/podcast/id1484046063 -- Spotify: https://open.spotify.com/show/4NKCxk8aPEuEFuHsEQ9Tdt -- Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9hbmNob3IuZm0vcy9hMTIxYTI0L3BvZGNhc3QvcnNz -- Other audio platforms can be found at https://anchor.fm/dayzerosec You can also join our discord: https://discord.gg/daTxTK9

Hacker Public Radio
HPR3834: 2022-2023 New Years Show Episode 5

Hacker Public Radio

Play Episode Listen Later Apr 13, 2023


Episode #5 printables: Kirby 40mm Fume Extractor. wikipedia: The Kirby Company is a manufacturer of vacuum cleaners and home cleaning accessories, located in Cleveland, Ohio, United States. It is a division of Right Lane Industries. lugcast: We are an open Podcast/LUG that meets every first and third Friday of every month using mumble. wikipedia: The PlayStation Portable (PSP) is a handheld game console developed and marketed by Sony Computer Entertainment. wikipedia: Rammstein is a German Neue Deutsche Härte band formed in Berlin in 1994. Goodluck with all the rest of the band/music chatter. I can't understand any of it. youtube: Burger Dance. Please no. Why did I signup for this. wikipedia: Syphilis is most commonly spread through sexual activity. wikipedia: Death was an American death metal band formed in Altamonte Springs, Florida, in 1984 by Chuck Schuldiner. Death is considered to be among the most influential bands in heavy metal music and a pioneering force in death metal. wikipedia: Death is a Detroit rock band formed in Detroit, Michigan in 1971 by brothers Bobby, David, and Dannis Hackney. wikipedia: BitLocker is a full volume encryption feature included with Microsoft Windows versions starting with Windows Vista. dell: Latitude E6410 Laptop. slackware: Slackware is a Linux distribution created by Patrick Volkerding in 1993. puppylinux: Puppy Linux is an operating system and family of light-weight Linux distributions that focus on ease of use and minimal memory footprint. tails: Tails, or The Amnesic Incognito Live System, is a security-focused Debian-based Linux distribution aimed at preserving privacy and anonymity. debian: Debian, also known as Debian GNU/Linux, is a Linux distribution composed of free and open-source software, developed by the community-supported Debian Project, which was established by Ian Murdock on August 16, 1993. wikipedia: Trusted Platform Module (TPM, also known as ISO/IEC 11889) is an international standard for a secure cryptoprocessor, a dedicated microcontroller designed to secure hardware through integrated cryptographic keys. pine64: ROCK64 is a credit card sized Single Board Computer powered by Rockchip RK3328 quad-core ARM Cortex A53 64-Bit Processor and support up to 4GB 1600MHz LPDDR3 memory. docker: realies/nicotine. wikipedia: rsync is a utility for efficiently transferring and synchronizing files between a computer and an external hard drive and across networked computers by comparing the modification times and sizes of files. funkwhale: Listen to your music, everywhere. Upload your personal library to your pod, share it with friends and family, and discover talented creators. mumble: Mumble is a free, open source, low latency, high quality voice chat application. youtube: Ernie (The Fastest Milkman In The West). Why?! youtube: Shaddap You Face - Joe Dolce. ironmaiden: Iron Maiden are an English heavy metal band formed in Leyton, East London, in 1975 by bassist and primary songwriter Steve Harris. wikipedia: Kamelot is an American power metal band from Tampa, Florida, formed by Thomas Youngblood, in 1987. wikipedia: Nightwish is a Finnish symphonic metal band from Kitee. wikipedia: Kitee is a town and a municipality of Finland. It is located in the province of Eastern Finland and is part of the North Karelia region. wikipedia: Evanescence is an American rock band founded in Little Rock, Arkansas in 1995 by singer and musician Amy Lee and guitarist Ben Moody. wikipedia: Deep Purple are an English rock band formed in London in 1968. wikipedia: Pink Floyd are an English rock band formed in London in 1965. wikipedia: Black Sabbath were an English rock band formed in Birmingham in 1968 by guitarist Tony Iommi, drummer Bill Ward, bassist Geezer Butler and vocalist Ozzy Osbourne. toastmasters Toastmasters International is a nonprofit educational organization that teaches public speaking and leadership skills through a worldwide network of clubs. bbc: The British Broadcasting Corporation is the national broadcaster of the United Kingdom, based at Broadcasting House in London. matrix: An open network for secure, decentralized communication. wikipedia: The General Data Protection Regulation is a Regulation in EU law on data protection and privacy in the EU and the European Economic Area. wikipedia: The Gopher protocol (/ˈɡoʊfər/) is a communication protocol designed for distributing, searching, and retrieving documents in Internet Protocol networks. wikipedia: Gemini is an application-layer internet communication protocol for accessing remote documents, similar to the Hypertext Transfer Protocol (HTTP) and Gopher. wikipedia: Slipknot is an American heavy metal band formed in Des Moines, Iowa, in 1995 by percussionist Shawn Crahan, drummer Joey Jordison and bassist Paul Gray. wikipedia: After Forever was a Dutch symphonic metal band with strong progressive metal influences. The band relied on the use of both soprano vocals and death growls. metallica: Metallica is an American heavy metal band. wikipedia: Queen are a British rock band formed in London in 1970 by Freddie Mercury (lead vocals, piano), Brian May (guitar, vocals) and Roger Taylor (drums, vocals), later joined by John Deacon (bass). wikipedia: Brexit (a portmanteau of "British exit") was the withdrawal of the United Kingdom (UK) from the European Union (EU) at 23:00 GMT on 31 January 2020 (00:00 1 February 2020 CET). The UK is the only sovereign country to have left the EU or the EC. imdb: A WWII bomb group commander must fill the shoes of his predecessor and get the performance rating up to snuff. wikipedia: Twelve O'Clock High is a 1949 American war film about aircrews in the United States Army's Eighth Air Force, who flew daylight bombing missions against Germany and Occupied France during the early days of American involvement in World War II. wikipedia: The Boeing B-17 Flying Fortress is a four-engined heavy bomber developed in the 1930s for the United States Army Air Corps (USAAC). IRC IRC is short for Internet Relay Chat. It is a popular chat service still in use today. wikipedia: Next Unit of Computing (NUC) is a line of small-form-factor barebone computer kits designed by Intel. plex: With our easy-to-install Plex Media Server software and Plex apps on the devices of your choosing, you can stream your video, music, and photo collections any time, anywhere, to whatever you want. ubuntu: Ubuntu is a Linux distribution based on Debian and composed mostly of free and open-source software. ebay: Buy & sell electronics, cars, clothes, collectibles & more on eBay, the world's online marketplace. amazon: Amazon Renewed is your trusted destination for pre-owned, refurbished products. wikipedia: Ryzen is a brand of multi-core x86-64 microprocessors designed and marketed by AMD for desktop, mobile, server, and embedded platforms based on the Zen microarchitecture. wikipedia: Apple M1 is a series of ARM-based systems-on-a-chip (SoCs) designed by Apple Inc. as a central processing unit (CPU) and graphics processing unit (GPU) for its Mac desktops and notebooks, and the iPad Pro and iPad Air tablets. wikipedia: The Apple M2 is an ARM-based system on a chip (SoC) designed by Apple Inc. as a central processing unit (CPU) and graphics processing unit (GPU) for its Mac notebooks and the iPad Pro tablet. wikipedia: A system on a chip or system-on-chip (SoC /ˌˈɛsoʊsiː/; pl. SoCs /ˌˈɛsoʊsiːz/) is an integrated circuit that integrates most or all components of a computer or other electronic system. wikipedia: ARM (stylised in lowercase as arm, formerly an acronym for Advanced RISC Machines and originally Acorn RISC Machine) is a family of reduced instruction set computer (RISC) instruction set architectures for computer processors, configured for various environments. youtube: One Woman’s Wilderness. wikipedia: Felix Unger (born 2 March 1946 in Klagenfurt, Austria) is a heart specialist who served as the president of the European Academy of Sciences and Arts for three decades. geekflare: How to create APT Proxy using a Raspberry PI with apt-cacher-ng? gpd: The world's smallest 6800U handheld Exclusive performance optimization tool Support SteamOS system. pine64: ROCK64 is a credit card sized Single Board Computer powered by Rockchip RK3328 quad-core ARM Cortex A53 64-Bit Processor and support up to 4GB 1600MHz LPDDR3 memory. wikipedia: Digital subscriber line (DSL; originally digital subscriber loop) is a family of technologies that are used to transmit digital data over telephone lines. wikipedia: Windows Subsystem for Linux (WSL) is a feature of Windows that allows developers to run a Linux environment without the need for a separate virtual machine or dual booting. wikipedia: In computing, a virtual machine (VM) is the virtualization/emulation of a computer system. wikipedia: A Chromebook (sometimes stylized in lowercase as chromebook) is a laptop or tablet running the Linux-based ChromeOS as its operating system. virtualbox: VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use. wikipedia: Telemetry is the in situ collection of measurements or other data at remote points and their automatic transmission to receiving equipment (telecommunication) for monitoring. gnu: Published software should be free software. To make it free software, you need to release it under a free software license. microsoft: MICROSOFT SOFTWARE LICENSE TERMS. apple: software license agreements for currently shipping Apple products. cdc: Health Insurance Portability and Accountability Act of 1996 (HIPAA). nhs: The NHS website for England. wikipedia: Ransomware is a type of malware from cryptovirology that threatens to publish the victim's personal data or permanently block access to it unless a ransom is paid off. wikipedia: Internet Explorer (formerly Microsoft Internet Explorer and Windows Internet Explorer, commonly abbreviated IE or MSIE) is a discontinued series of graphical web browsers developed by Microsoft which was used in the Windows line of operating systems. wikipedia: Microsoft Edge is a proprietary, cross-platform web browser created by Microsoft. oggcamp: OggCamp is an unconference celebrating Free Culture, Free and Open Source Software, hardware hacking, digital rights, and all manner of collaborative cultural activities and is committed to creating a conference that is as inclusive as possible. penguicon: A happy place where hackers, makers, foodies, open source software junkies, anime buffs, and science fiction fans of all ages and backgrounds come together. mozillafestival: MozFest is a unique hybrid: part art, tech and society convening, part maker festival, and the premiere gathering for activists in diverse global movements fighting for a more humane digital world. fosdem: FOSDEM is a free event for software developers to meet, share ideas and collaborate. wikipedia: A hybrid integrated circuit (HIC), hybrid microcircuit, hybrid circuit or simply hybrid is a miniaturized electronic circuit constructed of individual devices, such as semiconductor devices (e.g. transistors, diodes or monolithic ICs) and passive components (e.g. resistors, inductors, transformers, and capacitors), bonded to a substrate or printed circuit board (PCB). wikipedia: A real-time clock (RTC) is an electronic device (most often in the form of an integrated circuit) that measures the passage of time. eurovision: The Eurovision Song Contest. wikipedia: Blue laws, also known as Sunday laws, Sunday trade laws and Sunday closing laws, are laws restricting or banning certain activities on specified days, usually Sundays in the western world. wikipedia: A census is the procedure of systematically acquiring, recording and calculating information about the members of a given population. businesspundit: The Commercialization Of Our 25 Favorite Holidays wikipedia: Leave It to Beaver is an iconic American television situation comedy about an American family of the 1950s and early 1960s. wikipedia: The COVID-19 pandemic, also known as the coronavirus pandemic, is an ongoing global pandemic of coronavirus disease 2019 (COVID-19) caused by severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2). The novel virus was first identified in an outbreak in the Chinese city of Wuhan in December 2019. who: COVID-19 transmission and protective measures. forbes: CDC: 10 Ways To Dine Safely At A Restaurant With Coronavirus Around. restaurant: COVID-19 Restaurant Impact Survey. subway: Subway is an American multinational fast food restaurant franchise that specializes in submarine sandwiches, wraps, salads and drinks. dominos: Domino's Pizza, Inc., trading as Domino's, is a Michigan-based multinational pizza restaurant chain founded in 1960 and led by CEO Russell Weiner. mcdonalds: McDonald's Corporation is an American multinational fast food chain, founded in 1940 as a restaurant operated by Richard and Maurice McDonald, in San Bernardino, California, United States. wikipedia: In public health, social distancing, also called physical distancing, is a set of non-pharmaceutical interventions or measures intended to prevent the spread of a contagious disease by maintaining a physical distance between people and reducing the number of times people come into close contact with each other. wikipedia: Due to the COVID-19 pandemic, a number of non-pharmaceutical interventions colloquially known as lockdowns (encompassing stay-at-home orders, curfews, quarantines, cordons sanitaires and similar societal restrictions) have been implemented in numerous countries and territories around the world. wikipedia: COVID-19 lockdowns by country. bbc: Covid-19: What is the new three tier system after lockdown? wikipedia: A telephone directory, commonly called a telephone book, telephone address book, phonebook, or the white and yellow pages, is a listing of telephone subscribers in a geographical area or subscribers to services provided by the organization that publishes the directory. cdc: It’s important to keep your blood sugar levels in your target range as much as possible to help prevent or delay long-term, serious health problems, such as heart disease, vision loss, and kidney disease. wikipedia: Whisky or whiskey is a type of distilled alcoholic beverage made from fermented grain mash. wikipedia: Powerade is a sports drink created, manufactured and marketed by The Coca-Cola Company. katexic: busthead (bust-head). noun. Cheap, strong liquor, usually of the illegal variety. skrewballwhiskey: The Original Peanut Butter Whiskey. olesmoky: Peanut Butter Whiskey. thepartysource: Blind Squirrel Peanut Butter Whiskey 750 ml. Thanks To: Mumble Server: Delwin HPR Site/VPS: Joshua Knapp - AnHonestHost.com Streams: Honkeymagoo EtherPad: HonkeyMagoo Shownotes by: Sgoti and hplovecraft

Dr. Bill.TV - Audio Netcasts
DrBill.TV #527 – Audio – “The LinuxFX 11 Demo Edition!”

Dr. Bill.TV - Audio Netcasts

Play Episode Listen Later Mar 14, 2023 16:48


Dr. Bill demos an install of LinuxFX 11 on VirtualBox; the new version of LinuxFX that looks and feels like Microsoft Windows 11! (March 14, 2023) Links that pertain to this Netcast: TechPodcasts Network International Association of Internet Broadcasters Blubrry Network Dr. Bill Bailey.NET BitChute Referral www.DrBill.TV/VPN www.DrBill.TV/Linode www.DrBill.TV/aptera Start the Video Netcast in the Blubrry Video Player above by [...] The post DrBill.TV #527 – Audio – “The LinuxFX 11 Demo Edition!” appeared first on Dr. Bill | The Computer Curmudgeon.

Dr. Bill.TV - Video Netcasts
DrBill.TV #527 – Video – “The LinuxFX 11 Demo Edition!”

Dr. Bill.TV - Video Netcasts

Play Episode Listen Later Mar 14, 2023 16:50


Dr. Bill demos an install of LinuxFX 11 on VirtualBox; the new version of LinuxFX that looks and feels like Microsoft Windows 11! (March 14, 2023) Links that pertain to this Netcast: TechPodcasts Network International Association of Internet Broadcasters Blubrry Network Dr. Bill Bailey.NET BitChute Referral www.DrBill.TV/VPN www.DrBill.TV/Linode www.DrBill.TV/aptera Start the Video Netcast in the Blubrry Video Player above by [...] The post DrBill.TV #527 – Video – “The LinuxFX 11 Demo Edition!” appeared first on Dr. Bill | The Computer Curmudgeon.

La Tecnología para todos
El mejor servidor para domótica

La Tecnología para todos

Play Episode Listen Later Feb 22, 2023 11:11


En este nuevo capítulo hablo de los servidores domóticos. Pero que no se me altere la peña y guarda tu tarjeta porque tener un servidor domótico es más fácil y barato de lo que parece.Porque tener un servidor en tu casa donde puedes instalar tu sistema domótico, o lo que sea, es tan sencillo como utilizar una de estas cuatro opciones.Máquina virtualUn ordenador viejoUna Raspberry PiUn mini pcY en este capítulo te voy a hablar de cuáles son sus ventajas pero también de sus desventajas.Y como siempre digo, no le des al like, no te suscribas y no lo compartas, pero si quieres seguir reicibiendo más contenido sobre Arduino, IoT, domótica y cacharreo en general...Entra en https://programarfacil.com

Linux Action News
Linux Action News 278

Linux Action News

Play Episode Listen Later Feb 2, 2023 19:43


A lot happened in the free desktop world this week, we cover the impressive releases, changes, and surprises.

Linux Action News
Linux Action News 278

Linux Action News

Play Episode Listen Later Feb 2, 2023 19:43


A lot happened in the free desktop world this week, we cover the impressive releases, changes, and surprises.

Les Cast Codeurs Podcast
LCC 287 - Celui qu'Antonio avait oublié!

Les Cast Codeurs Podcast

Play Episode Listen Later Nov 2, 2022 64:40


Arnaud et Guillaume reviennent sur les news de ce mois avec évidement la sortie de Java 19 mais aussi GraalVM, Puppet (toujours vivant), Docker Compose et Desktop, VirtualBox, WASMTime et d'autres sujets plus orientés méthodologie comme la réalisation de Sketchnotes, les DO / DONT pour faire des messages d'erreurs dans les UIs ou encore quelques pratiques de management chez Google. Enregistré le 21 octobre 2022 Téléchargement de l'épisode LesCastCodeurs-Episode–287.mp3 News Langages La version 19 de Java est sortie https://mail.openjdk.org/pipermail/jdk-dev/2022-September/006933.html Au menu: 405: Record Patterns (Preview) 422: Linux/RISC-V Port 424: Foreign Function & Memory API (Preview) 425: Virtual Threads (Preview) 426: Vector API (Fourth Incubator) 427: Pattern Matching for switch (Third Preview) 428: Structured Concurrency (Incubator) La vue de InfoQ https://www.infoq.com/news/2022/09/java19-released/ Foojay couvre 5 fonctionnalités clé https://foojay.io/today/the–5-most-pivotal-and-innovative-additions-to-openjdk–19/ virtual threads structured concurrency pattern matching for switch foreign function and memory API record pattern matching Proposition dans Leyden des condenseurs et du décalage d'exécution dans le temps https://openjdk.org/projects/leyden/notes/02-shift-and-constrain GraalVM JIT et Native Image rejoignent le projet OpenJDK https://twitter.com/graalvm/status/1582441450796900354 Google rejoint Adoptium et va utiliser la distribution Temurin pour les JDKs utilisés dans ses produits https://blog.adoptium.net/2022/10/adoptium-welcomes-google/ “Paving the on-ramp” : Brian Goetz discute de changements au langage Java pour faciliter l'apprentissage pour les nouveaux arrivants https://openjdk.org/projects/amber/design-notes/on-ramp Librairies Spring Boot 3.0.0 RC1 is out https://spring.io/blog/2022/10/20/spring-boot–3–0–0-rc1-available-now Vous pouvez maintenant convertir vos applications Spring Boot en exécutables natifs en utilisant les plugins standard Spring Boot Maven ou Gradle sans avoir besoin d'une configuration spéciale. Infrastructure (re)découvrir puppet - https://blog.stephane-robert.info/post/introduction-puppet/ - https://blog.stephane-robert.info/post/puppet-env-developpement/ Tutoriel en français sur puppet que l'auteur Stéphane ROBERT écrit dans le cadre d'une migration Puppet vers Ansible L'auteur revient sur les concepts (manifests, classes, modules), et explique comment utiliser vagrant pour developper en local un projet utilisant puppet. Docker Compose v2.11.0 est disponible La commande build permet de construire des images multi-architectures. https://github.com/compose-spec/compose-spec/blob/master/build.md#platforms Docker Desktop 4.13.0 https://docs.docker.com/desktop/release-notes/#docker-desktop–4130 docker dev permet de gérer ses Dev Environments via la CLI Sortie de VirtualBox 7.0, avec prise en charge complète du chiffrement des VMs, nouvelle accélération Direct3D, elle apporte le premier client #Mac ARM et le TPM de #Windows 11 https://virtualisation.developpez.com/actu/337578/Sortie-de-VirtualBox–7–0-avec-prise-en-ch[…]rte-le-premier-client-Mac-ARM-et-le-TPM-de-Windows–11/ Web WASMtime 1.0 https://bytecodealliance.org/articles/wasmtime–1–0-fast-safe-and-production-ready Comment écrire un bon message d'erreur sur une UI? https://medium.com/wix-ux/when-life-gives-you-lemons-write-better-error-messages–46c5223e1a2f Un mauvais message d'erreur: Ton inapproprié Jargon technique Rejetant le blâme Générique sans raison Un bon message d'erreur: Dire ce qui s'est passé et pourquoi Rassurer Faire preuve d'empathie Aidez-les à régler le problème Donnez toujours une issue Outillage Amélie Benoit partage un article d'initiation au Sketchnote https://amelie.tech/fr/blog/sketchnote-initiation/ Définition : un dessin, une représentation visuelle d'une prise de note, mêlant dessin et texte Pas de stress, suffit juste de savoir écrire, dessiner des carrés, cercles, triangles. Pas besoin d'être un artiste ! A quoi ça sert ? pour soi même pour s'approprier de l'information, synthétiser ce que l'on apprends, mais aussi pour partager avec les autres On peut faire des sketchnotes pour tout et n'importe quoi ! Amélie décrit ensuite les bases, avec les pictogrammes, le texte, les puces, les flèches, comment créer des conteneurs (pour des titres par exemple), comment rendre un sketchnote plus joli et comment hiérarchiser le contenu Enfin, quelques ressources utiles, en particulier les livres de Mike Rohde qui est l'inventeur du concept Nouvelle UI pour Maven Central search https://central.sonatype.dev/ maven-test-profiler: Maven extension pour trouver les tests les plus lents https://t.co/d5YpXODWf8 Architecture Netflix construit un système de queue basse latence et haut volume à partir de composants open source https://www.infoq.com/news/2022/10/netflix-timestone-priority-queue/ Méthodologies Google a publié un ensemble de pratiques, d'outils et d'articles pour les managers https://rework.withgoogle.com/guides/ Sécurité CVE dans Kafka - un client non authentifié peut faire un OOME dans le broker https://github.com/advisories/GHSA-c9h3-c6qj-hh7q Signal retire le support des SMS sur Android https://t.co/u9XZ7XM7rT Conférences Codeurs en Seine 2022 - Programme et Inscriptions Ca y est le programme est disponible et les inscriptions sont ouvertes. les inscriptions (c'est gratuit et c'est à Rouen le 17 novembre) : https://www.codeursenseine.com/2022/inscription le magnifique programme est la : https://www.codeursenseine.com/2022/programme La liste des conférences provenant de Developers Conferences Agenda/List par Aurélie Vache et contributeurs : 3–4 novembre 2022 : Agile Tour Nantes 2022 - Nantes (France) 8–9 novembre 2022 : Open Source Experience - Paris (France) 15–16 novembre 2022 : Agile Tour Toulouse - Toulouse (France) 17 novembre 2022 : Codeurs en Seine - Rouen (France) 17 novembre 2022 : lbc² by leboncoin - Paris (France) 18 novembre 2022 : DevFest Strasbourg - Strasbourg (France) 18–19 novembre 2022 : GreHack - Grenoble (France) 19–20 novembre 2022 : Capitole du Libre - Toulouse (France) 23–25 novembre 2022 : Agile Grenoble 2022 - Grenoble (France) 1 décembre 2022 : Devops DDay #7 - Marseille (France) 2 décembre 2022 : BDX I/O - Bordeaux (France) 2 décembre 2022 : DevFest Dijon 2022 - Dijon (France) 14–16 décembre 2022 : API Days Paris - Paris (France) & Online 15–16 décembre 2022 : Agile Tour Rennes - Rennes (France) 19–20 janvier 2023 : Touraine Tech - Tours (France) 25–28 janvier 2023 : SnowCamp - Grenoble (France) 2 février 2023 : Very Tech Trip - Paris (France) 9–11 février 2023 : World AI Cannes - Cannes (France) 7 mars 2023 : Kubernetes Community Days France - Paris (France) 23–24 mars 2023 : SymfonyLive Paris - Paris (France) 12–14 avril 2023 : Devoxx France - Paris (France) Nous contacter Pour réagir à cet épisode, venez discuter sur le groupe Google https://groups.google.com/group/lescastcodeurs Contactez-nous via twitter https://twitter.com/lescastcodeurs Faire un crowdcast ou une crowdquestion Soutenez Les Cast Codeurs sur Patreon https://www.patreon.com/LesCastCodeurs Tous les épisodes et toutes les infos sur https://lescastcodeurs.com/

MP3 – mintCast
398 – I Hear A Leak, Must Be Android

MP3 – mintCast

Play Episode Listen Later Oct 19, 2022 85:12


First up in the news: Debian carries buffer patches, IceWM 3, Wireshark 4, free Ubuntu Pro for all, KDE winds down Plasma 5, VirtualBox 7, Proton drives prices, and dreams of Forky;  In security and privacy: New Chinese malware for everything, Intel springs a leak, and Android's leak exposed; Then in our Wanderings: Joe futzes with his 3D printer, while Moss continues to fight with Mint 21; In our Innards section, we begin a historical journey through Linux distros; And finally, the feedback and a couple of suggestions Download

Ask The Tech Guys (Audio)
Leo Laporte - The Tech Guy: 1935

Ask The Tech Guys (Audio)

Play Episode Listen Later Oct 16, 2022 166:11


Leo's thoughts on the Google Pixel 7 Pro, resetting your Mac password, Microsoft 365 alternatives, switching from Windows to Mac, recovering files from a hard drive that can't be mounted, how to improve your home network for Zoom meetings, and more. Plus, conversations with Scott Wilkinson, Johnny Jet, and Dick DeBartolo. Meta Quest Pro - costs $1,499 and ships October 25th Meta's Horizon Worlds legs video was a lie New Microsoft Surface devices - Surface Pro 9 lets you pick between Intel or Arm 5G Leo's thoughts on the Google Pixel 7 Pro How to reset your Mac login password when locked out Scott Wilkinson: TCL 6-Series TV - TCL's 85" TV with Mini-LED technology Microsoft Office vs. LibreOffice and other alternatives like Google Workspace, Google Docs, and Zoho WorkDrive Resources for transitioning to macOS from Windows Will Apple hold one more event in 2022? How to recover files from a hard drive with the 'click of death' Johnny Jet: The trend of blended travel or 'workcations' and how to avoid crowded airports How to troubleshoot a printer's poor print quality Running Windows 11 on a Mac with VirtualBox 7 Happy 34th birthday, IRC More hard drive recovery help: The format is unrecognizable How to cast media and screen share to an LG OLED TV and other smart TVs How to improve your internet connection to Zoom, Microsoft Teams, Google Meet, and other virtual meetings DeBartolo: Xplora XGO 3 - 'Kid's First Smart Watch' Host: Leo Laporte Guests: Scott Wilkinson, Johnny Jet, and Dick DeBartolo Get episodes ad-free with Club TWiT at https://twit.tv/clubtwit Show notes and links for this episode are available at: https://twit.tv/shows/the-tech-guy/episodes/1935 Download or subscribe to this show at: https://twit.tv/shows/the-tech-guy Sponsor: Ziprecruiter.com/techguy

All TWiT.tv Shows (MP3)
The Tech Guy 1935

All TWiT.tv Shows (MP3)

Play Episode Listen Later Oct 16, 2022 166:11


Leo's thoughts on the Google Pixel 7 Pro, reseting your Mac password, Microsoft 365 alternatives, switching from Windows to Mac, recovering files from a hard drive that can't be mounted, how to improve your home network for Zoom meetings, and more. Plus, conversations with Scott Wilkinson, Johnny Jet, and Dick DeBartolo. Meta Quest Pro - costs $1,499 and ships October 25th Meta's Horizon Worlds legs video was a lie New Microsoft Surface devices - Surface Pro 9 lets you pick between Intel or Arm 5G Leo's thoughts on the Google Pixel 7 Pro How to reset your Mac login password when locked out Scott Wilkinson: TCL 6-Series TV - TCL's 85" TV with Mini-LED technology Microsoft Office vs. LibreOffice and other alternatives like Google Workspace, Google Docs, and Zoho WorkDrive Resources for transitioning to macOS from Windows Will Apple hold one more event in 2022? How to recover files from a hard drive with the 'click of death' Johnny Jet: The trend of blended travel or 'workcations' and how to avoid crowded airports How to troubleshoot a printer's poor print quality Running Windows 11 on a Mac with VirtualBox 7 Happy 34th birthday, IRC More hard drive recovery help: The format is unrecognizable How to cast media and screen share to an LG OLED TV and other smart TVs How to improve your internet connection to Zoom, Microsoft Teams, Google Meet and other virtual meetings DeBartolo: Xplora XGO 3 - 'Kid's First Smart Watch' Host: Leo Laporte Guests: Scott Wilkinson, Johnny Jet, and Dick DeBartolo Get episodes ad-free with Club TWiT at https://twit.tv/clubtwit Show notes and links for this episode are available at: https://twit.tv/shows/the-tech-guy/episodes/1935 Download or subscribe to this show at: https://twit.tv/shows/all-twittv-shows Sponsor: Ziprecruiter.com/techguy

Radio Leo (Audio)
The Tech Guy 1935

Radio Leo (Audio)

Play Episode Listen Later Oct 16, 2022 166:11


Leo's thoughts on the Google Pixel 7 Pro, resetting your Mac password, Microsoft 365 alternatives, switching from Windows to Mac, recovering files from a hard drive that can't be mounted, how to improve your home network for Zoom meetings, and more. Plus, conversations with Scott Wilkinson, Johnny Jet, and Dick DeBartolo. Meta Quest Pro - costs $1,499 and ships October 25th Meta's Horizon Worlds legs video was a lie New Microsoft Surface devices - Surface Pro 9 lets you pick between Intel or Arm 5G Leo's thoughts on the Google Pixel 7 Pro How to reset your Mac login password when locked out Scott Wilkinson: TCL 6-Series TV - TCL's 85" TV with Mini-LED technology Microsoft Office vs. LibreOffice and other alternatives like Google Workspace, Google Docs, and Zoho WorkDrive Resources for transitioning to macOS from Windows Will Apple hold one more event in 2022? How to recover files from a hard drive with the 'click of death' Johnny Jet: The trend of blended travel or 'workcations' and how to avoid crowded airports How to troubleshoot a printer's poor print quality Running Windows 11 on a Mac with VirtualBox 7 Happy 34th birthday, IRC More hard drive recovery help: The format is unrecognizable How to cast media and screen share to an LG OLED TV and other smart TVs How to improve your internet connection to Zoom, Microsoft Teams, Google Meet, and other virtual meetings DeBartolo: Xplora XGO 3 - 'Kid's First Smart Watch' Host: Leo Laporte Guests: Scott Wilkinson, Johnny Jet, and Dick DeBartolo Get episodes ad-free with Club TWiT at https://twit.tv/clubtwit Show notes and links for this episode are available at: https://twit.tv/shows/the-tech-guy/episodes/1935 Download or subscribe to this show at: https://twit.tv/shows/total-leo Sponsor: Ziprecruiter.com/techguy

The Tech Guy (Video HI)
Leo Laporte - The Tech Guy: 1935

The Tech Guy (Video HI)

Play Episode Listen Later Oct 16, 2022 166:58


Leo's thoughts on the Google Pixel 7 Pro, resetting your Mac password, Microsoft 365 alternatives, switching from Windows to Mac, recovering files from a hard drive that can't be mounted, how to improve your home network for Zoom meetings, and more. Plus, conversations with Scott Wilkinson, Johnny Jet, and Dick DeBartolo. Meta Quest Pro - costs $1,499 and ships October 25th Meta's Horizon Worlds legs video was a lie New Microsoft Surface devices - Surface Pro 9 lets you pick between Intel or Arm 5G Leo's thoughts on the Google Pixel 7 Pro How to reset your Mac login password when locked out Scott Wilkinson: TCL 6-Series TV - TCL's 85" TV with Mini-LED technology Microsoft Office vs. LibreOffice and other alternatives like Google Workspace, Google Docs, and Zoho WorkDrive Resources for transitioning to macOS from Windows Will Apple hold one more event in 2022? How to recover files from a hard drive with the 'click of death' Johnny Jet: The trend of blended travel or 'workcations' and how to avoid crowded airports How to troubleshoot a printer's poor print quality Running Windows 11 on a Mac with VirtualBox 7 Happy 34th birthday, IRC More hard drive recovery help: The format is unrecognizable How to cast media and screen share to an LG OLED TV and other smart TVs How to improve your internet connection to Zoom, Microsoft Teams, Google Meet, and other virtual meetings DeBartolo: Xplora XGO 3 - 'Kid's First Smart Watch' Host: Leo Laporte Guests: Scott Wilkinson, Johnny Jet, and Dick DeBartolo Get episodes ad-free with Club TWiT at https://twit.tv/clubtwit Show notes and links for this episode are available at: https://twit.tv/shows/the-tech-guy/episodes/1935 Download or subscribe to this show at: https://twit.tv/shows/the-tech-guy Sponsor: Ziprecruiter.com/techguy

All TWiT.tv Shows (Video LO)
The Tech Guy 1935

All TWiT.tv Shows (Video LO)

Play Episode Listen Later Oct 16, 2022 166:58


Leo's thoughts on the Google Pixel 7 Pro, resetting your Mac password, Microsoft 365 alternatives, switching from Windows to Mac, recovering files from a hard drive that can't be mounted, how to improve your home network for Zoom meetings, and more. Plus, conversations with Scott Wilkinson, Johnny Jet, and Dick DeBartolo. Meta Quest Pro - costs $1,499 and ships October 25th Meta's Horizon Worlds legs video was a lie New Microsoft Surface devices - Surface Pro 9 lets you pick between Intel or Arm 5G Leo's thoughts on the Google Pixel 7 Pro How to reset your Mac login password when locked out Scott Wilkinson: TCL 6-Series TV - TCL's 85" TV with Mini-LED technology Microsoft Office vs. LibreOffice and other alternatives like Google Workspace, Google Docs, and Zoho WorkDrive Resources for transitioning to macOS from Windows Will Apple hold one more event in 2022? How to recover files from a hard drive with the 'click of death' Johnny Jet: The trend of blended travel or 'workcations' and how to avoid crowded airports How to troubleshoot a printer's poor print quality Running Windows 11 on a Mac with VirtualBox 7 Happy 34th birthday, IRC More hard drive recovery help: The format is unrecognizable How to cast media and screen share to an LG OLED TV and other smart TVs How to improve your internet connection to Zoom, Microsoft Teams, Google Meet, and other virtual meetings DeBartolo: Xplora XGO 3 - 'Kid's First Smart Watch' Host: Leo Laporte Guests: Scott Wilkinson, Johnny Jet, and Dick DeBartolo Get episodes ad-free with Club TWiT at https://twit.tv/clubtwit Show notes and links for this episode are available at: https://twit.tv/shows/the-tech-guy/episodes/1935 Download or subscribe to this show at: https://twit.tv/shows/all-twittv-shows Sponsor: Ziprecruiter.com/techguy

Torréfaction
Torréfaction #232 : patch Elden Ring, VirtualBox 7.0, Lamu (Urusei Yatsura) et Bleach de retour sur les écrans, les tests de RTX 4090, Meta Quest Pro et les nouvelles Surface de Microsoft

Torréfaction

Play Episode Listen Later Oct 14, 2022 40:51


Cette semaine : refonte de l'app mobile Steam, gros patch et DLC pour Elden Ring, Valorant dévoile Harbor, VirtualBox 7.0, plus d'intégration iCloud dans Windows 11, Pass Navigo sur Smartphone, Sasha - LNOE Ten, Dreamcatcher - Vision, Lamu (Urusei Yatsura) et Bleach, Akiba Maid War, RTX 4090 en test, RTX 4080 12 Go “unlaunched”, Meta Quest Pro, et Microsoft dévoile ses nouvelles Surface(s) : Surface Studio 2 Plus, Surface Laptop 5, Surface Pro 9. Lisez plutôt Torréfaction #232 : patch Elden Ring, VirtualBox 7.0, Lamu (Urusei Yatsura) et Bleach de retour sur les écrans, les tests de RTX 4090, Meta Quest Pro et les nouvelles Surface de Microsoft avec sa vraie mise en page sur Geekzone. Pensez à vos rétines.

Bellingham Podcast
Ep. 212 | Retro Computing

Bellingham Podcast

Play Episode Listen Later Jun 12, 2022 33:20


Housekeeping Gregarious grandiose gob of diggityAnalog Explorer Podcast updates : The Personal Technologist BlogNew podcast workflow that we are dialing in : be sure to subscribe to bellinghampodcast.substack.com. Disclaimers Old software/emulation/ ROMs“Abandonware” VirtualBox lovers…might not like Apple M1Retro GamingOpenEMURetroPieInternet Archive Battle Chess (enhanced) “Internet Arcade”Sonic the Hedgehog 2 “Console Livingroom”Retro AppsMacintosh Repository Retro OSUTM : Universal Turing Machine (available for Mac only I believe) DosBox (updated 2021?)Internet Archive hosted Windows 95SheepShaver (no longer supported by original creator) Emaculation PCJs- Win 95 in the browserWin 95 (2018 updated) on this GitHub project by felixriesebergRetro MediaGame Show ArchiveClassic TV show ArchiveAudio ArchiveBellinghamChris in the Archive?RetroTubeSeattle Mariners in the 80sSeattle Seahawks in 1985Bellingham in the ‘30s through ‘60sLOCALElizabeth Park Concert Series - June 23 through August 25 “If community gatherings are not permissible, we hope to have our shows streamed virtually on Facebook and YouTube.” This is a public episode. If you would like to discuss this with other subscribers or get access to bonus episodes, visit bellinghampodcast.substack.com

The Laravel Podcast
Socialite, Scout & Sail, with Taylor Otwell

The Laravel Podcast

Play Episode Listen Later May 27, 2022 34:17


Taylor Otwell's Twitter - https://twitter.com/taylorotwellLaravel Twitter - https://twitter.com/laravelphpLaravel Website - https://laravel.com/Laravel Socialite - https://laravel.com/docs/9.x/socialiteSocialite Providers - https://socialiteproviders.com/Atymic - https://atymic.dev/Laravel Scout - https://laravel.com/docs/9.x/scoutOAuth 2.0 - https://oauth.net/2/Elasticsearch - https://www.elastic.co/Algolia - https://www.algolia.com/doc/Meilisearch - https://www.meilisearch.com/Tighten.co - https://tighten.com/Laravel Sail - https://laravel.com/docs/9.x/sailVirtualBox - https://laravel.com/docs/9.x/homestead#provider-specific-virtualboxMindhive - https://mindhive.ro/en/home/Docker - https://www.docker.com/company/Docker Compose - https://docs.docker.com/compose/Homebrew - https://brew.sh/MySQL - https://www.mysql.com/Redis - https://redis.io/Takeout GitHub - https://github.com/tighten/takeoutTony Messias' Twitter - https://twitter.com/tonysmdev/Tony Messias' Blog - https://www.tonysm.com/Laravel Breeze GitHub - https://github.com/laravel/breezeLaravel Jetstream - https://jetstream.laravel.com/2.x/introduction.htmlLaravel Sanctum - https://laravel.com/docs/9.x/sanctumLaravel Fortify - https://laravel.com/docs/9.x/fortifyLaravel Cashier (Stripe) - https://laravel.com/docs/9.x/billingLaravel Passport - https://laravel.com/docs/9.x/passportLaravel Horizon - https://laravel.com/docs/9.x/horizonLaravel Telescope -https://laravel.com/docs/9.x/telescopeLaravel Dusk - https://laravel.com/docs/9.x/duskForge - https://forge.laravel.com/Laravel 9 - https://laravel.com/docs/9.x/releases#laravel-9Laravel Homestead - https://laravel.com/docs/9.x/homesteadLaravel Valet - https://laravel.com/docs/9.x/valet

HDTV and Home Theater Podcast
Podcast #1050: 5 Mistakes Everyone Makes With Their TVs, and How to Fix Them

HDTV and Home Theater Podcast

Play Episode Listen Later May 6, 2022 36:09


This week we look at 5 mistakes people make with their TV Settings and how to fix them and long time listener Jerry documents his transition from the Insteon Home Hub to Home Assistant. We have no email but we do discuss some of the week's news in an episode that includes a discussion about Mead, Bourbon, Beer, and Moonshine!  News: Harman Kardon Citation MultiBeam 1100 soundbar boasts Dolby Atmos audio Roku welcomes Apple Music to its lineup Alexa can tell you when your security camera detects a person or package Wyze takes on Ecobee, Nest with new room sensors for its smart thermostat 5 mistakes everyone makes with LG OLED TVs, and how to fix them Thanks to their irresistible combination of futuristic, super-slim designs and consistently outstanding picture quality, LG OLED TVs have become the darlings of the high-end TV world – they're not only among the best OLED TVs, but the best TVs of any kind. The problem is that few TVs are set up to deliver their best possible viewing experience out of the box, so if you haven't picked the right settings, you're not getting the most from your TV. So let's look here at some of the most common set up mistakes LG OLED owners make that may be stopping them from getting the viewing experience they deserve. Full article here… Cheat Sheet for Insteon Replacement with HomeAssistant (2.0)  Like many I was shocked to see my Insteon hub with a permanent red light and my expensive IOT  devices inoperative.   A good number of ex-Insteon users are looking to other implementations of home management system  and I soon discovered that HomeAssistant does work with Insteon Devices. The help pages are well done and explain the procedures well. I am back up and running with HomeAssistant following the  instructions, but it is not simple and here are some of the fine points.  The definitive solution involves either the HomeAssistant server hardware or a Rasberry Pi with the  software installed. You can run the system using Virtual system implement ations such as Microsofts's  Hyper-V or VirtualBox.   I suggest you try Virtual Box before you decide to buy dedicated hardware. I found the Hyper-V  unusable, as I have with other implementations, but the VBox works… though was not stable enough in  my hands for a permanent install.  So with Ara's financing I bought a Raspberry Pi on Amazon with the additional bits and pieces you NEED:  mico-SD card for the system; mini-HDMI connector for a display as well as getting a mouse and  keyboard to attach and of course an ethernet cable. Here are the nice install instructions:  https://www.home-assistant.io/installation/raspberrypi/  The set-up is self generated and you really just follow the questions.   If you did this right, the home screen will appear on any web browser populated by a lot of devices you never thought you had, including the hub..  Each of these will then show up on your home screen which is your interface, as well as on your smart  phone. My goal was to get the cameras that I use in my astronomical observatory to work, which I did https://www.astrobin.com/users/jerryyyyy/  There are many viable “canned” interfaces and contingency programming and the home page is entirely  customizable… I am still learning and a real time sink. The biggest problem is initializing some devices. The hub interface seems worthless as it never showed  all my devices and I basically had to add them back in one by one. I made a spreadsheet with the MAC  address and set fixed IP addresses for many… If you do not know what I am talking about when I  mention MAC addresses or IP addresses, you will be in trouble because you need to mess with your  router and set up “fixed IP addresses” for some devices… also cameras have BOTH Wi-Fi and Ethernet  MAC Addresses… On the other hand, if you know what I am talking about, this is a piece of cake.  My to-do list:  Get the motion sensor up and running (Appears to be impossible).  See if there is a way to pan work the cameras (Maybe learning more Python).  Get the GPS location off my iPhone into the system… yes you can get this through the App.  Find some good models for home pages and automations… there are tons but hard to choose.  The one I have is pretty basic.  Bottom line, all in all this is a viable option if you are familiar with the basics of networking.  Essential Afterthought: How to back-up your installation. I learned that to shut down the Pi you do not  pull the power cord… you go to the Linux shell and “sudo halt” luckily my install came back after that  adventure. You can backup and reinstall the SD card contents using Win32 Disk Imager:  https://sourceforge.net/projects/win32diskimager/  If you put this system together, you do not want to lose it!  

Tech@Lunch
Snack Episode 3 - Why Can‘t I Virtualize this

Tech@Lunch

Play Episode Listen Later Dec 29, 2021 16:34


Hello,  and welcome to the Third Tech@Lunch Snack episode. The snack episodes are smaller episodes where we cover a singular topic in less than 15 minutes, so you the listener can listen to them when you are taking a break, getting coffee, or having a snack. This week's Snack topic is Why Can't I Virtualize this. In this episode, we look into the world of visualization. We cover the range of Virtualization options during this snack and what some of the benefits are.  We cover VMware, VirtualBox, and portions of Amazon Web services. We attempt to bring awareness to what virtual appliances have to offer and how they can be used and why we think it is a good idea to learn them. So join us as we dive into Why Can't I Virtualize this.

The Linux Cast
Episode 49: Why Isn't Linux Popular in the USA - Or Is It?

The Linux Cast

Play Episode Listen Later Jun 26, 2021 67:35


This is a wild one, folks. Matt and Tyler talk about all sorts of things. They start off with a bitch session about Gnome. Then move on to talking about why there seems to be a divide between the level of interest in Linux and Open Source in America and Europe. Patreon - https://patreon.com/thelinuxcast Liberapay - https://liberapay.com/thelinuxcast/ ===== Thanks to Our Patrons! ==== Devon C. -- Tier 4 Patron Marcus B.  - Tier 3 Patron Donnie H. - Tier 3 Patron Maeglin - Tier 3 Patron Sven C. - Tier 3 Patron. EastCoastWeb - Tier 3 Patron Marek M. - Tier 1 Patron Camp514 - Tier 1 Patron Mitchel V - Tier 1 Patron ===== Follow us

The Linux Cast
Episode 36: Firewalls and Security on Linux

The Linux Cast

Play Episode Listen Later Feb 3, 2021 40:24


On this episode of The Linux Cast, Matt and Martin talk about the things everyone should know about firewalls and security on Linux.  Contact Info Twitter: @thelinuxcast @mtwb @martintwit2you Subscribe at http://thelinuxcast.org Contact us thelinuxcast@gmail.com Support us on Patreon: http://patreon.com/thelinuxcast http://facebook.com/thelinuxcast Subscribe on YouTube https://www.youtube.com/thelinuxcast [show notes] **What have we been up to Linux related this Week?** Martin – I have brought a mini PC Matt – I've been trying for four years to get Hearthstone working on Linux. I succeeded this week. I also worked on getting VirtualBox working again on my new setup. Links (One each) Matt - https://9to5linux.com/mx-linux-now-has-a-raspberry-pi-edition-you-can-try-right-now Martin - https://www.helpnetsecurity.com/2021/01/27/cve-2021-3156/ Main Topic - Firewalls and Security Apps of the Week Matt - Nemo. and Blueman manager Martin - GUFW https://costales.github.io/projects/gufw/

Territorimac - Apple | Noticias | Entrevistas | Radio
Lanzamiento de los iPhone 12, vender productos con WordPress, Apple Watch Series 6, problemas de las eSIM y virtualización en el Mac. Programa 619

Territorimac - Apple | Noticias | Entrevistas | Radio

Play Episode Listen Later Oct 30, 2020 59:59


Reviviremos el lanzamiento de los iPhone 12 desde la tienda Apple de Pg. de Gràcia de Barcelona. Descubriremos cómo vender productos y servicios en la web con WordPress conversando con Teresa Saez, especialista y consultora de e-commerce para WordPress. Conoceremos la experiencia de uso con el Apple Watch Series 6 de Albert Lozano, consultor en tecnologías de la información, gurú del entorno Apple y administrador de los foros Mac-Club.net. Iván Alexis, informático, youtuber y autor del libro «Cómo sacar partido a tu Apple Watch» explica la solución del problema de las eSIM con el iPhone 12 y el Apple Watch con LTE. Oriol del Barrio, ingeniero informático y desarrollador de software, responde a una pregunta relacionada con la virtualización en el Mac con VirtualBox.

The Laravel Podcast
Local Environment with Valet, Homestead, and Docker, with Chris Brown, Jose Soto, Joe Ferguson

The Laravel Podcast

Play Episode Listen Later Jun 23, 2020 75:52


Chris's Twitter: https://twitter.com/DrByteZCJoses' Twitter: https://twitter.com/josecanhelpJoe's Twitter: https://twitter.com/JoePFergusonValet: https://laravel.com/docs/7.x/valetHomestead: https://laravel.com/docs/7.x/homesteadDocker: https://www.docker.com/Laradock: https://laradock.io/Vessel: https://vessel.shippingdocker.com/Jose on Twenty Percent Time: https://twentypercenttime.simplecast.com/episodes/jose-soto-docker-for-local-development-P7pz7_EJJose on Laracasts: https://laracasts.com/series/guest-spotlight/episodes/2Jose's Docker Site: https://daytodaydocker.com/Valet Diagnoses Command: https://github.com/laravel/valet/issues/936HyperV: https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/about/VirtualBox: https://www.virtualbox.org/VMWare: https://www.vmware.com/ Episode SponsorshipTranscription sponsored by LarajobsEditing sponsored byTighten

Mobycast
Virtual Machines vs. Containers Revisited - Part 1

Mobycast

Play Episode Listen Later Oct 9, 2019 47:58


Sponsor Circle CI Episode on CI/CD with Circle CI Show DetailsIn this episode, we cover the following topics: VMs vs containers - why revisit?Originally talked about this in episode 1 Got most of it right, but some inconsistencies/holes Let's revisit to fill in the gaps, and dive a whole LOT deeper this time around Types of virtualization Full virtualization ("virtual machines") Simulates enough hardware to allow an unmodified "guest" OS to be run in isolation Resources of computer are partitioned via hypervisor Examples:VMWare, Parallels, VirtualBox, Hyper-V Operating-system-level virtualization ("containers") Resources of computer are partitioned via the kernel"Guest" OSes share same running instance of OS as the host system Based on the virtualization, isolation, and resource management mechanisms provided by the Linux kernelnamespaces and cgroups Examples:Docker, LXC, FreeBSD jails Hypervisors Also known as a Virtual Machine Manager (VMM) Creates and runs virtual machines It is a process that separates OS and apps from underlying physical hardware Multiple VMs share virtualized hardware resources When you create a new VM, the following happens: Hypervisor allocates memory and CPU space for VMs exclusive use Complete OS is installed onto the VM The VM's OS communicates with the hypervisor to perform tasks Host OS is able to see all physical hardware, whereas guest OS (VM) can only see hardware to which hypervisor has granted access Two types of hypervisors Type 1 (also called "native" or "bare metal" hypervisors) Run directly on the host's hardware to control the hardware and manage the guest VMsruns in ring 0 Are an OS themselves (simple OS on top of which you run VMs)the physical machine the hypervisor is running on serves only for virtualization purposesExceptions: Hyper-V, KVM ExamplesXen, Microsoft Hyper-V, VMware ESX/ESXi Type 2 (also called "hosted" hypervisors) Run on conventional OS, just like other apps Guest OS runs as a process on the host Hypervisor separates the guest OS from the host OS ExamplesVirtualBox, Parallels Protection levels (rings) x86 family of CPUs provide a range of protection levels also known as rings Ring 0 has the highest level privilege (kernel/supervisor) Ring 3 lowest level (applications) Hypervisor occupies ring 0 of CPU Kernels for any guest operating systems running on the system must run in less privileged CPU rings But most OS kernels are written explicitly to run in ring 0 Techniques to deal with this: Full virtualization hypervisor provides CPU emulation to handle ring 0 operations made by unmodified guest OS kernels emulation process requires both time and system resourcesinferior performance Paravirtualization Technique in which hypervisor provides an API and the OS of the guest VM calls that API Requires guest OS to be modified (to make API calls)Replace any privileged operations that will only run in ring 0 of the CPU with calls to the hypervisor ("hypercalls") Allows tasks to run in host OS (instead of in guest OS where performance would be worse) Hardware virtualization Requires a CPU with hardware virtualization extensions, such as Intel VT or AMD-VIntel virtualization (VT-x) Virtual Machine Extensions Adds ten new instructions VMPTRLD, VMPTRST, VMCLEAR, VMREAD, VMWRITE, VMCALL, VMLAUNCH, VMRESUME, VMXOFF, and VMXON. These instructions permit entering and exiting a virtual execution mode where the guest OS perceives itself as running with full privilege (ring 0), but the host OS remains protected. Reduces/eliminates any OS modifications in guest OS Provides an additional privilege mode above ring 0 in which the hypervisor can operateessentially leaving ring 0 available for unmodified guest OSes Better performance than paravirtualization Links Virtual machine Hypervisor What is a hypervisor? What Is A Hypervisor? Types Of Hypervisors 1 & 2 End SongTime for Trees - Sad Livin in the (New York) City - (David Last Remix)For a full transcription of this episode, please visit the episode webpage.We'd love to hear from you! You can reach us at: Web: https://mobycast.fm Voicemail: 844-818-0993 Email: ask@mobycast.fm Twitter: https://twitter.com/hashtag/mobycast

SANS Internet Stormcenter Daily Network/Cyber Security and Information Security Stormcast

Updates for Dell Support Assistant https://www.dell.com/support/article/us/en/04/sln317291/dsa-2019-084-dell-supportassist-for-business-pcs-and-dell-supportassist-for-home-pcs-security-update-for-pc-doctor-vulnerability?lang=en Critical Cisco Vulnerablity https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190227-rmi-cmd-ex LoudMiner Comes with VM https://www.welivesecurity.com/2019/06/20/loudminer-mining-cracked-vst-software/ STI Student Dave Todd: Overcoming the Comliance Challenges in Biometrics https://www.sans.org/reading-room/whitepapers/legal/paper/38970

SANS Internet Stormcenter Daily Network/Cyber Security and Information Security Stormcast

VirtualBox 0 Day Guest Escape Exploit Released https://github.com/MorteNoir1/virtualbox_e1000_0day WooCommerce / Wordpress Bug Leads to RCE https://blog.ripstech.com/2018/wordpress-design-flaw-leads-to-woocommerce-rce/ Bing Advertises Fake Version of Notepad2 https://www.bleepingcomputer.com/news/security/beware-of-unofficial-sites-pushing-notepad2-adware-bundles/ Jacksonville BSides https://bsidesjax.org