Showing headlines posted by bob

« Previous ( 1 ... 409 410 411 412 413 414 415 416 417 418 419 ... 1156 ) Next »

Drive a locomotive through your Linux terminal

It's December, and every Linux terminal user deserves a reward just for making through the year. So we're bringing you a sort of advent calendar of Linux command-line toys. What's a command-line toy? It might be a game, a pointless little time waster, or just something to bring you joy at the terminal. Today's Linux command-line toy is a suggestion from Opensource.com community moderator Ben Cotton. Ben suggested sl, which is short for steam locomotive.

Linux Laptop Buyer's Guide

We've tested the most promising laptops pre-installed with Linux, and featured reviews of them in our 2018 Linux Laptop Buyer's Guide. Download your copy now to read what you need to know when shopping for your next Linux laptop. 

Do your part! Squash bugs for Kdenlive!

On the 2nd of December, the Kdenlive team will be holding an open bug-squashing day in preparation for the major refactoring release due in April 2019. Everybody is invited!

Box yourself in on the Linux command line

  • Opensource.com (Posted by bob on Dec 1, 2018 8:07 PM EDT)
  • Groups: Linux; Story Type: News Story
It's the holiday season, and every Linux terminal user deserves a little gift. It doesn't matter whether you celebrate Christmas, another holiday, or nothing at all. So I'm gathering together a collection of 24 Linux command-line toys over the next few weeks for you to enjoy and share with your friends. Let's have a little fun and add a little joy to a month that, at least here in the northern hemisphere, can be a little bit cold and dreary. read more

5 Minimal Web Browsers for Linux

  • Linux.com; By Jack Wallen (Posted by bob on Dec 1, 2018 5:15 PM EDT)
  • Story Type: News Story; Groups: Linux
Let’s take a look at five of the minimal browsers that can be installed on Linux. I’ll be demonstrating these browsers on the Elementary OS platform, but each of these browsers are available to nearly every distribution in the known Linuxverse. Let’s dive in.

The High-Performance Computing Issue

Nowhere is this never-ending quest for speed more apparent than in the high-performance computing (HPC) space. Built to handle some of the most computationally demanding work ever conceived by man, these supercomputers are growing faster by the day—and Linux is right there, powering just about all of them.

How to expand your Joomla site's features with extensions

  • Opensource.com (Posted by bob on Dec 1, 2018 11:32 AM EDT)
  • Story Type: News Story
Joomla, which independent review site CMS Critic named the Best Free CMS of 2018, is one of the world's most popular website content management systems (CMSes). Like WordPress, Joomla can usually be installed in less than a minute with its web host installer tools. read more

Free-floating Ubuntu social bot chats up astronauts on International Space Station

An Ubuntu-powered social robot called CIMON (Crew Interactive Mobile CompaniON) has begun work on the International Space Station. The self-navigating bot recognizes faces and answers questions relayed to a ground-based IBM Watson computer. A social robot with an Ubuntu OS has launched on the International Space Station (ISS) to answer astronauts’ questions via voice and […]

Cluster board supports up to five Raspberry Pi CM3 modules with switched GbE

MiniNodes is launching a “5 Node Raspberry Pi 3 CoM Carrier Board” that supports clusters of up to 5x RPi Compute Module 3 boards and integrates a switched GbE port. MiniNodes has launched $259 pre-orders for a carrier board that supports up to 5x Raspberry Pi Compute Module 3 modules. The 5 Node Raspberry Pi […]

Create a sliding drawer interface in Android

  • Opensource.com (Posted by bob on Nov 30, 2018 10:23 PM EDT)
  • Groups: Android; Story Type: News Story
Applications that used Android's SlidingDrawer library enabled users to hide content offscreen, then drag it onscreen using a "handle" when they wanted to use it. Unfortunately, the library was deprecated in Android 4.2, JellyBean (API 17), but independent developers have stepped in to create alternative versions for those who miss the cool animation and better UI experience it offered. read more

