Showing headlines posted by bob

« Previous ( 1 ... 226 227 228 229 230 231 232 233 234 235 236 ... 1156 ) Next »

Come test a new release of pipenv, the Python development tool

Pipenv is a tool that helps Python developers maintain isolated virtual environments with specifacally defined set of dependencies to achieve reproducible development and deployment environments. It is similar to tools for different programming languages, such as bundler, composer, npm, cargo, yarn, etc. A new version of pipenv, 2020.6.2, has been recently released. It is now available […]

Snapdragon 410 based 96Boards CE SBC gets an upgrade

Geniatech has launched a Linux-ready, $109 “Developer Board 4 V3” compliant with 96Boards CE that offers a Snapdragon 410E, GbE, 3x USB, 802.11ac, GPS, and-25 to 70°C support. Geniatech has released a V3 edition of its 96Boards CE form-factor Developer Board 4 SBC, the third update of the Development Board IV we covered back in […]

How to Install and Use BackupPC Backup Software on Ubuntu 20.04 LTS

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Aug 15, 2020 8:09 AM EDT)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
BackupPC is a free, open-source and web-based backup software suite that can be used for backing up Linux, Windows and macOS PCs and laptops. In this tutorial, we will show you how to install BackupPC on Ubuntu 20.04 server.

Wandboard IMX8M-Plus SBC debuts AI-enabled i.MX8M Plus

TechNexion’s “Wandboard IMX8M-Plus” SBC runs Linux or Android on NXP’s new i.MX8M Plus with 2.3-TOPS NPU. Pre-orders go for $134 with 2GB RAM or $159 with 4GB and WiFi/BT, both with 32GB and M.2 with NVMe. In January, NXP announced its i.MX8M Plus — its first i.MX8 SoC with an NPU for AI acceleration — […]

Mirantis acquires popular Kubernetes IDE Lens

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Aug 15, 2020 4:44 AM EDT)
  • Story Type: News Story; Groups: Virtualization
Kubernetes, the container orchestration program of choice for most companies is many things, but one thing it's not is "easy." It's famous for being complex and a real pain-in-the-rump to work with, which is one reason why Mirantis, a Kubernetes, has acquired the popular open-source Lens Kubernetes integrated development environment (IDE) project. Want to develop for Kubernetes without tears? Mirantis, with its latest acquisition, the open-source integrated development environment, Lens, can help.

Our favorite open source writing tools

Writing is one of the primary ways we communicate, and it's endlessly fascinating to see the different ways writers work. I can hardly imagine writing before computers and their ability to instantly edit and rearrange the words I've typed onto a screen.

How to Install Matomo Web Analytics on Ubuntu 20.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Aug 14, 2020 1:48 AM EDT)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
Matomo formerly known as Piwik is a free and open-source web analytics application that helps you to tracks online-visitors on your website. In this tutorial, we will show you how to install Matomo web analytics on Ubuntu 20.04 with Nginx and Let's Encrypt SSL.

Open source takes on earthquake early warning project

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Aug 14, 2020 12:46 AM EDT)
  • Story Type: News Story; Groups: Community, Linux
It's not just Google that's trying to get a handle on earthquakes. The Linux Foundation and partners are working on an open-source earthquake early warning system as well.

Indoor air quality HAT for Raspberry Pi boasts high-res TVOC sensor

Avnet’s $49.95 “Renesas ZMOD4410 Indoor Air Quality HAT for Raspberry Pi” can be used to measure volatile organic compounds, humidity, and temperature, as well as estimate carbon dioxide levels. Avnet has launched a Renesas ZMOD4410 Indoor Air Quality HAT for Raspberry Pi (AES-RHSEN-ZM44-G) that joins other indoor air quality measurement add-ons for the Pi including […]

Facebook joins The Linux Foundation as a platinum member

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Aug 13, 2020 6:37 PM EDT)
  • Story Type: News Story; Groups: Linux
For years, Facebook has relied on Linux and open-source software. Now it's taking a leading role in The Linux Foundation. Most web-based companies are built on Linux and open-source software. Two-billion member social network Facebook is no different.

Dont ignore .gitignore

I have noticed that many developers do not use a .gitignore file, even though it's a best practice to use one to designate files you don't want Git to track in version control. Because .gitignore can boost your code quality, you should not ignore .gitignore in your repositories. What is .gitignore?

Limit Ranges in Kubernetes

In this article, we will create a limit range and see how to set minimum and maximum values for the CPU resources used by Containers and Pods. We will see different scenarios with Limit and Request on the CPU.

Changing World, Changing Mozilla

This is a time of change for the internet and for Mozilla. From combatting a lethal virus and battling systemic racism to protecting individual privacy — one thing is clear: …

TCP window scaling, timestamps and SACK

  • Fedora Magazine; By Florian Westphal (Posted by bob on Aug 11, 2020 7:52 PM EDT)
  • Story Type: Tutorial; Groups: Fedora, Linux
TCP Window scaling, timestamps and SACK. How to use system acknowledgements and window scaling with tcp to enhance networking performance and remain secure.

A bad day for open source: Mozilla slashes a quarter of its workforce, claims coronavirus threw a wrench in the works

  • The Register; By Katyanna Quach (Posted by bob on Aug 11, 2020 6:38 PM EDT)
  • Story Type: News Story; Groups: Mozilla
250 'true Mozillians' laid off, Taiwan office completely shuttered. Firefox maker Mozilla has axed 250 employees, or a quarter of its workforce, claiming the COVID-19 coronavirus pandemic is to blame after hitting it in the wallet.…

Programming pioneer Fran Allen passes after a career of immense contributions to compilers

  • The Register (Posted by bob on Aug 11, 2020 10:08 AM EDT)
  • Groups: IBM; Story Type: News Story
First woman to win the Turing Award and be made an IBM Fellow Frances Allen, one of the leading computer scientists of her generation and a pioneer of women in tech, died last Tuesday, her 88th birthday.…

Improve your focus and productivity with this Python tool

  • Opensource.com (Posted by bob on Aug 11, 2020 9:06 AM EDT)
  • Groups: Python; Story Type: News Story
Limiting distractions helps you focus on your work so you can increase productivity. Prioritizing your tasks, especially when you have too much on your plate, is one way to help you focus on the most important or high-attention things on your list.  read more

How to Install and Configure MongoDB on CentOS 8

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Aug 11, 2020 7:03 AM EDT)
  • Story Type: Tutorial; Groups: Linux
MongoDB is a NoSQL database that provides high performance, high availability, and automatic scaling. In this tutorial, I will guide you to install and configure MongoDB 4.4 (stable) on a CentOS 7 server. We will add and configure the administrator user for MongoDB and configure the authentication for MongoDB services.

Ubuntu Linux 20.04s first point release arrives

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Aug 11, 2020 2:57 AM EDT)
  • Story Type: News Story; Groups: Linux, Ubuntu
If you're the sort of person who waits until you're sure all the bugs are out before upgrading, you'll be glad to know that Canonical has just released the first point update of April 2020's Ubuntu Linux 20.04 Long-Term Support: Ubuntu 20.04.1.

Under $100 kit clusters five Raspberry Pi SBCs

8086 Consultancy’s $99 “ClusterCTRL Stack” board-set enables clustering of up to 5x Raspberry Pi boards with support for a 12-24V power supply and dual 5V fans. You can also 3D print a case. 8086 Consultancy has launched a Raspberry Pi clustering kit on Tindie for $99. The ClusterCTRL Stack comprises a controller board and passive […]

« Previous ( 1 ... 226 227 228 229 230 231 232 233 234 235 236 ... 1156 ) Next »