Open-source News

AMD Rembrandt SoC Support For Coreboot In Place - Based Off Existing "Sabrina" Code

Phoronix - Tue, 07/05/2022 - 02:55
Today's Coreboot code now has AMD Rembrandt SoC support by splitting it out from the Sabrina SoC support that has been in the works the past several months for this open-source firmware project...

Linux 5.20 To Fix Some TUXEDO/Clevo Laptops With Touchpad/Keyboard Issues After Suspend

Phoronix - Mon, 07/04/2022 - 21:14
A patch from TUXEDO Computers that is now queued into the input subsystem's "next" branch for Linux 5.20 adds a number of quirks to fix several Clevo / TUXEDO laptops from touchpad and keyboard issues after suspending the system...

Ubuntu's Chromium Snap Finally Seeing Progress On Supporting VA-API GPU Acceleration

Phoronix - Mon, 07/04/2022 - 19:40
Those making use of Ubuntu's Chromium Snap for running the Google open-source web browser have been without VA-API support for GPU-based video acceleration within this sandboxed app. Fortunately, it looks like that will soon be crossed off the list for ensuring Ubuntu users can enjoy VA-API acceleration for lowering CPU resources and better power efficiency on Intel graphics and other Mesa Gallium3D drivers supporting VA-API...

Fedora 37 Planning For Binutils 2.38, GNU C Library 2.36

Phoronix - Mon, 07/04/2022 - 17:55
It should be hardly surprising at all for longtime Linux users aware of how Fedora Linux tends to always ship with the most modern open-source compiler toolchain support possible, but for Fedora 37 this autumn they again are planning for the latest and greatest...

KernelMemorySanitizer v4 Published While Already Having Found 300+ Kernel Bugs

Phoronix - Mon, 07/04/2022 - 17:26
Being worked on the past several years by Google engineers and others has been the KernelMemorySanitizer (KMSAN) that has already found more than 300 kernel bugs even prior to being mainlined. Sent out prior to the US holiday weekend as the fourth iteration of these patches, building off the "request for comments" sent out in 2020...

Manage your files in your Linux terminal with ranger

opensource.com - Mon, 07/04/2022 - 15:00
Manage your files in your Linux terminal with ranger Sumantro Mukherjee Mon, 07/04/2022 - 03:00 Register or Login to like Register or Login to like

The most basic way to look at your files and folders is to use the commands ls and ll. But sometimes, I want to see not just the file metadata but also the contents of a file at a glance. For that, I use ranger.

If you love working out of your console and using Vim or Vi, and you don’t want to leave your terminal for any reason, ranger is your new best friend. Ranger is a minimal file manager that allows you not only to navigate through the files but also to preview them. Ranger comes bundled with rifle, a file executor that can efficiently choose programs that work with a given file type.

Installing ranger on Linux

Ranger can be installed in Fedora or any RPM-based distro by running

$ sudo dnf install ranger

Ranger is also available for other distros and macOS.

Using ranger for the first time

As a user, you can start ranger by simply typing $ ranger on your favorite terminal. The arrow keys give way to the navigation. This screenshot is an excellent example of how I can preview the code of the config.example file stored in Kernel-tests.

Image by:

(Sumantro Mukherjee, CC BY-SA 4.0)

Picking any file and hitting F4 opens up your default editor and lets you edit the files right away!

What about images and videos?

Using rifle with ranger lets you quickly find the program associated with a given file. Hovering over an image and then trying to open it is very simple; just hit Enter. Here’s how that looks:

Image by:

(Sumantro Mukherjee, CC BY-SA 4.0)

Hitting i on an image file will give the user all the EXIF data. Hitting Shift+Enter will open the PDF file.

Image by:

(Sumantro Mukherjee, CC BY-SA 4.0)

The same key combo will open and start playing videos in the system's default video player that supports the codec. The example below is an mp4 video, which plays just fine on VLC.

Image by:

(Sumantro Mukherjee, CC BY-SA 4.0)

More Linux resources Linux commands cheat sheet Advanced Linux commands cheat sheet Free online course: RHEL technical overview Linux networking cheat sheet SELinux cheat sheet Linux common commands cheat sheet What are Linux containers? Our latest Linux articles File ops

The following key bindings work well unless otherwise configured by the Vim user.

j: Move down
k: Move up
h: Move to parent directory
gg: Go to the top of the list
i: Preview file
r: Open file
zh: View hidden files
cw: Rename current file
yy: Yank (copy) file
dd: Cut file
pp: Paste file
u: Undo
z: Change settings
dD: Delete file

Console commands

Sometimes I have a folder that contains screenshots of a particular software when I am drafting articles. Selecting or marking files by hitting Space and then typing :bulkrename helps me move all the weird timestamps to, for example, lorax1, lorax2 , and so on. An example is below:

Image by:

(Sumantro Mukherjee, CC BY-SA 4.0)

Other useful console commands include:

:openwith: Open a select file with a program of your choice
:touch FILENAME: Create a file
:mkdir FILENAME: Create a directory
:shell : Run a command in shell
:delete: Delete files

Will it work in tty2/3/4?

As someone who works in quality assurance (QA), I've found that searching for logs and reading them has never been easier. Even when my Gnome Display Manager crashes, I can switch over to my tty2, log in with my username and password, and start ranger with superuser permission, and then I am all sorted to explore!

Ranger is a great tool for working with files without ever having to leave the terminal. Ranger is minimal and customizable, so give it go!

Try this lightweight open source tool to preview files without leaving the terminal.

Linux What to read next How I use the attr command with my Linux filesystem This work is licensed under a Creative Commons Attribution-Share Alike 4.0 International License. Register or Login to post a comment.

How to Install WordPress with LAMP on SUSE Linux Enterprise

Tecmint - Mon, 07/04/2022 - 13:31
The post How to Install WordPress with LAMP on SUSE Linux Enterprise first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Written in PHP, WordPress is one of the most popular and widely used CMS (Content Management Systems). It is free and open-source and is used for creating stunning websites by providing prebuilt feature-rich templates

The post How to Install WordPress with LAMP on SUSE Linux Enterprise first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Pages