Showing headlines posted by bob

« Previous ( 1 ... 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 ... 1192 ) Next »

Why Windows embracing Android and iOS is a bad idea

How can there be a future for Windows on smartphones and tablets when Microsoft is encouraging developers to bring its apps from Apple and Google's ecosystem?

Linux-ready i.MX6 SBC is loaded with wireless options

Forlinx launched an SBC that runs Linux or Android on a quad-core i.MX6, and offers extras like WiFi, Bluetooth, GPS, 3G, and an image sensor interface.

Human Error Still the Largest Security Concern

  • Hacked (Posted by bob on Apr 30, 2015 6:19 PM CST)
  • Story Type: Security
The basics are absolutely being forgotten and there is a mentality to focus on new things. The biggest threat to security is and has always been the human ability to make mistakes and not know about them due to the lack of questioning decisions made.

Building better pages in Drupal with Paragraphs

  • Opensource.com (Posted by bob on Apr 30, 2015 5:22 PM CST)
  • Story Type: News Story
When you’re publishing anything online, the way you lay out your content can be as important as the content itself. A good layout can help readers better interact and consume that content. read more

Ubuntu Ditches Upstart

On April 23, 2015, Ubuntu version 15.04 (code-named Vivid Vervet) was released. This is an important release, although superficially it looks much the same as the previous version. The real difference is "under the skin", as Ubuntu switches from the Upstart init system to systemd.

What's what in Debian Jesse

  • ZDNet | Linux and Open Source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Apr 30, 2015 1:33 PM CST)
  • Story Type: News Story; Groups: Debian, Linux
Getting a Debian Linux release out the door is never easy, but the latest and greatest, Debian 8, "Jesse" is out now.

4 tips for building a successful CMS

In everyday life, I'm a web developer. Or, to be precise, I run a business that develops websites for a wide range of clients, from small businesses to large organizations. Every one of these sites comes with a CMS of some sort. Which CMS we use to develop the sites depends on a lot of factors, including what the client wants, the size of the website, and the required functionality. In this article, I'll cover the lessons learned when we developed our open source Bolt content management system. read more

How an open standard API could revolutionize banking

  • Opensource.com (Posted by bob on Apr 30, 2015 7:02 AM CST)
  • Story Type: News Story
The United Kingdom government has commissioned a study of the feasibility of UK banks giving customers the ability to share their transactional data with third parties via an open standard API. First mentioned alongside the autumn statement back in December, the chancellor has now outlined plans for a mandatory open banking API standard during the recent budget in March. read more

Shell Scripting Part 2: Accepting Inputs and Performing Shell Arithmetic

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Apr 30, 2015 6:05 AM CST)
  • Groups: Linux; Story Type: News Story
This article is the second part of the Howtoforge shell scripting tutorial series. By this time, I assume that you have read the first part of the series and know how to create a simple script and execute it. In the second part, you will learn how accept inputs from the user and process them through shell scripting.

WordPress promises patch for zero-day "within hours"

Shortly after this article was posted, WordPress released version 4.2.1, flagging it as a critical update. Website owners are encouraged to update immediately, and automatic updates have started to roll out. More information is here.

Seagate Wireless Mobile Storage review

  • Linux User Developer - the Linux and FOSS mag for a GNU generation; By Rob Zwetsloot (Posted by bob on Apr 30, 2015 2:16 AM CST)
  • Story Type: News Story; Groups: Cloud, Developer, Linux, Mobile
Personal ‘cloud storage’ with a more sensible name, is this Seagate portable worth keeping with you?

Visual Studio running on OS X and Linux for free? Well, almost ...

Microsoft's new cross-platform editor show non-Windows devs some love. Microsoft has expanded its Visual Studio line of software development tools to platforms other than Windows for the first time.

COM Express Type 6 module runs Linux on 5th Gen Cores

Advantech launched a Linux-ready, 5th Gen Core based “SOM-6896? COM Express Type 6 Compact module with triple displays, 4K video, and four PCIe interfaces.

YES, Windows 10 will eat Android apps ... and iOS apps, too

Microsoft wants no developers to be left out. The rumors are true – sort of. Microsoft does plan to get Android code working with Windows 10. But what the software giant actually has planned is more nuanced than just borrowing apps from the Google Play store, and it involves courting iOS developers, too.

Tiniest mini-PC with a quad-core ARM SoC and 4GB RAM?

  • LinuxGizmos (Posted by bob on Apr 29, 2015 6:49 PM CST)
  • Groups: ARM; Story Type: News Story
SolidRun has added a high-end model to its cubic mini-PC line, claiming the 2 x 2 x 2-inch Cubox-i 4X4 to be the “smallest ARM quad core 4GB mini computer.” Tel Aviv-based SolidRun has just rolled out a top-end version of its 2 x 2 x 2-inch CuBox-i mini-PC line. The new model, dubbed the […]

The benefits of using RADIUS over LDAP

Imagine you have a great idea for a new open source project that would meet some of your company's needs. You know it will be needed at other organizations, as everyone needs some help managing critical infrastructure. You map out an architecture, do some quick test code, and now it's time to add in some authentication code. If it's a web-based tool, support http authentication and you're done. Apache can handle it. If it's Linux-based, support PAM. Done. But what if it's neither? read more

Hopes and open source dreams for this year's Google Summer of Code

  • Opensource.com (Posted by bob on Apr 29, 2015 11:44 AM CST)
  • Story Type: News Story
Google Summer of Code is getting ready to kick off their 11th iteration of the program. It offers a unique opportunity for students to get involved in open source, with the original slogan of the program being: "Flip bits, not burgers." All of the mentoring organizations have been announced, the student proposals are in, and the selected projects were just announced this week. read more

Cavium adds OpenWRT support to Octeon III

Cavium announced OpenWRT Linux support for its Octeon III CN70/71XX SoCs, first available on a reference board and an Itus Networks “Shield” appliance. Cavium’s 64-bit MIPS, 28nm-fabricated Octeon III system-on-chips, including the newer, lower-end CN70XX and CN71XX models, run high-end, commercial, carrier-grade Linux distributions like Cavium’s own MontaVista Linux Carrier Grade Edition or Intel’s Wind […]

5 Humanitarian FOSS projects to watch

  • Opensource.com (Posted by bob on Apr 29, 2015 7:55 AM CST)
  • Story Type: News Story
A few months ago, we profiled open source projects working to make the world a better place. In this new installment, we present some more humanitarian open source projects to inspire you. Humanitarian OpenStreetmap Team (HOT) Maps are vital in crises, and in places where incomplete information costs lives. read more

Shell Scripting Part I: Getting started with bash scripting

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Apr 29, 2015 6:58 AM CST)
  • Groups: Linux; Story Type: News Story
This is the first part of a series of Linux tutorials. In writing this tutorial, I assume that you are an absolute beginner in creating Linux scripts and are very much willing to learn. During the series the level will increase, so I am sure there will be something new even for more advanced users.

« Previous ( 1 ... 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 ... 1192 ) Next »