Showing headlines posted by bob

« Previous ( 1 ... 400 401 402 403 404 405 406 407 408 409 410 ... 1196 ) Next »

Inter-process communication in Linux: Shared storage

  • Opensource.com (Posted by bob on Apr 15, 2019 11:16 AM CST)
  • Groups: Linux; Story Type: News Story
This is the first article in a series about interprocess communication (IPC) in Linux. The series uses code examples in C to clarify the following IPC mechanisms: read more

Getting started with Mercurial for version control

  • Opensource.com (Posted by bob on Apr 15, 2019 7:33 AM CST)
  • Groups: Python; Story Type: News Story
Mercurial is a distributed version control system written in Python. Because it's written in a high-level language, you can write a Mercurial extension with a few Python functions. There are several ways to install Mercurial, which are explained in the official documentation. My favorite one is not there: using pip. This is the most amenable way to develop local extensions! read more

Troubleshooting slow WiFi on Linux

I'm no stranger to diagnosing hardware problems on Linux systems. Even though most of my professional work over the past few years has involved virtualization, I still enjoy crouching under desks and fumbling around with devices and memory modules. Well, except for the "crouching under desks" part. But none of that means that persistent and mysterious bugs aren't frustrating. read more

Internet Explorer zero-day lets hackers steal files from Windows PCs

  • zdnet; By Catalin Cimpanu (Posted by bob on Apr 14, 2019 3:09 PM CST)
  • Story Type: Security; Groups: Microsoft
MICROSOFT WAS NOTIFIED BUT DECLINED TO PATCH. Page said he notified Microsoft about this new IE vulnerability on March 27, but the vendor declined to consider the bug for an urgent security fix in a message sent to the researcher...

Happy 55th birthday mainframe

  • Toolbox; By Trevor Eddolis (Posted by bob on Apr 14, 2019 12:57 PM CST)
  • Groups: IBM
In 2000 IBM said it would support Linux on the mainframe, and, by 2009, 70 of IBM’s top 100 mainframe customers were estimated to be running Linux.

OpenStack Stein: A new cool drink of open-source cloud

  • ZDNet; By Steven J. Vaughan-Nichols (Posted by bob on Apr 13, 2019 3:01 PM CST)
  • Story Type: Editorial; Groups: Cloud
The latest version of OpenStack is more container and telecom friendly than ever.

Apollo Lake based network appliance runs Ubuntu

Acrosser’s Linux-ready “AND-APL1N1FL” network appliance offers an Apollo Lake SoC, 6x GbE ports with 3x LAN bypass, and SATA III storage. Acrosser announced an “entry level” and “cost-effective” network appliance for small office network, UTM, mail server, and firewall applications. The AND-APL1N1FL runs Ubuntu 18.04 with Linux Kernel 4.4 and above or Windows 10 IoT […]

Linux Server Hardening Using Idempotency with Ansible: Part 2

  • Linux.com; By Chris Binnie (Posted by bob on Apr 13, 2019 6:15 AM CST)
  • Story Type: Tutorial; Groups: Linux
In the first part of this series, we introduced something called idempotency, which can provide the ongoing improvements to your server estate’s security posture. In this article, we’ll get a little more hands-on with a look at some specific Ansible examples.

Ansible Guide: Create Ansible Playbook for LEMP Stack

Ansible is a simple automation tool that automates software application deployment, cloud provisioning, and configuration management. In this tutorial, we're going to show you how to create basic Ansible Playbook for provisioning the LEMP Stack on Ubuntu 18.04 Server.

Joe Doss: How Do You Fedora?

  • Fedora Magazine (Posted by bob on Apr 12, 2019 7:18 PM CST)
  • Groups: Fedora; Story Type: Interview
We recently interviewed Joe Doss on how he uses Fedora. This is part of a series on the Fedora Magazine. The series profiles Fedora users and how they use Fedora to get things done. Contact us on the feedback form to express your interest in becoming a interviewee. Who is Joe Doss? Joe Doss lives […]

Linux C Programming tutorial Part 21: Character pointers, array of pointers, and pointer to pointer

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Apr 12, 2019 5:06 PM CST)
  • Groups: Linux; Story Type: News Story
