today's howtos
-
How to List all Open File Descriptors
One of the easiest ways to list all open file descriptors is to use the lsof command If you are here to list out all the open file descriptors, then you may be aware of what a file descriptor is and what the use of it is, but if you are unaware of file descriptors...
-
How to install Podman on CentOS 9 Stream / Fedora?
Hello, friends. In this post, you will learn how to install Podman on CentOS 9 Stream / Fedora. What is Podman? Podman is a container engine compatible with the OCI Containers specification. Podman is part of Red Hat Linux, but it can also be installed on other distributions.
-
How to Install CryptPad Collaborative Office Suite on Ubuntu 22.04
Cryptpad is an open-source collaborative office suite that serves as an alternative to Office 365. It allows you to access office applications via the web browser. In this tutorial, you will learn how to install the Cryptpad suite on a Ubuntu 22.04 server.
-
How to Visual Studio Code on Manjaro Linux [Ed: This is proprietary Microsoft spyware and sites called "linux" something ought not recommend or even mention it; it gives Microsoft power and data]
Microsoft Visual Studio Code, commonly known as VS Code, is a free, open-source, cross-platform code editor developed by Microsoft. It was first released in 2015 and has since gained immense popularity among developers across the globe.
-
How to Install yay AUR Helper on Manjaro Linux
Yet Another Yogurt, or YAY, is a popular AUR helper written in Go programming language. AUR (Arch User Repository) is a community-driven repository of user-created packages for Arch Linux and its derivatives.
-
How to Install WPS Office on Manjaro Linux
WPS Office is a popular office suite software that provides users various tools for creating, editing, and sharing documents, spreadsheets, and presentations. The software was developed by Kingsoft Office Software Corporation Limited, a Chinese company, and is available for Windows, macOS, Linux, Android, and iOS platforms.
-
How to Install LibreOffice Manjaro Linux
LibreOffice is a free and open-source office suite first released in 2010. It includes programs for word processing, spreadsheets, presentations, databases, and more. LibreOffice is available for various platforms, including Linux, Windows, and macOS, making it a popular choice for users who want a free and reliable alternative to proprietary office suites.
-
How to Install Node.js on AlmaLinux
In this guide, we will show you, how to install Node.js on Almalinux. It is an open-source JavaScript runtime built on Chrome’s V8 JavaScript engine. Nodejs also provides an event-driven architecture and non-blocking I/O that is optimized & scalable.
-
List all files in a folder in a git repository by last commit date
$ git ls-tree --name-only HEAD foldername/ | while read filename; do echo "$(git log -1 --format="%ci " -- $filename) $filename"; done | sort -r
-
How to Upgrade to KDE Plasma 5.27 on Kubuntu 22.10
Upgrade to KDE Plasma 5.27 on Kubuntu 22.10 using the Kubuntu Backports PPA. Learn how to add the PPA to upgrade Plasma in minutes.