Showing headlines posted by bob

« Previous ( 1 ... 272 273 274 275 276 277 278 279 280 281 282 ... 1156 ) Next »

How I migrated from a Mac Mini to a Raspberry Pi

  • Opensource.com; By Peter Garner (Posted by bob on Mar 15, 2020 2:59 PM EDT)
  • Story Type: Tutorial; Groups: Raspberry Pi
Some time ago, I decided to move my computing environment from a Mac Mini PowerPC to a Raspberry Pi Model 2. This article describes my reasons for doing so and how I did it. While it is quite technical in places, if you're considering switching from an existing system to something decidedly lean and mean, there are things that you need to know before making that leap. There are lots of links to click as well, which will lead you to the software and apps that I mention.

Adding a display to a travel-ready Raspberry Pi Zero

  • Opensource.com; By Peter Garner (Posted by bob on Mar 15, 2020 1:50 AM EDT)
  • Story Type: Tutorial; Groups: Raspberry Pi
In my earlier article, I explained how I transformed a Raspberry Pi Zero into a minimal, portable, go-anywhere computer system that, although small, can actually achieve useful things. I've since made iterations that have proved interesting and made the little Pi even more useful. Read on to learn what I've done.

Make SSL certs easy with k3s

In a previous article, we deployed a couple of simple websites on our k3s cluster. There were non-encrypted sites. Now that's fine, and they work, but non-encrypted is very last century! These days most websites are encrypted. In this article, we are going to install cert-manager and use it to deploy TLS encrypted sites on our cluster. How to encrypt your website with k3s and Letsencrypt on a Raspberry Pi.

Linux-based OBD II fleet computer adds CAN FD support

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Mar 14, 2020 10:29 AM EDT)
  • Story Type: News Story; Groups: Linux
iWave has updated its Linux-driven, i.MX ULL-based “OBD II” telematics and fleet management computer with CAN-FD support. The compact OBD II supports up to 3x CAN and CAN FD connections simultaneously along with OBD-II and SAE J1939 protocols. CAN and the newer, faster CAN FD interfaces are increasingly common on in-vehicle computers. Now, iWave has […]

Amazon teases Bottlerocket, its take on Linux specifically for running containers

Rust and dual-partition sets for security, efficiency, and automated updates. Amazon Web Services has begun previewing Bottlerocket, a new open-source Linux distribution designed for running containers.…

Open source alternative for multi-factor authentication: privacyIDEA

Two-factor authentication, or multi-factor authentication, is not a topic only for nerds anymore. Many services on the internet provide it, and many end-users demand it. While the average end-user might only realize that his preferred web site either offers MFA or it does not, there is more to it behind the scene. The two-factor market is changing, and changing rapidly. New authentication methods arise, classical vendors are merging, and products have disappeared.

Submit a supplemental wallpaper for Fedora 32

Attention Fedora community members: Fedora is seeking submissions for supplemental wallpapers to be included with the Fedora 32 release. Whether you’re an active contributor, or have been looking for a easy way to get started contributing, submitting a wallpaper is a great way to help. Read on for more details. Each release, the Fedora Design […]

How to set up the Raspberry Pi Zero for travel

  • Opensource.com; By Peter Garner (Posted by bob on Mar 13, 2020 11:32 PM EDT)
  • Story Type: Editorial; Groups: Raspberry Pi
For some time now, I've been a huge fan of the Raspberry Pi computer in all of its various forms. I have a number of them, and each has a server role to play. Most of the time, they work extremely well, and I'm safe in the knowledge that the small amount of power they consume is keeping the bills down. You don't have to invest large amounts of money to build a relatively powerful system that can be taken on the road and used productively.

How to install pip to manage PyPI packages easily

  • Opensource.com (Posted by bob on Mar 13, 2020 1:54 PM EDT)
  • Groups: Python; Story Type: News Story
Python is a powerful and popular programming language with many packages that are useful for general programming, data science, and many other things. These packages are not included with the Python installation, so you have to download, install, and manage them separately. All of these packages (libraries and frameworks) are stored in a central repository called the Python Package Index, or PyPI for short. This is where pip (short for Preferred Installer Program), Python's package manager, comes into the picture. read more

