Language Selection

English French German Italian Portuguese Spanish

Software: Abricotine, Curl, LibreOffice and Proprietary Traps

Filed under
LibO
Software

Free/Libre:

  • Excellent Utilities: Abricotine – open source Markdown editor

    This is a new series of reviews highlighting best-of-breed utilities. We’re covering a wide range of utilities including tools that boost your productivity, help you manage your workflow, and lots more besides. For this article, we’ll put Abricotine under the spotlight.

    Abricotine is an open source, cross-platform Markdown editor built for the desktop with inline preview functionality. Let’s recap about Markdown.

    Markdown is a plain text formatting syntax created by John Gruber in 2004. It’s designed to be easy-to-read and easy-to-write.

    Readability is at the very heart of Markdown. It offers the advantages of plain text, provides a convenient format for writing for the web, but it’s not intended to be a replacement for HTML. Markdown is a writing format, not a publishing format. You control the display of the document; formatting words as bold or italic, adding images, and creating lists are just a few of the things we can do with Markdown. Mostly, Markdown is just regular text with a few non-alphabetic characters included, such as # or *.

    Markdown has a much more basic syntax than HTML, leaving aside things like opening and closing tags, and instead uses punctuation and characters that all users will already use in daily writing. The punctuation characters have been carefully chosen to resemble what they mean. The intention is to ensure that the syntax does not stop the flow of writing, allowing the author to focus on content, rather than how it looks. In this way, Markdown shares a common bond with LaTeX, a document preparation system for high quality typesetting, which also encourages authors not to focus too much on the appearance, but to concentrate on the right content.

  • curl 7.65.1 patched up and ready to go

    We worked hard on fixing bugs in the weeks before we shipped curl 7.65.0. We really did. Yet, several annoying glitches managed to creep in, remain unnoticed and cause problems to users when they first eagerly tried out the new release. Those were glitches that none in the development team had experienced or discovered but only took a few hours for users to detect and report.

    The initial bad sign was that it didn’t even take a full hour from the release announcement until the first bug on 7.65.0 was reported. And it didn’t stop with that issue. We obviously had a whole handful of small bugs that caused friction to users who just wanted to get the latest curl to play with. The bugs were significant and notable enough that I quickly decided we should patch them up and release an update that has them fixed: 7.65.1. So here it is!

    This patch release even got delayed. Just the day before the release we started seeing weird crashes in one of the CI builds on macOS and they still remained on the morning of the release. That made me take the unusual call to postpone the release until we better understood what was going on. That’s the reason why this comes 14 days after 7.65.0 instead of a mere 7 days.

  • Some Of The Best Windows Emulators For Linux

    Let’s look into the list of some of the useful and best Windows emulators for Linux based operating systems.

  • LibreOffice 6.3 hits beta, with built-in redaction tool for sharing those █████ documents

    The Document Foundation has released the first beta of LibreOffice 6.3, with new features including a redaction tool and a Fourier Analysis spreadsheet function.

    LibreOffice was forked from OpenOffice in 2010, which is when The Document Foundation was formed, including a team of OpenOffice contributors. OpenOffice has also continued and is now Apache OpenOffice. The default format of both suites is OpenDocument, an ISO standard.

    Version 6.3 is planned for full release in mid August. There are new features of which the most notable is the built-in redaction tool. Existing proprietary tools do not support open document formats, the release notes explained.

    The new tool works by converting the target document to a LibreOffice drawing. You then blank out parts of the document by placing shapes over the offending words. Finally, the redaction tool offers a "Redacted Export" option, which creates a PDF in which the document becomes a bitmap with no selectable text.

  • QA Report: May 2019
  • Month of LibreOffice, May 2019: The winners!

Proprietary:

  • Apple will soon kill off iTunes and, with it, an entire era of music history

     

    iTunes—a program for managing your media library, listening to songs, and buying new content—played a key part in the digital revolution of the 2000s after it first launched in 2001. Its impact started with music. iTunes was partly credited with slowing the severe bleeding to piracy the recording industry faced amid the popularity of the MP3 boom on peer-to-peer file-sharing applications like Napster. And the program was also the home base for the iPod, one of the first of many products CEO Steve Jobs oversaw when steering the company back to success after he returned to his leadership position in 1998.

  • Google Chrome 75 Released with Minor Improvements And 42 Security Fixes

    Google Chrome team has released Chrome 75 (75.0.3770.80) on June 4, 2019.

    Chrome 75 stable channel was released for Windows, Mac, Linux and Android.

    This release contains a number of fixes (42 Security Fixes) and few minor improvements.

    There’s an experimental reader mode available via the chrome://flags page.

  • Google Chrome 75 released with secret Reader Mode

    Google has released today version 75 of its Chrome browser, available for Android, Chrome OS, Linux, Mac, and Windows.

