Showing headlines posted by bob

« Previous ( 1 ... 257 258 259 260 261 262 263 264 265 266 267 ... 1156 ) Next »

Red Hat's new CEO on surviving inside Blue Blue: 'We don't participate in IBM's culture. It's that simple'

Paul Cormier talks hybrid cloud growth and independence with El Reg. Interview Red Hat’s new CEO is feeling confident. It’s a pretty good time to be the head of a company whose entire business is virtual: virtual machines, hybrid cloud, operating system support, Kubernetes containers. These are boom times.…

Drop PNG and JPG for your online images: Use WebP

WebP is an image format developed by Google in 2010 that provides superior lossless and lossy compression for images on the web. Using WebP, web developers can create smaller, richer images that improve site speed. A faster loading website is critical to the user experience and for the website's marketing effectiveness.

Linux and Kubernetes: Serving The Common Goals of Enterprises

Kubernetes is a new way to deploy Linux. It really is a tight collaboration but what we're really focused on is the customer experience. The post Linux and Kubernetes: Serving The Common Goals of Enterprises appeared first on Linux.com.

The real impact of canceling PyCon due to COVID-19

The Python Software Foundation (PSF) had to cancel its popular PyCon US event in response to COVID-19. I interviewed Ewa Jodlowska, Executive Director of the PSF, to talk about the experience and see what we all can learn, and how we can be supportive of the non-profit that supports one of my favorite programming languages.

The life-changing magic of git rebase -i

Software development is messy. So many wrong turns, typos to fix, quick hacks and kludges to correct later, off-by-one errors you find late in the process. With version control, you have a pristine record of every wrong turn and correction made during the process of creating the "perfect" final product—a patch ready to submit upstream. Like the outtakes from movies, they are a little embarrassing and sometimes amusing.

How to Install ONLYOFFICE Document Server with Nginx on Debian 10

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on May 1, 2020 11:35 PM EDT)
  • Story Type: Tutorial; Groups: Debian, Linux
In this tutorial, we will show you how to install the Onlyoffcie Document Server on the latest Debian Buster 10. We will install the Onlyoffice Document Server with the PostgreSQL, Nginx, and Letsencrypt.

Open source live streaming with Open Broadcaster Software

If you have a talent you want to share with the world, whether it's making your favorite sourdough bread or speedrunning through a level of your favorite video game, live streaming is the modern show-and-tell. It's a powerful way to tell the world about your hobby through a medium once reserved for exclusive and expensive TV studios. Not only is the medium available to anyone with a relatively good internet connection, but the most popular software to make it happen is open source.

How to connect a Raspberry Pi to a serial USB port with Python from the terminal

Raspberry Pi can be used to interface with the real world from its GPIO, for example, by controlling a stepper motor. You can also use Raspberry Pi to dialog with some devices—like Arduino—by using a serial USB port. In this guide, I'll show you how to connect your Raspberry Pi to a serial USB port and read its values with Python from the terminal (without a desktop environment). For this purpose, we'll use Pyserial and its terminal tool.

