Showing headlines posted by bob

« Previous ( 1 ... 639 640 641 642 643 644 645 646 647 648 649 ... 1148 ) Next »

How I got started with Linux

  • Opensource.com (Posted by bob on May 4, 2017 2:20 PM EDT)
  • Groups: Linux; Story Type: News Story
In the late 1980s and into the 1990s, I considered myself a power user of the PC operating system MS-DOS. DOS was a modest system, running only one task at a time, and interacting via the command line to launch applications or simple utilities. As an undergraduate physics student, I relied on DOS to do much of my work. And like many other DOS power users at the time, I wrote my own tools and utilities to expand the features of the DOS command line. I was a DOS power user. read more

NEXmark: A Benchmarking Framework for Processing Data Streams

ApacheCon North America is only a few weeks away -- happening May 16-18  in Miami. This year, it’s particularly exciting because ApacheCon will be a little different in how it’s set up to showcase the wide variety of Apache topics, technologies, and communities.

A beginner's guide to Linux syscalls

  • Opensource.com (Posted by bob on May 4, 2017 8:09 AM EDT)
  • Groups: Linux; Story Type: News Story
Over the last couple of years, I've been doing a lot of work with containers. Early on I saw a fascinating talk by Julien Friedman where he wrote a bare-bones container in a few lines of Go. It gave me that "a-ha" moment where I grasped that containers are nothing more than Linux processes with a restricted view of the machine they're running on. read more

Learn how to fix a Django bug from beginning to end

  • Opensource.com (Posted by bob on May 4, 2017 1:57 AM EDT)
  • Story Type: News Story
For those who are starting to code and want to make open source software, sometimes starting is hard. The idea of contributing with that fancy and wonderful library that you love can sound a little bit scary. Lucky for us, many of those libraries have room for whoever is willing to start. They also give us the support that we need. Pretty sweet, right? read more

3 steps to secure, open source DevOps

  • Opensource.com (Posted by bob on May 4, 2017 12:43 AM EDT)
  • Story Type: News Story
Nobody really writes their own code anymore, right? We go out to GitHub, download some libraries, avoid recreating unnecessary wheels, and package those wheels together along with our own glue to create new software. Then we download a half dozen front-end frameworks to make it all pretty and responsive and we're off the races. In my review of apps, both in my company and others, I've found that more than 90% of the code that makes up an app these days is something we borrowed, not wrote ourselves. read more

Linux Nano editor explained for beginners (10 examples)

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on May 3, 2017 11:28 PM EDT)
  • Groups: Linux; Story Type: News Story
In this tutorial, we will discuss the basic usage of the Nano editor, as well as some of the features it provides.

Now Slack-ing Off Is Encouraged!

If your company hasn't already chosen to utilize Slack, it's probably only a matter of time. For anyone who has been around IRC before, Slack might seem like a total ripoff. I'll be honest, when one of the companies I work for starting using it, I wasn't impressed, because I could do all the same things with IRC.

Disruptive Collaboration: The Next Generation of Network Software and Hardware

  • Linux.com; By Dawn Foster (Posted by bob on May 3, 2017 9:00 PM EDT)
  • Story Type: News Story; Groups: Linux
AT&T has shifted more than 30 percent of their network functions to Software Defined Networking (SDN) with the goal of reaching over 55 percent this year... What they're architecting today is an abstraction layer, Indigo, designed to evolve and accelerate over time as part of what they are calling Network 3.0, a data-powered network.

How to run a Raspberry Pi meetup

Raspberry Jam is the name for Raspberry Pi meetups—and they come in many different formats. Some are like traditional tech user groups, but many are family-friendly events that provide opportunities for kids to learn to code and make things. The Raspberry Pi Foundation supports the community of Raspberry Jams and has just released a Guidebook to help people get started. read more

How to install more wallpaper packs on Fedora Workstation

  • Fedora Magazine (Posted by bob on May 3, 2017 6:31 PM EDT)
  • Groups: Fedora; Story Type: News Story
Every new Fedora release ships with an awesome default wallpaper, and a set of supplementary wallpapers. This post lists all the past wallpapers, and shows you how to install the wallpapers from past releases on your current Fedora install.

Microsoft, Oracle sued: Tech duo accused of trampling DB patents

