Showing headlines posted by bob

« Previous ( 1 ... 705 706 707 708 709 710 711 712 713 714 715 ... 1319 ) Next »

Creating an Adventure Game in the Terminal with ncurses

This article shows how to use curses functions to read the keyboard and manipulate the screen. My previous article introduced the ncurses library and provided a simple program that demonstrated a few curses functions to put text on the screen. In this follow-up article, I illustrate how to use a few other curses functions.

A review of SparkFuns micro:bit arcade game console

I recently got my hands on a SparkFun micro:arcade kit and micro:bit single-board computer. It's a great combination of hardware for adults and kids who want to build and program their own arcade console and games.

Subgraph: This Security-Focused Distro Is Malware's Worst Nightmare

By design, Linux is a very secure operating system. In fact, after 20 years of usage, I have personally experienced only one instance where a Linux machine was compromised. That instance was a server hit with a rootkit. On the desktop side, I’ve yet to experience an attack of any kind.

Linux kill Command Tutorial for Beginners (5 Examples)

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jan 26, 2018 9:52 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Sometimes, while working on a Linux machine, you'll see that an application or a command line process gets stuck (becomes unresponsive). Then in those cases, terminating it is the only way out. Linux command line offers a utility that you can use in these scenarios. It's called kill.

Top 5: 6 desktop email clients, the cp command, a DeLorean that runs Perl, and more

  • Opensource.com; By Jason Hibbets (Posted by bob on Jan 26, 2018 8:26 PM EDT)
  • Story Type: Roundups; Groups: Community
In this week's top 5, we take a look at the top 6 desktop email clients, the cp command, a DeLorean that runs Perl, and more.

Open source voice assistant speaker promises user privacy

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Jan 26, 2018 7:01 PM EDT)
  • Story Type: News Story; Groups: Linux
Mycroft has Kickstarted an open source “Mycroft Mark II” smart speaker and voice assistant that runs Linux on a quad-core Xilinx SoC, and offers a 6-mic beamforming array, 10W speaker, 4-inch touchscreen, and a promise of user privacy. Mycroft launched its Kickstarter campaign for the original, voice-activated Mycroft home automation hub back in Aug...

Red Hat Enterprise Linux 7.5 is ready for testing

  • ZDNet; By Steven J. Vaughan-Nichols (Posted by bob on Jan 26, 2018 5:35 PM EDT)
  • Story Type: News Story; Groups: Linux, Red Hat
The more secure Red Hat Enterprise Linux 7.5 is now out in beta.

Running a Python application on Kubernetes

  • Opensource.com (Posted by bob on Jan 26, 2018 4:20 PM EDT)
  • Groups: Python; Story Type: News Story
Kubernetes is an open source platform that offers deployment, maintenance, and scaling features. It simplifies management of containerized Python applications while providing portability, extensibility, and self-healing capabilities. Whether your Python applications are simple or more complex, Kubernetes lets you efficiently deploy and scale them, seamlessly rolling out new features while limiting resources to only those required. In this article, I will describe the process of deploying a simple Python application to Kubernetes, including: read more

Container testing in OpenShift with Meta-Test-Family

  • Fedora Magazine (Posted by bob on Jan 26, 2018 3:06 PM EDT)
  • Groups: Fedora; Story Type: News Story
The previous Magazine article on container testing showed how to use Meta-Test-Family (MTF) to validate  standalone containers. The goal is to avoid shipping containers without proper testing, and to guarantee that a given service in a container works properly. Another... Continue Reading →

How to Install Grav CMS with Nginx on Ubuntu 16.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jan 26, 2018 1:52 PM EDT)
  • Groups: Ubuntu, Linux; Story Type: News Story
Grav is a modern web application that requires no database. It's a file-based web platform that's simple and fast. In this tutorial, I will show you step by step how to install and configure Grav CMS on Ubuntu 16.04.

Can anonymity and accountability coexist?

  • Opensource.com (Posted by bob on Jan 26, 2018 12:37 PM EDT)
  • Story Type: News Story
Whistleblowing protections, crowdsourcing, anonymous voting processes, and even Glassdoor reviews—anonymous speech may take many forms in organizations. As well-established and valued as these anonymous feedback mechanisms may be, anonymous speech becomes a paradoxical idea when one considers how to construct a more open organization. While an inability to discern speaker identity seems non-transparent, an opportunity for anonymity may actually help achieve a more inclusive and meritocratic environment. read more

How to Encrypt Files with Tomb on Ubuntu 16.04 LTS

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jan 26, 2018 11:23 AM EDT)
  • Groups: Ubuntu, Linux; Story Type: News Story
This tutorial shows how to encrypt your files by using Tomb on Ubuntu 16.04. Tomb is an alternative to Truecrypt and Veracrypt designed for Linux systems.

Building a Linux-based HPC system on the Raspberry Pi with Ansible

In my previous article for Opensource.com, I introduced the OpenHPC project, which aims to accelerate innovation in high-performance computing (HPC). This article goes a step further by using OpenHPC's capabilities to build a small HPC system. read more

Github shrugs off drone maker DJI's crypto key DCMA takedown effort

Yes, keys your devs put in public repos got forked. Github rejected a DMCA takedown request from Chinese drone-maker DJI after someone forked source code left in the open by a naughty DJI developer.…

Chrome 64, GCC 7.3, Librem 5 Phone Progress and More

News updates for January 25, 2018. Chrome 64 is now available for Linux, Mac and Windows, featuring a stronger ad blocker and several security fixes, including mitigations for Spectre and Meltdown.

S for Security is Google owner Alphabet's new favorite letter

Google's parent company Alphabet has launched a security company named Chronicle. The business will be the new home of VirusTotal, which Google acquired in 2012. Chronicle's other story will be "a new cybersecurity intelligence and analytics platform that we hope can help enterprises better manage and understand their own security-related data."

Mozilla Empowers Journalists with the Power of A-Frame

Technology is continually providing us with new ways to create and publish stories. For these stories to achieve their full impact, it requires that the tools to deploy them become accessible and easy to use. That’s one of the reasons why Mozilla has worked to develop A-Frame, a framework that makes it easy for anyone to build virtual reality experiences for the web.

ATX board brings legacy gear up to 6th and 7th Gen speed

Adlink’s Linux-ready “IMB-M43H” ATX board supports Skylake or Kaby Lake Intel Core CPUs with up to 32GB DDR4, 4x SATA III, 8x USB, PCIe and PCI, EN 55032 EMI protection, and USB power stabilization. Adlink’s industrial ATX form-factor (305 x 244mm) IMB-M43H is designed as a Skylake or Kaby Lake upgrade for legacy installations.

Linux and Intel slowly hack their way to a Spectre patch

  • ZDNet; By Steven J. Vaughan-Nichols (Posted by bob on Jan 25, 2018 11:00 PM EDT)
  • Story Type: News Story; Groups: Intel, Linux
Fixing the chip security holes Meltdown and Spectre will take a long, long time, but Linus Torvalds and Intel developers are slowly moving to answers for Linux.

diff -u: Complexifying printk()

What's new in kernel development: complexifying printk(). It's so simple! The kernel decides to output a log message, so it calls printk() to send the message to a serial console—except it's not simple at all. What if the kernel is in the middle of crashing, and the log message is the crucial clue needed to diagnose the problem?

« Previous ( 1 ... 705 706 707 708 709 710 711 712 713 714 715 ... 1319 ) Next »