Showing headlines posted by bob

« Previous ( 1 ... 229 230 231 232 233 234 235 236 237 238 239 ... 1158 ) Next »

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 […]

Matrix encrypted chat rolls out across Germany, Project ACRNs new IoT release, and more open source news

  • Opensource.com; By Lauren Maffeo (Posted by bob on Aug 10, 2020 5:17 PM EDT)
  • Story Type: Roundups; Groups: Community
In this week’s edition of our open source news roundup, an open source microfluidics pump, Germany rolls out an encrypted messaging platform based on Matrix, and more open source news.

5 tips for making documentation a priority in open source projects

  • Opensource.com; By Ray Paik and Sofia Wallin (Posted by bob on Aug 10, 2020 7:34 AM EDT)
  • Story Type: Editorial; Groups: Community
Open source software is now mainstream; long gone are the days when open source projects attracted developers alone. Nowadays, users across numerous industries are active consumers of open source software, and you can't expect everyone to know how to use the software just by reading the code.

LibreOffice 7: Now more Microsoft-compatible -- and still free

With Microsoft abandoning PC-based office software, if you don't want to use cloud-based office suites such as Microsoft 365 or G Suite, LibreOffice 7 will be your best desktop office suite choice.

Red Hat changes certification rules in response to the coronavirus pandemic

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Aug 9, 2020 8:36 PM EDT)
  • Story Type: Editorial, Roundups; Groups: Red Hat
Red Hat is extending your soon to expire certifications and has launched a new online certification testing program for its top four certifications.

How an open community rebrands

  • Opensource.com; By Bryan Behrenshausen (Posted by bob on Aug 9, 2020 12:36 PM EDT)
  • Story Type: Editorial; Groups: Community, Linux
As an open community evolves, so does the way it expresses its identity to others. And having open conversations about how you'd like your community to be recognized is an important component of community engagement. Simply put, your community's brand is what people (especially potential contributors) see first when they encounter you. So you want to make sure your brand reflects your community—its values, its principles, and its spirit.

Meeting for the first time after 26 years of open source collaboration

Collaborating on an open source software project is inherently an online experience. For me, almost all of my interaction has been via email. I'll send someone a patch, and they'll review it and reply to me. Or a user will file a bug, and I'll respond to it via the bug tracker. More commonly, developers in the open source community will discuss ideas via the email list. read more

The fixes to the Linux BootHole fixes are in

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Aug 8, 2020 5:19 PM EDT)
  • Story Type: News Story, Security; Groups: Linux
The first release of patches to the Linux BootHole came with a show-stopping problem. The fixed machines wouldn't boot. For the most part, that problem has been solved.

First Tiger Lake SBCs emerge

  • LinuxGizmos.com; By Jeff Child (Posted by bob on Aug 8, 2020 12:56 PM EDT)
  • Story Type: News Story; Groups: Intel
Aaeon and Kontron are prepping 3.5-inch SBCs — and Advantech will offer a 2.5-incher — that debut Intel’s 11th Gen, 10nm Tiger Lake CPUs. The 15-28W TDP Tiger Lake offers better graphics than Ice Lake, including support for up to 4x 4K displays. Intel’s recent announcement of an additional six months delay in delivering 7nm […]

Tough Apollo Lake box offers IP40 protection

Axiomtek’s rugged, IP40-protected “eBOX626-311-FL” embedded PC runs Linux or Win 10 on Apollo Lake with 2x GbE, 6x USB, 3x serial, SATA, mSATA dual mini-PCIe, and wide range power. Axiomtek announced a fanless, Intel Apollo Lake based embedded computer that supports Linux, Win 10 IoT, and the company’s AMS.AXView remote monitoring software. The eBOX626-311-FL is […]

An advanced guide to NLP analysis with Python and NLTK

  • Opensource.com (Posted by bob on Aug 7, 2020 7:24 PM EDT)
  • Groups: Python; Story Type: News Story
In my previous article, I introduced natural language processing (NLP) and the Natural Language Toolkit (NLTK), the NLP toolkit created at the University of Pennsylvania. I demonstrated how to parse text and define stopwords in Python and introduced the concept of a corpus, a dataset of text that aids in text processing with out-of-the-box data. In this article, I'll continue utilizing datasets to compare and analyze natural language. read more

install Fedora on a Raspberry Pi 3

A how to guide for installing Fedora on a Raspberry Pi gen. 3 model B.

Install and Use collectl Performance Monitoring Tool on Ubuntu 20.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Aug 7, 2020 11:00 AM EDT)
  • Groups: Ubuntu, Linux; Story Type: News Story
Collectl is a light-weight performance monitoring tool that can be used to collect performance data that describes the current system status. In this tutorial, we will show you how to install and use Collectl on Ubuntu 20.04.

Modernize network function development with this Rust-based framework

  • Opensource.com (Posted by bob on Aug 7, 2020 9:46 AM EDT)
  • Story Type: News Story
The world of networking has undergone monumental shifts over the past decade, particularly in the ongoing move from specialized hardware into software defined network functions (NFV) for data plane1 and packet processing. read more

« Previous ( 1 ... 229 230 231 232 233 234 235 236 237 238 239 ... 1158 ) Next »