Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 ... 7359 ) Next »

Reducing security risks with centralized logging

  • Opensource.com (Posted by bob on Feb 26, 2019 12:06 PM EDT)
  • Story Type: News Story
Logging and log analysis are essential to securing infrastructure, particularly when we consider common vulnerabilities. This article, based on my lightning talk Let's use centralized log collection to make incident response teams happy at FOSDEM'19, aims to raise awareness about the security concerns around insufficient logging, offer a way to avoid the risk, and advocate for more secure practices. read more

How to Install OpenCart on Ubuntu 18.04

OpenCart is a free and open-source PHP e-commerce platform combining powerful features with flexibility and user-friendly interface.

With features like User Management, Multi-Store, Affiliates, Discounts, Product Reviews, Multi-lingual and multiple Payment Gateways, OpenCart is a platform of choice for many online merchants.

Robotics kit runs Linux on new DragonBoard 845c 96Boards SBC

  • LinuxGizmos.com (Posted by bob on Feb 26, 2019 7:44 AM EDT)
  • Groups: Linux; Story Type: News Story
Qualcomm and Thundercomm have launched a “Robotics RB3 Platform” that runs Linux and ROS on an octa-core Snapdragon 845 via a new “DragonBoard 845c” 96Boards SBC. The $449 kit includes 4K and tracking cameras. Qualcomm subsidiary Qualcomm Technologies, which in December released a Qualcomm Flight Pro for drones, has returned with another Snapdragon based robotics […]

Jinja2 string filter example for Ansible.

Jinja2 is a templating engine for python. However we can use it in Ansible for generating dynamic content. There are many filters available in Jinja2. In this article we are going to check Jinja2 string filter examples.

Ubuntu 19.04 (Disco Dingo) Enters Feature Freeze, Beta Available March 28th

Canonical is working hard on the next major release of its popular Ubuntu Linux operating system, Ubuntu 19.04 (Disco Dingo), which recently entered a new important development phase, Feature Freeze.

What Linus Torvalds really thinks about ARM processors

  • ZDNet; By Steven J. Vaughan-Nichols (Posted by bob on Feb 26, 2019 4:52 AM EDT)
  • Story Type: Editorial; Groups: ARM, Cloud
VIDEO: In a recent post, Torvalds shared some thoughts about ARM processors and servers, and people thought he was dismissing ARM's future on servers and the cloud. Here's what he really meant.

Open Networking Summit Europe

  • Linux.com - Original Content (Posted by bob on Feb 26, 2019 3:55 AM EDT)
  • Story Type: Announcements; Groups: Linux
Open Networking Summit is the industry’s premier open networking event, enabling collaborative development and innovation across enterprises, service providers and cloud providers and discussing the future of Open Source Networking.

System76's Oryx Pro Linux Laptop Getting RTX Graphics and Larger Displays

After refreshing the "Darter Pro" and "Serval WS" Linux laptops with newer graphics and upgraded components, American computer manufacturer System76 plans to launch a new version of its Oryx Pro laptop.

Toughened up i.MX6 SBC offers NimbleLink cellular expansion

VersaLogic’s rugged, Linux-friendly “Swordfish” SBC is equipped with a dual- or quad-core i.MX6 with up to 4GB RAM plus eMMC, GbE, HDMI, LVDS, USB, WiFi/BT, and a NimbleLink socket for cellular expansion. VersaLogic has posted preliminary specs for a $239 and up Swordfish SBC that runs Linux and other Arm-friendly operating systems on a Cortex-A9 […]

RISC-V Boston

  • Linux.com - Original Content (Posted by bob on Feb 26, 2019 1:03 AM EDT)
  • Story Type: Announcements; Groups: Linux
The RISC-V Foundation will be hosting a free, Getting Started with RISC-V event in Boston. This 1 day event will showcase innovative RISC-V implementations from members of the Foundation. The half-day Boston event on April 1 will feature engaging presentations, demos and networking opportunities.

How to Install Grub Customizer on Ubuntu

  • vitux.com; By Karim Buzdar (Posted by vitux on Feb 26, 2019 12:06 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
Grub Customizer is a useful UI tool for modifying the default Grub boot loader settings. By using this tool, you can add, remove, and re-arrange boot menu entries. You can edit kernel parameters and also choose to change the time delay at boot, in order to boot from the default entry. The software also lets you make cosmetic configurations like changing the text color and background image.

7 trailblazers in tech comment on Black History Month

  • Opensource.com (Posted by bob on Feb 25, 2019 11:09 PM EDT)
  • Story Type: News Story
A huge part of what makes working in open source special is working with a diverse set of people from different backgrounds. During Black History Month (BHM), we honor those who've come before us, but I also want to spotlight some of today's incredible, diverse open source inventors and leaders whose contributions have influenced the technology we depend on today. read more

Linux Kernel Flaw, Ubuntu Rumor Debunked, Kali, Geary, digiKam, Riot/Matrix | This Week in Linux 56

VIDEO: Changes Coming to Flathub, Alfred: Automated Software Installation, EasyOS, BackBox, Librem 5 Smartphone Delayed to Q3, Linus Torvalds on ARM, Redis Labs Drops Commons Clause

Some (Linux) Bugs Have All the Fun

As satisfying as it is to make fun of Microsoft and Apple—and, boy howdy, is it ever—we in the Linux (and general Free and Open-Source Software world) are not immune from highly embarrassing, crazy destructive bugs and security vulnerabilities.

openSUSE Leap 15.1 Enters Beta Based on SLE 15 SP1, Final Release Lands May 2019

The upcoming first point release of the openSUSE Leap 15 operating system series has entered beta phase of development, which will last until mid-April 2019.

How To Identify That The Linux Server Is Integrated With Active Directory (AD)?

  • 2daygeek.com; By Vinoth (Posted by 2daygeek on Feb 25, 2019 7:15 PM EDT)
  • Story Type: Tutorial; Groups: Linux
2DayGeek: Do you know how to check AD integration in Linux?

Netboot a Fedora Live CD

  • Fedora Magazine (Posted by bob on Feb 25, 2019 6:01 PM EDT)
  • Groups: Fedora; Story Type: News Story
Live CDs are useful for many tasks such as: installing the operating system to a hard drive repairing a boot loader or performing other rescue-mode operations providing a consistent and minimal environment for web browsing …and much more. As an alternative to using DVDs and USB drives to store your Live CD images, you can […]

3 Ways of Installing VirtualBox on Ubuntu based distributions

  • It's FOSS; By Abhishek Prakash (Posted by abhishekpc on Feb 25, 2019 4:47 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This beginner’s tutorial explains various ways to install VirtualBox on Ubuntu and other Debian-based Linux distributions.

C Command Line Tutorial 6 - Code indentation, increment/decrement operators, do-while and for loops, and more

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Feb 25, 2019 3:50 PM EDT)
  • Groups: Linux; Story Type: News Story
We have covered a total of 5 C programming tutorials so far. Each tutorial focused on something specific. In process of remaining close to the topic, some generic concepts remained untouched. Some of those concepts we'll be discussing here in this tutorial.

« Previous ( 1 ... 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 ... 7359 ) Next »