Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 ... 7359 ) Next »

Introducing Spring Roo, Part 7: Develop Spring MongoDB applications using Spring Roo

MongoDB is a very popular document-oriented, horizontally-scalable NoSQL datastore. With Spring Roo version 1.2, you can build Spring applications with MongoDB as data storage solutions. Investigate MongoDB and then build an enterprise Spring MongoDB application using Spring Roo.

Raspberry Pi based audio DAC board starts at $225

Orchard Audio’s $225 “PecanPi” audio DAC add-on for the Raspberry Pi and $400, Pi-equipped “Streamer” system features 24-bit, 192kHz sampling, 130dB SNR, and -110dB THD+N. Orchard Audio has opened pre-orders on a next-gen PecanPi audio DAC board for the Raspberry Pi that replaces its earlier, Kickstarter backed ApplePi DAC. The $225 PecanPi DAC offers modest […]

10 Python image manipulation tools

  • Opensource.com (Posted by bob on Mar 18, 2019 4:10 PM CST)
  • Groups: Python; Story Type: News Story
Today's world is full of data, and images form a significant part of this data. However, before they can be used, these digital images must be processed—analyzed and manipulated in order to improve their quality or extract some information that can be put to use. read more

Install Bolt CMS on Ubuntu 18.04 with Nginx

  • CloudBooklet; By Pappin Vijak (Posted by cloudbooklet on Mar 18, 2019 3:08 PM CST)
  • Story Type: Tutorial
Install Bolt CMS on Ubuntu 18.04 with Nginx on Google Cloud Platform. This guide helps to install and run Bolt CMS on Google Compute Engine and connect with Cloud SQL.

Setting up Continuous Integration With GitLab, Jenkins and SonarQube

  • Linux Handbook; By Rishi Raj Gautam (Posted by abhishekpc on Mar 18, 2019 1:54 PM CST)
  • Story Type: Tutorial; Groups: Cloud
This tutorial is about continuous integration between GitLab, Jenkins and SonarQube. At the end of this tutorial, you will be able to view the quality reports of GitLab repository codes at SonarQube by using Jenkins as a Continuous Integrator and sonar-scanner as code analyzer.

How to Monitor Network Traffic using nethogs

  • Linux Hint; By Shahriar Shovon (Posted by linuxhint on Mar 18, 2019 12:40 PM CST)
  • Story Type: Tutorial
nethogs is a networking monitoring tool for Linux. Just like top or htop, nethogs can monitor network traffic in real time. nethogs can monitor any specific network interface or all the networking interfaces on your computer. nethogs shows bandwidth usage per process on your computer in real time. In this article, I am going to show you how to install and use nethogs to monitor network traffic on Linux.

How to host your own webfonts

  • Opensource.com (Posted by bob on Mar 18, 2019 11:25 AM CST)
  • Story Type: News Story
Fonts are often a mystery to many computer users. For example, have you designed a cool flyer and, when you take the file somewhere for printing, find all the titles rendered in Arial because the printer doesn't have the fancy font you used in your design? There are ways to prevent this, of course: you can convert words in special fonts into paths, bundle fonts into a PDF, bundle open source fonts with your design files, or—at least—list the fonts required. And yet it's still a problem because we're human and we're forgetful. read more

3 Ways To Check Whether A Port Is Open On The Remote Linux System?

  • 2daygeek.com; By Magesh M (Posted by 2daygeek on Mar 18, 2019 10:11 AM CST)
  • Story Type: Tutorial; Groups: Linux
2DayGeek: These commands allow you to check whether the given port is open or not in the remote Linux system.

9 Admirable Graphical File Managers

We covered many high quality file managers in our Qt File Managers Roundup and GTK File Managers Roundups. But there are graphical non-Qt and non-GTK file managers available. Here’s our favorites.

Building and augmenting libraries by calling Rust from JavaScript

  • Opensource.com (Posted by bob on Mar 18, 2019 7:42 AM CST)
  • Story Type: News Story
