Year: 2021
Fundamentals: Ten Keys to Reality – Wilczek, Frank
Amazon Best Sellers: Best Microelectronics
https://www.amazon.com/gp/bestsellers/books/13718/ref=pd_zg_hrsr_books
GitHub – marin-m/SongRec: An open-source Shazam client for Linux, written in Rust.
How can I create a keyboard shortcut for highlighting text in LO Writer? – Ask LibreOffice
Highlighting text is not an “action” on text. It is an additional attribute on a character.
To achieve your goal, you must first define a character style with the specific colour selected as Background
. Give a name to this style. You can now give it a keyboard shortcut.
This shortcut is not auto-toggling like Ctrl
+B
or I
. I suggest you also associate a keyboard shortcut to character style Default Style
so that you can cancel the effect of highlighting from the keyboard.
To show the community your question has been answered, click the ✓ next to the correct answer, and “upvote” by clicking on the ^ arrow of any helpful answers. These are the mechanisms for communicating the quality of the Q&A on this site. Thanks!
Source: How can I create a keyboard shortcut for highlighting text in LO Writer? – Ask LibreOffice
dm-crypt
dm-crypt is a transparent disk encryption subsystem in Linux kernel versions 2.6 and later and in DragonFly BSD. It is part of the device mapper infrastructure, and uses cryptographic routines from the kernel’s Crypto API. Unlike its predecessor cryptoloop, dm-crypt was designed to support advanced modes of operation, such as XTS, LRW and ESSIV (see disk encryption theory for further information), in order to avoid watermarking attacks. In addition to that, dm-crypt also addresses some reliability problems of cryptoloop.
dm-crypt is implemented as a device mapper target and may be stacked on top of other device mapper transformations. It can thus encrypt whole disks (including removable media), partitions, software RAID volumes, logical volumes, as well as files. It appears as a block device, which can be used to back file systems, swap or as an LVM physical volume.
Some Linux distributions support the use of dm-crypt on the root file system. These distributions use initrd to prompt the user to enter a passphrase at the console, or insert a smart card prior to the normal boot process.
Source: dm-crypt – Wikipedia
Using Flatpak on Ubuntu and Other Linux
Source: Using Flatpak on Ubuntu and Other Linux [Complete Guide]
U.FL/IPX IPEX UFL to RP SMA SMA Female Male Antenna WiFi Pigtail Cable ufl ipex 1.13mm RF Cable 15CM|Connectors| – AliExpress
10PCS 2.54mm 40 Pin Stright Female Single Row Pin Header Strip PCB Connector|Integrated Circuits
apt – Failed to add /run/systemd/ask-password to directory watch: No space left on device? – Ask Ubuntu
– The long-term fix is to edit the file /etc/sysctl.conf
to include the line:
fs.inotify.max_user_watches=1048576
- reload sysctl.conf with:
#sysctp -p
idempotent
FAI – Fully Automatic Installation
FAI is a tool for unattended mass deployment of Linux. It’s a system to install and configure Linux systems and software packages on computers as well as virtual machines, from small labs to large-scale infrastructures like clusters and virtual environments. You can take one or more virgin PC’s, turn on the power, and after a few minutes, the systems are installed, and completely configured to your exact needs, without any interaction necessary.