Showing headlines posted by bob

« Previous ( 1 ... 442 443 444 445 446 447 448 449 450 451 452 ... 1196 ) Next »

7 CI/CD tools for sysadmins

Continuous integration, continuous delivery, and continuous deployment (CI/CD) have all existed in the developer community for many years. Some organizations have involved their operations counterparts, but many haven't. For most organizations, it's imperative for their operations teams to become just as familiar with CI/CD tools and practices as their development compatriots are. read more

Removing Duplicate PATH Entries: Reboot

by Mitch Frazier   In my first post on removing duplicate PATH entries I used an AWK one-liner. In the second post I used a Perl one-liner, or more accurately, I tried to dissect a Perl one-liner provided by reader Shaun. Shaun had asked that if I was willing to use AWK (not Bash), why not use Perl? It occurred to me that one might also ask: why not just use Bash? So, one more time into the void.

Go to Full Article

Getting started with Prometheus

  • Opensource.com (Posted by bob on Dec 20, 2018 2:16 PM CST)
  • Story Type: News Story
Prometheus is an open source monitoring and alerting system that directly scrapes metrics from agents running on the target hosts and stores the collected samples centrally on its server. Metrics can also be pushed using plugins like collectd_exporter—although this is not Promethius' default behavior, it may be useful in some environments where hosts are behind a firewall or prohibited from opening ports by security policy. read more

Latest Firefox Focus provides more user control

  • The Mozilla Blog (Posted by bob on Dec 20, 2018 1:02 PM CST)
  • Story Type: News Story; Groups: Mozilla
The Internet is a huge playground, but also has a few dark corners. In order to ensure that users still feel secure and protected while browsing, we’ve implemented features that...

Let your Linux terminal speak its mind

  • Opensource.com (Posted by bob on Dec 20, 2018 9:19 AM CST)
  • Groups: Linux; Story Type: News Story
Greetings from another day in our 24-day-long Linux command-line toys advent calendar. If this is your first visit to the series, you might be asking yourself what a command-line toy even is. 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. We hope that even if you've seen some of these before, there will be something new for everybody in our series. Some of you may be too young to remember, but before there was Alexa, Siri, or the Google Assistant, computers still had voices. read more

10 books for your DevOps reading wishlist

Looking for good DevOps books to read? Don't know where to start? Follow this reading wishlist to find the best books on DevOps for practical thinkers. You'll learn from authors who have addressed real-life problems and contributed to the innovation process.

IRS Linux move delayed by lingering Oracle Solaris systems

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Dec 20, 2018 2:55 AM CST)
  • Story Type: Editorial; Groups: Linux, Oracle
A recent Treasury audit report revealed an IRS IT move from Solaris to Linux was delayed due to gross incompetence.

Qualcomms second-gen drone board has Snapdragon 820 and four cameras

Qualcomm and Intrinsyc opened pre-orders on a 75 x 36mm “Qualcomm Flight Pro” reference platform for drones and robotics that runs Linux on a Snapdragon 820 with WiFi, BT, GNSS, IMUs, 4x cameras, and optional motor board. The Qualcomm Flight Pro reference platform for consumer drones and robotics applications is a follow-on................

An introduction to Python and containers: 6 conference talks you may have missed

  • Opensource.com (Posted by bob on Dec 19, 2018 7:29 PM CST)
  • Groups: Python; Story Type: News Story
While there are a ton of tutorials, blog posts, documentation, and other content available to learn about Python and containers, there's something special about learning a new skill from a conference talk. Speakers usually give a more personal perspective and use interesting or quirky metaphors to make their points memorable. read more

Lessons in Vendor Lock-in: Messaging

One of the saddest stories of vendor lock-in is the story of messaging. What makes this story sad is that the tech industry has continued to repeat the same mistakes and build the same proprietary systems over the last two decades, and we as end users continue to use them. In this article, I look at some of the history of those mistakes, the lessons we should have learned and didn't, and the modern messaging world we find ourselves in now.

