Showing headlines posted by bob
« Previous ( 1 ... 448 449 450 451 452 453 454 455 456 457 458 ... 1196 ) Next »Take a break at the Linux command line with Nyan Cat
We're now on day six of the Linux command-line toys advent calendar, where we explore some of the fun, entertaining, and in some cases, utterly useless toys available for your Linux terminal. All are available under an open source license.
Will they all be unique? Yes. Will they all be unique to you? I don't know, but, chances are you'll find at least one new toy to play with by the time our advent calendar is done.
read more
Best Linux Marketing Campaigns
I have long held the opinion that one of the biggest problems holding back Linux-based systems
from dominating (market-share-wise) in the desktop computing space...is marketing. Our lack of
attention-grabbing, hearts-and-minds-winning marketing is, in my oh-so-humble opinion, one of the
most glaring weaknesses of the Free and Open Source Software world.
SMARC module runs Linux on i.MX8M
Axiomtek’s “SCM180” SMARC module features NXP’s dual- or quad-core i.MX8M SoC with up to 4GB LPDDR4 and 64GB eMMC plus TPM, GbE, HDMI 2.0, MIPI-DSI/CSI, and support for up to -40 to 85°C temperatures. We cover a lot of Axiomtek products, but most are embedded systems or SBCs rather than computer-on-modules, which include last year’s […]
Top 10 November must-reads: Python libraries for data science, getting started with serverless computing, command-line tools, and more
Thanks for another fun month of content and community on Opensource.com! Last month the site brought in 1,004,107 unique visitors who generated 1,524,240 page views. We published 84 articles in November and welcomed 17 new writers.....
Blueprint for a team with a DevOps mindset
I've had the privilege to work with some of the brightest minds and leaders in my 33 years of software engineering. I've also been fortunate to work for a manager who made me question my career daily and systematically broke down my passion—like a destructive fire sucking the oxygen out of a sealed space. It was an unnerving period, but once I broke free, I realized I had the opportunity to reflect on one of the greatest anti-patterns for effective teams.
read more
Bash Variables: Environmental and Otherwise
Bash variables, including those pesky environment variables, have been popped up several times in previous articles, and it’s high time you get to know them better and how they can help you. So, open your terminal window and let's get started.
Bring some color to your Linux terminal with lolcat
Today marks the fifth day of the Linux command-line toys advent calendar. If this is your first visit to the series, you might be asking yourself, what’s a command-line toy. Even I'm not quite sure, but generally, it could be a game, or any simple diversion that helps you have fun at the terminal.
It's quite possible that some of you will have seen various selections from our calendar before, but we hope there’s at least one new thing for everyone.
read more
Linux tree Command Tutorial for Beginners (6 Examples)
It won't be wrong to say the ls command is the gold standard when it comes to listing directory contents on the Linux command line. However, there do exist some alternatives that have their own strong points when compared to ls. Once such tool is tree, basics of which we'll be discussing here in this tutorial.
Testing Ansible roles with Molecule
Test techniques play an important role in software development, and this is no different when we are talking about Infrastructure as Code (IaC).
Developers are always testing, and constant feedback is necessary to drive development. If it takes too long to get feedback on a change, your steps might be too large, making errors hard to spot. Baby steps and fast feedback are the essence of TDD (test-driven development). But how do you apply this approach to the development of ad hoc playbooks or roles?
read more
5 reasons to give Linux for the holidays
Every year around this time, people ask me about the best computer to give (or get) for the holidays. I always give the same answer: Linux. After all, if you want your recipients to be happy, why wouldn't you give them the best operating system on the planet?
Many people don't realize they have options when it comes to computer operating systems. Just recently, two friends (who didn't do their research) fell for the clever marketing and bought brand-new systems at premium prices. I'm willing to bet that within six months they'll be dissatisfied with those expensive computers.
read more
Linux-friendly Type 7 modules take to the skies
Congatec unveiled two rugged, up to 16-core COM Express Basic Type 7 modules for aircraft computers: a Xeon D 15xx and Pentium D-15xx based Conga-B7XD and an Atom C3xxx driven Conga-B7AC. There’s also a new Conga-X7EVAL Type 7 carrier. Congatec has been slow to get into the COM Express Basic Type 7 “server-on-module” market but […]
Fedora Classroom: Containers 101 with Podman
Fedora Classroom sessions continue next week with a session on containers with Podman. The general schedule for sessions appears on the wiki. You can also find resources and recordings from previous sessions there. Here are details about this week’s session on Thursday, December 13 at 1600 UTC. That link allows you to convert the time to your timezone. Topic: […]
Worlds first RISC-V-based FPGA SoC runs Linux
Microchip’s Microsemi unit unveiled a low power, real-time deterministic “PolarFire SoC” architecture for Linux edge devices that combines its PolarFire FPGA with 4x RISC-V CPU cores supplied by SiFive. At today’s RISC-V Summit in Santa Clara, Calif., Microchip’s Microsemi subsidiary announced a PolarFire SoC architecture developed in collaboration with SiFive. This “fully customizable, programmable RISC-V […]
Epic Games Launching New Game Store, Microsoft Building a Chromium Browser, CentOS Releases CentOS Linux 7 (1810) on the x86_64 Architecture, Creative Commons Announces Changes to Certificate Program
News briefs for December 4, 2018.
Libcamera successor to V4L2 hopes to ease embedded Linux camera headaches
At ELC Europe, Linux kernel developer Laurent Pinchart unveiled a follow-on to the V4L2 stack for embedded cameras. The open source “libcamera” eases the burden on userspace developers, offers improved per-frame and 3A controls, and sandboxes proprietary camera code. The V4L2 (Video for Linux 2) API has long offered an open source alternative to proprietary […]
Top 14 Joomla extensions
In the first part of this series, I explained how to use the Joomla Extension Directory to find extensions to expand your Joomla website's functionality. Here, I'll describe the top 14 free Joomla extensions—the ones I don't think any site should do without.
The first six tools are free site security tools.
read more
Removing Duplicate PATH Entries, Part II: the Rise of Perl
With apologies to Arnold and the Terminator franchise for the title, let's look one more time at removing duplicates from the PATH variable. This take on doing it was prompted by a comment from a reader named Shaun on the previous post that asked "if you're willing to use a non-bash solution (AWK) to solve the problem, why not use Perl?" Shaun was kind enough to provide a Perl version of the code, which was good, since I'd have been hard-pressed to come up with one. It's a short piece of code, shorter than the AWK version, so it seemed like it ought to be fairly easy to pick it apart. In the end, I'm not sure I'd call it easy, but it was interesting, and I thought other non-Perl programmers might find it interesting too.
3 implications of serverless
If you strip away all of the modern conveniences and features that make up your internet experience today, what you're left with is the client-server model. This distributed network was what the internet was built on in the beginning, and that part hasn't changed. You could say, it is still serving us well.
So, when people talk about serverless, what does it mean? Well, it doesn't mean servers are GONE. Of course not: That "client-server model" is still the backbone of how things are getting done.
read more
How to Install LimeSurvey (CE) on CentOS 7
LimeSurvey is an open source survey software written in PHP. In this tutorial, we will walk you through the LimeSurvey Community Edition (CE) installation process on a fresh CentOS 7 system.
Have a cow at the Linux command line
Welcome to the fourth day of the Linux command-line toys advent calendar. If this is your first visit to the series, you might be asking yourself, what’s a command-line toy. We’re figuring that out as we go, but generally, it could be a game, or any simple diversion that helps you have fun at the terminal.
Some of you will have seen various selections from our calendar before, but we hope there’s at least one new thing for everyone. Because just about everyone who I’ve mentioned this series to has asked me about it already, today’s selection is an obligatory one.
read more
« Previous ( 1 ... 448 449 450 451 452 453 454 455 456 457 458 ... 1196 ) Next »