In Why should you use Rust in WebAssembly?, I looked at why you might want to write WebAssembly (Wasm), and why you might choose Rust as the language to do it in. Now I'll share what that looks like by exploring ways to embed Rust inside JavaScript. read more

Microsoft and Its Patent Trolls Continue Their Patent War, Including the War on Linux

Microsoft is still preying on GNU/Linux using patents, notably software patents; it wants billions of dollars served on a silver platter in spite of claims that it reached a “truce” by joining the Open Invention Network and joining the LOT Network

Solus 4 "Fortitude" Officially Released, It's Now Available for Download

The Solus Project announced today the general and immediate availability for download of the long-anticipated Solus 4 Linux-based operating system.

How to Install LEMP Stack on Debian 9

The term LEMP is an acronym of the names of its four open-source components: Linux operating system, Nginx [engine x] an HTTP and reverse proxy server, MySQL or MariaDB relational database management system, and PHP programming language.

Linux tee Command Usage and Examples

  • Putorius; By Steven Vona (Posted by savona on Mar 18, 2019 1:25 AM CST)
  • Story Type: Tutorial; Groups: Linux
The Linux tee command is a very simple yet useful utility. This article will teach you the basics of the tee command along with a few advanced use cases. Learn how to pipe output from a command into multiple other commands. Also tailing a file while saving it's output, a handy trick all SysAdmins should know. This article covers the basic usage, but also some more interesting and advanced use cases for tee.

Linus Torvalds Kicks Off Development of Linux 5.1 Kernel, First RC Is Out Now

Linus Torvalds kicked off today the development cycle of the forthcoming Linux 5.1 kernel series with the release of the first RC (Release Candidate) milestone for public testing.

Industrial i.MX8X module runs Linux

F[he]S is prepping an “efus MX8X” module that runs Linux on a dual- or quad-core -A35 i.MX8X SoC with up to 2GB RAM and 64GB eMMC plus dual GbE, WiFi/BT, 4K video, and optional industrial temp support. F&S Elektronik Systeme, which recently unveiled an i.MX8M Mini based PicoCore MX8MM module, has now posted preliminary specs […[/he]]

ONS Evolution: Cloud, Edge, and Technical Content for Carriers and Enterprise

  • Linux.com ; By Arpit Joshipura (Posted by bob on Mar 17, 2019 7:42 PM CST)
  • Story Type: Editorial; Groups: Community
The first Open Networking Summit was held in October 2011 at Stanford University and described as a premier event about OpenFlow and Software-Defined Networking (SDN)". Here we are seven and half years later and I'm constantly amazed at both how far we've come since then, and at how quickly a traditionally slow-moving industry like telecommunications is embracing change and innovation powered by open source.

PyTorch Tutorial with Linear Regression

  • Linux Hint; By Shubham Aggarwal (Posted by linuxhint on Mar 17, 2019 5:47 PM CST)
  • Story Type: Tutorial; Groups: Python
PyTorch is a Python based scientific package which provides a replacement of NumPy ndarrays as Tensors which takes utmost advantage of the GPUs. Another positive point about PyTorch framework is the speed and flexibility it provides during computing. PyTorch is an efficient alternative of working with Tensors. PyTorch is mainly embraced by the Data Science community due to its capability to conveniently define neural networks. Let’s see this computational package in action in this lesson.

3 reasons data hoarding may not pay off

  • enterprisersproject.com; By Eric Brown (Posted by crudder on Mar 17, 2019 3:53 PM CST)
  • Story Type: Editorial; Groups: Community
Seth Godin recently argued that more marketing data is not always better: In fact, it may hinder people from doing their best work. Let's examine how that applies to IT

Android Q to get a ton of new privacy features

Google's upcoming Android version, currently referred to only as Android Q, will arrive later this summer with a trove of privacy enhancements.

« Previous ( 1 ... 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 ... 7359 ) Next »