Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 ... 7359 ) Next »

Ansible Tower 3.3 arrives to make DevOps easier than ever

  • ZDNet; By Steven J. Vaughan-Nichols (Posted by bob on Sep 14, 2018 6:51 PM EDT)
  • Story Type: News Story; Groups: Red Hat
Video: This new version features more control, greater scalability, better container support, and can now be run on Red Hat's OpenShift Container Platform.

Convert files at the command line with Pandoc

Pandoc is a command-line tool for converting files from one markup language to another. Markup languages use tags to annotate sections of a document. Commonly used markup languages include Markdown, ReStructuredText, HTML, LaTex, ePub, and Microsoft Word DOCX. In plain English, Pandoc allows you to convert a bunch of files from one markup language into another one. Typical examples include converting a Markdown file into a presentation, LaTeX, PDF, or even ePub. read more

Lights, Camera, Open Source: Hollywood Turns to Linux for New Code Sharing Initiative

In looking to code smarter, faster and more efficiently, developers across the globe and industries are turning to open-source components that allow them to add powerful features to their work without having to write everything from scratch themselves. One of the latest groups to embrace the Open Source movement is the entertainment industry...

Freespire Linux: A Great Desktop for the Open Source Purist

  • Linux.com; By Jack Wallen (Posted by bob on Sep 14, 2018 1:48 PM EDT)
  • Story Type: News Story; Groups: Linux
If you’re a purist, you probably strive to only use open source tools on your desktop. But how do you know, for certain, that your distribution only includes open source software? Fortunately, a few distributions go out of their way to only include applications that are 100% open. One such distro is Freespire.

Give Fedora Silverblue a test drive

  • Fedora Magazine (Posted by bob on Sep 14, 2018 12:34 PM EDT)
  • Groups: Fedora; Story Type: News Story
Fedora Silverblue is a new variant of Fedora Workstation with rpm-ostree at its core to provide fully atomic upgrades.  Furthermore, Fedora Silverblue is immutable and upgrades as a whole, providing easy rollbacks from updates if something goes wrong. Fedora Silverblue is great for developers using Fedora with good support for container-focused workflows. Additionally,  Fedora Silverblue […]

How to Install Skype on Ubuntu 18.04 LTS

  • vitux.com; By Karim Buzdar (Posted by vitux on Sep 14, 2018 11:19 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
In this article, we will show you how to install Skype on an Ubuntu 18.04 LTS system both through the command line and the graphical user interface.

Linux pgrep Command Tutorial for Beginners (10 Examples)

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Sep 14, 2018 10:05 AM EDT)
  • Groups: Linux; Story Type: News Story
You might already know about the grep command in Linux, which searches for a pattern, and then prints the matching text in output. What if the requirement is to apply this kind of processing to fetch select information about processes currently running in the system?

A day in the life of a log message

  • Opensource.com (Posted by bob on Sep 14, 2018 8:51 AM EDT)
  • Story Type: News Story
Chaotic systems tend to be unpredictable. This is especially evident when architecting something as complex as a distributed system. Left unchecked, this unpredictability can waste boundless amounts of time. This is why every single component of a distributed system, no matter how small, must be designed to fit together in a streamlined way. read more

8 Lesser Known Yet Awesome Text Editors

Irrespective of the operating system used, the text editor is one of those quintessential applications for many users. A text editor is software used for editing plain text files. Text editors are used to write programming code, change configuration files, take notes, and more.

Life is Strange: Before the Storm Is Out Now for Linux and macOS

  • Softpedia; By Marius Nestor (Posted by hanuca on Sep 14, 2018 5:20 AM EDT)
  • Story Type: News Story; Groups: Games
UK-based video games publisher Feral Interactive announced today the availability of the Life is Strange: Before the Storm adventure video game for the Linux and macOS platforms.

How to Install R on CentOS 7

  • linuxize.com; By linuxize (Posted by linuxize on Sep 14, 2018 4:06 AM EDT)
  • Story Type: Tutorial
This tutorial will teach you how to install R on an CentOS 7. R is a fast growing open source programming language and free environment that specializes in statistical computing and graphics representation.

KDE Plasma 5.14 Desktop Environment Enters Beta with New Features, Improvements

  • Softpedia; By Marius Nestor (Posted by hanuca on Sep 14, 2018 2:52 AM EDT)
  • Story Type: News Story; Groups: KDE
Today, the KDE Project announced the beta release of the upcoming KDE Plasma 5.14 desktop environment for Linux-based operating systems, a major release that adds new features and lots of improvements across several core components.

OpenDaylight Advances Open Source Software Defined Networking in Fluorine Release

  • Enterprise Networking Planet; By Sean Michael Kerner (Posted by red5 on Sep 14, 2018 1:37 AM EDT)
  • Story Type: News Story; Groups: Community
Ninth release of Linux Foundation's SDN effort improves security, service function chaining and IP transport.

Plasma 5.14 Beta Updates Discover, KWin and Adds New Widgets

  • KDE.news; By Jonathan Riddell (Posted by bob on Sep 14, 2018 12:23 AM EDT)
  • Story Type: Announcements; Groups: KDE, Linux
Thursday, 13 September 2018. Today KDE launches the beta release of Plasma 5.14. Plasma is KDE's lightweight and full featured Linux desktop. For the last three months we have been adding features and fixing bugs and now invite you to test the beta pre-release of Plasma 5.14.

How to Set Up System Locale on Ubuntu 16.04

  • https://www.rosehosting.com; By RoseHosting (Posted by RoseHosting on Sep 13, 2018 11:09 PM EDT)
  • Groups: Linux, Ubuntu
Operating systems all now provide support for almost all languages and locales. Due to the widespread use of servers and computers all over the world, creating support for languages other than English was inevitable.

A Look at KDE's KAlgebra

Many of the programs I've covered in the past have have been desktop-environment-agnostic—all they required was some sort of graphical display running. This article looks at one of the programs available in the KDE desktop environment, KAlgebra.

Use CAT Command to Combine Text Files in Ubuntu 18.04

  • vitux.com; By Karim Buzdar (Posted by vitux on Sep 13, 2018 8:40 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
The CAT command in Linux is not only helpful in creating text files, displaying their contents, but also in merging text from two or more text files. In this tutorial, you will learn the use of the CAT command to combine text from two or more files into a single one.

Linux objdump Command Explained for Beginners (7 Examples)

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Sep 13, 2018 7:26 PM EDT)
  • Groups: Linux; Story Type: News Story
If you are into programming on Linux and your work revolves around compilers, there are a handful of command line utilities that you should be aware of. One such tool is objdump.

Get started with REST services with Apache Camel

REST services are becoming an increasingly popular architectural style for connecting modern systems with the cloud and to each other as the need for flexible APIs and microservices grows. With Apache Camel, you can write REST services easier and quicker using the REST domain-specific language (DSL). During a poster session at the Grace Hopper Celebration of Women in Computing (September 26 - 28, 2018 in Houston), we will walk audiences through developing their first Camel route using the REST DSL. read more

Encrypt A Drive With VeraCrypt in Linux

  • linuxconfig.org; By Nick Congleton (Posted by linuxer on Sep 13, 2018 4:57 PM EDT)
  • Story Type: Tutorial; Groups: Linux
TrueCrypt was known as a gold standard in filesystem encryption. It was known for providing excellent encryption options, including hidden encrypted volumes. That's something the LUKS can't do. TrueCrypt has been abandoned, but it's been forked into VeraCrypt.

« Previous ( 1 ... 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 ... 7359 ) Next »