Showing headlines posted by bob

« Previous ( 1 ... 252 253 254 255 256 257 258 259 260 261 262 ... 1156 ) Next »

How to Install Nginx with PHP and MariaDB (LEMP Stack) with Opcache, Redis and Let's Encrypt on Fedora 32

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on May 19, 2020 12:36 PM EDT)
  • Groups: Fedora, PHP, Linux; Story Type: News Story
In this guide, you will install a LEMP stack (Linux, Nginx, MariaDB and PHP) on a Fedora 32 based server. We will also install phpMyAdmin, Redis, Opcache, and Let's Encrypt SSL.

Using Fedora to implement REST API in JavaScript: part 2

In part 1 previously, you saw how to quickly create a simple API service using Fedora Workstation, Express, and JavaScript. This article shows you the simplicity of how to create a new API. This part shows you how to: Install a DB server Build a new route Connect a new datasource Use Fedora terminal to […]

How Cloud Buildpacks can help you deploy complex applications to your cloud

Beyond containers, which are fine for putting up simple, stateless programs, Cloud Buildpacks can help you install complex, stateful programs.

10th Gen Comet Lake-S splashes down on embedded PCs

Vecow’s Linux-ready ECX-2000 Series offer up to 10-core Comet Lake-S CPUs with 6x GbE with PoE and optional 2.5GbE and 10GbE. Below, we take a closer look at Comet Lake-S and sum up the latest news on Intel’s Ice, Rocket, Tiger, and Alder Lake. Vecow announced one of the first embedded industrial computers based on […]

8 must-have WordPress plugins for virtual classrooms

  • Opensource.com (Posted by bob on May 19, 2020 1:27 AM EDT)
  • Story Type: News Story
Once you have WordPress installed, you may be eager to see how you can use it in your school or classroom. As more schools switch to online classes during the COVID-19 pandemic, WordPress is a go-to content management system. read more

Ubuntu-friendly POS system has up to two 15.6-inch screens

Avalue’s Ubuntu-ready, IP65-protected “RiVar-1501” is a 15.6-inch, HD all-in-one POS terminal with an Apollo Lake processor, GbE, 6x USB 3.0, 2x COM, and support for a second touchscreen. Avalue announced a point-of-sale (POS) capacitive touchscreen terminal called the RiVar-1501 that runs on a quad-core Celeron J3455 from Intel’s Apollo Lake generation. The 15.1-inch, HD capacitive […]

Toradex unveils Apalis i.MX8X module with Torizon Linux support

  • LinuxGizmos.com; By Eric Brown (Posted by bob on May 17, 2020 8:40 PM EDT)
  • Story Type: News Story; Groups: Linux
Toradex’s “Apalis i.MX8X” module runs Linux on NXP’s up to quad -A35 i.MX8X and offers ECC RAM support. The company also announced that its Torizon Linux distro is available for both the Apalis i.MX8X and smaller Colibri iMX8X. In February while reporting on Toradex’s new Verdin form-factor and Verdin iMX8M Mini and Verdin iMX8M Nano […]

SUSE: The time for major tech change is now

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on May 17, 2020 6:29 PM EDT)
  • Story Type: Editorial; Groups: Cloud, Linux, SUSE
Even before the coronavirus pandemic hit, Linux and cloud company SUSE found in a survey that tech leaders were planning on dumping the old for new in their technology stacks.

Dockerizing Flask Application Using Docker on Debian 10

Flask is a popular Python web framework. It is classified as a microframework because it does not require particular tools or libraries. In this tutorial, we will explain how to deploy Flask application with Docker on Debian 10 server.

Why European universities are choosing open source software

  • Opensource.com (Posted by bob on May 16, 2020 11:57 PM EDT)
  • Story Type: News Story
Nowadays, it is no surprise that a lot of universities, academies, colleges, conservatories, etc. have already implemented open source software in their learning process. Open source culture and concepts help students, professors, and communities have a better learning experience, being independent of tech giants that always call the shots, and therefore free to share their ideas and build on the work of others. Let's explore why open source software is so attractive for Higher Education Institutions (HEI) in Europe. read more

The state of security in open source

