Open-source News

Akamai Warns Of "Panchan" Linux Botnet That Leverages Golang Concurrency, Systemd

Phoronix - Wed, 06/15/2022 - 21:22
Akamai Security Research today is lifting the public embargo on "Panchan", a new peer-to-peer botnet they are warning customers about that has been breaching Linux servers since March...

Fwupd 1.7.8 To Further Improve Firmware Updating On Linux

Phoronix - Wed, 06/15/2022 - 21:17
Fwupd 1.7.8 was released this morning as the newest version of this open-source utility built around the Linux Vendor Firmware Service (LVFS) for easy and practical updating of system and component firmware under Linux...

LibreOffice 7.4 Beta Now Available With Performance Improvements, WebP Support

Phoronix - Wed, 06/15/2022 - 20:58
Out today is the beta release of LibreOffice 7.4 as the newest feature release in development for this cross-platform, open-source office suite...

IT Operations - IT-Online

Google News - Wed, 06/15/2022 - 20:43
IT Operations  IT-Online

Ubuntu Core 22 Released For IoT & Embedded Devices

Phoronix - Wed, 06/15/2022 - 20:37
Canonical has officially released Ubuntu Core 22 as its fully containerized version of Ubuntu 22.04 LTS that is optimized for IoT and edge computing use-cases...

Mesa 22.2 Adds Option To Enable Compute Engine For Intel Arc Graphics

Phoronix - Wed, 06/15/2022 - 18:19
With the in-development Linux 5.19 kernel there is compute engine support for DG2/Alchemist graphics now exposed to user-space. Besides the Intel OpenCL Runtime / oneAPI Level Zero preparing to make use of that compute engine support, patches merged today to Mesa 22.2 also allow enabling the DG2-class Arc Graphics compute support within the OpenGL/Vulkan drivers...

Microsoft's "Dozen" Prepares For Vulkan 1.1 Support

Phoronix - Wed, 06/15/2022 - 17:40
Merged earlier this year into Mesa was "Dozen" for Vulkan on Direct3D 12 for use with Microsoft's Windows Subsystem for Linux or in Windows cases where there may be a D3D12 driver installed but no Vulkan support. This is akin to the layering work Microsoft already supports for leveraging Mesa to provide OpenCL and OpenGL atop Direct3D 12. That "Dozen" driver is now readying Vulkan 1.1 support...

Linux SoC Patches Revised For The AMD Pensando Elba

Phoronix - Wed, 06/15/2022 - 17:18
Earlier this year Pensando engineers began posting Linux patches for enabling their Elba DPU SoC. This data processing unit is powered by 16 x Arm Cortex-A72 cores and designed for supporting up to dual 200GE networking with this SoC intended for high-end networking equipment. It didn't take long for the AMD integration less than one month after AMD completed its Pensando acquisition with the new Linux patches now reflected as the AMD Pensando Elba...

Intel Arc A380 Desktop Graphics Launch In China

Phoronix - Wed, 06/15/2022 - 16:23
Overnight Intel announced that the Arc A380 desktop GPU has launched in China and will begin appearing in the Chinese market this month...

How I use LibreOffice keyboard shortcuts

opensource.com - Wed, 06/15/2022 - 15:00
How I use LibreOffice keyboard shortcuts Jim Hall Wed, 06/15/2022 - 03:00 Register or Login to like Register or Login to like

I have used word processing software for as long as I can remember. When word processors moved from direct formatting to leveraging styles to change how text appears on the page, that was a big boost to my writing.

LibreOffice provides a wide variety of styles that you can use to create all kinds of content. LibreOffice applies paragraph styles to blocks of text, such as body text, lists, and code samples. Character styles are similar, except that these styles apply to inline words or other short text inside a paragraph. Use the View -> Styles menu, or use the F11 keyboard shortcut, to bring up the Styles selector.

Image by:

(Jim Hall, CC BY-SA 40)

Using styles makes writing longer documents much easier. Consider this example: I write a lot of workbooks and training material as part of my consulting practice. A single workbook might be 40 or 60 pages long, depending on the topic, and can include a variety of content such as body text, tables, and lists. Some of my technical training material may also include source code examples.

I have a standard training set that I offer clients, but I do custom training programs too. When working on a custom program, I might start by importing text from another workbook, and working from there. Depending on the client, I might also adjust the font and other style elements to match the client's style preferences.  For other materials, I might need to add source code examples.

More great content Free online course: RHEL technical overview Learn advanced Linux commands Download cheat sheets Find an open source alternative Explore open source resources

To enter sample source code using direct formatting, I need to set the font and adjust the margins for each code block in the workbook. If I later decide that my workbook should use a different font for body text or source code samples, I would need to go back and change everything. For a workbook that includes more than a few code samples, this could require several hours to hunt down every source code example and adjust the font and margins to match the new preferred format.

However, by using styles, I can update the definition once to use a different font for the Text Body style, and LibreOffice Writer updates my document everywhere that uses the Text Body style. Similarly, I can adjust the font and margins for the Preformatted Text style, and LibreOffice Writer applies that new style to every source code example with the Preformatted Text style. This is the same for other blocks of text, including titles, source code, lists, and page headers and footers.

I recently had the bright idea to update the LibreOffice keyboard shortcuts to streamline my writing process. I've redefined Ctrl+B to set character style Strong Emphasis, Ctrl+I to set character style Emphasis, and Ctrl+Space to set No Character Style. This makes my writing much easier, as I don't have to pause my writing so I can highlight some text and select a new style. Instead, I can use my new Ctrl+I keyboard shortcut to set the Emphasis character style, which is essentially italics text. Anything I type after that uses the Emphasis style, until I press Ctrl+Space to reset the character style back to the default No Character Style.

Image by:

(Jim Hall, CC BY-SA 40)

If you want to set this yourself, use Tools > Customize, then click on the Keyboard tab to modify your keyboard shortcuts.

Image by:

(Jim Hall, CC BY-SA 40)

 

LibreOffice makes technical writing much easier with styles. And by leveraging keyboard shortcuts, I've streamlined how I write, keeping me focused on the content that I'm meant to deliver, and not its appearance. I might change the formatting later, but the styles remain the same.

Keyboard shortcuts keep me focused on the content that I'm meant to deliver, and not its appearance.

Image by:

Opensource.com

LibreOffice What to read next This work is licensed under a Creative Commons Attribution-Share Alike 4.0 International License. Register or Login to post a comment.

Pages