Showing headlines posted by bob

« Previous ( 1 ... 317 318 319 320 321 322 323 324 325 326 327 ... 1156 ) Next »

What politics can teach us about open source

Many sobering lessons from history emphasize democracy is not a finished product. The Roman Empire ended in a dictatorship, while the feudal Middle Ages delivered the Magna Carta and the Renaissance; despite the American Revolution, slavery continued for many years, while the French Revolution resulted in the restoration of the monarchy. That said, more people are living in democracies around the world today than at any time before, and living standards in democracies continue to improve. read more

Huawei selling MateBook laptops with Linux preinstalled

  • Linux.com (Posted by bob on Sep 13, 2019 10:59 AM EDT)
  • Story Type: News Story; Groups: Linux
Huawei is now selling the Matebook 13, Matebook 14, and Matebook X Pro at VMALL, Huawei's ecommerce marketplace in China, with Deepin Linux preinstalled.

Qualcomm IPQ4019-based SOM and dev board run OpenWrt Linux

The “Habanero” module from 8devices runs OpenWrt on Qualcomm’s IPQ4019 SoC. The $55 open spec board supports dual-band, MU-MIMO 802.11ac (Wave2). A development kit for with module adds 5 Ethernet ports and USB. 8devices has added the Habanero as a new member to its line of dual-band system-on-modules (SOMs). The SOM is available in two […]

How to Install Laravel based PyroCMS with Nginx on CentOS 7

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Sep 12, 2019 5:38 PM EDT)
  • Groups: Linux; Story Type: News Story
PyroCMS is a powerful modular CMS and development platform built with Laravel 5, which allows you to build better Laravel websites and applications faster.

How to fix common pitfalls with the Python ORM tool SQLAlchemy

  • Opensource.com (Posted by bob on Sep 12, 2019 4:24 PM EDT)
  • Groups: Python; Story Type: News Story
Object-relational mapping (ORM) makes life easier for application developers, in no small part because it lets you interact with a database in a language you may know (such as Python) instead of raw SQL queries. SQLAlchemy is a Python ORM toolkit that provides access to SQL databases using Python. It is a mature ORM tool that adds the benefit of model relationships, a powerful query construction paradigm, easy serialization, and much more. read more

Raspberry Pi clone sports 1.84GHz Intel Cherry Trail processor

Radxa has posted specs for a new member of its community backed “Rock Pi” Raspberry Pi lookalike SBC family, this time with an Intel Cherry Trail Atom x5-Z8300, USB 3.0, MicroSD, HDMI, eDP/MIPI, and GbE, plus optional WiFi and Bluetooth 4.2 LE. In June, Radxa unveiled its Rock Pi S SBC that runs Linux on […]

How Linux came to the mainframe

Despite my 15 years of experience in the Linux infrastructure space, if you had asked me a year ago what a mainframe was, I'd be hard-pressed to give a satisfying technical answer. I was surprised to learn that the entire time I'd been toiling away on x86 machines in various systems administration roles, Linux was running on the s390x architecture for mainframes. In fact, 2019 marks 20 years of IBM's involvement in Linux on the mainframe, with purely community efforts predating that by a year. read more