If you want to help grow awareness around securing open source software, take the State of Open Source Survey.  Why it is important, you ask? Every year numerous security vulnerabilities are reported across multiple ecosystems. This report, since 2017, has been a go-to aggregation point of security concerns across application libraries in PyPi, Go (aka Golang), npm, Maven Central, and PHP Packagist.

Stinger96 SBC launches and joins 500-unit giveaway of STM32MP1x based 96Boards

  • LinuxGizmos.com; By Eric Brown (Posted by bob on May 16, 2020 6:31 PM EDT)
  • Story Type: News Story; Groups: Linux
Shiratech’s $168 “Stinger96” 96Boards IoT Edition SBC runs Linux on an STM32MP157 and offers an NB-IoT modem. The SBC powers a $195 “IoT Box” system that adds WiFi/BT, mics, and sensors. Shiratech has joined Arrow and ST to give away 500 Stinger96 and Avenger96 SBCs. Shiratech has posted specs for a 96Boards IoT Edition Extended […]

SUSE: The time for major tech change is now

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on May 16, 2020 2:30 PM EDT)
  • Story Type: News Story; Groups: Cloud, Linux, SUSE
Even before the coronavirus pandemic hit, Linux and cloud company SUSE found in a survey that tech leaders were planning on dumping the old for new in their technology stacks.

Rust marks five years since its 1.0 release: The long and winding road actually works

  • The Register; By Thomas Claburn (Posted by bob on May 16, 2020 10:07 AM EDT)
  • Story Type: News Story; Groups: Developer
Programming language ready to leave the wilderness for mass adulation. The Rust programming language celebrated its fifth birthday on Friday and says the future looks bright.…

Little Linux wireless gateway keeps it simple

  • LinuxGizmos.com; By Eric Brown (Posted by bob on May 16, 2020 7:56 AM EDT)
  • Story Type: News Story; Groups: Cloud, Linux
Artila’s compact “Wireless Gateway Matrix-702” for wireless remote monitoring runs Linux on a SAMA5D35 and offers GbE and Fast Ethernet ports and a mini-PCIe slot with micro-SIM. Artila has announced a “simple, cost-effective remote monitoring solution” for “device-to-cloud service.” The DIN-rail mountable, 109.6 x 89 x 30mm Wireless Gateway Matrix-702 has a similar form factor […]

Everything OK with Microsoft? Windows giant admits it was 'on the wrong side of history' with regard to open source

Tell-all with president Brad Smith reveals Obama warned tech giants that a privacy reckoning was coming Microsoft president Brad Smith (pictured) has admitted that the Windows giant was "on the wrong side of history" when it came open to open source.…

What is duck typing in Python?

  • Opensource.com (Posted by bob on May 15, 2020 11:10 PM EDT)
  • Groups: Python; Story Type: News Story
Python follows the EAFP (Easier to Ask Forgiveness than Permission) rather than the LBYL (Look Before You Leap) philosophy. The Python philosophy of EAFP is somewhat linked to its "duck typing" style of coding. read more

ALGOL 60 at 60: The greatest computer language you've never used and grandaddy of the programming family tree

  • The Register (Posted by bob on May 15, 2020 8:58 PM EDT)
  • Story Type: News Story
Back to the time when tape was king 2020 marks 60 years since ALGOL 60 laid the groundwork for a multitude of computer languages.…

Why diagrams are critical to your open source project documentation

  • Opensource.com (Posted by bob on May 15, 2020 12:52 PM EDT)
  • Story Type: News Story
If you've ever visited a project on GitHub (for instance) with the intention of understanding how it fits into a larger system, you'll recognise the sigh of relief you experience when you find a diagram or two on (or easily reached from) the initial landing page. This is an article about the importance of architecture and specifically about the importance of diagrams. read more

The pieces of Fedora Silverblue

  • Fedora Magazine (Posted by bob on May 15, 2020 11:38 AM EDT)
  • Groups: Fedora; Story Type: News Story
Fedora Silverblue provides a useful workstation build on an immutable operating system. In “What is Silverblue?“, you learned about the benefits that an immutable OS provides. But what pieces go into making it? This article examines some of the technology that powers Silverblue. The filesystem Fedora Workstation users may find the idea of an immutable […]

« Previous ( 1 ... 252 253 254 255 256 257 258 259 260 261 262 ... 1156 ) Next »