Showing headlines posted by bob

« Previous ( 1 ... 297 298 299 300 301 302 303 304 305 306 307 ... 1156 ) Next »

Why use the Pantheon desktop for Linux Elementary OS

  • Opensource.com (Posted by bob on Dec 4, 2019 8:12 AM EDT)
  • Groups: Linux; Story Type: News Story
Would you pay $20 for a Linux desktop? I would, and in fact, I regularly choose to pay more than that when I download free software! The reason I do this is that open source is worth it. For a copy of Elementary OS, US$ 20 happens to be the default asking price (you can download it for $1 or even $0 if you can't afford anything more). What you get in return is an excellent and heavily curated distribution that ships with its own Pantheon desktop design. read more

How to Configure Automatic Package Updates on CentOS 8

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Dec 4, 2019 6:58 AM EDT)
  • Story Type: Tutorial; Groups: Linux
In this tutorial, we will show you how to set up automatic update packages on CentOS 8. This ensures that the system automatically downloads packages and performs updates without manual intervention.

Cheat sheet for Java syntax

  • Opensource.com (Posted by bob on Dec 4, 2019 5:43 AM EDT)
  • Groups: Linux; Story Type: News Story
Java is an open source programming language specifically designed to create universal applications that run on any operating system, open source or otherwise. It achieves this apparent magic by using a runtime specific to each OS. This runtime interprets the Java code so that the application runs as expected. It's an effective method that enables programmers to write their code once but deliver it to all computers that run Java (Linux, BSD, Windows, and Mac, to name the common ones). read more

It's Hipp to be square: What happened when SQLite creator met GitHub

The 'Hub is not really about Git any more, says Fossil architect. The mind behind the SQLite open-source database and Fossil SCM bug-tracking system had a lot to say about his recent meeting with the GitHub team.…

News from Firefox on Mobile, Private Network and Desktop

As the year comes to a close, we look back at what we’ve accomplished. As recently noted in the press, this year may be the mark of our privacy-renaissance. We’ve built additional privacy protections in the browser which included blocking third party tracking cookies and cryptomining by default and created an easy-to-view report which shows the trackers that follow you and collect your online browsing habits and interests.

Questions About .org

Last month, the Internet Society (ISOC) announced plans to sell the Public Interest Registry (PIR) — the organization that manages all the dot org domain names in the world — …

An idiots guide to Kubernetes, low-code developers, and other industry trends

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.

How to create an alarm for an EC2 instance with Cloudwatch

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Dec 3, 2019 6:34 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Cloudwatch is a monitoring and management service which can be used to monitor services on AWS and manage them when a particular condition meets. Cloudwatch can be used to collect performance and operational data (CPU, RAM, Network_IN, Network_Out, etc) of the services available on AWS .

Data science, orchestration, and more Ansible news

  • Opensource.com; By Mark Phillips (Posted by bob on Dec 2, 2019 11:28 AM EDT)
  • Story Type: Roundups; Groups: Community
November's wander-around-the-web has turned up some interesting Ansible stories. It's fascinating to explore Ansible development through data, as Greg Sutcliffe does in his blog linked below. On the YouTubes this month, we found a couple of really interesting talks. Read on to see them for yourself.

Holiday gift guide: Linux and open source tech gadgets

  • Opensource.com; By Joshua Allen Holm (Posted by bob on Dec 2, 2019 9:16 AM EDT)
  • Story Type: Roundups; Groups: Community, Linux
Everything on Opensource.com's annual selection of tech gadgets would make an excellent holiday gift for your friends and family—or even something to add to your own holiday wishlist. Each of these gadgets encourages learning, exploring, and tinkering, qualities that reflect the values and interests of open source enthusiasts.

Use the Window Maker desktop on Linux

  • Opensource.com; By Seth Kenlon (Posted by bob on Dec 2, 2019 7:04 AM EDT)
  • Story Type: Editorial; Groups: Linux, Sun
