Showing headlines posted by bob

« Previous ( 1 ... 434 435 436 437 438 439 440 441 442 443 444 ... 1156 ) Next »

Popular programming languages, Audiophile Linux distro, GNU, Bash, Raspberry PI, DevOps, GIMP, and more

Here's what we were reading last week. More than 3,000 readers took our poll last week: How many programming languages have you used?. And more than two-thousand respondents say they've used 5 or more programming languages. Read on to see what else was popular on Opensource.com in the past week.

Intel Coffee Lake appears on 3.5-inch SBC

Avalue announced a Linux-friendly 3.5-inch “ECM-CFS” SBC with a choice of Intel’s 8th Gen “Coffee Lake” S-series processors plus triple display support, 2x GbE, 4x USB 3.1, 2x SATA, and mSATA. Avalue’s ECM-CFS is the first 3.5-inch board we’ve seen to feature Intel’s 8th Gen “Coffee Lake” processors, although Seco offers a 3.5-inch CCOMe-C30 carrier […]

The End of the Road: systemds "Socket" Units

  • Linux.com - Original Content; By Paul Brown (Posted by bob on Oct 1, 2018 9:58 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Sockets are used for two different processes to share data or for shuttling information from one machine to another and the network. They are extremely useful and the basis of things like FTP, real-time network chat systems, secure shells, and so on.

Scaling your developer community with plugins

Community managers care about growth in their community, but growing development communities is hard work. It's rare for developers to start contributing code to projects they've never worked with before—it's far more likely that your developers were (or still are) users of the project, too. read more

Linux shred Command Tutorial for Beginners (5 Examples)

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Oct 1, 2018 3:46 PM EDT)
  • Groups: Ubuntu, Linux; Story Type: News Story
This tutorial shows how to delete data safely on Linux by using the shred command. All examples in this article have been tested on an Ubuntu 18.04 LTS machine.

16 iptables tips and tricks for sysadmins

  • Opensource.com; By Gary Smith (Posted by bob on Oct 1, 2018 1:17 PM EDT)
  • Story Type: Security, Tutorial; Groups: Linux
Modern Linux kernels come with a packet-filtering framework named Netfilter. Netfilter enables you to allow, drop, and modify traffic coming in and going out of a system. The iptables userspace command-line tool builds upon this functionality to provide a powerful firewall, which you can configure by adding rules to form a firewall policy. iptables can be very daunting with its rich set of capabilities and baroque command syntax.

Microsoft liberates ancient MS-DOS source from the museum and sticks it in GitHub

  • The Register; By Richard Speed (Posted by bob on Oct 1, 2018 10:49 AM EDT)
  • Story Type: News Story; Groups: Microsoft
Remember 1981? You should... original author Tim Paterson found the source for MS-DOS 1.25 (along with a six-inch stack of assembly print-outs)... Turner has now uploaded the code to GitHub to make it easier to find, although he'd really like it if you didn't suggest modifications to the hand-crafted assembly.

Turn your book into a website and an ePub using Pandoc

  • Opensource.com; By Kiko Fernandez-Reyes (Posted by bob on Oct 1, 2018 8:04 AM EDT)
  • Story Type: Tutorial; Groups: Community
Pandoc is a command-line tool for converting files from one markup language to another. In my introduction to Pandoc, I explained how to convert text written in Markdown into a website, a slideshow, and a PDF.

Troubleshooting Node.js Issues with llnode

  • Linux.com - Original Content (Posted by bob on Oct 1, 2018 5:13 AM EDT)
  • Story Type: Interview; Groups: Linux
The llnode plugin lets you inspect Node.js processes and core dumps; it adds the ability to inspect JavaScript stack frames, objects, source code and more. At Node+JS Interactive, Matheus Marchini, Node.js Collaborator and Lead Software Engineer at Sthima, will host a workshop on how to use llnode to find and fix issues quickly and reliably

