Showing headlines posted by bob

« Previous ( 1 ... 450 451 452 453 454 455 456 457 458 459 460 ... 1156 ) Next »

Open Source Akraino Edge Computing Project Leaps Into Action

  • Linux.com; By Eric Brown (Posted by bob on Aug 23, 2018 9:29 PM EDT)
  • Story Type: News Story; Groups: Cloud, Linux
The ubiquitous topic of edge computing has so far primarily focused on IoT and machine learning. A new Linux Foundation project called Akraino Edge Stack intends to standardize similar concepts for use on edge telecom and networking systems in addition to IoT gateways. The goal to build an “open source software stack that supports high-availability cloud services optimized for edge computing systems and applications,” says the project.

An introduction to pipes and named pipes in Linux

  • Opensource.com (Posted by bob on Aug 23, 2018 7:00 PM EDT)
  • Groups: Linux; Story Type: News Story
In Linux, the pipe command lets you sends the output of one command to another. Piping, as the term suggests, can redirect the standard output, input, or error of one process to another for further processing. The syntax for the pipe or unnamed pipe command is the | character between any two commands: Command-1 | Command-2 | …| Command-N read more

How to enable VoIP in ONLYOFFICE using Twilio

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Aug 23, 2018 5:46 PM EDT)
  • Groups: Linux; Story Type: News Story
ONLYOFFICE is an open source solution that comprises comprehensive online document editors for text documents, spreadsheets and presentations, CRM and project management, mail, calendar, chat, and more. This tutorial shows how to Integrate Twilio VoIP with ONLYOFFICE.

Managed Linux and Zephyr distros for IoT offer OTA and container tech

  • LinuxGizmos.com (Posted by bob on Aug 23, 2018 4:31 PM EDT)
  • Groups: Linux; Story Type: News Story
A Linaro spinoff called Foundries.io unveiled a continuously updated “microPlatforms” IoT service with managed Linux and Zephyr distros. The Linux platform is based on OE/Yocto and Docker container code. A Cambridge, UK based startup called Foundries.io, which is funded by Linaro and led by former Linaro exec George Grey, has launched a microPlatforms service with […]

How to publish a WordPress blog to a static GitLab Pages site

  • Opensource.com (Posted by bob on Aug 23, 2018 3:17 PM EDT)
  • Story Type: News Story
A long time ago, I set up a WordPress blog for a family member. There are lots of options these days, but back then there were few decent choices if you needed a web-based CMS with a WYSIWYG editor. An unfortunate side effect of things working well is that the blog has generated a lot of content over time. That means I was also regularly updating WordPress to protect against the exploits that are constantly popping up. read more

Linux chrt Command Tutorial for Beginners (5 Examples)

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Aug 23, 2018 2:03 PM EDT)
  • Groups: Linux; Story Type: News Story
Processes form the core of a running Linux system. When a program converts into a process (which is when it's executed), a lot of attributes are set. Sometimes, you may want to change these attributes at runtime. There exists a command line tool chrt that lets you do this.

Microsoft Visual Studio C++ Runtime installers were built to fail

Redmond created executable installers with vulnerable tools Security researcher Stefan Kanthak claims that the Microsoft Visual C++ Redistributable for Visual Studio 2017 executable installers (x86 and x64) were built with insecure tools from several years ago, creating a vulnerability that could allow privilege escalation.…

What is a Makefile and how does it work?

  • Opensource.com (Posted by bob on Aug 23, 2018 11:07 AM EDT)
  • Story Type: News Story
If you want to run or update a task when certain files are updated, the make utility can come in handy. The make utility requires a file, Makefile (or makefile), which defines set of tasks to be executed. You may have used make to compile a program from source code. Most open source projects use make to compile a final executable binary, which can then be installed using make install. read more

How To Install Prometheus on Ubuntu 18.04 LTS

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Aug 23, 2018 8:39 AM EDT)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
Prometheus is a free and open source software ecosystem that allows us to collect metrics from our applications and stores them in a database, especially a time-series based DB. It is a very powerful monitoring system suitable for dynamic environments.