The University of Tennessee's royalty collection arm wants its pound of flesh The University of Tennessee Research Foundation (UTRF) and Saint Matthew Research (SMR) on Tuesday filed lawsuits against Microsoft and Oracle alleging the infringement of database patents.…

Fedora at the Red Hat Summit 2017

This week is the huge, annual conference where Red Hat comes together with its customers, partners, and key communities. One of the main features of the Partner Pavilion here is the gigantic Community Central area. Anchoring that space are the Fedora and CentOS booths, back to... Continue Reading →

Microsoft sparks new war with Google over low-cost lappies for kids

It's a warm day in New York City and Microsoft is holding a large press event that is expected to be the debut for its plans to take over some of Chromebooks' market share. The Redmond event is focused on education, an area where Google has been eating Microsoft for breakfast, particularly with ChromeOS-powered computers.

Red Hat and Amazon integrate AWS, RHEL, and OpenShift

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on May 3, 2017 6:08 AM EDT)
  • Story Type: News Story; Groups: Cloud, Linux, Red Hat
The public AWS cloud will meet the private OpenShift cloud in Amazon and Red Hat's newest cloud plan. In addition, Red Hat and Amazon will be co-ordinating Red Hat Enterprise Linux and AWS releases.

Android smart speaker supports Alexa and Google Assistant

  • LinuxGizmos.com; By Eric Brown (Posted by bob on May 3, 2017 3:39 AM EDT)
  • Story Type: News Story; Groups: Android
An Android-based “Clazio” speaker and smart home hub features a 7-inch touchscreen, dual 5W speakers, and support for both Alexa and Google Assistant. A startup called The Pan Sea Team has garnered more than $312,000 in Indiegogo pledges to successfully launch its Clazio speaker system.

Linux Kernel 4.11 "Fearless Coyote" Released

Linus Torvalds has returned to an animal-themed nickname for Kernel 4.11. After 4.10 was named “Happy Anniversary" for a brief time in its development cycle, 4.11 is Fearless Coyote, a name carried over from version 4.10-rc6. And, after spending an extra week on rc8, Torvalds remarked how the last leg of the development of 4.11 "contained smaller fixes [...] but nothing that made me go "hmm..."" -- which is the way he likes the last week to go. That doesn't mean the rest of the cycle has been uneventful, quite the contrary.

5 ways to motivate technical employees

Technical employees are very much like the open source community; they're great contributors but require an environment where they can do their best creative work for the benefit of all. That environment works best when it's headed by a leader. read more

Installing Google TensorFlow Neural Network Software for CPU and GPU on Ubuntu 16.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on May 2, 2017 10:42 PM EDT)
  • Groups: Ubuntu, Linux; Story Type: News Story
TensorFlow is an open source software for performing machine learning tasks. Google, its creator wanted to expose a powerful tool to help developers explore and build machine learning based applications and so they released this as an open source project. TensorFlow is an extremely powerful tool specializing in a type of neural network called the deep neural network.

Qseven module runs Linux on TI’s AM5728

  • LinuxGizmos.com (Posted by bob on May 2, 2017 8:13 PM EDT)
  • Groups: Linux; Story Type: News Story
Advantech’s Linux-driven “ROM-7510” module offers TI’s dual-core AM5728 SoC, 8GB eMMC, USB 3.0, PCIe, GbE, SATA, and industrial temperature support. Advantech is prepping a ROM-7510 module that runs on the Texas Instruments Sitara AM5728, the highest end model in TI’s dual Cortex-A15 AM57x family. Other AM57x-based computer-on-modules include CompuLab’s 68 x 60mm CL-SOM-AM57x and Phytec’s […]

3 lessons in open communication

  • Opensource.com (Posted by bob on May 2, 2017 6:59 PM EDT)
  • Groups: Mobile; Story Type: News Story
You probably think you can't learn anything from what I’m about to say because you're a good communicator, right? I mean, your Linkedin profile probably even mentions your excellent communication skills. But if that's something you wrote before ubiquitous mobile devices and social media, then you might want to rethink what being a good communicator really means. read more

« Previous ( 1 ... 639 640 641 642 643 644 645 646 647 648 649 ... 1148 ) Next »