Showing headlines posted by bob

« Previous ( 1 ... 320 321 322 323 324 325 326 327 328 329 330 ... 1156 ) Next »

What are environment variables in Bash?

  • Opensource.com (Posted by bob on Aug 29, 2019 4:11 AM EDT)
  • Groups: Linux; Story Type: News Story
Environment variables contain information about your login session, stored for the system shell to use when executing commands. They exist whether you’re using Linux, Mac, or Windows. Many of these variables are set by default during installation or user creation. While environment variables apply to all modern systems, this article specifically addresses environment variables in the Bash shell on Linux, BSD, Mac, and Cygwin. read more

Using GNS3 with Fedora

  • Fedora Magazine (Posted by bob on Aug 29, 2019 2:57 AM EDT)
  • Groups: Fedora; Story Type: News Story
GNS3 is an amazing tool that allows IT professionals to, quite simply, create a virtual lab. The software can virtualize or emulate a variety of systems called appliances. These appliances range from Cisco routers and switches to nodes such as Windows Server, CentOS, and Fedora. GNS3 also has the capability to utilize containers. If you’re […]

Microsoft readies exFAT patents for Linux and open source

For years, Microsoft has profited from its FAT file system patents. Now the company is making it explicit that it's freeing its remaining exFAT patents for Open Invention Network members.

Introduction to the Linux chmod command

  • Opensource.com (Posted by bob on Aug 28, 2019 6:16 PM EDT)
  • Groups: Linux; Story Type: News Story
Every object on your Linux system has a permission mode that describes what actions a user can perform on it. There are three types of permissions: read (r), write (w), and execute (x). read more

The biggest events in Linuxs history

A year by year summary of the most significant events in Linux's history to date.

Raspberry Pi automation add-on supplies five relays and 8-channel ADC

On Kickstarter: a “Pi-oT” Raspberry Pi add-on complete with fan and DIN-rail mountable chassis that expresses the Pi’s GPIO with 26-pin terminal connectors that offer 5x relays, 8x ADCs, and power inputs. A Cleveland-based startup called Pi-oT Hardware has gone to Kickstarter to launch a $40 and up Pi-oT automation add-on for the Raspberry Pi. […]

Quad-GbE router board touches down for $68

  • LinuxGizmos.com (Posted by bob on Aug 28, 2019 4:42 AM EDT)
  • Groups: Linux; Story Type: News Story
SinoVoip has launched the long-awaited Banana Pi BPI-R64, a quad-GbE router board that runs Linux on a dual-core -A53 MediaTek MT7622 and offers 802.11ac, BT 5.0, SATA, 40-pin GPIO, 2x mini-PCIe, and optional 4G and PoE. SinoVoip’s Banana Pi project announced the Banana Pi BPI-R64 in early August of 2018. After a long gestation, the […]

Floppy Disks vs 21st Century Linux

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Aug 28, 2019 2:39 AM EDT)
  • Groups: Kernel, Linux; Story Type: News Story
Recent headlines proclaim the imminent demise of support for the venerable floppy disk drive in the Linux kernel. My stomach churned and my heart gave a flutter or two. I have been in this business quite a few years and my collection of floppy disks goes back to 8-inchers. “Not again!” I thought.

A dozen ways to learn Python

Python is one of the most popular programming languages on the planet. It's embraced by developers and makers everywhere. Most Linux and MacOS computers come with a version of Python pre-installed, and now even a few Windows computer vendors are installing Python too. Maybe you're late to the party, and you want to learn but don't know where to turn. These 12 resources will get you started and well on your way to proficiency with Python.

AMD R1000-based signage player does triple 4K with EDID

Ibase’s fanless “SI-323-N” signage player runs Ubuntu or Windows on an AMD Ryzen Embedded R1000 with up to 32GB DDR4, 2x GbE, 2x M.2, mini-PCIe, and 3x 4K-ready HDMI 2.0 ports with audio and EDID. In April, when AMD unveiled a lower-powered version of the Ryzen Embedded V1000 SoC called the Ryzen Embedded R1000, the […]

