Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 ... 7439 ) Next »

Linspire Enterprise Server 2019 Released

Today the PC / Opensystems development team is pleased to announce the release of Linspire Enterprise server, our high-performance solution to SMB customers who need constant uptime coupled with reliability, scalability, and flexibility. LES 2019 is well suited to web, application, file and print services; it can just as easily be deployed as a thin client server or virtual machine host. The LTS server kernel 4.18 will offer rock-solid for any workload you throw at LES 2019. Linspire Enterprise Server is part of our Linspire Enterprise Services offering which includes Linspire Embedded Desktop and Linspire Community Server.

The Lure Of Azure: Microsoft continues to expand its boundaries

Over the course of the last four years, the amount of instances where Azure was mentioned in specific open source job openings has increased five fold. What we are seeing seems to mimic what Microsoft itself is saying. In a ZDNet article published during the latter part of last year, Microsoft executives discuss the growth they have seen in instances running Linux on Azure. From 2015 to 2018, Microsoft saw the number of Azure virtual machines running Linux grow from 25% to 50%. That is a quite notable growth trajectory in a fairly short time frame.

Detecting malaria with deep learning

  • Opensource.com (Posted by bob on Apr 16, 2019 11:08 AM EDT)
  • Story Type: News Story
Artificial intelligence (AI) and open source tools, technologies, and frameworks are a powerful combination for improving society. "Health is wealth" is perhaps a cliche, yet it's very accurate! In this article, we will examine how AI can be leveraged for detecting the deadly disease malaria with a low-cost, effective, and accurate open source deep learning solution. read more

Linux ip Command

  • linuxize.com; By linuxize (Posted by linuxize on Apr 16, 2019 9:54 AM EDT)
  • Groups: GNU, Linux
The ip command is a powerful tool for configuring network interfaces that any Linux system administrator should know. It can be used to bring interfaces up or down, assign and remove addresses and routes manage ARP cache and much more.

How to Check MySQL/MariaDB Database And Table Size In Linux?

  • 2daygeek.com; By Magesh M (Posted by 2daygeek on Apr 16, 2019 8:39 AM EDT)
  • Story Type: Tutorial; Groups: Linux
2DayGeek: Learn how to check MySQL/MariaDB database and table size in Linux.

Can schools be agile?

  • Opensource.com (Posted by bob on Apr 16, 2019 7:25 AM EDT)
  • Story Type: News Story
We've all had those deja vu moments that make us think "I've seen this before!" I experienced them often in the late 1980s, when I first began my career in industry. I was caught up in a wave of organizational change, where the U.S. manufacturing sector was experimenting with various models that asked leaders, managers, and engineers like me to rethink how we approached things like quality, cost, innovation, and shareholder value. read more

How to Setup VNC Server on Ubuntu 18.04 LTS and Debian 9 Server

Virtual Network Computing (VNC) is a technology that allows to control another computer remotely over an internet connection using the Remote Frame Buffer (RFB) protocol.

How to Install RainLoop Webmail on CentOS 7

  • RoseHosting Blog; By RoseHosting (Posted by RoseHosting on Apr 16, 2019 4:56 AM EDT)
  • Story Type: Tutorial; Groups: Linux

Inter-process communication in Linux: Using pipes and message queues

  • Opensource.com (Posted by bob on Apr 16, 2019 3:42 AM EDT)
  • Groups: Linux; Story Type: News Story
This is the second article in a series about interprocess communication (IPC) in Linux. The first article focused on IPC through shared storage: shared files and shared memory segments. This article turns to pipes, which are channels that connect processes for communication. read more

Whiskey Lake shows up on a Linux-friendly industrial mini-PC

ASRock has unveiled a fanless, Linux-ready “iBox-8265U” mini-PC with Intel’s latest Whiskey Lake CPUs, up to 32GB DDR4, a SATA bay, 2x GbE, 4x USB, triple displays, and extended temp support. ASRock Industrial Computer’s 171.8 x 150 x 71.5mm iBox-8265U is the first 8th Gen Whiskey Lake U-series based mini-PC we’ve seen. Several Whiskey Lake […]

