Showing headlines posted by bob

« Previous ( 1 ... 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 ... 1277 ) Next »

An open source ERP system built to self-implement

Why someone would start a new open source ERP (Enterprise Resource Planning) project, is the question that people ask me again and again. If I had known what it takes, I might not have done it! But I did not know that in 2006 when I started to write my own ERP in Python and MySQL. I had just joined my family business (furniture manufacturing) and the company was reeling under a bad ERP implementation. It was a local vendor who was building it out on the .NET platform, and after sinking a reasonable sum of money into it, he was not able to get it right. At that point, my faith in the entire ERP industry was pretty low. Either they were too expensive or they were very buggy. read more

How to install LAMP stack (Apache, MariaDB/MySQL and PHP) on CentOS

LAMP stack is a popular server-side software stack which is used to build and run dynamic web sites and web applications on Linux platforms. The LAMP stack is composed of Apache (as an HTTP server), MariaDB or MySQL (as a database backend), and PHP, Perl or Python (as a server-side programming language), and hence the […]Continue reading... The post How to install LAMP stack (Apache, MariaDB/MySQL and PHP) on CentOS appeared first on Xmodulo. Related FAQs: How to install LEMP stack (nginx, MariaDB/MySQL and PHP) on CentOS How to install and configure Cacti on Linux How to secure a LAMP server on CentOS or RHEL How to install LAMP server on Ubuntu How to run SQL queries against Apache log files on Linux

Tutorial to create a vector graphic with Inkscape

Users of vector-based applications have long implemented a technique by importing a photograph and tracing over it in order to create a vector graphic. Inkscape is no different. If you feel unable to do freehand drawing, here's a technique for you! For the purpose of this demonstration, I’m using Inkscape for Linux Mint. This tutorial assumes that you have previously worked with Inkscape and know the basics for how to use it. read more

Free courseware posted for Yocto on BeagleBone

Free Electrons has posted free training materials on building an embedded Linux project using Yocto Project and OpenEmbedded on a BeagleBone Black. The Linux Foundation’s Yocto Project has been largely supported and influenced by Intel, but it has long since evolved into a phenomenon of its own that is as at home on ARM, PowerPC, and MIPS targets as it is on x86.

Fedora 21 Beta is on for November 4 (And a word about Fedora schedules)

After a one-week slip the Fedora QA, release engineering, and development teams have agreed that Fedora is ready to release Fedora 21 Beta on Tuesday, November 4, 2014.

Kicking off the Paris OpenStack Summit

  • Opensource.com (Posted by bob on Nov 3, 2014 10:54 AM EDT)
  • Groups: Cloud; Story Type: News Story
Interested in keeping track of what's happening in the open source cloud? Opensource.com is your source for what's happening right now in OpenStack, the open source cloud infrastructure project. read more

The First Browser Dedicated to Developers is Coming

At Mozilla we know that developers are the cornerstone of the Web, that’s why we actively push standards and continue to build great tools to make it easier for you to create awesome Web content and apps. When building for … Continue reading

How to use NumPy for scientific computing in Linux

Get serious with scientific computing in Linux by learning to use NumPy. NumPy is a Python-based open-source scientific computing package released under the BSD license that serves as a free yet powerful alternative to proprietary packages (such as MATLAB) that come with licensing fees. The numerous built-in data analysis tools, extensive documentation, and detailed examples […]Continue reading... The post How to use NumPy for scientific computing in Linux appeared first on Xmodulo. No related FAQ.

How to browse and search API documentation offline on Linux

For a programmer, good API documentation is worth more than a library of programming textbooks. If you are an avid developer, you probably want to make your life easier by keeping all necessary API documentation right at your fingertips. Most IDEs provide brief tooltips or IDE-specific ways of incorporating API documentation. However, these are mostly […]Continue reading... The post How to browse and search API documentation offline on Linux appeared first on Xmodulo. No related FAQ.

Tiny Linux-based AM335x COMs can freeze or fry

  • LinuxGizmos (Posted by bob on Nov 2, 2014 12:40 AM EDT)
  • Groups: Linux; Story Type: News Story
