Showing headlines posted by bob

« Previous ( 1 ... 452 453 454 455 456 457 458 459 460 461 462 ... 1197 ) Next »

Python libraries for data science, command-line tools, Jenkins X, DevOps, Perl 6, and more

On Opensource.com, we have a lot of reasons to be thankful. Over the past 12 months, we've had the pleasure of working with writers from a range of open source communities, organizations, and projects. We've had ongoing relationships and friendships with many of them, plus we've enjoyed welcoming dozens of new contributors to the site and new moderators to our community moderator program.

Linux service Command Tutorial for Beginners (with Examples)

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Nov 26, 2018 6:24 PM CST)
  • Story Type: Tutorial; Groups: Linux
The service command lets you run a System V init script. In this tutorial, we will briefly discuss this tool using some easy to understand examples.

I've got 99 problems but Linux ain't one

As the global technology evangelist director of Red Hat’s portfolio product marketing group, I have a secondary focus on portfolio architectures. I research customer successes in solution implementation using our open source technologies, then produce generic higher-level architectural content so that others may benefit from these real-life experiences. read more

Roman Numerals and Bash

Fun with retro-coding a Roman numeral converter—I head back to my college years and solve me homework anew!

How many programming languages is too many for one project?

  • Opensource.com (Posted by bob on Nov 26, 2018 1:27 PM CST)
  • Story Type: News Story
One great thing about programming languages is that there is such diversity that you can choose the best one to solve any given problem. But sometimes the worst thing can be when projects take advantage of this and build applications or systems of applications that require domain knowledge of many different languages. When this happens, it can be difficult for everyone, or even anyone, to fully understand the scope of the project. read more

Spectre mitigation guts Linux 4.20 performance

  • naked security; By John E. Dunn (Posted by bob on Nov 26, 2018 12:12 PM CST)
  • Groups: Kernel
One of Intel’s fixes for the Spectre variant 2 chip flaw (CVE- 2017-5715) appears to have taken a big bite out of the performance of the latest Linux kernel. The mitigation in question is the Single Thread Indirect Branch Predictors (STIBP), one of three that Intel proposed not long after details of the Meltdown and Spectre flaws were made public in January.

C# Fundamentals: Hello World

C# is a general purpose, type safe programming language implemented with the Object Oriented Paradigm in mind, The following tutorial is aimed at users that already know the basics of programming and are looking for a fast guide to get started with C# and .NET Core on Linux. The whole tutorial is divided into different posts, […]

How to use multiple programming languages without losing your mind

  • Opensource.com; By Bart Copeland (Posted by bob on Nov 26, 2018 6:01 AM CST)
  • Story Type: Editorial; Groups: Developer
With all the different programming languages available today, many organizations have become digital polyglots. Open source opens up a world of languages and technology stacks developers can use to accomplish their tasks, including developing and supporting legacy and modern software applications.

Vulnerability Mapping with Kali Linux

  • Security Boulevard; By Lester Obbayi (Posted by bob on Nov 26, 2018 2:12 AM CST)
  • Story Type: Security
Vulnerability mapping is an activity carried out to identify security flaws which can result in the compromise of a system. Sometimes researchers will use the term “vulnerability assessment” instead of “vulnerability mapping.” They are, however, the same thing.

Free Software Messiah Richard Stallman: We Can Do Better Than Bitcoin

  • Cryptosumer (Posted by bob on Nov 25, 2018 2:16 PM CST)
  • Story Type: Interview
Richard Stallman, the fervently committed founder of the free software movement, is discussing the term “libertarian,” when he stops talking abruptly and says, “Hello?”

Benchmarking The Work-In-Progress Spectre/STIBP Code On The Way For Linux 4.20

  • phoronix; By Michael Larabel (Posted by bob on Nov 24, 2018 7:12 PM CST)
  • Groups: Kernel
The improved STIBP heuristics have gone through several rounds of public review on the kernel mailing list in recent weeks. The patches are now queued in tip/tip.git's new WIP.x86/pti Git branch.

DoS Vulnerabilities Found in Linux Kernel, Unpatched

  • Softpedia; By Sergiu Gatlan (Posted by bob on Nov 24, 2018 3:24 PM CST)
  • Story Type: Security; Groups: Kernel
Two denial-of-service (DoS) vulnerabilities found in the Linux Kernel by contributor Wanpeng Li could allow local attackers to exploit null pointer deference bugs to trigger DoS conditions.

Weekend Reading: Do-It-Yourself Projects

Join us this weekend as we bring the DIY movement back. Not only is it a chance to start working on those ideas you've been putting off for months, but it's also a great way to learn while playing.

Tech gadget gift guide, new Raspberry Pi, Linux on the desktop, and more news

In this edition of our open source news roundup, we take a look at the Mozilla's "Privacy Not Included" gift guide, Steven J. Vaughan-Nichols's thoughts about Linux on the desktop, the release of the Raspberry Pi 3 Model A+, and more.

Three SSH GUI Tools for Linux

  • Linux.com; By Jack Wallen (Posted by bob on Nov 24, 2018 3:57 AM CST)
  • Story Type: News Story; Groups: Linux
At some point in your career as a Linux administrator, you’re going to use Secure Shell (SSH) to remote into a Linux server or desktop. Chances are, you already have. In some instances, you’ll be SSH’ing into multiple Linux servers at once. In fact, Secure Shell might well be one of the most-used tools in your Linux toolbox...

12 Holiday Gifts for Your Linux Loved Ones (All Under $59)

We rounded up 12 great gifts (all priced under $59) to make shopping for your Linux friends and loved ones a little easier this season. You may even want to hold on to some of these for yourself...

My first FOSS love was Perl

Set the wayback machine to 1993. I was working at a small company as a programmer and product deployment specialist. The product was COBOL-based and the OS was SCO Xenix. Both were based on open standards, but not open source. I was hired because I knew the medical software business and I had experience in several flavors of what was then called Micro-Unix. I didn't know a thing about COBOL, but that was the job opening. (PS, if you get any calls from the past: COBOL is not hard to learn.) read more

How to Build a Netboot Server, Part 1

  • Fedora Magazine (Posted by bob on Nov 23, 2018 1:40 PM CST)
  • Groups: Fedora; Story Type: News Story
Some computer networks need to maintain identical software installations and configurations on several physical machines. One such environment would be a school computer lab. A netboot server can be set up to serve an entire operating system over a network so that the client computers can be configured from one central location. This tutorial will show one […]

More than 46k people participate in Hacktoberfest 2018

  • Opensource.com (Posted by bob on Nov 23, 2018 12:25 PM CST)
  • Story Type: News Story
The fifth-annual Hacktoberfest, the month-long event that encourages people around the world to contribute to open source projects during October, was a tremendous success. read more

How to Install October CMS platform on CentOS 7

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Nov 23, 2018 11:11 AM CST)
  • Groups: PHP, Linux; Story Type: News Story
October CMS is a free, open-source, self-hosted CMS platform based on the Laravel PHP Framework. October CMS source code is hosted on Github. In this tutorial we will walk you through the October CMS installation process on a fresh CentOS 7 server.

« Previous ( 1 ... 452 453 454 455 456 457 458 459 460 461 462 ... 1197 ) Next »