Using mergerfs to increase your virtual storage

  • Fedora Magazine; By Curt Warfield (Posted by bob on May 1, 2020 3:20 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
What happens if you have multiple disks or partitions that you’d like to use for a media project and you don’t want to lose any of your existing data, but you’d like to have everything located or mounted under one drive. That’s where mergerfs can come to your rescue! mergerfs is a union filesystem geared […]

3.5-inch Whiskey Lake SBC ships with Ubuntu image

  • LinuxGizmos.com; By Eric Brown (Posted by bob on May 1, 2020 10:12 AM EDT)
  • Story Type: News Story; Groups: Intel, Ubuntu
Advantech’s 3.5-inch “MIO-5373” SBC runs Ubuntu or Win 10 on an 8th Gen Whiskey Lake CPU and offers up to 32GB DDR4, up to 64GB eMMC, triple display support, 2x GbE, 4x USB 3.0, 2x M.2, and MI/O expansion. The MIO-5373 follows a long list of other 3.5-inch SBCs with Intel’s 8th Gen Whiskey Lake […]

Simplify remote meetings with open source voice chat

  • Opensource.com (Posted by bob on May 1, 2020 8:09 AM EDT)
  • Story Type: News Story
For science fiction fans, it feels like video chat was a long time coming, but now it's safe to say that a video call is indeed a great way to communicate remotely. Just as advertised by Star Trek and countless Philip K. Dick novels, the human face conveys a lot of information that the human voice doesn't. There's a human connection established through a video call that doesn't quite happen with text or even voice chats. It's a triumph of modern technology. read more

10 ways to analyze binary files on Linux

  • Opensource.com (Posted by bob on May 1, 2020 5:05 AM EDT)
  • Groups: Linux; Story Type: News Story
"There are 10 types of people in this world: those who understand binary and those who don't." We work with binaries daily, yet we understand so little about them. By binaries, I mean the executable files that you run daily, right from your command line tools to full-fledged applications. Linux provides a rich set of tools that makes analyzing binaries a breeze! Whatever might be your job role, if you are working on Linux, knowing the basics about these tools will help you understand your system better. read more

Edit music recordings with Audacity on Linux

  • Opensource.com (Posted by bob on May 1, 2020 2:00 AM EDT)
  • Groups: Linux; Story Type: News Story
In this strange and difficult time of a global pandemic, we are all called upon to do things differently, to change our routines, and to learn new things. read more

How to Install Askbot with Nginx and Secure with Let's Encrypt on CentOS 8

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Apr 30, 2020 8:53 PM EDT)
  • Groups: Linux, Python; Story Type: News Story
Askbot is a free, open-source and highly-customizable question and answer forum software written in Python and Django. It is simple, lightweight and very similar to other forum software StackOverflow and YahooAnswers.

Raspberry Pi gains 12MP camera with optional C and CS lenses

Raspberry Pi Ltd. has launched a $50 “High Quality Camera” for the Raspberry Pi. The 12.3-megapixel, HD camera ships with optional 6mm CS-mount ($25) and 16mm C-mount ($50) lenses. Raspberry Pi Ltd. has sold 1.7 million units of its circa 2016, 8-megapixel v2 Raspberry Pi Camera after discontinuing its original 5-megapixel camera. Raspberry Pi has […]

Linux-powered dev kit debuts AI-enabled Cortex-A7 camera SoC

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Apr 30, 2020 10:26 AM EDT)
  • Story Type: News Story; Groups: Linux
Sochip has launched a $440 V831 development kit for the new Allwinner V831 IP Camera SoC. The Linux-driven, single Cortex-A8 SoC supports H.265 encoding of single HD or lower-res dual-stream video, and features a 0.2-TOPS NPU. Sochip collaborates with Allwinner on Allwinner-branded low-power camera SoCs such as the 1.2GHz, single Cortex-A7 Allwinner S3 found on […]

How To Install and Test Ansible on Linux

Ansible is a widely used configuration management tool written in Python language that helps to configure single or multiple machines at the same time. This tutorial shows how to install Ansible on CentOS, Debian and Ubuntu.

Looking at designs for COVID-19 Contact Tracing Apps

  • The Mozilla Blog; By Eric Rescorla (Posted by bob on Apr 30, 2020 3:15 AM EDT)
  • Story Type: News Story; Groups: Mozilla
A number of the proposals for how to manage the COVID-19 pandemic rely on being able to determine who has come into contact with infected people and therefore are at …

Java security, mainframes having a moment, and more industry trends

  • Opensource.com; By Tim Hildred (Posted by bob on Apr 30, 2020 2:14 AM EDT)
  • Story Type: Roundups; Groups: Community
As part of my role as a senior product marketing manager at an enterprise software company with an open source development model, I publish a regular update about open source community, market, and industry trends for product marketers, managers, and other influencers. Here are five of my and their favorite articles from that update.

Contact Tracing, Governments, and Data

  • The Mozilla Blog; By Alan Davidson and Marshall Erwin (Posted by bob on Apr 30, 2020 1:12 AM EDT)
  • Story Type: News Story; Groups: Mozilla
Digital contact tracing apps have emerged in recent weeks as one potential tool in a suite of solutions that would allow countries around the world to respond to the COVID-19 …

« Previous ( 1 ... 257 258 259 260 261 262 263 264 265 266 267 ... 1156 ) Next »