How to Install Gitea Self-hosted Git Service using Docker on Ubuntu 18.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Nov 30, 2018 7:32 PM EDT)
  • Groups: Ubuntu, Linux; Story Type: News Story
Gitea is a fork of Gogs, the easy to use self-hosted Git service. It is similar to GitHub, Bitbucket, and Gitlab. In this tutorial, I will show you step-by-step how to install and configure the lightweight Git service using Gitea using Docker on Ubuntu 18.04 LTS.

Fedora 27 End of Life

  • Fedora Magazine (Posted by bob on Nov 30, 2018 5:03 PM EDT)
  • Groups: Fedora; Story Type: News Story
With the recent release of Fedora 29, Fedora 27 officially enters End Of Life (EOL) status on November 30, 2018. This impacts any systems still on Fedora 27. If you’re not sure what that means to you, read more below. At this point, packages in the Fedora 27 repositories no longer receive security, bugfix, or enhancement updates. […]

3 emerging tipping points in open source

Over the last two decades, open source has been expanding into all aspects of technology—from software to hardware; from small, disruptive startups to large, boring enterprises; from open standards to open patents. read more

4 open source Markdown editors

  • Opensource.com (Posted by bob on Nov 30, 2018 9:37 AM EDT)
  • Story Type: News Story
I do most of my writing in a text editor and format it with Markdown—articles, essays, blog posts, and much more. I'm not the only one, either. Not only do countless people write with Markdown, but there are also more than a few publishing tools built around it. Who'd have thought that a simple way to format web documents created by John Gruber and the late Aaron Schwartz would become so popular? read more

CubeSats that confirmed Mars Insight landing feature embedded Linux COM

Gumstix’s Linux-driven Overo IronStorm-Y module and Caspa VL camera traveled to Mars on a pair of “MarCO” CubeSat satellites, helping to confirm the successful landing of NASA’s Mars Insight lander. When the Mars Insight lander set down on the Martian surface on Nov. 26, the landing signal that followed the “seven minutes of terror” descent […]

My open source journey: From Pong to microservices

  • Opensource.com (Posted by bob on Nov 30, 2018 5:54 AM EDT)
  • Story Type: News Story
In 1990, I was a 9th grader living in Vietnam. I had never had access to a computer. One day my mother returned from a trip and gave me a book titled "How to program with Turbo Pascal." I was delighted—everything I read in that book made sense, and I started to write code on paper. When the local university opened a computer lab that offered rentals, I spent all of my allowances for weeks, trying to write the classic Pong game in Pascal. read more

Necuno Mobile: An open phone with Plasma Mobile

Necuno Solutions and KDE are collaborating to offer Plasma Mobile on the Necuno Mobile, a device Necuno describes as "a truly open source hardware platform". With a focus on openness, security and privacy, the Necuno Mobile is built around an ARM® Cortex®-A9 NXP i.MX6 Quad and a Vivante GPU.

Linux column Command Tutorial for Beginners (with Examples)

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Nov 30, 2018 12:56 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Sometimes, while working on the command line in Linux, you might want to display the contents of a file in columnar format. You'll be glad to know there's a command line utility in Linux that lets you do this. The tool's name is column.

What now, Larry? AWS boss insists Amazon will have dumped Oracle database by end of 2019

  • The Register; By Rebecca Hill (Posted by bob on Nov 29, 2018 11:42 PM EDT)
  • Story Type: News Story; Groups: Oracle
Clock's ticking on Ellison's smack talk. re:Invent AWS boss Andy Jassy has doubled down on claims Amazon will "be done" with Oracle databases by 2019, and used his Re:Invent keynote to throw shade at Big Red.…

Linux and Supercomputers

As we sit here, in the year Two Thousand and Eighteen (better known as "the future, where the robots live"), our beloved Linux is the undisputed king of supercomputing. Of the top 500 supercomputers in the world, approximately zero of them don't run Linux (give or take...zero).

« Previous ( 1 ... 409 410 411 412 413 414 415 416 417 418 419 ... 1156 ) Next »