Implementing edge computing, DevOps like car racing, and more industry trends

As part of my role as a senior product marketing manager at an enterprise software company with an open source development model, I publish a regular update about open source community, market, and industry trends for product marketers, managers, and other influencers. Here are five of my and their favorite articles from that update. read more

Introduction to the Linux chown command

  • Opensource.com (Posted by bob on Aug 26, 2019 11:41 PM EDT)
  • Groups: Linux; Story Type: News Story
Every file and directory on a Linux system is owned by someone, and the owner has complete control to change or delete the files they own. In addition to having an owning user, a file has an owning group. You can view the ownership of a file using the ls -l command: read more

5 ops tasks to do with Ansible

  • Opensource.com (Posted by bob on Aug 26, 2019 7:58 PM EDT)
  • Story Type: News Story
In this DevOps world, it sometimes appears the Dev half gets all the limelight, with Ops the forgotten half in the relationship. It's almost as if the leading Dev tells the trailing Ops what to do, with almost everything "Ops" being whatever Dev says it should be. Ops, therefore, gets left behind, punted to the back, relegated to the bench. I'd like to see more OpsDev happening. So let's look at a handful of things Ansible can help you do with your day-to-day Ops life.  read more

Odroid-N2 media player bundle runs Amlogic-optimized CoreELEC

Hardkernel has released a media player bundle of its Odroid-N2 SBC loaded with CoreELEC, an Amlogic-optimized fork of LibreELEC. The CoreELEC Edition costs $65 (2GB RAM) or $75 (4GB) with case, PSU, and 8GB microSD card. Hardkernel has launched an Odroid-N2 CoreELEC Edition that combines the open-spec, community backed Odroid-N2 SBC with CoreELEC — a […]

How to Install VestaCP on Ubuntu 18.04 LTS

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Aug 26, 2019 5:30 PM EDT)
  • Groups: Ubuntu, Linux; Story Type: News Story
VestaCP is a free, open-source and powerful website control panel that comes with website, email, database, and DNS functionalities. In this tutorial, we will explain how to install and configure VestaCP on Ubuntu 18.04 server.

Using variables in Bash

  • Opensource.com (Posted by bob on Aug 26, 2019 4:15 PM EDT)
  • Story Type: News Story
In computer science (and casual computing), a variable is a location in memory that holds arbitrary information for later use. In other words, it’s a temporary storage container for you to put data into and get data out of. In the Bash shell, that data can be a word (a string, in computer lingo) or a number (an integer). read more

How RPM packages are made: the source RPM

  • Fedora Magazine (Posted by bob on Aug 26, 2019 12:32 PM EDT)
  • Groups: Fedora; Story Type: News Story
In a previous post, we looked at what RPM packages are. They are archives that contain files and metadata. This metadata tells RPM where to create or remove files from when an RPM is installed or uninstalled. The metadata also contains information on “dependencies”, which you will remember from the previous post, can either be […]

Beware the developer with time on his hands and dreams of Disney

I like trucking, I like trucking and I like to truck Who, Me? Welcome to Who, Me?, The Register's weekly tale of reader misdeeds, accidental or otherwise.…

TODO Open Source Guide: Marketing Open Source Projects

Learn how to promote an open source project to attract contributors, find users, and raise the profile and credibility of your project. Do this while simultaneously growing your own open source credibility within the project community, attracting talented developers, and promoting your open source projects and services.

Microsoft, Intel and Others are Doubling Down on Open Source Linux Security

Microsoft is continuing its broad ongoing push to contribute with open source projects, joining the newly created Confidential Computing Consortium, an initiative launched by The Linux Foundation which aims to provide better security for data which is actually in use by apps on a computer, or in the cloud (as opposed to at rest, or not...

« Previous ( 1 ... 320 321 322 323 324 325 326 327 328 329 330 ... 1156 ) Next »