Showing headlines posted by bob

« Previous ( 1 ... 363 364 365 366 367 368 369 370 371 372 373 ... 1156 ) Next »

Xen 4.12 shrinks code, beefs up security, rethinks x86 support

  • The Register (Posted by bob on Apr 5, 2019 3:57 PM EDT)
  • Story Type: News Story
Plus, it’s now actually two hypervisors in one Open source hypervisor Xen has reached version 4.12, bringing major improvements in resource footprint and security, and revamped x86 architecture support.…

How to Install Nginx with PHP and MySQL (LEMP Stack) on Ubuntu 18.04

This tutorial shows how you can install Nginx on an Ubuntu 18.04 LTS server with PHP 7.2 support (through PHP-FPM) and MySQL support (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP).

5 open source tools for teaching young children to read

  • Opensource.com (Posted by bob on Apr 5, 2019 12:14 PM EDT)
  • Story Type: News Story
Anyone who sees a child using a tablet or smartphone observes their seemingly innate ability to scroll through apps and swipe through screens, flexing those "digital native" muscles. According to Common Sense Media, the percentage of US households in which 0- to 8-year-olds have access to a smartphone has grown from 52% in 2011 to 98% in 2017. read more

Command line quick tips: Cutting content out of files

  • Fedora Magazine (Posted by bob on Apr 5, 2019 7:18 AM EDT)
  • Groups: Fedora; Story Type: News Story
The Fedora distribution is a full featured operating system with an excellent graphical desktop environment. A user can point and click their way through just about any typical task easily. All of this wonderful ease of use masks the details of a powerful command line under the hood. This article is part of a series […]

Why you should choose mindfulness over multitasking

  • Opensource.com (Posted by bob on Apr 5, 2019 1:04 AM EDT)
  • Story Type: News Story
You have your morning coffee in hand, you've just finished your daily scrum, and you sit down at your computer to start your day. Up pops a Slack message. You scan your emails, then bounce back to Slack. You look at your calendar to see when your next meeting is—much to your surprise, it's starting in 15 minutes. You get back to your desk and check your to-do list to see what tasks you can fit in before your next meeting, but one of your co-workers asks for your help to solve a problem. Before you know it, half of your day has disappeared. read more

Apache Bug Lets Attackers Gain Root Access

Apache HTTP web server users are being urged to update their servers to patch for a critical vulnerability that could give an attacker a way to gain root access. Researcher Charles Fol discovered the vulnerability and writes about it in detail here: https://cfreal.github.io/carpe-diem-cve-2019-0211-apache-local-root.html. Apache

How writers can get work done better with Git

  • Opensource.com (Posted by bob on Apr 4, 2019 8:07 PM EDT)
  • Story Type: News Story
Git is one of those rare applications that has managed to encapsulate so much of modern computing into one program that it ends up serving as the computational engine for many other applications. While it's best-known for tracking source code changes in software development, it has many other uses that can make your life easier and more organized. In this series leading up to Git's 14th anniversary on April 7, we'll share seven little-known ways to use Git. Today, we'll look at ways writers can use Git to get work done. read more

9 features developers should know about Selenium IDE

  • Opensource.com (Posted by bob on Apr 4, 2019 4:24 PM EDT)
  • Story Type: News Story
There has long been a stigma associated with using record-and-playback tools for testing rather than scripted QA automation tools like Selenium Webdriver, Cypress, and WebdriverIO. read more

Open Source Is Winning, and Now It's Time for People to Win Too

Back when I started college, in the fall of 1988, I was introduced to a text editor called Emacs... The GNU folks talked about software with extreme intensity, as if the fate of the entire world rested on the success of their software replacing its commercial competition.

Managing Python packages the right way

  • Opensource.com (Posted by bob on Apr 4, 2019 11:26 AM EDT)
  • Groups: Python; Story Type: News Story
The Python Package Index (PyPI) indexes an amazing array of libraries and applications covering every use case imaginable. However, when it comes to installing and using these packages, newcomers often find themselves running into issues with missing permissions, incompatible library dependencies, and installations that break in surprising ways. read more

What Linux Journal's Resurrection Taught Me about the FOSS Community

Although I haven't been with Linux Journal since the beginning, I was there during the heyday, the stroke, the decline, the death and the resurrection. This article is about that story and what it says about how the FOSS community has changed.

SUSE Linux and enterprise Raspberry Pi

Video: SUSE Linux Enterprise Server gets work done on many platforms -- including, believe it or not, the Raspberry Pi.

Use Git as the backend for chat

  • Opensource.com (Posted by bob on Apr 4, 2019 2:46 AM EDT)
  • Story Type: News Story
Git is one of those rare applications that has managed to encapsulate so much of modern computing into one program that it ends up serving as the computational engine for many other applications. While it's best-known for tracking source code changes in software development, it has many other uses that can make your life easier and more organized. In this series leading up to Git's 14th anniversary on April 7, we'll share seven little-known ways to use Git. Today, we'll look at GIC, a Git-based chat application read more

5 useful open source log analysis tools

  • Opensource.com (Posted by bob on Apr 4, 2019 12:17 AM EDT)
  • Story Type: News Story
Monitoring network activity can be a tedious job, but there are good reasons to do it. For one, it allows you to find and investigate suspicious logins on workstations, devices connected to networks, and servers while identifying sources of administrator abuse. You can also trace software installations and data transfers to identify potential issues in real time rather than after the damage is done. read more

Append-only backups with borg to another VPS or dedicated server

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Apr 3, 2019 11:03 PM EDT)
  • Groups: Linux; Story Type: News Story
This tutorial will show how to backup the data on a server, denominated as the main server, to another host, here named backup server, with the free software backup program Borg.

How to rebase to Fedora 30 Beta on Silverblue

  • Fedora Magazine (Posted by bob on Apr 3, 2019 6:05 PM EDT)
  • Groups: Fedora; Story Type: News Story
Silverblue is an operating system for your desktop built on Fedora. It’s excellent for daily use, development, and container-based workflows. It offers numerous advantages such as being able to roll back in case of any problems. If you want to test Fedora 30 on your Silverblue system, this article tells you how. It not only […]

Linux C Programming Tutorial Part 19: Pointers and Arrays

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Apr 3, 2019 2:22 PM EDT)
  • Groups: Linux; Story Type: News Story
Up until now in this ongoing C programming tutorial series, we have briefly discussed the basics of pointers. There are, however, several more pointers related concepts that need to be discussed. So in this tutorial, we will be discussing the concept of pointers and arrays.

Automate password resets with PWM

  • Opensource.com (Posted by bob on Apr 3, 2019 12:48 PM EDT)
  • Story Type: News Story
One of the things that can be "death by a thousand cuts" for any IT team's sanity and patience is constantly being asked to reset passwords. The best way we've found to handle this is to ditch your hashing algorithms and store your passwords in plaintext so that your users can retrieve them at any time. Ha! I am, of course, kidding. That's a terrible idea. When your users forget their passwords, you'll still need to reset them. But is there a way to break free from the monotonous, repetitive task of doing it manually? read more

« Previous ( 1 ... 363 364 365 366 367 368 369 370 371 372 373 ... 1156 ) Next »