Showing headlines posted by bob

« Previous ( 1 ... 356 357 358 359 360 361 362 363 364 365 366 ... 1156 ) Next »

10 moments that shaped Linux history

  • Opensource.com (Posted by bob on Apr 29, 2019 6:33 PM EDT)
  • Groups: Linux; Story Type: News Story
In August 2018, Opensource.com posted a poll with seven options asking readers: What was the most important moment in the history of Linux? I thought I would expand on the list and present 10 moments that I think have played an important part in shaping the history of Linux. 1. Linus releases Linux Linus Torvalds initially released Linux to the world in 1991 as a hobby. It didn't remain a hobby for long! read more

A better solution to Java SE 11 removing JNLP

  • Opensource.com (Posted by bob on Apr 29, 2019 2:50 PM EDT)
  • Story Type: News Story
Recently, I wrote about how we solved the problem of Java 11 removing the Java Network Launching Protocol (JNLP), which was how an organization I work with distributed a critical business app. read more

How to Install Bludit CMS with NGINX on Ubuntu 18.04 LTS

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Apr 29, 2019 1:35 PM EDT)
  • Groups: Ubuntu, Linux; Story Type: News Story
Bludit is a simple, fast, secure, flat-file CMS that allows you to create your own website or blog in seconds. In this tutorial, we will go through the Bludit CMS installation and setup on Ubuntu 18.04 LTS system by using NGINX as a web server.

Awk utility in Fedora

Fedora provides awk as part of its default installation, including all its editions, including the immutable ones like Silverblue. But you may be asking, what is awk and why would you need it? Awk is a data driven programming language that acts when it matches a pattern. On Fedora, and most other distributions, GNU awk […]

The psychology behind a blameless retrospective

  • Opensource.com (Posted by bob on Apr 28, 2019 10:14 PM EDT)
  • Story Type: News Story
A retrospective is the act of dealing with past events and activities. The word comes from Latin, and it literally means "to look back." In the business world, a retrospective is a practice agile teams commonly use to reflect on how their work is done to improve how they do it so they continuously become better at it. read more

Celebrating National Superhero Day with Tux, BSD, and more

  • Opensource.com (Posted by bob on Apr 28, 2019 2:36 PM EDT)
  • Groups: Mobile; Story Type: News Story
On National Superhero Day, how would some of our favorite open source tools and mascots look if they were superheroes? Granted, open source tools are already kind of like superpowers in their own right. My take on this challenge is Open Force: Heroes of the Code! (with accompanying illustrations, of course). Download the original Krita art files and desktop wallpaper images for 4k, HD, and mobile devices from my GitLab repo. read more

Mozillas IoT relaunches, sun-based GPS, and more news

  • Opensource.com; By Scott Nesbitt (Posted by bob on Apr 28, 2019 6:59 AM EDT)
  • Story Type: Roundups; Groups: Mozilla, Sun
In this edition of our open source news roundup, we take a look open source projects from Mozilla, a tool for analyzing Flash files, an open source alternative to GPS, and more!

Intel roadmap shows 2Q rollout for 10nm Ice Lake and 3-5W Lakefield chips

  • LinuxGizmos.com (Posted by bob on Apr 27, 2019 9:27 PM EDT)
  • Groups: Intel; Story Type: News Story
After Intel rolled out 26 new 9th Gen Core models, a leaked Intel roadmap revealed a 2Q launch for its 10nm Ice Lake chips and a low-power Lakefield processor that combines an Ice Lake core with 4x Atom Tremont cores. It was a busy two weeks for Intel watchers. After unveiling 26 new 14nm 9th […]

Introduction to generative adversarial network

  • Opensource.com (Posted by bob on Apr 27, 2019 1:49 PM EDT)
  • Story Type: News Story
If you've been following the artificial intelligence (AI) news media lately, you probably heard that one of Google's top AI people, Ian Goodfellow, moved to Apple in March. Goodfellow was named one of MIT's Innovators Under 35 in 2017 and one of Foreign Policy's 100 Global Thinkers in 2019. read more

