today's howtos
-
Own HowTo ☛ How to install Docker in CentOS 9/8/7
In this tutorial, you will learn how to install Docker in CentOS 9(stream), CentOS 8 (stream) and CentOS 7.
To install Docker in CentOS, you can do so by using the official repository.
-
Ubuntu Handbook ☛ How to Install Telegram Desktop in Ubuntu 24.04 | 22.04
This is a step by step beginner’s guide shows how to install Telegram instant messaging app in Ubuntu 22.04 & Ubuntu 24.04. The popular Telegram Messenger is available in most platforms.
-
HowTo Forge ☛ How to Install an iSCSI Storage Server on Ubuntu 22.04
iSCSI stands for Internet Small Computer System Interface is a Storage Area Network protocol that can be used to share block devices such as HDD/SSD partitions, or LVM partitions, or block files on the network. In this tutorial, we will explain how to setup iSCSI targets and iSCSI initiator on Ubuntu 20.04 server.
-
dwaves.de ☛ GNU Linux Debian – how to disable or enable unused hdmi audio devices
software minimalism & audio interface minimalism: to make management of audio interfaces easier, disable those the user does not use a lot of monitors are hdmi connected that can also transport audio signal but a lot of the build-in speakers […]
-
LinuxConfig ☛ How to get the Current Working Directory in Bash
-
Linux Hint ☛ How to Install Java on GNU/Linux Mint
Tutorial on installing Java on GNU/Linux Mint by installing OpenJDK and JRE to build and run the Java applications on GNU/Linux Mint with detailed steps to follow.
-
Linux Hint ☛ How to Reboot Linux
Rebooting a GNU/Linux machine is a safe process to exit system programs without harming data. In Linux, we have various ways to restart/reboot the system.
-
Linux Hint ☛ How to Install LXDE Desktop Environment on Debian 12
You can install the LXDE desktop environment on Debian 12 from the default repository or using the tasksel command. Read this guide for more details.
-
Linux Hint ☛ How to Install Samba on Debian 12: A Step-by-Step Guide
You can install Samba on Debian 12 directly from the apt install command and can set up quickly to allow file sharing from one system to another.
-
Linux Hint ☛ How to Create and Preview Vim Markdown Files
Vim can be used to easily create and edit markdown files. To preview the markdown file, install the plugin using the Vim plugin manager.
-
Linux Hint ☛ How to Create and Manage Tasks Using backdoored Windows Task Scheduler
To create a task, open the Task Scheduler, right-click on the Task Scheduler Library, select Create Basic Task, and follow the steps to create a simple task.
-
Linux Hint ☛ How to Use the Ipconfig Commands on Windows
The ipconfig command outputs TCP/IP network configurations. It lists down network adapters, gateways, IPv4, and IPv6 protocol configurations.
-
Linux Hint ☛ How to Get CPU Info in Linux
The CPU is known as the brain of a computer system since the entire OS relies on it. To fetch CPU details, multiple command-line tools are available.
-
Linux Hint ☛ How to Highlight the Current Line in Vim
To highlight the current line use :set cursorline command and to highlight the column use :set cursorcolumn command.
-
Linux Hint ☛ How to Install Python on Debian 12
You can install Python on Debian 12 from the source tgz file or through pyenv. Read this article to find a detailed step-by-step guide for these methods.
-
Linux Hint ☛ How to Edit Columns in Vim
To edit columns get into visual block mode, select columns, press shift+i to insert new text, and press Esc.
-
Linux Hint ☛ How to Install Steam on Debian 12 Bookworm
You can install Steam on Debian 12 from Debian repository, Deb package, Steam repository, Snap Store or Flatpak. For more details, read this guide.
-
Linux Hint ☛ How to List Installed Packages on Debian 12
You can list installed packages on Debian 12 from apt list, dpkg-query commands and snap package manager. For more details, follow this guide.
-
Linux Hint ☛ How to Remove Duplicate Lines in Vim
To remove the duplicate lines in Vim use the sort -u command unless you want to modify the file. To remove duplicate lines without modifying the file use the awk command.
-
Linux Hint ☛ How to Set Static IP Address on Debian 12
You can set static IP address on Debian 12 from terminal or GUI. For terminal, use interfaces file or nmcli utility, while for GUI, use Network settings.
-
idroot
-
ID Root ☛ How To Install Darktable on Debian 12
In this tutorial, we will show you how to install Darktable on Debian 12. Darktable, an open-source photography workflow application, and raw developer, has been making waves in the digital photography world.
-
ID Root ☛ How To Install Pale Moon Browser on Fedora 39
In this tutorial, we will show you how to install Pale Moon Browser on Fedora 39. In the dynamic world of web browsing, users seek speed, security, and customization. Pale Moon Browser emerges as a distinguished choice for those who value these attributes.
-
ID Root ☛ How to Run Java Programs in GNU/Linux Terminal
Java, a versatile and widely-used programming language, and Linux, a robust and reliable operating system, often go hand in hand in the world of software development.
-
ID Root ☛ How To Install Grafana on Manjaro
In this tutorial, we will show you how to install Grafana on Manjaro. Grafana is a powerful open-source analytics and monitoring solution that is widely used for visualizing time series data. It is particularly popular in the fields of IT operations, security, and IoT.
-
-
FOSSLinux ☛ Setting up a local development environment on Ubuntu
Creating a local development environment on Ubuntu is crucial for efficient coding and testing. This guide walks you through setting up essential development tools, configuring your system, and creating a productive workspace, ensuring a smooth and effective development process on your Ubuntu machine.
-
Make Tech Easier ☛ How to Count Lines, Words, and More in Linux
There are many info you can obtain about a file. Learn how to count lines, words, length and bytes of a file in GNU/Linux with the wc command.
-
FOSSLinux ☛ Getting started with the Ubuntu Terminal
The Ubuntu Terminal is a powerful tool for system management and development. This guide introduces you to the Terminal's interface, basic commands, and advanced functionalities. Learn to navigate, customize, and utilize the Terminal to its fullest potential for a more efficient and productive Ubuntu experience.
-
Linux Hint ☛ How to Install GUI on Ubuntu Server
Sometimes, it is recommended to use a GUI to manage system resources and enhance performance. This guide covers how to get GUI on Ubuntu Server.
-
Linux Hint ☛ How to Install and Configure rsnapshot in Linux
The rsnapshot is a rsync-based, incremental backup utility that helps with local and remote filesystem backups. The guide shows rsnapshot complete configuration.
-
Linux Hint ☛ How to use the “describe-subnets” Command in proprietary trap AWS CLI?
To list subnets in proprietary trap AWS CLI, use the “describe-subnets” command. It describes all or specific subnets in a VPC and accepts multiple options for distinct actions.
-
Linux Hint ☛ How to Create Ingress in Kubernetes
To create Ingress, run the Ingress controller. Then, create the “ingress.yml” file, define the routing rules, and use the “kubectl apply -f ” command.
-
Linux Hint ☛ How to Delete Ingress Using “kubectl delete” Command?
To remove the ingress, use the “kubectl delete ingress ” command. To remove all the ingresses, use the “kubectl delete --all ingress” command.
-
Linux Hint ☛ How to Get Ingress Using “kubectl get ingress”
To get ingress, use the “kubectl get ingress” command. To get ingress details in any format, use the “kubectl get ingress -o ” command.