Showing headlines posted by bob

« Previous ( 1 ... 609 610 611 612 613 614 615 616 617 618 619 ... 1150 ) Next »

Managing Docker Instances with Puppet

In a previous article, "Provisioning Docker with Puppet", in the December 2016 issue, I covered one of the ways you can install the Docker service onto a new system with Puppet. By contrast, this article focuses on how to manage Docker images and containers with Puppet.

Linux dirname command explained for beginners (4 examples)

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jul 20, 2017 1:00 PM EDT)
  • Groups: Linux; Story Type: News Story
Are you a new Linux user? Does your work involve shell scripting? If your answer to both these questions is yes, the tool we'll be discussing here will likely interest you. The name of the tool is dirname, and it's mostly used in situations where-in you need to strip the last component from an absolute file-name.

Neo4j in your own software: Very basic Perl hacking

  • Opensource.com (Posted by bob on Jul 20, 2017 10:42 AM EDT)
  • Story Type: News Story
In the prior articles in this series, we've looked at the fundamentals of graph databases and installed and started using Neo4j, a popular open source graph database. In this final article, we'll write some Perl code to do the same things as we did in the second article and point you to some other libraries for working with Neo4j in your own programming. read more

Containers consolidation: Open Container Initiative 1.0 released

With Open Container Initiative 1.0, container runtime and image specs have been standardized. Most companies are now exploring using containers. Some, especially in the government, have been reluctant to make the move and are waiting for container standardization. Their wait is over. The Open Container Initiative (OCI) has launched the 1.0 versions of container runtime and image specs.

The truth about sysadmins

  • Opensource.com (Posted by bob on Jul 20, 2017 7:17 AM EDT)
  • Story Type: News Story
You've probably heard many stereotypes about system administrators and the job itself. Like most stereotypes, they have varying levels of accuracy, so it's worth digging a little deeper if you're considering a career change. Here's the truth about are some of the things you may have heard about network and system administration. read more

If you were on a desert island, which license would you take with you?

  • Opensource.com (Posted by bob on Jul 20, 2017 1:34 AM EDT)
  • Story Type: News Story
First, we need to ask ourselves why we should bother choosing a license? Are you: presenting your software to the public? representing your software in a way that leads others to believe they can copy it or build on it? Then, yes, you should choose a license. Be fair to your visitors and back up the appearance of permission by expressly giving permission. read more

Condensing Your Infrastructure with System Containers

  • Linux.com; By Swapnil Bhartiya (Posted by bob on Jul 19, 2017 11:16 PM EDT)
  • Story Type: News Story; Groups: Linux
In this OS Summit preview, we talked with Graber to understand the difference between system and application containers as well as how to work with physical devices in containers.

Learn IRC commands with new cheat sheet

  • Opensource.com; By Rikki Endsley (Posted by bob on Jul 19, 2017 3:16 PM EDT)
  • Story Type: News Story
Download the cheat sheet, then practice your fresh chat skills by connecting with one of your favorite open source communities in IRC.

How to Install and Configure Drupal with Apache on Debian 9

Drupal is a free and open source content management system that can be used to create online content, website and user communities. It is written in PHP language, uses MySQL as a database backends and distributes under the GNU General Public License. In this article, we will demonstrate how to install Drupal 8 on Debian 9 server.

Use a DoD smartcard to access CAC enabled websites

  • Fedora Magazine (Posted by bob on Jul 19, 2017 11:50 AM EDT)
  • Groups: Fedora; Story Type: News Story
By now you’ve likely heard the benefits of two factor authentication. Enabling multi-factor authentication can increase the security of accounts you use to access various social media websites like Twitter, Facebook, or even your Google Account. This post is going to... Continue Reading →

SQL Server 2017's first rc lands and - yes! - it runs on Linux

Penguinistas knock, Redmond lowers the Drawbridge Microsoft's long, gentle embrace of Linux continues with the first release candidate of SQL Server 2017.…

Top 4 reasons I use dwm for my Linux window manager

  • Opensource.com (Posted by bob on Jul 19, 2017 5:39 AM EDT)
  • Groups: Linux; Story Type: News Story
I like minimalistic views. If I could run everything in a terminal I would. It's free from shiny stuff that hogs my resources and distracts my feeble mind. I also grow tired of resizing and moving windows, never getting them to align perfectly. read more

Free Webinar: Join Jono Bacon for Open Source Community Tips and Tricks

Community manager and author Jono Bacon will provide tips for building and managing open source communities in a free webinar on Monday, July 24 at 9:30am Pacific. In this webinar, Bacon will answer questions about community strategy and share an in-depth look at this exciting new conference held in conjunction with this year’s Open Source Summit North America, happening Sept. 11-14 in Los Angeles.

Linux-ready COM supports up to 16-core Xeon-D

Portwell’s “PCOM-B700G” is a COM Express Type 7 Basic with Intel’s 5th Gen Xeon or Pentium CPUs, plus dual 10GbE ports and up to 32x PCIe links. Portwell has launched its first COM Express Type 7 module, which features COM Express 3.0. Like other Type 7 modules, the PCOM-B700G offers a choice of server-class Xeon D-1500 and Pentium processors from Intel’s 5th Generation “Broadwell-DE” family.

Lessons in OpenStack: New tutorials and how-tos

If you're working in open source cloud infrastructure, there's a good chance that you're working with OpenStack. And OpenStack is no small thing to learn about. Made up of dozens of related projects working together to power your cloud infrastructure needs, even those immersed in OpenStack every day need good resources for keeping up.

Open Source Summit: It's Bigger on the Inside, with Workshops, Hackathon, Security Summit, and More

The upcoming Open Source Summit NA — Sept. 11-14 in Los Angeles — offers many exciting keynote presentations and technical talks covering a wide array of topics, including cloud computing, containers, networking, diversity, and more.

Linux-based automation controller offers choice of RPi, NanoPi, and UP cores

Techbase has rev’d its ModBerry 500 controller to the RPi CM3, and has added M700 and M1000 models based on the NanoPi M2 Plus and UP boards, respectively. Gdansk, Poland based Techbase was one of the first manufacturers to tap the original, ARM11-based Raspberry Pi Compute Module in 2014 with its ModBerry 500 automation controller.

Mozilla Announces s Relationship With The Internet

  • The Mozilla Blog (Posted by bob on Jul 18, 2017 7:21 PM EDT)
  • Story Type: News Story; Groups: Mozilla
Mozilla, the non-profit behind the Firefox browser, is excited to support Rooftop Films in bringing a memorable evening of film and discussion to The Courtyard of Industry City, in beautiful...

Google's OSS-Fuzz Tool Helps Secure Open Source Projects

  • Linux.com; By Sam Dean (Posted by bob on Jul 18, 2017 6:13 PM EDT)
  • Story Type: News Story; Groups: Linux
At the end of last year, Google announced OSS-Fuzz, an open source threat detection tool focused on making open source applications and platforms more secure and stable. The tool itself is open and available on GitHub, and there are now solid numbers showing that this security tool has made a remarkable difference for some well-known open source projects.

How to install and use Volatility memory forensic tool

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jul 18, 2017 5:04 PM EDT)
  • Groups: Linux, Android; Story Type: News Story
One of the important parts of Malware analysis is Random Access Memory (RAM) analysis. It helps to identify the running malicious processes, network activities, open connections etc in the compromised system. This article is about the open source security tool "Volatility" for volatile memory analysis. It can be used for both 32/64 bit systems RAM analysis and it supports analysis of Windows, Linux, Mac & Android systems.

« Previous ( 1 ... 609 610 611 612 613 614 615 616 617 618 619 ... 1150 ) Next »