Linux C Programming Tutorial Part 24 - Multi dimensional arrays

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Apr 27, 2019 6:12 AM EDT)
  • Groups: Linux; Story Type: News Story
If you're following this ongoing C programming tutorial series, you'd be aware of the concept of arrays. To quickly refresh, arrays are used to store multiple values of the same type in continuous storage.

How to manage multiple SSH keys

  • Opensource.com (Posted by bob on Apr 27, 2019 4:18 AM EDT)
  • Story Type: News Story
In the first two articles in this series, I shared how you can use your GPG key to authenticate your SSH connections and import existing SSH keys. Once you're using more than two or three SSH keys, managing them can become more complicated. In this final article, I'll explain how to manage multiple SSH keys using the control file and how to make changes to manage them as GPG authentication subkeys. read more

How to create a Jailed SSH User with Jailkit on Debian 9 (Stretch)

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Apr 27, 2019 12:29 AM EDT)
  • Groups: Debian, Linux; Story Type: News Story
This document describes how to install and configure Jailkit in Debian 9 Server. Jailkit is a set of utilities to limit user accounts to specific files using chroot() and or specific commands. Setting up a chroot shell, a shell limited to some specific command, or a daemon inside a chroot jail is a lot easier and can be automated using these utilities.

Raspberry Pi add-on targets openHAB users

The $68 “ionware sdk1” is a home automation controller board add-on for the Raspberry Pi Zero W with 7x universal inputs and 7x digital outputs plus a OpenHABian Linux stack with graphical Ladder Logic programming. A startup called ionware has launched an ionware starter development kit 1 home automation add-on board for the Raspberry Pi […]

The mysterious history of the MIT License

  • Opensource.com (Posted by bob on Apr 26, 2019 4:51 PM EDT)
  • Story Type: News Story
Recently, David Humphrey posed a seemingly straightforward question on Twitter. When was the MIT License created? I can't find any source that gives a year. read more

Ansible Guide: Manage Files using Ansible

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Apr 26, 2019 11:31 AM EDT)
  • Groups: Linux; Story Type: News Story
In this guide, I'll show you how to manage files using ansible modules. You will learn how to copy, edit, insert, download and replace files using Ansible.

Facebook open sources C++ F14 hash table

  • ZDNet; By Steven J. Vaughan-Nichols (Posted by bob on Apr 26, 2019 10:16 AM EDT)
  • Story Type: News Story
Video: Making fast hash tables in programming, which don't cause collision trouble, is one of computing's holy grails. Facebook thinks it's created a good one.

How to Install Phorum with Nginx on Ubuntu 18.04 LTS

Phorum is a PHP and MySQL based Open Source forum software. In this guide, we will guide you step-by-step through the Phorum installation process on the Ubuntu 18.04 LTS operating system using Nginx as the web server, MySQL as the database, and acme.sh and Let's Encrypt for HTTPS.

How secure are your containerized apps?

I love containers. You love containers. We all love containers. But is our love for them blinding to us the fact that we often don't really know what's running within them? Containers are only as secure as their contents.

Development board with triple DP++ ports runs on Ryzen R1000

Sapphire has launched an “AMD FS-FP5R 5?5” SBC with an AMD Ryzen Embedded R1000 SoC plus 2x GbE, 3x DP++, USB 3.1, SATA III, and M.2 expansion. Sapphire also sells two Ryzen V1000 based SBCs. Hong Kong based Sapphire Embedded Solutions is primarily known for its gaming and graphics cards, but it also has an […]

Firefox and Emerging Markets Leadership

  • The Mozilla Blog; By Chris Beard (Posted by bob on Apr 26, 2019 2:50 AM EDT)
  • Story Type: Editorial; Groups: Mozilla
Building on the success of Firefox Quantum, we have a renewed focus on better enabling people to take control of their internet-connected lives as their trusted personal agent — through continued evolution of the browser and web platform — and with new products and services that provide enhanced security, privacy and user agency across connected life.

« Previous ( 1 ... 356 357 358 359 360 361 362 363 364 365 366 ... 1156 ) Next »