Showing headlines posted by Scott_Ruecker
« Previous ( 1 ... 208 209 210 211 212 213 214 215 216 217 218 ... 1218 ) Next »GNOME Triumphs, Linux 3.18 Nears Release and FreeBSD's Benefactor
It pays to help others out. Earlier this month, the GNOME Foundation faced down one of its biggest challenges yet. No this wasn't a debate about systemd, or competition from rival KDE, it was a trademark challenge from Groupon.
Android drone tracks you by computer vision
Kickstarter is showing an $899, Android-based “Mind4? follow-me drone that tracks you entirely by computer vision, and interprets full-body gestures. Like fellow Kickstarter drone projects AirDog and Hexo+, as well as 3D Robotics’s Iris+, AirMind’s Mind4 quadcopter is designed as a “follow-me” drone for recording videos of a moving target. Unlike these products, however, which don’t run Android or Linux, the Mind4 runs Android on a quad-core, 2GHz ARM processor, giving it the brainpower to run advanced vision recognition algorithms. As a result, Mind4 can track you solely via computer vision via its VAPS (vision augmented piloting system) engine rather than depending on less reliable GPS or tricky manual controls.
Samba server installation on OpenSuse 13.2
This guide explains how to configure samba server in OpenSuse 13.2 with anonymous & secured samba servers. Samba is an Open Source/Free Software suite that provides seamless file and print services to SMB/CIFS clients. Samba is freely available, unlike other SMB/CIFS implementations, and allows for interoperability between Linux/Unix servers and Windows-based clients.
Open Food Network connects you with local, sustainable food
Open Food Network is a food hub, a connector between small farmers and places to sell their local, sustainable food. Find them on GitHub.
Interest in sustainable, local food has grown by leaps and bounds in the past decade. Consumers think more and more about what they are eating and they want food that is sustainably produced, healthy, and safe. Local and organic food purchases hardly missed a beat through the recession. Big companies even started putting the word “natural” on their products hoping to ride the trend. Cynical marketing aside, sustainable, local food is important for a variety of reasons. Larger farms’ grain and livestock production has led to the development of a dead zone in the Gulf of Mexico the size of Indiana. Processed food with added sugar contributes to record levels of obesity and preventable disease. So-called "super weeds" are springing up, immune to broadly applied Roundup and other herbicides.
Top 5 articles: Linux for your food, Tips for Docker users, and more
The race for Top 5 was tight this week on Opensource.com. Here's the best of the best from the site: November 17 - 21, 2014.
Top 5 articles of the week
read more
Calligra Gemini Added to Calligra Suite
About a year ago, the Calligra community added a new application to the suite by the name of Krita Gemini, which combined the functionality of the Krita digital painting application with the touch optimised user interface of the tablet focused Krita Sketch, into a shell with the ability to switch between the two at runtime. The goal was to create a responsive user interface for Krita, and this is now a part of Calligra. In May of this year, Intel approached the team which produced Krita Gemini with the idea of doing the same for other parts of Calligra, by creating an application which would encapsulate the Words and Stage components in the same way as Krita Gemini did for the Krita component.
Serve websites with Nginx
Nginx (pronounced Engine X) is a web server developed in Russia by Igor Sysoev back in 2002. In this article you will learn how to install and run Nginx on a Linux machine, how to configure it and how to install and use Joomla with Nginx.
Nexus 7 fandroids tell of salty taste after sucking on Google's Lollipop
People with Nexus 7 tablets say the latest major Android update – codenamed Lollipop – has slowed their slabs to a standstill. Google said today it is investigating the matter.
Linux-friendly COM offers a choice of Bay Trail SoCs
Thirteen months after Intel debuted its “Bay Trail” SoCs, we’re still seeing new boards based on it emerge, as in the case of this Aaeon COM Express module. Although Taiwan-based Aaeon pre-announced the “COM-BT” computer-on-module last October, as part of Intel’s big Bay Trail sytem-on-chip rollout, the module is just now becoming available for production shipments. It conforms to PICMG’s COM Express Type 6 “compact” form-factor specs, measuring 95 x 95mm, and offers a choice of 0 to 60°C or -40 to 85°C temperature operation.
4,100 new jobs through wildly successful NC farm grant program
For the past six years, I’ve been privileged to work among people who have dedicated their personal and professional lives to advancing the causes of fair, local, organic, and sustainable agriculture at the Rural Advancement Foundation International, a nonprofit organization based in Pittsboro, North Carolina. While my colleagues and I care deeply about how our food is grown, we care just as much about those who grow our food. Our mission is to cultivate markets, policies, and communities that sustain thriving, socially just, and environmentally sound family farms. We directly assist individual farmers who rely on our staff of experienced farm advocates, and we work at the local, national, and international levels for a more just and sustainable food system for all.
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On OpenSUSE 13.2
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On OpenSUSE 13.2
This document describes how to install a PureFTPd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine. In addition to that I will show the use of quota and upload/download bandwidth limits with this setup. Passwords will be stored encrypted as MD5 strings in the database.
Do I need OpenStack if I use Docker?
Docker has broken a record in the speed in which it moved from being a disruptive technology to a commodity. The speed of adoption and popularity of Docker brings with it lots of confusion. In this post I wanted to focus on a trend of commentary that has been gaining popularity that I’ve started to hear more often recently from users who just started using Docker: whether it makes sense to use OpenStack if they’ve already chosen to use Docker.
The digital open source library of tomorrow
Phil Shapiro, one of my fellow Opensource.com Community Moderators, gave a talk at All Things Open 2014 about open source and libraries. This is a recap of that talk.
New Search Strategy for Firefox: Promoting Choice & Innovation
Ten years ago, we built Firefox to keep the Internet in each of our hands — to create choice and put people in control of their lives online. Our focus has been on building products that drive the competition, energy and innovation we all need to keep the Web open, everywhere and independent. And last week, we pledged to do more.
Finnish Sailfish/Android tablet rivaly heats up
Jolla quickly hit the Indiegogo goal for its first Sailfish-based tablet, with a quad-core Intel SoC, while Nokia tipped a similar Atom-based Android slate. After the MeeGo Linux project was killed off to make room for Tizen, and Nokia abandoned the smartphone-oriented Mer development branch of MeeGo it had used on the Nokia N9 in favor of Windows, several Nokia employees jumped ship to launch Jolla Ltd., which is also based in Finland. Jolla subsequently unveiled a Jolla smartphone in May 2013, running a Mer/Meego based Sailfish OS, and began shipping the phone by the end of the year. Now Jolla has already nearly doubled its $380,000 Indiegogo funding goal for a new Sailfish-based Jolla Tablet, which launched earlier today.
How to create dialog boxes in an interactive shell script
When you install new software in the terminal environment, you may often see informative dialog boxes popping up, accepting your input. The type of dialog boxes ranges from simple yes/no dialog to input box, password box, checklist, menu, and so on. The advantage of using such user-friendly dialog boxes is obvious as they can guide you to enter necessary information in an intuitive fashion.
Microsoft gets on board with open source
Last Wednesday Microsoft announced they are transitioning the server side of their .NET platform to open source. As stated on their website:
Microsoft is providing the full .NET server stack in open source, including ASP.NET, the .NET compiler, the .NET Core Runtime, Framework and Libraries, enabling developers to build with .NET across Windows, Mac or Linux.
Run Linux on Android – part 1
If you can’t wait for the launch of the official Ubuntu smartphones (the first models are supposedly due later this year), don’t want to shell out for a new phone anyhow, or would prefer to use a different version of Linux on a portable device, there is an alternative. It’s possible to run a variety of popular Linux distros on a standard Android smartphone or tablet – everything from a simple BusyBox toolset right up to a full distribution with a desktop environment. You don’t even need to root your phone for some of the methods that we explore in this feature.
5 open source projects making the world better you should know
One of the strengths of the open source community has been its ability to bring concentrated effort to bear on big problems. Necessity is the mother of invention, as the saying goes. And when tragedy strikes, or a pressing need arises, there are groups of people who gather together to attempt to solve the problems as a community. These five projects you may not have heard of. They are attacking some of the world's biggest problems and making a true impact in people's lives.
How to visualize memory usage on Linux
Lack of sufficient physical memory can significantly hamper the performance of Linux desktop and server environments. When your desktop is sluggish, one of the first things to do is to free up RAMs. Memory usage is even more critical in multi-user shared hosting or mission-critical server environments, where different users or application threads constantly compete for more memory.
« Previous ( 1 ... 208 209 210 211 212 213 214 215 216 217 218 ... 1218 ) Next »