Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 ... 7359 ) Next »

Cleaning up after Spectre and Meltdown: figuring out how badly the patch slowed down your servers

Now that you're (hopefully) all patched and safe from the Spectre and Meltdown vulnerabilities, how do you figure out how bad the performance hit on your Linux servers was? This is a quick guide to get you up and running with a multi-host collectd performance metrics monitoring system.

diff -u: Speeding Up the Un-Speed-Up-able

Sometimes kernel developers can work in parallel for years without realizing it. It's one of the inefficiencies of a distributed system that tends to work out as a benefit when you have enough contributors to be able to spare the extra labor—it's sort of a "with enough eyeballs, all bugs are shallow" kind of thing.

Start a blog in 30 minutes with Hugo, a static site generator written in Go

  • Opensource.com (Posted by bob on Mar 27, 2018 7:01 PM EDT)
  • Story Type: News Story
Do you want to start a blog to share your latest adventures with various software frameworks? Do you love a project that is poorly documented and want to fix that? Or do you just want to create a personal website? read more

GoScanSSH malware targets Linux systems but avoids government servers

  • CSO Online; By Ms. Smith (Posted by MLD67 on Mar 27, 2018 5:46 PM EDT)
  • Groups: Linux
GoScanSSH, a new strain of malware written in Golang (Go), has been targeting Linux-based SSH servers exposed to the internet — as long as those systems do not belong to the government or military.

Protecting Code Integrity with PGP -- Part 7: Protecting Online Accounts

  • Linux.com; By Konstantin Ryabitsev (Posted by bob on Mar 27, 2018 4:32 PM EDT)
  • Story Type: News Story; Groups: Linux
You may have noticed how a lot of your online developer identity is tied to your email address. If someone can gain access to your mailbox, they would be able to do a lot of damage to you personally, and to your reputation as a free software developer. Protecting your email accounts is just as important as protecting your PGP keys.

Valve to open source 'GameNetworkingSockets' to help developers with networking, Steam not required

In a rather helpful move for developers, Valve is about to open source 'GameNetworkingSockets' and it won't require Steam.

How to Setup High Availability with Heartbeat and DRBD on Ubuntu 16.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Mar 27, 2018 2:03 PM EDT)
  • Groups: Ubuntu, Linux; Story Type: News Story
In this tutorial, we will learn how to achieve high availability of MariaDB using Heartbeat and DRBD on Ubuntu 16.04 server. Heartbeat and DRBD both are used for a cluster solution for any application using two servers. Both servers are work in active and passive mode, one server will work at the same time and another server as a backup server.

How to build a digital pinhole camera with a Raspberry Pi

At the tail end of 2015, the Raspberry Pi Foundation surprised the world by releasing the diminutive Raspberry Pi Zero. What's more, they gave it away for free on the cover of the MagPi magazine. I immediately rushed out and trawled around several newsagents until I found the last two copies in the area. I wasn't sure what I would use them for, but I knew their small size would allow me to do interesting projects that a full-sized Pi could not satisfy. read more

Reliable IoT event logging with syslog-ng

For any device connected to the internet or a network, it's essential that you log events so you know what the device is doing and can address any potential problems. Increasingly those devices include Internet of Things (IoT) devices and embedded systems. read more

Krita Version 4.0 Released With Improved Vector Tools

  • ITSFOSS.COM; By Derick Sullivan Lobga (Posted by elobga on Mar 27, 2018 10:28 AM EDT)
  • Story Type: News Story
Krita, one of the best free and open source cross-platform digital painting application has released it's version 4.0. It comes with many improvements and new features. Krita runs on Linux distros, Windows and MacOS. See changes in the post below.

Happy 25th birthday Red Hat Linux!

  • ZDNet; By Steven J. Vaughan-Nichols (Posted by bob on Mar 27, 2018 9:14 AM EDT)
  • Story Type: News Story; Groups: Linux, Red Hat
25 years ago, in Bob Young wife's sewing room, the most successful of all Linux and open-source software companies got its start. Young and current Red Hat CEO Jim Whitehurst share their thoughts on Red Hat's journey.

Loop better: A deeper look at iteration in Python

  • Opensource.com (Posted by bob on Mar 27, 2018 7:36 AM EDT)
  • Groups: Python; Story Type: News Story
Python's for loops don't work the way for loops do in other languages. In this article we're going to dive into Python's for loops to take a look at how they work under the hood and why they work the way they do. Looping gotchas We're going to start off our journey by taking a look at some "gotchas." After we've learned how looping works in Python, we'll take another look at these gotchas and explain what's going on. read more

How to Easily Read a Linux Man Page

  • Make Tech Easier; By Casey Houser (Posted by damien on Mar 27, 2018 6:22 AM EDT)
  • Story Type: Tutorial; Groups: Linux
One of the most important skills you can learn as a Linux user is how to use a manual page, or “man page.” Linux Man pages are fairly easy to tackle. This article will introduce you to those simple documents.

Huawei P20 Final Specs Leaked Ahead of March 27 Launch, Comes with Android 8.1

The final specs of the soon-to-be-unveiled Huawei P20 line-up appear to have been leaked online ahead of tomorrow's official launch, giving us a glimpse of what to expect from the Android-powered smartphones.

How to create an open source stack using EFK

  • Opensource.com (Posted by bob on Mar 27, 2018 3:53 AM EDT)
  • Story Type: News Story
Managing an infrastructure of servers is a non-trivial task. When one cluster is misbehaving, logging in to multiple servers, checking each log, and using multiple filters until you find the culprit is not an efficient use of resources. read more

Linux Mint Announces New MintBox Mini 2, Mozilla Plans to Add Ad Blocking to Firefox, Slax New Version and More

News briefs for March 26, 2018.

Linux more Command Tutorial for Beginners (5 Examples)

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Mar 27, 2018 1:25 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Sometimes, while working on the command line, you'll see outputs produced by commands in certain cases are so large that they don't fit into the screen area, and hence, you get to see only the last part of the output (as the initial part scrolls past the screen). Thankfully, there are utilities that are specifically designed to help you in such cases, and one of them is more.

TLS 1.3 Encryption Standard Moves Forward, Improving Internet Security

A decade after the last SSL/TLS web encryption standard was released, the IETF has finally settled on the 28th draft of the TLS 1.3 standard to be the next major protocol for internet security. The new standard aims to provide improved security and cryptographic assurances for the internet.

Launching External Processes in Python

Think it's complex to connect your Python program to the UNIX shell? Think again!

Digitizing VHS with Linux, creating a Bash completion script, Ansible, home automation, and more

  • Opensource.com; By Rikki Endsley (Posted by bob on Mar 26, 2018 9:42 PM EDT)
  • Story Type: Roundups; Groups: Linux
Last week our most popular articles covered a spectrum of fun and practical uses for technology at home and in the workplace. Here's the list of reader favorites from March 19-25.

« Previous ( 1 ... 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 ... 7359 ) Next »