You want how much?! Israel opts not to renew its Office 365 vows

  • The Register; By Richard Speed (Posted by bob on Aug 23, 2018 4:56 AM EDT)
  • Story Type: News Story; Groups: Microsoft
Government to cut Microsoft off at the end of 2018 Microsoft’s desire to move users into the exciting world of Office 365 subscriptions has been dealt a blow as the Israeli government took a look and said “no thanks.”…

Embedded IPC system runs on Qnaps Linux-based QTS

IEI’s rugged, “TANK-860-QGW” IPC computer for M2M and IoT runs a Qnap-derived QTS Gateway Linux distro on a 4th Gen Core CPU with dual SATA bays and up to 6x PCIe slots. IEI Technology has spun a rather singular embedded PC that aims to replace barebones IPC (interprocess communications) systems with something a bit more […]

Red Hat Enterprise Linux 7.6 beta is out now

I've said it before. I'll say it again: Red Hat, not content with being a Linux power, wants to be a cloud powerhouse. Need proof? Look no further than the newest beta for Red Hat Enterprise Linux (RHEL) 7.6. The latest version of Red Hat Enterprise Linux takes a big step forward into the cloud.

Simulate device input with evemu

  • Fedora Magazine (Posted by bob on Aug 22, 2018 7:01 PM EDT)
  • Groups: Fedora; Story Type: News Story
Looking for a way to simulate keyboard and mouse input? The web is full of various guides and tutorials mentioning xdotool, a “command-line X11 automation tool”. xdotool simulates X11 input events; it can even move or resize the desktop windows. Unfortunately, as its name implies, xdotool only works with the X11 window system. This means it […]

How to Setup Apache Subversion with Let's encrypt SSL on Ubuntu 18.04

Apache Subversion or SVN is an open-source software versioning and revision control system developed by the Apache Software Foundation. In this article, I will show you how to set up the Apache Subversion using Ubuntu 18.04 LTS server.

9 flowchart and diagramming tools for Linux

  • Opensource.com (Posted by bob on Aug 22, 2018 2:04 PM EDT)
  • Groups: Linux; Story Type: News Story
Flowcharts are a great way to formalize the methodology for a new project. My team at work uses them as a tool in our brainstorming sessions and—once the ideation event wraps up—the flowchart becomes the project methodology (at least until someone changes it). My project methodology flowcharts are high-level and pretty straightforward—typically they contain just process, decision, and terminator objects—though they can be composed of many tens of these objects. read more

It may be poor man's Photoshop, but GIMP casts a Long Shadow with latest update

  • The Register (Posted by bob on Aug 22, 2018 12:49 PM EDT)
  • Story Type: News Story
Open-source pixel botherer cranks it up to version 2.10.6 There appears to be no rest for Wilber as the GIMP team has updated the venerable image editor to version 2.10.6.…

Cloud Foundry survey finds top enterprise languages

Programmers may love hot newer languages like Kotlin and Rust, but according to a Cloud Foundry Foundation (CFF) recent survey of global enterprise developers and IT decision makers, Java and Javascript are the top dog enterprise languages. They may not be the coolest languages, but Java and JavaScript remain the top enterprise developer languages for the cloud.

Rugged, Linux-ready mini-PC showcases Ryzen V1000

Tranquil PC open pre-orders on a fanless, barebones “Mini Multi Display PC” mini-PC with AMD’s Ryzen Embedded V1000 SoC, 4x simultaneous 4K DisplayPort displays, 2x GbE, and up to 32GB DDR4 and 1TB storage. Manchester, UK based Tranquil PC has launched the first mini-PC based on the AMD Ryzen Embedded V1000.

Freespire 4.0, Mozilla Announces New Fellows, Flatpak 1.0, KDevelop 5.2.4 and Net Neutrality Update

News briefs for August 21, 2018.

« Previous ( 1 ... 450 451 452 453 454 455 456 457 458 459 460 ... 1156 ) Next »