Mutagen Astronomy – Linux Vulnerability Hits CentOS, Debian, and Red Hat Distros

  • Latest Hacking News; By Aberah Hashim (Posted by bob on Oct 1, 2018 2:21 AM EDT)
  • Story Type: Security; Groups: Kernel
We discovered an integer overflow in the Linux kernel’s create_elf_tables() function: on a 64-bit system, a local attacker can exploit this vulnerability via a SUID-root binary and obtain full root privileges.

Android Phones are 10: For once, Google won fair and square

  • The Register; By Andrew Orlowski (Posted by bob on Sep 30, 2018 4:49 PM EDT)
  • Story Type: Editorial; Groups: Android
And they'll keep winning while everyone still wants Gmail and YouTube. Google has received massive fines for its recent stewardship of Android, but there was no conspiracy or underhand tactics about how it got there: Google won this monopoly on merit.…

Tim Berners-Lee tells us his radical new plan to upend the World Wide Web

  • Fast Company; By Katrina Brooker (Posted by bob on Sep 30, 2018 7:17 AM EDT)
  • Story Type: News Story
With an ambitious decentralized platform, the father of the web hopes it’s game on for corporate tech giants like Facebook and Google.

CLIP OS, fighting bias and diagnosing cancer with AI, Consul open source citizen participation platform, and more news

  • Opensource.com (Posted by bob on Sep 30, 2018 3:29 AM EDT)
  • Groups: IBM; Story Type: News Story
In this edition of our open source news roundup, we take a look France's new secure operating system, IBM's bias-hunting toolkit, using open source AI to diagnose cancer, and more. French security agency releases CLIP OS The National Cybersecurity Agency of France takes digital protection very seriously — so seriously, in fact, that the organization has its own secure operating system, which it's open sourced. read more

Microsoft gets ready to kill Skype Classic once again: 'This time we mean it'

Remember remember the first of November Skype 7 (aka Classic) has finally run out of lives. Microsoft yesterday announced plans to kill it off once and for all in an update to a two-month-old blog-post.…

What containers can teach us about DevOps

  • Opensource.com (Posted by bob on Sep 29, 2018 7:51 PM EDT)
  • Story Type: News Story
One can argue that containers and DevOps were made for one another. Certainly, the container ecosystem benefits from the skyrocketing popularity of DevOps practices, both in design choices and in DevOps’ use by teams developing container technologies. Because of this parallel evolution, the use of containers in production can teach teams the fundamentals of DevOps and its three pillars: The Three Ways. Principles of flow Container flow read more

Weekend Reading: Containers

The software enabling this technology comes in many forms, with Docker as the most popular. The recent rise in popularity of container technology within the data center is a direct result of its portability and ability to isolate working environments, thus limiting its impact and overall footprint to the underlying computing system. To understand the technology completely, you first need to understand the many pieces that make it all possible. Join us this weekend as we learn about Containers.

Mega-bites of code: Python snakes into 1st place for cyber-attacks

  • The Register (Posted by bob on Sep 29, 2018 4:02 PM EDT)
  • Groups: Python; Story Type: News Story
Hackers share general public's love of popular programming language Python, either the world's most popular programming language or a close runner up, turns out to be the most widely used language for hacking tools.…

Linus Torvalds answers 5 questions in BBC letter

  • ZDNet; By Steven J. Vaughan-Nichols (Posted by bob on Sep 29, 2018 12:14 PM EDT)
  • Story Type: News Story; Groups: Kernel, Linux
Video: In an e-mail to the BBC, Torvalds comes over as a voice of reason in the heated Linux Code of Conduct fights.

Sync your teeth into power browser Vivaldi's largest update so far

  • The Register; By Andrew Orlowski (Posted by bob on Sep 29, 2018 8:25 AM EDT)
  • Story Type: News Story; Groups: Community
Encrypted sync and faster – up next is Mail and a phone version, CEO promises Interview. This week the Vivaldi browser received its biggest update, adding secure sync across devices and making many operations speedier.…

« Previous ( 1 ... 434 435 436 437 438 439 440 441 442 443 444 ... 1156 ) Next »