Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 ... 7359 ) Next »

FDA releases open source code, open source software gets emotional, and more news

In this edition of our open source news roundup, we take a look at two open source companies getting funding, the FDA open sources app code, Barcelona upping its open source investment, and more. Open source firms finish funding rounds In the last two weeks, IBM's acquisition of Red Hat led the open source business headlines. But two other companies that develop open source software also made some bold financial moves that filled their coffers quite nicely. read more

How Microsoft Ignores Millions of Windows 10 Version 1809 Users

Windows 10 October 2018 Update (version 1809) is without a doubt one of the buggiest releases in a long time, and the way Microsoft handles its very own blunder shows the company still has a lot to learn both from its rivals and from customers who have been sending their feedback for so long.

Bash For Loop

  • linuxize.com; By linuxize (Posted by linuxize on Nov 10, 2018 2:52 PM EDT)
  • Groups: Linux
Loops are one of the fundamental concepts of programming languages. Loops are handy, if you want to run series of commands over and over again, until a condition situation is reached. In scripting languages such as Bash, loops are useful for automating repetitive tasks.

Android Oreo dev kit showcases the Snapdragon 670

Intrinsyc’s Android 8.0 driven Open-Q 670 HDK mobile development kit for the octa-core Snapdragon 670 SoC features a 5.65-inch touchscreen, 6GB LPDDR4, 6GB eMMC, WiFi, BT, GPS, NFC, and optional camera and sensor boards. The 170 x 170mm, Mini-ITX form-factor Open-Q 670 HDK is one of Intrynsic’s Android mobile “open frame” kits with a smartphone […]

Stealth and hacking game 'OFF GRID' fully funded and heading to Linux

  • GamingOnLinux.com; By Liam Dawe (Posted by liamdawe on Nov 10, 2018 11:04 AM EDT)
  • Story Type: News Story; Groups: Games
OFF GRID, a stealth and hacking game about privacy and mass surveillance managed to get funded on Kickstarter and so it's coming to Linux.

Comments In BASH - Learn BASH | Part 3

  • LinuxAndUbuntu.com; By Mohd Sohail (Posted by MohdSohail on Nov 10, 2018 9:09 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Welcome to chapter three of BASH scripting series. Today we'll dive into a very important topic in programming called comment. Comment, in programming, is somewhat different from the online world of the Internet where you read an article or a blog and then throw some of your opinions or applaud the author in the comment section.

VMware Buys Kubernetes-based Heptio to Boost Its Multi-Cloud Strategy

Another important open source company has been picked up by a big proprietary player. This time it's the Seattle-based Kubernetes-focused Heptio, which is being acquired by the virtualization giant VMware. The deal was announced on Tuesday at VMworld Europe in Barcelona, just a little over a week after IBM picked up Red Hat for a cool $33 billion. Details of the sale are not being made public.

Must-Have Tools for Writers on the Linux Platform

  • Linux.com; By Jack Wallen (Posted by bob on Nov 10, 2018 5:20 AM EDT)
  • Story Type: News Story; Groups: Linux
A perfect storm of Linux evolution and web-based tools have made it such that any writer can get the job done (and done well) on Linux. But what tools will you need? You might be surprised to find out that, in some instances, the job cannot be efficiently done with 100% open source tools. Even with that caveat, the job can be done. Let’s take a look at the tools I’ve been using as both a tech writer and author of fiction.

How To Use Dropbox On Non-Ext4 Filesystems (Btrfs, Ext3, XFS, ZFS, Etc.) On Linux

In case you can't switch to a different cloud storage provider or use an Ext4 filesystem without eCryptfs for your Dropbox folder location, you can use a simple tool, called dropbox-filesystem-fix, that works around this Dropbox limitation, allowing the Dropbox desktop client to continue synchronizing files, no matter the filesystem type in use.

Removing Duplicate PATH Entries

The goal here is to remove duplicate entries from the PATH variable. But before I begin, let's be clear: there's no compelling reason to to do this. The shell will, in essence, ignore duplicates PATH entries; only the first occurrence of any one path is important. Two motivations drive this exercise. The first is to look at an awk one-liner that initially doesn't really appear to do much at all. The second is to feed the needs of those who are annoyed by such things as having duplicate PATH entries.

How to Install Open Source Social Network (OSSN) on Ubuntu 18.04 LTS

Open Source Social Network (OSSN) is a free and open source social networking software written in PHP. It is used to create your own social network website and build relationships with your members. In this tutorial, we will be going to learn how to install Open Source Social Network on Ubuntu 18.04 LTS server.

Developers are the new kingdom builders

Stephen O'Grady's The New Kingmakers is a great book that explains why developers are a business' most important assets. O'Grady says developers are shaping products in new ways, and organizations that understand and embrace the value of this shift will be the most successful in the coming years. He shows how developers today are making the decisions, not the traditional IT decision-makers of prior years. Developers have the power to make or break a business, whether by their experience, their talent, or their passion.

RISC-V Linux development in full swing

All signs point to a happy marriage between Linux and RISC-V. At Embedded Linux Conference Europe, Comcast’s Khem Raj gave a presentation that strengthens the case. Most Linux users have heard about the open source RISC-V ISA and its potential to challenge proprietary Arm and Intel architectures. Most are probably aware that some RISC-V based […]

7 reasons I love open source

  • Opensource.com; By Colin Eberhardt (Posted by bob on Nov 9, 2018 5:54 PM EDT)
  • Story Type: Editorial; Groups: Community
Here's why I spend so much of my time—including evenings and weekends—on GitHub, as an active member of the open source community. I’ve worked on everything from solo projects to small collaborative group efforts to projects with hundreds of contributors. With each project, I’ve learned something new.

How to Mount and Unmount File Systems in Linux

On Linux and UNIX operating systems you can use the mount command to attach (mount) file systems and removable devices such as USB flash drives at a particular mount point in the directory tree. The umount command detaches (unmounts) the mounted file system from the directory tree.

How Do You Appreciate Fedora?

This week is the first annual Fedora Appreciation Week. As an extension of the How Do You Fedora? series, this article presents how past interviewees appreciate Fedora. The Fedora Project defines four common values that it encourages all contributors and community members to uphold. Those values are known as the Four Foundations. One such value, Friends, represents […]

Import your files from closed or obsolete applications

  • Opensource.com; By Don Watkins (Posted by bob on Nov 9, 2018 1:08 PM EDT)
  • Story Type: Editorial; Groups: Community
One of the biggest risks with using proprietary applications is losing access to your digital content if the software disappears or ends support for old file formats. Moving your content to an open format is the best way to protect yourself from being locked out due to vendor lock-in and for that, the Document Liberation Project (DLP) has your back.

Essential System Tools: journalctl – query and display messages from the journal

journalctl is used for querying and displaying messages from the journal. Since the journal comprises of one or more binary files, journalctl is the standard way to read messages from it.

Install and Deploy Kubernetes on Ubuntu 18.04 LTS

Kubernetes is an open-source container management system for Docker containers. In this tutorial, we will explain how to install Kubernetes on an Ubuntu system and also deploy Kubernetes on a two-node Ubuntu cluster.

How to Generate a Self-Signed SSL Certificate on Linux

SSL is on a lot of people’s minds today. With free Let’s Encrypt certificates becoming extremely common, there’s no reason for anyone to not use SSL – not to mention the search ranking benefits, and the fact that browsers will trust your site.

« Previous ( 1 ... 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 ... 7359 ) Next »