Showing headlines posted by bob

« Previous ( 1 ... 866 867 868 869 870 871 872 873 874 875 876 ... 1237 ) Next »

What makes up the Fedora kernel?

Every Fedora system runs a kernel. Many pieces of code come together to make this a reality. Each release of the Fedora kernel starts with a baseline release from the upstream community. This is often called a ‘vanilla’ kernel. The... Continue Reading →

Is Canonical the Victim of High Expectations?

  • Datamation; By Bruce Byfield (Posted by bob on Jun 30, 2016 6:36 AM EDT)
  • Story Type: News Story
From being the darling of open source, Canonical is closely and cynically scrutinized, its motives constantly questioned.

Can IBM Really Make a Business Out of Blockchain?

  • Fortune; By Jeff John Roberts (Posted by bob on Jun 30, 2016 4:53 AM EDT)
  • Story Type: News Story
You can mark 2016 as the year “blockchain” became a buzzword. It’s not as hollow as “cloud,” which marketers have rendered almost meaningless. But “blockchain” is now at the point where everyone and their dogs want a piece of it.

Peppermint 7 Released

Peppermint 7 launched a few days ago. Peppermint is a lightweight Ubuntu-based Linux distribution with an emphasis on speed and simplicity. Although the name is similar to Linux Mint, the projects aren't directly related.

Make Peace With Your Processes: Part 5

  • Linux.com - Original Content (Posted by bob on Jun 29, 2016 8:07 PM EDT)
  • Story Type: News Story; Groups: Linux
n previous articles in this series, we’ve whet our whistles with a quick look at the Process Table and pseudo filesystems, and we talked about /dev and /proc. Now let’s explore a few useful but unrelated command lines, which may save the day at some point.

Prepare to be hacked: Information security for small organizations

  • Opensource.com (Posted by bob on Jun 29, 2016 6:13 PM EDT)
  • Story Type: News Story
Information security is challenging, and can be breathtakingly expensive in money and staff energy. Smaller organizations may not have the money or staffing expertise to do the job right, even when the need is the greatest. At OSCON 2016, Kelsey Gilmore-Innis of Sexual Health Innovations (SHI) gave a really interesting talk on how her small nonprofit has done some creative thinking about security, and how that influences the deployment and operation of their application. read more

Setting Up an NFS Server and Client on CentOS 7.2

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jun 29, 2016 5:16 PM EDT)
  • Groups: Linux; Story Type: News Story
This guide explains how to set up an NFS server and an NFS client on CentOS 7. NFS stands for Network File System; through NFS, a client can access (read, write) a remote share on an NFS server as if it was on the local hard disk.

RPi 3 add-on loads up on sensors, wireless radios

Matrix Labs’ FPGA-driven “Matrix Creator” IoT daughter board for the Raspberry Pi 3 is loaded with sensors, 802.15.4 radios, and a mic array. The disc-shaped Matrix Creator add-on for the Raspberry Pi is based on AdMobilize’s successfully Kickstartered Matrix home automation and surveillance hub. AdMobilize spun off Matrix Labs, which has now built this cheaper, […]

5 SSH Hardening Tips

  • Linux.com - Original Content; By Carla Schroder (Posted by bob on Jun 29, 2016 1:27 PM EDT)
  • Story Type: News Story; Groups: Linux
When you look at your SSH server logs, chances are they are full of attempted logins from entities of ill intent. Here are 5 general ways (along with several specific tactics) to make your OpenSSH sessions more secure...

Avoiding bad practices in open source project management

  • Opensource.com (Posted by bob on Jun 29, 2016 12:30 PM EDT)
  • Story Type: News Story
During OpenStack Summit Austin, I had the chance to talk to some people about my experience on running open source projects. It turns out that after hanging out in communities and contributing to many projects for years, I may be able to provide some hindsight and an external eye to many of those who are new to it. read more

A first look at Google's Science Journal app

  • Opensource.com (Posted by bob on Jun 29, 2016 10:36 AM EDT)
  • Groups: Android; Story Type: News Story
