Showing headlines posted by bob

« Previous ( 1 ... 441 442 443 444 445 446 447 448 449 450 451 ... 1156 ) Next »

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 […]

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

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.

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.

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

Create and publish video with open source Kaltura editor

  • Opensource.com (Posted by bob on Sep 13, 2018 2:28 PM EDT)
  • Story Type: News Story
Video has long been an integral part of education—back in the day, movies shown on huge reel-to-reel projectors were wheeled into classrooms to supplement teaching. read more

How to collaborate on docs stored on your WebDAV server with ONLYOFFICE

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Sep 13, 2018 1:14 PM EDT)
  • Groups: Linux, Apache; Story Type: News Story
This guide explains how to connect your WebDAV server to ONLYOFFICE and edit and collaborate on documents online. WebDAV stands for Web-based Distributed Authoring and Versioning and is a set of extensions to the HTTP protocol that allows users to directly edit files on the Apache server so that they do not need to be downloaded/uploaded via http://FTP.

Chromebooks gain faff-free access to Windows file shares sans Samba

SMB built in from ChromeOS 70. At its best without passwords. Oops Google’s Chrome OS tanks crept a little further along Microsoft’s manicured Enterprise lawns with hints that Windows file share support will arrive out-of-the-box in an upcoming version of Chrome OS.…

Tabs or spaces? Spaces, obviously, but how many?

  • Opensource.com (Posted by bob on Sep 13, 2018 10:45 AM EDT)
  • Story Type: News Story
Depending on who you ask, it's either the silliest or the most important question when it comes to coding style: tabs or spaces? When we asked you, our readers, the question last summer, spaces came out on top. That said, it's a nuanced question where things like programming language, editor, and project style all should play a role. read more

Support for a LoRaWAN Subsystem

Sometimes kernel developers find themselves competing with each other to get their version of a particular feature into the kernel. But sometimes developers discover they've been working along very similar lines, and the only reason they hadn't been working together was that they just didn't know each other existed.

RK3399 based 96Boards SBC starts at $99

Vamrs has begun shipping the “Rock960” — the first 96Boards SBC based on the hexa-core Rockchip RK3399. The community-backed SBC sells for $99 (2GB/16GB) or $139 (4GB/32GB). Shortly before Shenzhen-based Vamrs Limited launched a Rockchip RK3399 Sapphire SBC in Nov. 2017, the company announced a similarly open-spec Rock960 SBC that uses the same Rockchip RK3399 […]

5 examples of Prometheus monitoring success

  • Opensource.com (Posted by bob on Sep 12, 2018 11:36 PM EDT)
  • Story Type: News Story
Prometheus is an open source monitoring and alerting toolkit for containers and microservices. The project is a hit with lots of different organizations regardless of their size or industrial sector. The toolkit is highly customizable and designed to deliver rich metrics without creating a drag on system performance. Based on the organizations that have adopted it, Prometheus has become the mainstream, open source monitoring tool of choice for those that lean heavily on containers and microservices. read more

How to Setup Apache Subversion with HTTPS Letsencrypt on CentOS 7

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Sep 12, 2018 10:22 PM EDT)
  • Groups: Linux, Apache; Story Type: News Story
Apache Subversion or SVN is open source versioning and revision control software. In this article, we show you how to set up Apache Subversion on the latest CentOS 7 server. We install and configure the svn software with Apache as web server, secure it with Let's encrypt and activate "Basic Authentication" for users.

Injecting chaos experiments into security log pipelines

  • Opensource.com (Posted by bob on Sep 12, 2018 7:53 PM EDT)
  • Story Type: News Story
Security teams depend on high-quality logs for most preventative security efforts. Preventing an incident from occurring requires observable insight into where the failure might come from, and logs are one important source for such insights. When an incident occurs, organizations must be able to respond and contain them as quickly as possible. Logs are not only essential to find the source of a problem, but they also help identify appropriate countermeasures. read more

« Previous ( 1 ... 441 442 443 444 445 446 447 448 449 450 451 ... 1156 ) Next »