How to identify duplicate files on Linux

  • Network World; By Sandra Henry-Stocker (Posted by MDavidson6785 on Apr 15, 2019 7:28 PM EDT)
  • Groups: Linux
Some files on a Linux system can appear in more than one location. Follow these instructions to find and identify these "identical twins," and learn why hard links can be so advantageous.

Intel Core based thin Mini-ITX supports extended temperatures

Avalue’s Linux-friendly “EMX-KBLU2P” is a thin Mini-ITX board with 6th or 7th Gen Core CPUs, triple displays, 2x GbE, 2x SATA, 2x M.2, 4x USB 3.0, serial and GPIO interfaces, and -20 to 70°C support. Avalue announced a thin Mini-ITX board for signage, PoS, kiosk, AiO PCs, and industrial applications. Like the company’s EMX-SKLUP thin […]

How to check the installed RAM on your Ubuntu System

  • vitux.com; By Karim Buzdar (Posted by vitux on Apr 15, 2019 4:59 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
In this article, we will explain the following things you can do about your installed RAM, through the Ubuntu command line: Check for Installed, Used and Available RAM, check the Type and Speed of your installed RAM and test your installed RAM for errors.

Linux C Programming tutorial part 22 - Accessing command line arguments within C program

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Apr 15, 2019 3:45 PM EDT)
  • Groups: Linux; Story Type: News Story
In the previous tutorial, we discussed multiple concepts related to pointers in C programming language. One of the concepts we discussed was an array of pointers.

Kubernetes on Fedora IoT with k3s

  • Fedora Magazine (Posted by bob on Apr 15, 2019 2:31 PM EDT)
  • Groups: Fedora; Story Type: News Story
Fedora IoT is an upcoming Fedora edition targeted at the Internet of Things. It was introduced last year on Fedora Magazine in the article How to turn on an LED with Fedora IoT. Since then, it has continued to improve together with Fedora Silverblue to provide an immutable base operating system aimed at container-focused workflows. […]

Inter-process communication in Linux: Shared storage

  • Opensource.com (Posted by bob on Apr 15, 2019 1:16 PM EDT)
  • Groups: Linux; Story Type: News Story
This is the first article in a series about interprocess communication (IPC) in Linux. The series uses code examples in C to clarify the following IPC mechanisms: read more

How To Enable Metadata-Based Batch Rename In GNOME Files (Nautilus) On Ubuntu

GNOME Files (or Nautilus) has a batch file rename feature (introduced in version 3.22) which allows finding and replacing text in multiple filenames, as well as adding automatic numbers, or renaming files based on metadata. Batch file renaming based on image and music metadata doesn't work by default in Ubuntu though, inserting only the metadata name instead of the actual metadata.

How To Enable (UP) And Disable (DOWN) A Network Interface Port (NIC) In Linux?

  • 2daygeek.com; By Magesh M (Posted by 2daygeek on Apr 15, 2019 10:48 AM EDT)
  • Story Type: Tutorial; Groups: Linux
2DayGeek: Learn how to bring down and bring up the network interface port (NIC) in Linux.

Getting started with Mercurial for version control

  • Opensource.com (Posted by bob on Apr 15, 2019 9:33 AM EDT)
  • Groups: Python; Story Type: News Story
Mercurial is a distributed version control system written in Python. Because it's written in a high-level language, you can write a Mercurial extension with a few Python functions. There are several ways to install Mercurial, which are explained in the official documentation. My favorite one is not there: using pip. This is the most amenable way to develop local extensions! read more

How to Install Opera Web Browser on Ubuntu 18.04

  • linuxize.com; By linuxize (Posted by linuxize on Apr 15, 2019 8:19 AM EDT)
  • Groups: Ubuntu
Opera is one of the most popular cross-platform web browsers in the world. It is fast, easy to use and secure browser built for the modern web.

« Previous ( 1 ... 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 ... 7439 ) Next »