This article is part of a special series of 24 days of Linux desktops. Take a step back in time with Window Maker, which implements the old Unix NeXTSTEP environment for today's users.

How to compile and install PHP 7.4 as PHP-FPM & FastCGI for ISPConfig 3 on Ubuntu 18.04 LTS

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Dec 1, 2019 1:25 PM EDT)
  • Story Type: Tutorial; Groups: Linux, PHP, Ubuntu
This tutorial shows how to build PHP 7.4 as PHP-FPM and FastCGI version on Ubuntu 18.04 LTS that uses the ISPConfig 3 Hosting Control Panel.

7 maker gifts for kids and teens

Struggling with what gifts to give the young person in your life this holiday season? Here are my top picks for open source presents that will spark creativity and inspire for years to come.

My Linux story: Covering open source in Spanish

  • Opensource.com; By Tyler Carrigan (Posted by bob on Nov 30, 2019 3:30 PM EDT)
  • Story Type: Tutorial; Groups: GNU, Linux
From time to time, when I'm looking for some help on how to do something on my GNU/Linux desktop or server, I'll come across an article or conversation in a language other than English. If that language happens to be French or Spanish, that's fine for me. If it's in Portuguese or Italian, I can stumble through it. And, for other languages, occasionally, I'll give one of those online AI translators a go in the hopes of gleaning something useful.

Holiday gift guide: Books for the learner, explorer, or tinkerer on your list

  • Opensource.com; By Joshua Allen Holm (Posted by bob on Nov 30, 2019 11:07 AM EDT)
  • Story Type: Roundups; Groups: Community
It is my pleasure to introduce Opensource.com's selection of books that would make excellent holiday gift ideas. We hope you find them interesting items to give as gifts this holiday season or to add to your own holiday wishlist. Each book exhibits qualities that make them excellent gifts for open source enthusiasts, as they all encourage learning, exploring, and tinkering.

After four years, Rust-based Redox OS is nearly self-hosting

A better operating system thanks to Rust's combination of safety and performance? The Redox OS, written in Rust and currently under development, is only "a few months of work away" from self-hosting, meaning that the Rustc compiler would run on Redox itself, according to its creator Jeremy Soller.…

Orange Pi 4 launches at $60 with 4GB RAM

The Orange Pi 4 and 4B SBCs have launched at $59.90 and $69.90, respectively, running Linux or Android on a RK3399 with 4GB LPDDR4, 16GB eMMC, WiFi/BT, GbE, HDMI, Type-C with DP, 40-pin, PCIe, and more. The 4B adds a 2.8-TOPS NPU. Earlier this month, Shenzhen Xunlong teased a Rockchip RK3399 based Orange Pi 4 […]

How to write a Python web API with Django

Django is the comprehensive web framework by which all other frameworks are measured. One of the most popular names in Python API development, Django has surged in popularity since its start in 2005. Django is maintained by the Django Software Foundation and has experienced great community support, with over 11,600 members worldwide. On Stack Overflow, Django has around 191,000 tagged questions. Websites like Spotify, YouTube, and Instagram rely on Django for application and data management. read more

A quick introduction to Toolbox on Fedora

  • Fedora Magazine (Posted by bob on Nov 29, 2019 5:34 PM EDT)
  • Groups: Fedora; Story Type: News Story
Toolbox allows you to sort and manage your development environments in containers without requiring root privileges or manually attaching volumes. It creates a container where you can install your own CLI tools, without installing them on the base system itself. You can also utilize it when you do not have root access or cannot install […]

Open-source Windows Terminal does the splits: There ain't no party like a multi-pane party

Latest preview will also 'crash less'! Hooray! A fresh preview of Microsoft's open-sourced Windows Terminal landed overnight with a couple of standout features to make the app a handy addition to the toolkit of Windows 10 shell-botherers.…

« Previous ( 1 ... 297 298 299 300 301 302 303 304 305 306 307 ... 1156 ) Next »