Google recently announced the release of its Science Journal app, a tool intended to "inspire future makers and scientists." All you need to get started is an Android phone—it will make use of the sensors on your phone and offers a digital science notebook to record your findings. The app is free and slated to be released open source later this summer. read more

COMs run Android on quad- or octa-core Samsung SoCs

  • HackerBoards.com (Posted by bob on Jun 29, 2016 9:38 AM EDT)
  • Groups: Android; Story Type: News Story
Boardcon announced a pair of 70 x 58mm COMs that run Android on Samsung’s quad-core, Cortex-A9 S5P4418 and octa-core, Cortex-A53 S5P6818 SoCs. The MINI4418 and MINI6818 computer-on-modules are “compatible” with each other, as well as with Boardcon’s earlier MINI3288, which is based on the quad-core, Cortex-A17 Rockchip RK3288. The new COMs instead tap two Samsung […]

Container technologies in Fedora: systemd-nspawn

  • Fedora Magazine (Posted by bob on Jun 29, 2016 8:41 AM EDT)
  • Groups: Fedora; Story Type: News Story
Welcome to the “Container technologies in Fedora” series! This is the first article in a series of articles that will explain how you can use the various container technologies available in Fedora. This first article will deal with systemd-nspawn. What... Continue Reading →

No means no: Windows 10 nagware's red X will stop update -- Microsoft

Clicking on pop-up's close icon will postpone upgrade, Redmond exec promises Microsoft will change the controversial way it has been force-feeding people Windows 10 upgrades.…

DDoS Attack Powered by 25,000 CCTV Cameras

  • info security; By Phil Muncaster (Posted by bob on Jun 29, 2016 4:52 AM EDT)
  • Story Type: Security
Security researchers have revealed a unique new DDoS attack launched against a small business, which was powered entirely by thousands of compromised CCTV units. Sucuri founder Daniel Cid explained in a blog post that 25,513 IP addresses were spotted, with a plurality in Taiwan (24%), the US (12%) and Indonesia (9%) – although they spread out over 105 countries in total.

Make Peace With Your Processes: Part 4

  • Linux.com - Original Content; By Chris Binnie (Posted by bob on Jun 29, 2016 3:55 AM EDT)
  • Story Type: News Story; Groups: Linux
The principle of basing as much as possible on Unix-like systems around files is a well-advised approach. It could be said that this principle also extends to the Process Table, which I have discussed in previous articles in this series. Consider, for example, the treasure trove of gems to be found if you delve deeply into the “procfs” pseudo-filesystem, located in root level “/proc” on your filesystem.

Expansive Mini-ITX board runs Linux on Skylake

Axiomtek’s “MANO0500” Mini-ITX board supports 6th Gen Intel Core, Pentium, and Celeron CPUs, and offers three SATA, two GbE, and mini-PCIe with SIM. Mini-ITX boards are typically among the first form-factors to support new Intel Core chips along with COM Express modules. We’re not sure why Axiomtek, one of the more prolific of embedded vendors, […]

How to Install Nginx with PHP and MySQL (LEMP Stack) on CentOS 7.2

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jun 28, 2016 9:15 PM EDT)
  • Groups: PHP, MySQL, Linux; Story Type: News Story
Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on a CentOS 7.2 server with PHP support (through PHP-FPM) and MySQL (Mariadb) support.

How to configure networking in Linux

Connecting your Linux computer to a network is pretty straightforward, except when it is not. In this article I discuss the main network configuration files for Red Hat-based Linux distributions, and take a look at the two network startup services: the venerable network startup, and the controversial NetworkManager. read more

Meet Codemoji: Mozilla's New Game for Teaching Encryption Basics with Emoji

  • The Mozilla Blog (Posted by bob on Jun 28, 2016 12:40 PM EDT)
  • Story Type: News Story; Groups: Mozilla
🌂🐵?😓🌉?📒🏩💥🐵 👻😩📒📒🏂😓😁 The above message may seem like a random string of emoji. But not so: When decoded, it reads: “Encryption Matters.” Today, Mozilla is launching Codemoji, a fun, educational tool that introduces everyday Internet users to ciphers — the … Continue reading

« Previous ( 1 ... 866 867 868 869 870 871 872 873 874 875 876 ... 1237 ) Next »