The concept of pointers is indeed one of the very important concepts in the C programming language. Up until now, we have discussed several aspects of pointers in C. Expanding on that, in this tutorial, we will be discussing a few more pointer concepts.

Designing posters with Krita, Scribus, and Inkscape

  • Opensource.com (Posted by bob on Apr 12, 2019 8:55 AM CST)
  • Story Type: News Story
A few months ago, I was asked to design some posters for a local Free Software Foundation (FSF) event. Richard M. Stallman was visiting our country, and my friend Abhas Abhinav wanted to put up some posters and banners to promote his visit. I designed two posters for RMS's talk in Bangalore.  read more

How libraries are adopting open source

  • Opensource.com (Posted by bob on Apr 12, 2019 7:41 AM CST)
  • Story Type: Interview
Four years ago, I interviewed Nathan Currulla, co-founder of ByWater Solutions, a major services and solutions provider for Koha, a popular open source integrated library system (ILS). read more

Testing Small Scale Scrum in the real world

  • Opensource.com (Posted by bob on Apr 12, 2019 3:58 AM CST)
  • Story Type: News Story
Scrum is built on the three pillars of inspection, adaptation, and transparency. Our empirical research is really the starting point in bringing scrum, one of the most popular agile implementations, to smaller teams. As presented in the diagram below, we are now taking time to inspect this framework and principles by testing them in real-world projects. read more

How to configure an NFS server and mount NFS shares on Ubuntu 18.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Apr 12, 2019 1:29 AM CST)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
Network File System (NFS) is a popular distributed filesystem protocol that enables users to mount remote directories on their server. The system lets you leverage storage space in a different location and write onto the same space from multiple servers in an effortless manner. It, thus, works fairly well for directories that users need to access frequently. This tutorial explains the process of mounting NFS share on an Ubuntu 18.04 server in an simple and easy-to-follow steps.

System Administration Toolkit: Log file basics

  • IBM Developer : Linux; By Martin Brown (Posted by bob on Apr 12, 2019 12:15 AM CST)
  • Story Type: Tutorial; Groups: IBM, Linux
A typical UNIX or Linux machine creates many log files during the course of its operation. Some of these contain useful information; others can be used to help you with capacity and resource planning. This article looks at the fundamental information recorded within the different log files, their location, and how that information can be used to your benefit to work out what is going on within your system.

Firms partner to integrate NASA cFS on space-ready cPCI SBC

Aitech and EFSI have teamed up to integrate NASA’s cFs (core Flight System) using the SP0-S, Aitech’s latest space-ready CompactPCI SBC and EFSI’s Linux distribution. Aitech and Embedded Flight Systems (EFSI) have announced a partnership to integrate NASA’s cFS (core Flight System) into Aitech’s modular SP0-S space CompactPCI (cPCI) SBC. The effort makes use of […]

Be your own certificate authority

  • Opensource.com (Posted by bob on Apr 11, 2019 7:18 PM CST)
  • Story Type: News Story
The Transport Layer Security (TLS) model, which is sometimes referred to by the older name SSL, is based on the concept of certificate authorities (CAs). These authorities are trusted by browsers and operating systems and, in turn, sign servers' certificates to validate their ownership. read more

ZigBee hub builds on Raspberry Pi

Dresden-Elektronik has launched two ZigBee home automation gateways: an RPi-based “Phoscon Gateway” and a “ConBee II” USB stick. The gateways run the company’s deCONZ Zigbee Gateway software paired with a new mobile app. Dresden-Elektronik announced the release of a ZigBee-enabled home automation hub based on a Raspberry Pi 3 SBC, as well as a second-gen […]

How do you contribute to open source without code?

  • Opensource.com (Posted by bob on Apr 11, 2019 2:20 PM CST)
  • Story Type: News Story
My earliest open source contributions date back to the mid-1980s when our organization first connected to UseNet where we discovered the contributed code and the opportunities to share in its development and support. Today there are endless contribution opportunities, from contributing code to making how-to videos. read more

« Previous ( 1 ... 400 401 402 403 404 405 406 407 408 409 410 ... 1196 ) Next »