MYIR unveiled two Linux-ready COMs based on the TI Sitara AM335x SoC, each offering -40 to 85?C operation and supported by their own carrier boards. Like the MYC-AM335X computer-on-module announced back in January, the MCC-AM335X-Y and MCC-AM335X-J COMs are equipped with the Texas Instruments Sitara AM335x system-on-chip, built around a Cortex-A8 core. The new models […]

Samsung fires another shot at Microsoft in Android patent battle

  • ZDNet | Linux And Open Source Blog RSS; By Steven J. Vaughan-Nichols (Posted by bob on Nov 1, 2014 12:14 AM EDT)
  • Story Type: News Story; Groups: Android, Linux, Microsoft
Samsung now claims there's another reason it stopped paying Android patent licensing fees to Microsoft: antitrust issues.

Ohio Linux Fest 2014 - Observations from the Fedora Booth

  • Fedora Magazine; By Andrew Ward (Posted by bob on Oct 31, 2014 1:42 AM EDT)
  • Story Type: News Story; Groups: Fedora, Linux
Fedora Ambassadors report for Andrew Ward (award3535) and Julie Ward (jward78).

Ubuntu & SUSE & CentOS, Oh My!

It's Halloween week, and the big names in Linux are determined not to disappoint the trick-or-treaters. No less than three mainline distributions have released new versions this week, led by perennially-loved-and-hated crowd favourite Ubuntu.

Weapons of MaaS Deployment

I've been researching OpenStack deployment methods lately and so when I got an email from Canonical inviting me to check out how they deploy OpenStack using their Metal as a Service (MaaS) software on their fantastic Orange Box demo platform I jumped at the opportunity.

COM Express Type 2 modules keep the legacy alive

Adlink released two Linux-ready COM Express Type 2 modules running on Intel 4th Gen. Core and Intel Atom e3800 SoCs, respectively. The Express-HL2 was previewed by Adlink with minimal details back in June 2013, shortly after Intel announced its 4th Generation Core (“Haswell”) processors.

Red Hat delivers latest developer tools

  • ZDNet | Linux And Open Source Blog RSS; By Steven J. Vaughan-Nichols (Posted by bob on Oct 30, 2014 5:07 PM EDT)
  • Story Type: News Story; Groups: Developer, Linux, Red Hat
Red Hat Enterprise Linux 7 is still new, but there are even newer programming tools. Fortunately, with the latest Version of Red Hat Software Collection, programmers can keep up to speed.

Contributing effectively to OpenStacks Neutron project

  • Opensource.com; By Jen Wike Huger (Posted by bob on Oct 30, 2014 12:21 PM EDT)
  • Story Type: Interview; Groups: Cloud
Earlier this year, Kyle Mestery posted an article on his blog outlining some common misconceptions about contributing to the Neutron project and how to contribute effectively upstream.

Iron Man costume made on the shoulders of giants

When Iron Man set foot on stage at the Red Hat Halloween party last year, my jaw dropped. A huge applause erupted. It was like the real Iron Man stepped out of the Hollywood big screen and was right in front of us. I was waiting for it to start flying.

How to run SQL queries against Apache log files on Linux

One of the distinguishing features of Linux is that, under normal circumstances, you should be able to know what is happening and has happened on your system by analyzing one or more system logs. Indeed, system logs are the first resource a system administrator tends to look to while troubleshooting system or application issues.

MXM2 module runs Linux on quad-core G-Series SoC

  • LinuxGizmos (Posted by bob on Oct 30, 2014 5:41 AM EDT)
  • Groups: Linux; Story Type: News Story
Cogent’s Linux-ready, MXM2 “CSB1790″ COM gives you a choice of AMD G-Series SoCs plus PCIe and dual SATA ports, one of which can drive an onboard SSD. The CSB1790 computer-on-module is somewhat similar to the CSB1890T10-Q15 announced by Cogent Computer Systems last December. However, there are some key distinctions here, including a different form-factor, the […]

« Previous ( 1 ... 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 ... 1277 ) Next »