Showing headlines posted by bob

« Previous ( 1 ... 421 422 423 424 425 426 427 428 429 430 431 ... 1198 ) Next »

5 Linux GUI Cloud Backup Tools

  • Linux.com - Original Content; By Jack Wallen (Posted by bob on Feb 23, 2019 3:24 PM CST)
  • Story Type: Reviews, Roundups; Groups: Cloud, Linux
What makes the cloud really important to users, is when it’s employed as a backup. Why is that such a game changer? By backing up to the cloud, you have access to those files, from any computer you have associated with your cloud account. And because Linux powers the cloud, many services offer Linux tools. Let’s take a look at five such tools. I will focus on GUI tools, because they offer a much lower barrier to entry to many of the CLI tools.

Taking System Monitoring to the Next Level: an Interview with Scalyr CEO Steve Newman

As computing ecosystems become more complex, monitoring and analyzing those often disconnected moving parts becomes increasingly challenging.

How to Install FreeIPA Client on CentOS 7

FreeIPA is a free and open source Identity, Policy, and Audit (IPA) suite sponsored by RedHat. It's an IPA solution, a combination of Linux (Fedora), 389 Directory Server, MIT Kerberos, NTP, DNS Bind, Dogtag, Apache web server, and Python.

Profs prep promising privacy-protecting proxy program... Yes, it is possible to build client-server code that safeguards personal info

  • The Register (Posted by bob on Feb 23, 2019 5:52 AM CST)
  • Story Type: News Story
Software framework teases shortcut to GDPR compliance Computer science boffins from Harvard and MIT have developed a software framework for building web services that respect privacy, provided app developers don't mind a minor performance hit.…

An introduction to spatial joins with QGIS

  • Opensource.com (Posted by bob on Feb 23, 2019 3:57 AM CST)
  • Story Type: News Story
QGIS is a free and open source geographic information system (GIS) that is extensible, interoperable with other GISes, and used by a ton of people (including me) who have geographic data to analyze and visualize. It's a great platform with an enormous set of capabilities, which can seem daunting on first approach. read more

WriteFreely: Start a blog, build a community

As more of our lives move online, we become dependent on large services with millions (or billions) of users to communicate with each other. Although we tend to notice problems only when these platforms change a policy, erect a paywall, or suffer a data breach, we can often feel how these mass-broadcast platforms don't always have our best interests in mind and often don't "connect" us in the ways they purport to. read more

Fun Little Tidbits in a Howling Storm (Re: Intel Security Holes)

Some kernel developers recently have been trying to work around the massive, horrifying, long-term security holes that have recently been discovered in Intel hardware. In the course of doing so, there were some interesting comments about coding practices.

5 things to master to be a DevOps engineer

  • Opensource.com (Posted by bob on Feb 22, 2019 4:31 PM CST)
  • Groups: Linux; Story Type: News Story
There's an increasing global demand for DevOps professionals, IT pros who are skilled in software development and operations. In fact, the Linux Foundation's Open Source Jobs Report ranked DevOps as the most in-demand skill, and DevOps career opportunities are thriving worldwide. read more

Developer happiness: What you need to know

A person needs the right tools for the job. There's nothing as frustrating as getting halfway through a car repair, for instance, only to discover you don't have the specialized tool you need to complete the job. The same concept applies to developers: you need the tools to do what you are best at, without disrupting your workflow with compliance and security needs, so you can produce code faster. read more

Using the NetworkManager’s DNSMasq plugin

  • Fedora Magazine (Posted by bob on Feb 22, 2019 8:02 AM CST)
  • Groups: Fedora; Story Type: News Story
The dnsmasq plugin is a hidden gem of NetworkManager. When using the plugin, instead of using whatever DNS nameserver is doled out by DHCP, NetworkManager will configure a local copy of dnsmasq that can be customized. You may ask, why would you want to do this? For me personally, I have two use cases: First, […]

How to Install Wiki.js on Ubuntu 18.04 LTS

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Feb 22, 2019 4:45 AM CST)
  • Groups: Ubuntu, Linux; Story Type: News Story
In this tutorial, we will walk you through the Wiki.js version 1 installation process on a Ubuntu 18.04 LTS operating system by using NGINX as a reverse proxy server, MongoDB as a database server, PM2 as a process manager and optionally you can secure transport layer by using acme.sh client and Let's Encrypt certificate authority to add SSL support.

Tiny, $29 IoT gateway SBC packs in WiFi and dual LAN ports

  • LinuxGizmos.com (Posted by bob on Feb 22, 2019 3:30 AM CST)
  • Groups: Linux; Story Type: News Story
FriendlyElec’s open-spec, 60 x 55.5mm “NanoPi R1” SBC runs mainline Linux on a quad -A7 Allwinner H3 and offers GbE and Fast Ethernet ports, WiFi/BT, 3x USB ports, and a standard metal case with antenna. FriendlyElec has launched a hacker board aimed at low-cost IoT gateway duty. The open-spec, Linux-driven NanoPi R1 combines 10/100 and […]

ST announces Cortex-A7/M4 hybrid SoC and OpenSTLinux distro

ST unveiled a Linux-driven “STM32MP1” SoC, which is its first Cortex-A chip and the first to run Linux. The STM32MP1 combines dual -A7 cores with a Cortex-M4 and will be available with several RPi compatible dev boards. STMicroelectronics announced its first Cortex-A SoC and first Linux- and Android-driven processor. The STM32MP1 SoC intends to ease […]

DevOps Training for Network Engineers

  • Linux.com - Original Content (Posted by bob on Feb 21, 2019 9:19 PM CST)
  • Story Type: Announcements; Groups: Linux
Linux Foundation training has announced a new course designed to provide network engineers with the skills necessary to start applying DevOps practices and leverage their expertise in a DevOps environment.

Natural disasters on the rise: How open data and tools can save lives

  • Opensource.com (Posted by bob on Feb 21, 2019 6:50 PM CST)
  • Story Type: News Story
If you've lived through a major, natural disaster, you know that during the first few days you'll probably have to rely on a mental map, instead of using a smartphone as an extension of your brain. Where's the closest hospital with disaster care? What about shelters? Gas stations? And how many soft story buildings—with their propensity to collapse—will you have to zig-zag around to get there? read more

The battle between real open source vs. faux open source heats up

  • ZDNet; By Steven J. Vaughan-Nichols (Posted by bob on Feb 21, 2019 5:36 PM CST)
  • Story Type: News Story
VIDEO: Is open-source past its prime? Does it need to be replaced? Some companies say yes, while others say nonsense!

The results from our past three Linux distro polls

Every year, we like to ask readers "What desktop distro do you prefer in 2019?" This year, the total votes tallied in at 5,641, and the winner was Fedora with 1,151 votes. Ubuntu was a very close second with 1,133 votes. From Sparky to Puppy to Gentoo ("how was that not on the list?"), readers weighed in. And, lots of folks mentioned their love of Pop! OS. read more

Testing Bash with BATS

Software developers writing applications in languages such as Java, Ruby, and Python have sophisticated libraries to help them maintain their software's integrity over time. They create tests that run applications through a series of executions in structured environments to ensure all of their software's aspects work as expected. read more

« Previous ( 1 ... 421 422 423 424 425 426 427 428 429 430 431 ... 1198 ) Next »