How to set up a TFTP server on Fedora

  • Fedora Magazine; By Curt Warfield (Posted by bob on Sep 11, 2019 2:49 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
TFTP, or Trivial File Transfer Protocol, allows users to transfer files between systems using the UDP protocol. By default, it uses UDP port 69. The TFTP protocol is extensively used to support remote booting of diskless devices. So, setting up a TFTP server on your own local network can be an interesting way to do […]

Lesson plans for an open education

  • Opensource.com (Posted by bob on Sep 10, 2019 4:54 PM EDT)
  • Story Type: News Story
Students everywhere are returning to school this season. But to what kinds of schools are they returning? Are their classrooms organized like industrial-era factory floors, built around ideals like mass standardization and tailored for maximum efficiency? Or do they look more like agile, networked learning communities? Are they listening passively from the back of the room? Or are they collaboratively shaping what and how they learn as their teachers connect their lessons to projects and contexts outside the classroom? read more

Shipping schedule released for Linux-driven Librem 5 phone

  • LinuxGizmos.com (Posted by bob on Sep 10, 2019 10:42 AM EDT)
  • Groups: Linux; Story Type: News Story
Purism has revealed its shipping schedule for its privacy-oriented Librem 5 smartphone. Comprised of six iterations, the shipping schedule spans from this month into Q4 2020, with each iteration including updates to the phone’s hardware, mechanical design and software. Purism has announced its shipping schedule for its Librem 5 phone running PureOS. We covered the […]

Red Hat Quay 3.1, a highly available Kubernetes container registry, arrives

If you want to manage your Kubernetes container images securely and reliably, you should check out the latest release of Red Hat Quay.

How to Install Tiki Wiki with Apache and Let's encrypt SSL on Debian 10

TikiWiki is a free and open-source content management system written in PHP language. TikiWiki comes with a rich set of features, including, Forums, Blog, Maps, Workspace, Slideshow, Shopping Cart, Bug and issue tracker, Multilingual, File and image gallery, Events and many more. In this tutorial, we will learn how to install TikiWiki CMS on Debian 10.

For real this time, get your butt off Python 2: No updates, no nothing after 1 January 2020

'Let's not play games,' says lang dad Guido van Rossum. Python 2 will sunset on January 1st 2020 – however, many applications have not yet upgraded to version 3, causing the coding lingo's team to mount a communications campaign to persuade devs to port their code.…

Firefox 69 available in Fedora

When you install the Fedora Workstation, you’ll find the world-renowned Firefox browser included. The Mozilla Foundation underwrites work on Firefox, as well as other projects that promote an open, safe, and privacy respecting Internet. Firefox already features a fast browsing engine and numerous privacy features. A community of developers continues to improve and enhance Firefox. […]

4 to-do list managers for the Linux desktop

  • Opensource.com (Posted by bob on Sep 9, 2019 9:06 AM EDT)
  • Groups: Linux; Story Type: News Story
Ah, the humble to-do list. When used badly, it becomes a source of stress and a trigger for procrastination. When used well, the to-do list can help you focus on what you need to do, when you need to do it. There are a few ways to keep a to-do list. You can use pen and paper. You can run a command-line to-do list manager. Or, you can use a to-do list on your desktop. read more

Getting started with the Linux tac command

  • Opensource.com; By Seth Kenlon (Posted by bob on Sep 9, 2019 6:38 AM EDT)
  • Story Type: Tutorial; Groups: Linux
The tac command is essentially the cat command, but its purpose is to concatenate files in reverse. Like cat, it has a convenient fallback mode to print to standard output (STDOUT) if no output file is provided, making it one of those commands that are more often used as a lazy pager—like less and more—than the function it is named for.

How to use GNOME Boxes snapshot capability

  • Opensource.com; By Alan Formy-Duval (Posted by bob on Sep 9, 2019 4:09 AM EDT)
  • Story Type: Tutorial; Groups: GNOME, Linux
In the first article in this series about GNOME Boxes, I explained how to get started with the virtualization application, and in the second article, I described GNOME Boxes' remote access capabilities. Here in the third installment, I will cover GNOME Boxes' snapshot functionality, which is a useful way to preserve data quickly.

8-Way Linux Distribution Benchmarks On The AMD EPYC 7742 2P Server

  • Phoronix; By Michael Larabel (Posted by bob on Sep 8, 2019 9:03 AM EDT)
  • Story Type: Reviews; Groups: Linux
Here is an eight-way benchmark comparison on the AMD EPYC 7742 2P Daytona server with its 128 cores / 256 threads.

KDE Decides the Three New Challenges: Wayland, Consistency, and Apps

The KDE Community has spoken! On the first day of Akademy 2019, Lydia Pintscher, President of KDE e.V., announced the three new goals we will prioritize over the next 2 years. The goals were selected by community vote from a dozen proposals, all created by community members. Read on to learn more details about each of the new goals.

Performing storage management tasks in Cockpit

  • Fedora Magazine (Posted by bob on Sep 7, 2019 8:35 AM EDT)
  • Groups: Fedora; Story Type: News Story
In the previous article we touched upon some of the new features introduced to Cockpit over the years. This article will look into some of the tools within the UI to perform everyday storage management tasks. To access these functionalities, install the cockpit-storaged package: sudo dnf install cockpit-storaged From the main screen, click the Storage […]

« Previous ( 1 ... 317 318 319 320 321 322 323 324 325 326 327 ... 1156 ) Next »