Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 ... 7359 ) Next »

Take a break at the Linux command line with Nyan Cat

  • Opensource.com (Posted by bob on Dec 6, 2018 1:28 PM EDT)
  • Groups: Linux; Story Type: News Story
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

Finding changepoints in a list, revisited

  • BASHing data; By Bob Mesibov (Posted by Bob_Mesibov on Dec 6, 2018 12:14 PM EDT)
  • Story Type: Tutorial
Use a simple AWK command to locate the places in a list where the value of a data item suddenly changes.

Destination Linux EP99 - ASCII And You Shall Receive

on DL99: VyOS, Fedora 31 Potential Delay, Performance Killing Kernel Patches Reverted, Blender 2.80 Beta, Necuno Mobile, Kodi 18, Mesa VLK vs. Pro Drivers, Top Gifts For Linux Loved Ones, and 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 […]

How To Install and Configure Redis on Debian 9

Redis is an open-source in-memory key-value data store. It can be used as a database, cache and message broker and supports various data structures such as Strings, Hashes, Lists, Sets, etc. Redis provides high availability via Redis Sentinel including monitoring, notifications Automatic failover. It also provides automatic partitioning across multiple Redis nodes with Redis Cluster.

Docker CEO Continues To Grow Container Business Opportunities

  • eWEEK; By Sean Michael Kerner (Posted by red5 on Dec 6, 2018 6:02 AM EDT)
  • Story Type: News Story, Video; Groups: Cloud
Docker CEO Steve Singh, says the container pioneer is growing at a rapid pace and sees the IBM acquisition of Red Hat as an opportunity.

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

  • Opensource.com (Posted by bob on Dec 6, 2018 3:34 AM EDT)
  • Story Type: News Story
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

How to View the Network Routing Table in Ubuntu

  • vitux.com; By Karim Buzdar (Posted by vitux on Dec 6, 2018 2:19 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
In this article, we will explain how to view the routing table in Ubuntu through the following three popular commands: netstat, ip, and route.

3 reasons blockchain will live up to its hype in healthcare

  • enterprisersproject.com; By Venky Ananth (Posted by crudder on Dec 6, 2018 1:18 AM EDT)
  • Story Type: Editorial
Despite some challenges, IT leaders in healthcare shouldn't ignore blockchain. Here's why

Bash Variables: Environmental and Otherwise

  • Linux.com - Original Content; By Paul Brown (Posted by bob on Dec 6, 2018 12:16 AM EDT)
  • Story Type: News Story; Groups: Linux
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.

Linux Commands: Basics, Examples & Everything Important

  • FOSS Post; By M.Hanny Sabbagh (Posted by fosspost on Dec 5, 2018 11:15 PM EDT)
  • Story Type: Tutorial

Bring some color to your Linux terminal with lolcat

  • Opensource.com (Posted by bob on Dec 5, 2018 10:13 PM EDT)
  • Groups: Linux; Story Type: News Story
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

How to Remove User and Hostname in Terminal Prompt

  • Make Tech Easier; By Damien Oh (Posted by damien on Dec 5, 2018 9:12 PM EDT)
  • Story Type: Tutorial; Groups: Linux
The terminal prompt in Linux shows your username and hostname by default. This will show you how to remove your username and make changes to the prompt.

Linux tree Command Tutorial for Beginners (6 Examples)

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Dec 5, 2018 8:10 PM EDT)
  • Groups: Linux; Story Type: News Story
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

  • Opensource.com (Posted by bob on Dec 5, 2018 7:09 PM EDT)
  • Story Type: News Story
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

Use Reddit In The Terminal With RTV (Reddit Terminal Viewer)

  • Linux Uprising; By Logix (Posted by logix on Dec 5, 2018 6:07 PM EDT)
  • Story Type: Reviews; Groups: Linux
RTV is a terminal user interface (TUI) for Reddit that allows logging in to your Reddit account, open media using external tools, and much more. The console application is built using Python and the curses library, and runs on Linux and Mac.

How to Install the Latest Nvidia Drivers on Ubuntu

  • Make Tech Easier; By Alexandru Andrei (Posted by damien on Dec 5, 2018 5:06 PM EDT)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
Nvidia video cards perform exceptionally well on Linux. Learn how to install the latest Nvidia driver on Ubuntu and get the most out of it.

5 reasons to give Linux for the holidays

  • Opensource.com (Posted by bob on Dec 5, 2018 3:51 PM EDT)
  • Groups: Linux; Story Type: News Story
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

« Previous ( 1 ... 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 ... 7359 ) Next »