Showing headlines posted by bob

« Previous ( 1 ... 438 439 440 441 442 443 444 445 446 447 448 ... 1156 ) Next »

After Years of Abusive E-mails, the Creator of Linux Steps Aside

  • The New Yorker; By Noam Cohen (Posted by bob on Sep 22, 2018 11:28 AM EDT)
  • Story Type: News Story; Groups: Kernel
After years of verbally abusing programmers who contribute to the Linux operating-system kernel he created, the celebrated coder Linus Torvalds is stepping aside and says he is getting help.

Weekend Reading: Scary Tales from the Server Room

It's always better to learn from someone else's mistakes than from your own. This weekend we feature Kyle Rankin and Bill Childers as they tell stories from their years as systems administrators. It's a win-win: you get to learn from their experiences, and they get to make snide comments to each other. 

Top Linux Distros for Software Developers

  • DevPro; By Bernadette Wilson (Posted by bob on Sep 22, 2018 6:25 AM EDT)
  • Groups: Distributions
If you’re ready to try Linux for programming, the next step is to choose which Linux distribution (aka distro) to use. In general, Linux operating systems are flexible, they offer a variety of tools and emulate a wide variety of environments, and they’re backed by active communities. But specifically, each Linux distro has its own features that may appeal more to you as a software developer. Here are the most popular Linux distros...

With Linux’s founder stepping back, will the community change its culture?

  • The Verge; By Adi Robertson (Posted by bob on Sep 22, 2018 4:31 AM EDT)
  • Story Type: News Story; Groups: Kernel
Earlier this week, the Linux community got an unusual message from Linux’s creator, Linus Torvalds. “This week people in our community confronted me about my lifetime of not understanding emotions,” wrote Torvalds in a Linux update email.

Deepin Linux: As Gorgeous As It Is User-Friendly

  • Linux.com; By Jack Wallen (Posted by bob on Sep 21, 2018 10:48 PM EDT)
  • Story Type: News Story; Groups: Linux
For the longest time, Deepin Linux was based on Ubuntu. But with the release of 15.7, that all changed. Now, Deepin’s foundation is Debian, but the desktop is still that beautiful Deepin Desktop. And when I say it’s beautiful, it truly is one of the most gorgeous desktop environments you’ll find on any operating system.

Rugged, Linux-ready transportation PC has four SIM slots

Nexcom’s Apollo Lake based “VTC 6220-BK” in-vehicle PC features triple displays, 2x SATA bays, 3x GbE with optional PoE, Ublox GPS, and 4x mini-PCIe or M.2 slots paired with SIM slots. Intel-based in-vehicle computers have been around for a while — here’s a Linux-friendly Kontron model from 2004 -– but over the last year or […]

FOSS Project Spotlight: Nitrux, a Linux Distribution with a Focus on AppImages and Atomic Upgrades

Nitrux is a Linux distribution with a focus on portable, application formats like AppImages. Nitrux uses KDE Plasma 5 and KDE Applications, and it also uses our in-house software suite Nomad Desktop.

Linux pkill Command Tutorial for Beginners (5 Examples)

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Sep 21, 2018 3:10 PM EDT)
  • Groups: Linux; Story Type: News Story
In Linux, if you need to kill a process (for whatever reason) through the command line, you can you use the kill command, which requires you to pass as input the ID of the process you're trying to terminate. But did you know there also exists a way to kill processes without specifying their PIDs?

Top 3 benefits of company open source programs

  • Opensource.com (Posted by bob on Sep 21, 2018 12:19 PM EDT)
  • Groups: Red Hat; Story Type: News Story
Many organizations, from Red Hat to internet-scale giants like Google and Facebook, have established open source programs (OSPO). The TODO Group, a network of open source program managers, recently performed the first annual survey of corporate open source programs, and it revealed some interesting findings on the actual benefits of open source programs. read more

How Writing Can Expand Your Skills and Grow Your Career

  • Linux.com; By Amber Ankerholz (Posted by bob on Sep 21, 2018 10:53 AM EDT)
  • Story Type: News Story; Groups: Linux
“even if you don't consider yourself to be ‘a writer,’ you should consider writing about your open source contributions, project, or community.” Writing can be a great way to share knowledge and engage others in your work, but it has personal benefits as well. It can help you meet new people, learn new skills, and improve your communication style.

Control your data with Syncthing: An open source synchronization tool

  • Opensource.com (Posted by bob on Sep 21, 2018 9:39 AM EDT)
  • Groups: Cloud; Story Type: News Story
These days, some of our most important possessions—from pictures and videos of family and friends to financial and medical documents—are data. And even as cloud storage services are booming, so there are concerns about privacy and lack of control over our personal data. From the PRISM surveillance program to Google letting app developers scan your personal emails, the news is full of reports that should give us all pause regarding the security of our personal information. read more

What is Istio?

  • Opensource.com (Posted by bob on Sep 21, 2018 5:56 AM EDT)
  • Groups: Red Hat; Story Type: News Story
One of the key metrics or performance indicator of a microservices software architecture and environment is lead time (the amount of time it takes to get from idea to production). Many things have an impact on lead time, such as decision-making time, how quickly the code can be implemented, testing, continuous integration, etc. [This is part one of my ten-part Introduction to Istio series, originally published on Red Hat Developers.] read more

Building a Secure Ecosystem for Node.js

At Node+JS Interactive, attendees collaborate face to face, network, and learn how to improve their skills with JS in serverless, IoT, and more. Stephanie Evans, Content Manager for Back-end Web Development at LinkedIn Learning, will be speaking at the upcoming conference about building a secure ecosystem for Node.js. Here she answers a few questions about teaching and learning basic security practices.

Slim signage player features Radeon E8860 GPU and six HDMI ports

Ibase’s high-end “SI-626” signage player runs Windows or Linux on 7th or 6th Gen Intel Core CPUs with Radeon E8860 graphics, and offers 6x HDMI 1.4b ports, EDID remote management, and a 30mm profile. Ibase’s new SI-626 digital signage and video wall player combines high-end functionality with a slim 30mm height .........

Python 3.7 beginner's cheat sheet

The Python programming language is known for its large community and diverse extension menu, but much is packed into the language itself. This cheat sheet rounds up a few built-in pieces to get new Python programmers started. Download the Python 3.7 beginner's cheat sheet read more

Investigating Some Unexpected Bash coproc Behavior

Recently while refreshing my memory on the use of Bash's coproc feature, I came across a reference to a pitfall that described what I thought was some quite unexpected behavior. This post describes my quick investigation of the pitfall and suggests a workaround (although I don't really recommend using it).

How to Encrypt USB Drive on Ubuntu 18.04 LTS

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Sep 20, 2018 12:37 PM EDT)
  • Groups: Ubuntu, Linux; Story Type: News Story
Encryption is the best way to protect your important documents personal info and other credentials. In this tutorial, we will learn how to encrypt your USB drive with LUKS on Ubuntu 18.04 LTS.

8 Python packages that will simplify your life with Django

Django developers, we're devoting this month's Python column to packages that will help you. These are our favorite Django libraries for saving time, cutting down on boilerplate code, and generally simplifying our lives.

« Previous ( 1 ... 438 439 440 441 442 443 444 445 446 447 448 ... 1156 ) Next »