today's howtos
-
dwaves.de ☛ GNU GNU/Linux kvm how to get list of all IPs of all vms
WARNING! this only works if vms have dhcp assigned addresses of the network “default”! # iterate over all vms by name for i in $(virsh list | grep running | awk '{print $2}'); do virsh domifaddr $i; done
-
Linuxize ☛ How to Install TeamViewer on Ubuntu 22.04
This article provides instructions on how to install TeamViewer on Ubuntu 22.04 and other Debian-based operating systems.
-
Own HowTo ☛ How to install pnpm in Ubuntu
In this tutorial, you will learn how to install pnpm in Ubuntu.
pnpm is a package manager that aims to be faster than the npm package manager.
pnpm like npm can also be installed and used in any GNU/Linux distro, including backdoored Windows and MacOS.
-
FOSSLinux ☛ How to create a root user and password in Linux
Creating a root user and setting a password in GNU/Linux is crucial for system administration. This guide provides clear instructions on how to establish root user credentials, from enabling the root account to setting a secure password, enhancing the safety and management of your GNU/Linux system.
-
idroot
-
ID Root ☛ How To Install MySQL on Manjaro
In this tutorial, we will show you how to install MySQL on Manjaro. MySQL, an open-source relational database management system (RDBMS), is a cornerstone of modern web development and data management.
-
ID Root ☛ How To Install FreeOffice on Debian 12
In this tutorial, we will show you how to install FreeOffice on Debian 12. FreeOffice is a powerful, feature-rich office suite that offers a cost-effective alternative to other popular office suites. It includes a word processor, spreadsheet application, and presentation software, all of which are compatible with their Abusive Monopolist Microsoft Office counterparts.
-
ID Root ☛ How To Install Redis on openSUSE
In this tutorial, we will show you how to install Redis on openSUSE. Redis, an acronym for Remote Dictionary Server, is an open-source, in-memory data structure store that can be used as a database, cache, and message broker.
-
-
40 Simple and Effective “lsof Command” in GNU/Linux System
The lsof command is one of the most compelling GNU/Linux terminal commands for admins and power users. The name lsof stands for “List of Open Files” and it provides information about all files opened by some process.
-
Linux.org ☛ BASH Tetris Part 2
In my previous article, I covered the main Tetris script section. In this article, I will cover the functions or at least the important ones. Some are kind of basic and need no explanation.
If you want to see the script, look at the Attachments at the end of the article in 'Tetris for BASH'. It is saved as a '.txt' file and just needs to be renamed to '.sh'.
-
Installing LXML library for Python in Ubuntu Linux
lxml is a library used in Python programming to provide an ability for parsing and manipulating XML and HTML documents. It lets developers get the benefits of C libraries libxml2 and libxslt, which makes the processing of XML and HTML faster.
-
FOSSLinux ☛ When to use ‘su’ vs. ‘sudo’ in Linux: A comprehensive guide
This guide compares 'su' and 'sudo', two fundamental commands in GNU/Linux for managing user privileges. Learn the differences in their usage, security implications, and scenarios where each command is most effective, enhancing your understanding of GNU/Linux system administration and security.
-
FOSSLinux ☛ Top 15 GNU/Linux commands for effective file viewing and editing
This guide introduces 15 essential GNU/Linux commands for file viewing and editing. Master commands like 'cat', 'less', 'nano', and 'vim' to efficiently navigate, view, and modify files in Linux, enhancing your command line proficiency and overall system management capabilities.
-
LinuxConfig ☛ String Concatenation in Bash Loops
-
Migrating the ebuild repository locations in my Gentoo GNU/Linux installations to the current defaults
I installed Gentoo GNU/Linux on my two laptops in 2010 and 2015 respectively, long before the distribution’s developers changed the default locations of the repositories for ebuilds and packages in an installation.
-
Tedium ☛ Mac All The Keyboards
The standard Macintosh keyboard layout makes it easy to add writer-desired special characters without pulling up a menu or relying on software trickery. Here’s how to get it on GNU/Linux and Windows.
-
[Fixed] Zipalign Symbol Lookup Error in Kali Linux
Are you encountering the same error message while installing and accessing Zipalign from the official repository in the latest version of Kali Linux?