How to whiteboard collaboratively with Drawpile

  • Opensource.com (Posted by bob on Mar 13, 2020 11:26 AM EDT)
  • Story Type: News Story
Thanks to applications like Krita and MyPaint, open source software users have all the tools they need to create stunning digital paintings. They are so good that you can see art created with Krita in some of your favorite RPG books. read more

How to Manage Account Password in Linux

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Mar 13, 2020 10:11 AM EDT)
  • Groups: Linux; Story Type: News Story
There are a few Linux commands you should be familiar with in order to manage account passwords effectively. In this article, we'll cover some of the handiest password management commands.

Introducing the guide to getting started with the Raspberry Pi

The first personal computer I purchased with my own money was a Packard Bell, back in the mid-1990s. What I remember about that computer was that for US$ 1,500, I had an Intel Pentium processor with a few megabytes of RAM, a modem to connect to my dial-up internet, and no other devices for internet connectivity. read more

Firefox 74 slams Facebook in solitary confinement: Browser add-on stops social network stalking users across the web

  • The Register; By Tim Anderson (Posted by bob on Mar 12, 2020 11:02 PM EDT)
  • Story Type: News Story; Groups: Mozilla
Prompt to install enhanced extension is the first thing you'll see. The first thing users will see after updating to Mozilla's latest browser, Firefox 74, is a prompt to install the Facebook Container add-on.…

Highly expandable ATX board features 8th and 9th Gen CPUs

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Mar 12, 2020 9:48 PM EDT)
  • Story Type: News Story; Groups: Intel
Win Enterprises’ “MB-50030” is an industrial ATX board with 8th or 9th Gen Coffee Lake CPUs with up to 128GB DDR4, 2x GbE, 2x USB 3.1 Gen2, 0 to 60°C operation, and PCIe x16, 3x PCIe x4, 2x PCI, mini-PCIe, and M.2 expansion. Win Enterprises announced its first Intel Coffee Lake based product and the […]

Microsoft throws a bone to those unable to leave the past behind with .NET 5 support on the way for Visual Basic

But you should really be looking at migrating to C#. Microsoft giveth and Microsoft taketh away as the Windows giant announced support for Visual Basic in its upcoming .NET 5.0…

Red Hat Ceph Storage 4 arrives

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Mar 12, 2020 7:19 PM EDT)
  • Story Type: News Story; Groups: Cloud, Linux, Red Hat
Do you need really serious software-defined storage to handle petabytes of data? Then, Red Hat, with the latest edition of Red Hat Ceph Storage (RHCS), has the technology you need. The new Red Hat Ceph Storage can handle petabytes of data for all your enterprise cloud and datacenter storage needs.

Directing Kubernetes traffic with Traefik

In this article, we will deploy a couple of simple websites and learn how to ingress traffic from the outside world into our cluster using Traefik. After that, we will learn how to remove Kubernetes resources as well. Let’s get started!

How to write effective documentation for your open source project

Unfortunately, good code won't speak for itself. Even the most elegantly designed and well-written codebase that solves the most pressing problem in the world won't just get adopted on its own. You, the open source creator, need to speak for your code and breathe life into your creation. That's where technical writing and documentation come in.

Linux and open-source conferences: List of what’s canceled or going virtual

You can safely assume if you were planning on going to a Linux or open-source conference anytime soon, it's been canceled or made virtual. The post Linux and open-source conferences: List of what’s canceled or going virtual appeared first on Linux.com.

Compact Apollo Lake net appliance supports WiFi and LTE too

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Mar 12, 2020 12:44 AM EDT)
  • Story Type: News Story; Groups: Embedded
Aaeon’s compact, rugged “FWS-2275” is an Apollo Lake based networking appliance and edge computer with 3x GbE, USB, serial, DIO, WiFi/BT, and mini-PCIe. Aaeon announced a fanless, industrial net appliance and embedded PC with a compact, 115 x 115 x 44mm footprint and ruggedization features. The FWS-2275 is a slightly smaller and more rugged variation […]

« Previous ( 1 ... 272 273 274 275 276 277 278 279 280 281 282 ... 1156 ) Next »