Showing headlines posted by bob

« Previous ( 1 ... 800 801 802 803 804 805 806 807 808 809 810 ... 1195 ) Next »

Writing an academic paper? Try Fidus Writer

  • Opensource.com (Posted by bob on Aug 19, 2016 12:18 PM CST)
  • Story Type: News Story
The Fidus Writer online editor is especially for academics who need to write papers in collaboration with other authors, and it includes special tools for managing citations, formulas, and bibliographies. If you're writing an academic paper by yourself, you have a lot of choices for tools to edit your document. Some of them even take care of making your footnotes and bibliographies come out in the right format. But writing collaboratively is harder, for lots of reasons. read more

Open source COM and carriers become 3D-printable computers

Rhombus Tech’s Allwinner A20 based, fully open source EOMA68 COM and carrier boards can be installed in 3D printed mini-PC or laptop cases. For the past five years, UK-based Rhombus Tech, led by developer Luke Kenneth Casson Leighton, has been developing a fully open source, removable computer-on-module (COM) in a standardized format known as “EOMA68.” […]

NASA dangles ONE MILLION DOLLARS for virtual Mars robots

  • The Register (Posted by bob on Aug 19, 2016 8:30 AM CST)
  • Story Type: News Story
Devs challenged to train humanoid helper for red planet mission NASA has announced a million-dollar prize it will award to whomsoever can program a virtual robot to get stuff done ahead of a crewed mission to Mars.…

Microsoft open-sources PowerShell for Linux, Macs. Repeat, Microsoft open-sources PowerShell for Linux

OpenSSH remoting will be baked in. Microsoft has published PowerShell, its scripting and automation platform, as open source under the permissive MIT licence, as well as porting it to Linux and Mac, with an alpha build now available on GitHub.

US: We're now ready to give up our role governing the internet

The US says it is ready to transfer its role in administering the internet's naming system to a multiple stakeholder group on October 1.

Vulnerable smart home IoT sockets let hackers access your email account

Researchers have discovered critical security flaws in connected smart plugs which can give attackers access to a full home network -- as well as your email account.

Open Source RTOS for IoT Gains Support from Linaro

  • Linux.com - Original Content; By Jim Zemlin (Posted by bob on Aug 18, 2016 11:55 PM CST)
  • Story Type: Editorial; Groups: Community, Linux
With more than 25 billion Internet connected things predicted to hit the market by 2020, the “Internet of Things” is evolving from a promise to an everyday reality.

Canonical Becomes a Patron of KDE e.V.

KDE and Canonical's Ubuntu have collaborated for years. Today we celebrate the extension of this collaboration with the addition of Canonical to the KDE Patrons family, as part of the corporate membership program.

What I Wish I'd Known When I Was an Embedded Linux Newbie

Here are some tips compiled from our seasoned engineers on what they wish they'd known about embedded Linux back when they were "newbs". Newcomers and seasoned veterans alike should get some good nuggets of information and possibly a fun perspective looking back at our own humble beginnings.

How to Password-Protect Directories with mod_authn_dbd and MySQL on Apache (Debian 8)

This guide explains how to password-protect web directories (with users from a MySQL database) with mod_authn_dbd on Apache2 on a Debian 8 (Jessie) server. It is an alternative to the plain-text password files provided by mod_auth and allows you to use normal SQL syntax to create/modify delete users.

Building an open medical records system for the developing world

  • Opensource.com (Posted by bob on Aug 18, 2016 7:09 PM CST)
  • Story Type: News Story
How do you introduce a woman whose very life is the epitome of humanitarian efficacy? Judy Gichoya is a Kenyan medical doctor specializing in radiology and an experienced programmer who's accelerating the growth of OpenMRS. read more

OPNFV's Path to Network Transformation

  • Linux.com; By Amber Ankerholz (Posted by bob on Aug 18, 2016 6:12 PM CST)
  • Story Type: News Story; Groups: Linux
The OPNFV project will turn two this October and, says OPNFV Director Heather Kirksey, like any two-year-old, it’s eagerly figuring out the world and how to interact with it -- “sometimes through the occasional skinned knee but also with the excitement of learning and accomplishing new things.”

How collaborative should I be during strategic planning?

  • Opensource.com (Posted by bob on Aug 18, 2016 4:17 PM CST)
  • Story Type: News Story
The short answer is: very collaborative. Strategic planning requires hearing from all levels of the organization; leaders, managers, co-workers, and employees. And at the end of the day, key stakeholders have to agree on the final mission, vision, and a set of objectives to align around and track priorities. When more stakeholders have input into the plan, then they are more likely to drive the implementation. That’s why collaboration is critical. But if it were that simple to be collaborative, everyone would be doing it. So why don’t we? read more

From ownCloud to Nextcloud: A Proven Cloud Innovator Launches a Promising New Platform

  • Linux.com - Original Content (Posted by bob on Aug 18, 2016 1:26 PM CST)
  • Groups: Linux, Cloud; Story Type: News Story
The ever popular ownCloud open source file-sharing and storage platform for building private clouds went through a shakeup not long ago.

Windows 10 needs proper privacy portal says EFF

Slams 'questionable tactics to cause users to download software many didn’t want' The Electronic Frontier Foundation (EFF) has called on Microsoft to offer a “single unified screen” on which Windows 10 users can control how Windows 10 deals with their personal information and monitors their use of the OS.…

Building an open medical records system for the developing world

  • Opensource.com (Posted by bob on Aug 18, 2016 6:46 AM CST)
  • Story Type: News Story
How do you introduce a woman whose very life is the epitome of humanitarian efficacy? Judy Chichoya is a Kenyan medical doctor specializing in radiology and an experienced programmer who's accelerating the growth of OpenMRS. read more

i.MX6 Pico-ITX and mini-PC run Android, Ubuntu, and Yocto

Logic Supply’s Embux-made Pico-ITX SBC runs Android and Linux on an i.MX6 DualLite, and is also available in a mini-PC. Logic Supply is reselling an Embux-manufactured Pico-ITX form-factor “ICM-2010 2.5”” SBC and “ICS-2010” mini-PC. The SBC starts at $193, plus $29 for an 8GB SD card equipped with Android, Ubuntu, or Yocto Project based Linux. […]

Live Keynotes From Linus Torvalds, Joe Beda and More at LinuxCon and ContainerCon Next Week

Watch open source leaders, entrepreneurs, visionaries, and educators speak live next week, Aug. 22-24, at LinuxCon and ContainerCon North America in Toronto. The Linux Foundation will provide live streaming video of all the event’s keynotes for those who can't attend.

Intel drone board runs Yocto on Cherry Trail

Intel has launched a Linux-on-Atom powered “Aero Compute Board” and quadcopter, promising improved obstacle navigation based on Intel RealSense. Even more than last year’s Intel Developer Forum, this week’s IDF is focusing relentlessly on Intel RealSense.

How to create Docker Images with a Dockerfile

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Aug 18, 2016 12:05 AM CST)
  • Story Type: Tutorial; Groups: Linux, PHP
In this tutorial, I will show you how to create your own docker image with a dockerfile. A Dockerfile is a script that contains collections of commands and instructions that will be automatically executed in sequence in the docker environment for building a new docker images. As example, we will create a Nginx Web server with PHP-FPM.

« Previous ( 1 ... 800 801 802 803 804 805 806 807 808 809 810 ... 1195 ) Next »