Showing headlines posted by bob

« Previous ( 1 ... 687 688 689 690 691 692 693 694 695 696 697 ... 1319 ) Next »

Exploring free and open webfonts

There is no question that the face of the web has been transformed in recent years by open source fonts. Prior to 2010, the only typefaces you were likely to see in a web browser were the generic "web safe" core fonts from Microsoft.

Meet Endless OS, a lightweight Linux distro

I'm always on the lookout for open source software that works well in educational settings. Recently I decided to check out Endless OS, a lightweight, Linux-based operating system with a customized desktop environment forked from GNOME 3.

Try, learn, modify: The new IT leaders code

  • Opensource.com; By Jim Whitehurst (Posted by bob on Mar 6, 2018 9:41 AM EDT)
  • Story Type: Editorial; Groups: Community
As the pace of innovation increases, long-term planning is becoming more and more difficult. Let's rethink the way we respond to change.

Linux, Python, Ansible, Raspberry Pi, and more must-reads from last week

Our most popular articles for the week of February 19-25 covered the command line, Linux distros and tools, using Pipenv, managing workstation configurations with Ansible, and more.

AI-targeted SBC combines Xeon-D with choice of three Nvidia Pascal cards

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Mar 6, 2018 5:58 AM EDT)
  • Story Type: News Story; Groups: Developer
Connect Tech’s “V7G System” provides a COM Express Type 7 with a 5th Gen Xeon-D CPU plus a choice of Nvidia Tesla P6 or Quadro P3000/P5000 graphics. You also get 4x GbE, 2x 10GbE, 4x HDMI, 8x USB, 2x mini-PCIe, 4x M.2, and 2x SATA III.

Good-bye JEE, hello Jakarta EE

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Mar 6, 2018 4:44 AM EDT)
  • Story Type: Editorial; Groups: Eclipse, Oracle
Oracle waves good-bye to Java Enterprise Edition, as the Eclipse Foundation takes over Java EE under a new name, Jakarta, and without the "Java" trademark. Why? Because Oracle was never successful in monetizing Java. In large part, this was because of Sun and then Oracle's failed attempts to steer the Java Community.

Kodi v18 Leia Alpha, BleachBit Version 2.0, Use an RPi 3 to Build Your Own Cheap Car Head Unit and More

News updates for March 5, 2018.

Kodi v18 Leia Alpha was released today with "more than 6140 (code chunks changed)", with great improvements to the HTPC software's music library, Live TV and video player. See the changelog for more details.

Linux nice and renice Command Tutorial (7 Examples)

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Mar 6, 2018 2:15 AM EDT)
  • Groups: Linux; Story Type: News Story
The power of the Linux command line can be gauged from the fact that you can even easily tweak the scheduling priority of processes using command line tools. Yes, that's possible, and in this tutorial we will discuss how to do that using nice and renice utilities.

Java EE renamed 'Jakarta EE' after Big Red brand spat

  • The Register; By Richard Chirgwin (Posted by bob on Mar 5, 2018 11:46 PM EDT)
  • Story Type: Editorial; Groups: Oracle
Oracle released the code, but not the name, so now devs have to make sure package names make sense The open source version of Java Enterprise Edition (Java EE) has been renamed Jakarta EE to satisfy Oracle's desire to control the "Java" brand.…

A curiosity for Linux leads to an unexpected career

The first time I saw Fedora, I was 15 or 16 years old. Someone I knew was trying (and failing) to install it on their computer. I'd never seen an OS other than Windows. I was intrigued and started asking the person many questions. He told me this OS was free to download and install—and I could even install it on my computer—but I did not believe an OS could be "free as in free beer."

How to Install a MongoDB Sharded Cluster on CentOS 7

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Mar 5, 2018 9:18 PM EDT)
  • Groups: Linux; Story Type: News Story
This tutorial will show you how to install a sharded MongoDB cluster on CentOS 7. Sharding is a MongoDB process to store data-set across different machines. It allows you to do a horizontal scale of data, partition data across independent instances, and it can be 'Replica Sets'.

A glimpse into R counterculture

  • Opensource.com (Posted by bob on Mar 5, 2018 3:06 PM EDT)
  • Groups: Python; Story Type: News Story
Back in 2009, Anne Milley of SAS dismissed the increasing significance of the R language (whose rivals include SAS, Python, and, more recently, Julia) in a New York Times article. She said: read more

Google Flutter hits beta: Another go at cross-platform mobile dev

Using the Dart language for apps on Android and iOS MWC2018 Fancy a Flutter? Google is hoping users will take a bet on its new cross-platform mobile development framework, whose first beta was announced at Mobile World Congress last week.…

Fedora Podcast 002 — Ambassadors, the face of Fedora

The Fedora Marketing Team is continuing with the Fedora Podcast and we have a new episode out. This ongoing series will feature interviews and talks with people who make the Fedora community awesome. These folks work on new technologies found... Continue Reading →

WordPress is now 30 per cent of the web, daylight second

  • The Register (Posted by bob on Mar 5, 2018 10:09 AM EDT)
  • Story Type: News Story
Open source dominates the content management system market The web-watchers at W3Techs have just noted a milestone: WordPress now accounts for 30 per cent of the world's web sites.…

Getting started with Python for data science

  • Opensource.com (Posted by bob on Mar 5, 2018 7:40 AM EDT)
  • Groups: Python; Story Type: News Story
Whether you're a budding data science enthusiast with a math or computer science background or an expert in an unrelated field, the possibilities data science offers are within your reach. And you don't need expensive, highly specialized enterprise software—the open source tools discussed in this article are all you need to get started. read more

Why Do We Do It?

Why does a painter paint? Why does carpenter build? Why does a chef cook? Why does an electronic engineer design, and why does a software programmer code? Speaking from my personal experiences, I'm going to answer those questions with this: to create something out of nothing. There is an art to conceiving an idea and, when using the right tools, bringing it to fruition.

3 Ansible videos from DevConf.cz 2018

The recent DevConf.cz conference in Brno, Czechia is a great example of an event by and for developers and open source community members. Hundreds of speakers showed off countless technologies and features advancing the state of open source in Linux and far... Continue Reading →

4 meetup ideas: Make your data open

  • Opensource.com (Posted by bob on Mar 5, 2018 2:25 AM EDT)
  • Story Type: News Story
Open Data Day (ODD) is an annual, worldwide celebration of open data and an opportunity to show the importance of open data in improving our communities. Not many individuals and organizations know about the meaningfulness of open data or why they might want to liberate their data from the restrictions of copyright, patents, and more. They also don't know how to make their data open—that is, publicly available for anyone to use, share, or republish with modifications. read more

How to manage your workstation configuration with Ansible

  • Opensource.com (Posted by bob on Mar 4, 2018 6:25 PM EDT)
  • Story Type: News Story
Configuration management is a very important aspect of both server administration and DevOps. The "infrastructure as code" methodology makes it easy to deploy servers in various configurations and dynamically scale an organization's resources to keep up with user demands. But less attention is paid to individual administrators who want to automate the setup of their own laptops and desktops (workstations). read more

« Previous ( 1 ... 687 688 689 690 691 692 693 694 695 696 697 ... 1319 ) Next »