today's howtos
-
XDA ☛ How to install VMWare Tools on Ubuntu
Ubuntu isn't just for running on physical hardware. If you're a more advanced user of this great Linux distribution, you might want to virtualize it separately from your main Windows (or other) operating system. VMware offers different products for this, including Fusion, Workstation, and Player, but for the best experience between your main OS and the guest Ubuntu OS, you'll want to install VMware Tools.
-
Medium ☛ Welcome to Linux Rabbit — Your Gateway to IT Excellence!
Ready to elevate your IT skills? Linux Rabbit is your partner in success, offering meticulously crafted courses for both beginners and advanced professionals.
-
ZDNet ☛ How to manage Fedora's firewall without using the command line
If you're considering a migration to GNU/Linux and the Fedora distribution, then you'll want to know how to install and use the firewall GUI. Don't worry. It's not as hard as it looks.
-
Linux Hint ☛ How to Install NVIDIA CUDA 12 on Debian 12
Practical tutorial on how to install the latest version of CUDA on Debian 12 and how to add the NVIDIA CUDA binary path and libraries to the path of Debian 12.
-
Linux Hint ☛ How to Install PyTorch with NVIDIA GPU/CUDA Acceleration Support on Debian 12
Practical guide on how to install PyTorch with NVIDIA GPU/CUDA acceleration support on Debian 12 and how to create a Python 3 virtual environment for PyTorch.
-
Linux Hint ☛ How to Install Node.js and NPM in Ubuntu
Comprehensive tutorial on the methods to install Node.js and NPM in Ubuntu using the default Ubuntu repository, installation script, and the Nodesource GPG key.
-
Own HowTo ☛ The most useful Arch GNU/Linux commands you should know
In this tutorial, you will learn the most useful commands that you should know if you are an Arch GNU/Linux user.
In Arch GNU/Linux and Arch GNU/Linux based distros, pacman is the default package manager that allows you to install, update or remove packages.
-
Linux Host Support ☛ How to Install PHP 8 on Debian
Let’s follow this step-by-step guide on how to install PHP 8.0 on Debian 10. PHP is an open-source general-purpose scripting language, mostly used by web developers as it can easily be embedded into HTML. PHP version 8.0 was officially released on November 26, 2020, and it is the latest release of the PHP language.
-
TecAdmin ☛ How to Install Dovecot (POP/IMAP) on Debian 12/11
Email is an essential part of modern communication, and having your own email server can give you control and flexibility. Dovecot is a popular, open-source IMAP and POP3 server for Unix-like operating systems, known for its simplicity, security, and performance.
-
idroot
-
ID Root ☛ How To Install Firefox on openSUSE
In this tutorial, we will show you how to install Firefox on openSUSE. Mozilla Firefox is a popular web browser known for its speed, flexibility, and high regard for user privacy. It’s free and open-source software that implements current and anticipated web standards, making it a preferred choice for many users worldwide.
-
ID Root ☛ How To Install Metasploit on Fedora 39
In this tutorial, we will show you how to install Metasploit on Fedora 39. Metasploit is a powerful tool used by network security professionals, system administrators, and ethical hackers for penetration testing and identifying potential vulnerabilities in a system.
-
ID Root ☛ How To Install qBittorrent on Debian 12
In this tutorial, we will show you how to install qBittorrent on Debian 12. qBittorrent is a popular, open-source torrent client known for its simplicity and efficiency. It is favored for personal and educational use due to its feature-rich yet user-friendly interface.
-
ID Root ☛ How To Install Emacs on Manjaro
In this tutorial, we will show you how to install Emacs on Manjaro.
-
-
Linux Hint ☛ Boosting Your Terminal Productivity: Oh My Zsh Plugins that You Need
Guide on how to make your terminal usage to a power user level by taking advantage of Oh My Zsh and its powerful plugins and themes for terminal productivity.
-
Linux Hint ☛ How to Install Surveillance Giant Google Chrome on Kali Linux
To install Surveillance Giant Google Chrome on Kali Linux, users can either use the “.deb” file to install Chrome or use the Flatpak official repository.
-
Linux Hint ☛ How to Fix “Kernel Driver not Installed (rc=-1908)” Error in VirtualBox?
To fix this issue on Mac, allow the app from “security and privacy” and on Linux, install GNU/Linux headers and VirtualBox dkms.
-
Linux Hint ☛ How to Page Up and Page Down in Vim
To page up and page down in Vim, use ctrl+f and ctrl+b keys, respectively. However, to page up and down by a half page, use ctrl+u and ctrl+d keys.
-
Linux Hint ☛ How to Set Up Kali GNU/Linux on VirtualBox?
To set up Kali Linux, download the ISO image, create the virtual machine by providing the ISO image, allocate the basic resources, and install Kali Linux.
-
Linux Hint ☛ How to Install Java in Ubuntu
Guide on the step-by-step process of installing Java in Ubuntu using JDK and JRE to develop the Java applications and run the Java-based applications in Ubuntu.
-
Linux Hint ☛ Upgrade Ubuntu 20.04 to 22.04 via the Command Line
Practical guide on the step-by-step process of upgrading Ubuntu 20.04 to 22.04 via the command line to stay updated with the latest security fixes and updates.
-
Linux Hint ☛ How to Uninstall VirtualBox from Mac?
To uninstall VirtualBox from Mac, the user can either remove it by using the VirtualBox installer or manually by moving VirtualBox to the bin.
-
LinuxConfig ☛ Customizing and Utilizing History in the Shell
-
It's FOSS ☛ Paste Command Examples
Merge file contents, and display output among other things with the paste command. Explore more here.
-
LinuxConfig ☛ Personalizing Keyboard Layouts in Linux
-
Linux Hint ☛ What are Vim Registers
Vim registers are storage blocks used to store yanked, deleted text and operations. 26 named registers (a-z) are used to store custom text.
-
Linux Hint ☛ How to Install Debian 12 (Bookworm) on Raspberry Pi
You can install Debian 12 on Raspberry Pi by downloading the image file and loading the image onto the Raspberry Pi’s SD Card through BalenaEtcher.
-
Linux Hint ☛ How to Install Java on Debian 12: A Step By Step Guide
You can install Java on Debian from apt package manager, deb file and SDKMAN. For more details, read this guide.
-
How to Make a “sh” Script Executable to Run From a Terminal?
In the realm of computing, shell scripts are pivotal tools. These scripts, written in a shell programming language, hold the key to automating tasks within a Unix-like operating system. Their significance lies in their ability to streamline processes, offering efficiency and speed. In this guide, you’ll delve into the crucial process of making these scripts not just writable but executable from the terminal. Uncover the power of seamless automation by understanding the importance of executing shell scripts. Making Shell Scripts Executable to Run From the Terminal Shell scripts, at their core, are sets of commands that the operating system executes.