How to Enable TLS 1.3 in Nginx

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Dec 19, 2018 5:01 PM CST)
  • Groups: Linux; Story Type: News Story
Transport Layer Security (TLS) 1.3 is the latest version of the Transport Layer Security (TLS) protocol, published as an IETF standard in RFC 8446 in August 2018. TLS 1.3 protocol provides privacy and performance enhancements compared to the previous versions of TLS and non-secure HTTP. This tutorial shows how to enable TLS 1.3 in a Nginx web server.

Solve a puzzle at the Linux command line with nudoku

  • Opensource.com (Posted by bob on Dec 19, 2018 3:46 PM CST)
  • Groups: Linux; Story Type: News Story
Welcome back to another installment in our 24-day-long Linux command-line toys advent calendar. If this is your first visit to the series, you might be asking yourself what a command-line toy even is. 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. read more

Best of 2018: Fedora at the Command Line

Fedora isn’t just a hugely popular desktop Linux OS. Like most Linux systems it features a powerful command line interface. That lets interested users tinker under the hood to an astounding level. Over the course of the year the Magazine has shown lots of fascinating ways to get into the command line. As part of […]

History of Linux Kernel Live Patching

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Dec 19, 2018 9:35 AM CST)
  • Groups: Kernel, Linux; Story Type: News Story
Installing the latest Linux kernel used to mean a reboot, until the development of ‘rebootless kernel updating’, a method that patches servers without restarting them. With the technique now just over 10 years old, this article takes a brief look at its origins and current state.

How to open source your Python library

  • Opensource.com (Posted by bob on Dec 19, 2018 8:20 AM CST)
  • Groups: Python; Story Type: News Story
You wrote a Python library. I'm sure it's amazing! Wouldn't it be neat if it was easy for people to use it? Here is a checklist of things to think about and concrete steps to take when open sourcing your Python library. 1. Source Put the code up on GitHub, where most open source projects happen and where it is easiest for people to submit pull requests. read more

Use your Linux terminal to celebrate a banner year

  • Opensource.com; By Jason Baker (Posted by bob on Dec 19, 2018 2:09 AM CST)
  • Story Type: Tutorial; Groups: Linux
Hello again for another installment in our 24-day-long Linux command-line toys advent calendar. If this is your first visit to the series, you might be asking yourself what a command-line toy even is. 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. Today's toy if figlet, a utility for printing text in banner form across your Linux terminal.

Sharing Docker Containers across DevOps Environments

In this article, I describe how Docker containers flow through the DevOps pipeline. I also cover some advanced DevOps concepts (borrowed from object-oriented programming) on how to use dependency injection and encapsulation to improve the DevOps process. And finally, I show how containerization can be useful for the development and testing process itself, rather than just as a place to serve up an application after it's written.

Meet the New Linux Desktop Champion: System76 Thelio

  • Linux.com - Original Content; By Jack Wallen (Posted by bob on Dec 18, 2018 9:11 PM CST)
  • Story Type: Reviews; Groups: Linux
The launch of the game-changing System76 Thelio only solidifies this open source dream. CEO Carl Richell oozes the open source ethos, and that ideology comes through, to perfection, in their latest offering, the Thelio desktop, a machine as beautiful in design as it is in execution.

MIPS ISA to be available under royalty-free license

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Dec 18, 2018 7:57 PM CST)
  • Story Type: News Story; Groups: Developer
Wave Computing will follow in RISC-V’s path by offering its MIPS ISA as “open source” code without royalties or proprietary licensing. The MIPS Open initiative will focus on the development of SoCs for emerging IoT edge applications. The RISC-V Foundation, which promotes the development of processors built on a standardized, open source instruction set architecture […]

« Previous ( 1 ... 442 443 444 445 446 447 448 449 450 451 452 ... 1196 ) Next »