Google Chrome 75 Released with Minor Improvements

  • Google Chrome 75 Released with Minor Improvements & Security Fixes

    There’s also the usual bunch of under the hood improvements for developers and web-standards enthusiasts to drool over, such as low-latency canvas context (improves performance), improved WebRTC support, and FIDO CTAP2 PIN support in the Web Auth API.

    Google say this update also includes 42 security fixes security fixes, including several high severity security patches.

    Finally, process nerds will be pleased to see service workers listed in Chrome’s built-in Task Manager, offering more control over background tasks, push notifications, and so on.

    On the Android side, support for the Web Share API Level 2 (i.e. sharing files from the web to apps) and support for auto-generating stronger passwords when you sign up for an account.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

More in Tux Machines

digiKam 7.7.0 is released

After three months of active maintenance and another bug triage, the digiKam team is proud to present version 7.7.0 of its open source digital photo manager. See below the list of most important features coming with this release. Read more

Dilution and Misuse of the "Linux" Brand

Samsung, Red Hat to Work on Linux Drivers for Future Tech

The metaverse is expected to uproot system design as we know it, and Samsung is one of many hardware vendors re-imagining data center infrastructure in preparation for a parallel 3D world. Samsung is working on new memory technologies that provide faster bandwidth inside hardware for data to travel between CPUs, storage and other computing resources. The company also announced it was partnering with Red Hat to ensure these technologies have Linux compatibility. Read more

today's howtos

  • How to install go1.19beta on Ubuntu 22.04 – NextGenTips

    In this tutorial, we are going to explore how to install go on Ubuntu 22.04 Golang is an open-source programming language that is easy to learn and use. It is built-in concurrency and has a robust standard library. It is reliable, builds fast, and efficient software that scales fast. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel-type systems enable flexible and modular program constructions. Go compiles quickly to machine code and has the convenience of garbage collection and the power of run-time reflection. In this guide, we are going to learn how to install golang 1.19beta on Ubuntu 22.04. Go 1.19beta1 is not yet released. There is so much work in progress with all the documentation.

  • molecule test: failed to connect to bus in systemd container - openQA bites

    Ansible Molecule is a project to help you test your ansible roles. I’m using molecule for automatically testing the ansible roles of geekoops.

  • How To Install MongoDB on AlmaLinux 9 - idroot

    In this tutorial, we will show you how to install MongoDB on AlmaLinux 9. For those of you who didn’t know, MongoDB is a high-performance, highly scalable document-oriented NoSQL database. Unlike in SQL databases where data is stored in rows and columns inside tables, in MongoDB, data is structured in JSON-like format inside records which are referred to as documents. The open-source attribute of MongoDB as a database software makes it an ideal candidate for almost any database-related project. This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the MongoDB NoSQL database on AlmaLinux 9. You can follow the same instructions for CentOS and Rocky Linux.

  • An introduction (and how-to) to Plugin Loader for the Steam Deck. - Invidious
  • Self-host a Ghost Blog With Traefik

    Ghost is a very popular open-source content management system. Started as an alternative to WordPress and it went on to become an alternative to Substack by focusing on membership and newsletter. The creators of Ghost offer managed Pro hosting but it may not fit everyone's budget. Alternatively, you can self-host it on your own cloud servers. On Linux handbook, we already have a guide on deploying Ghost with Docker in a reverse proxy setup. Instead of Ngnix reverse proxy, you can also use another software called Traefik with Docker. It is a popular open-source cloud-native application proxy, API Gateway, Edge-router, and more. I use Traefik to secure my websites using an SSL certificate obtained from Let's Encrypt. Once deployed, Traefik can automatically manage your certificates and their renewals. In this tutorial, I'll share the necessary steps for deploying a Ghost blog with Docker and Traefik.