Install Google Chrome on openSUSE Leap 15.5 / 15.4 / Tumbleweed

This is quick guide howto install install Google Chrome browser on openSUSE Leap 15.5 / 15.4 / Tumbleweed. Best way to install and keep up-to-date with Google Chrome browser is use Google’s own RPM repository. All Google-Chrome-Stable, Google-Chrome-Beta and Google-Chrome-Unstable are available. Check video version of guide: Subscribe and follow: Follow @inttf Install Google Chrome on openSUSE Leap 15.5 / 15.4 / Tumbleweed 1. Change to root user. sudo -i ## OR ## su - 2.
Read more →

Upgrade to Fedora 38 from Fedora 37 using DNF

This is guide, howto upgrade Fedora 37 to Fedora 38 using DNF. This method works on desktop and server machines. You can also upgrade older Fedora installations (example Fedora 36/35/34) directly to Fedora 38. I have tested this method on several machines, but if you have problems, please let me know. Always remember backup, before upgrade! Check video version of guide: Subscribe and follow: Follow @inttf 1. Before Upgrade 1.
Read more →

Howto Build GCC 12 for Fedora 38 using GCC 13

This is guide howto build older GCC using newer one in Fedora. Currently GCC 12 for Fedora 38 using GCC 13. This is needed for running NVIDIA CUDA on Fedora 38. Check video version of guide, howto build GCC 12 for Fedora 38 using GCC 13: Subscribe and follow: Follow @inttf Build and Install GCC 12 on Fedora 38 using GCC 13 I use here sudo command for root user commands, if you don’t have/use sudo, then just use your root account directly.
Read more →

Upgrade to Fedora 37 from Fedora 36 using DNF

This is guide, howto upgrade Fedora 36 to Fedora 37 using DNF. This method works on desktop and server machines. You can also upgrade older Fedora installations (example Fedora 35/34/33) directly to Fedora 37. I have tested this method on several machines, but if you have problems, please let me know. Always remember backup, before upgrade! Check video version of guide: Watch More Videos and Subscribe to if-not-true-then-false.com Youtube Channel
Read more →

inttf-kernel - Clear Linux kernel for Fedora 36 users

This is a project I’ve been working on lately. Build Clear Linux kernel for Fedora users. All Clear Linux patches and almost full kernel config are working currently. Only minor changes to get modprobe, hostname, fbdev, etc. working on Fedora. This is currently still at testing stage and not recommend on any production environment(s). Also remember backup all important data! I have run several tests mainly using Phoronix Test Suite to see if there is any speed difference between original Fedora kernel and Clear Linux kernel on Fedora.
Read more →

Upgrade to Fedora 36 from Fedora 35 using DNF

This is guide, howto upgrade Fedora 35 to Fedora 36 using DNF. This method works on desktop and server machines. You can also upgrade older Fedora installations (example Fedora 34/33/32) directly to Fedora 36. I have tested this method on several machines, but if you have problems, please let me know. Always remember backup, before upgrade! Check video version of guide: Subscribe and follow: Follow @inttf 1. Before Upgrade 1.1 Backup Your Data Before doing anything, do full system backup or backup at least your important data: documents, pictures, videos, config files, log files, databases etc.
Read more →

CentOS Stream 9/8, Red Hat (RHEL) 9.0/8.5, Rocky Linux 8.5 NVIDIA Restore Plymouth (BIOS/UEFI Users)

  1. Restore/Change/Update Plymouth After NVIDIA Drivers Installation (BIOS/UEFI Users) Please let me know if it works or if you have some problems. Check video version of guide: Subscribe and follow: Follow @inttf 4.1 Create /etc/modprobe.d/nvidia.conf file Create /etc/modprobe.d/nvidia.conf with content “options nvidia_drm modeset=1” echo "options nvidia_drm modeset=1" >> /etc/modprobe.d/nvidia.conf 4.2 Create /etc/dracut.conf.d/nvidia.conf file Create /etc/dracut.conf.d/nvidia.conf file with following content, note you need white spaces inside add_drivers and install_items: add_drivers+=" nvidia nvidia_modeset nvidia_uvm nvidia_drm " install_items+=" /etc/modprobe.
Read more →

CentOS Stream 9/8, Red Hat (RHEL) 9.0/8.5, Rocky Linux 8.5 Uninstall NVIDIA drivers and Enable Nouveau

  1. CentOS Stream 9/8, Red Hat (RHEL) 9.0/8.5, Rocky Linux 8.5 Uninstall NVIDIA drivers and Enable Nouveau I assume here that you have used this guide install part to install your NVIDIA drivers. This whole process is good to run on runlevel 3. When there is no X running. So first boot to runlevel 3 using direct parameter (3) on Grub linux/linuxefi line or using “systemctl set-default multi-user.target”. 5.1 Change root user su - ## OR ## sudo -i 5.
Read more →

Install NVIDIA Drivers [550.76 / 535.171.04 / 470.239.06 / 390.157 / 340.108] on CentOS Stream 9/8, RHEL 9/8, Rocky Linux 8.5

This is guide, howto install NVIDIA proprietary drivers (manually using .run files) on CentOS Stream 9/8, Red Hat (RHEL) 9.0/8.5, Rocky Linux 8.5 and disable Nouveau driver. This guide works with GeForce 8/9/200/300/400/500/600/700/800/900/10/20/30 series cards. GeForce RTX 40 series cards works with 550.xx, 535.xx NVIDIA drivers, (RTX 4090, RTX 4080, RTX 4070 Ti, RTX 4070, RTX 4060 Ti, RTX 4060) GeForce RTX 30 series cards works with 550.xx, 535.xx NVIDIA drivers, (RTX 3090, RTX 3080 and RTX 3070, RTX 3060, RTX 3060 Ti) GeForce RTX 20 series cards works with 550.
Read more →

Install NVIDIA CUDA Toolkit 12.1 on Ubuntu 21.10 / Debian 11 / Linux Mint 20.3

This is guide, howto install NVIDIA CUDA Toolkit 12.1 on Ubuntu 21.10, 21.04, 20.04.3 LTS, 18.04.6 LTS / Debian 11, 10, Sid / Linux Mint 20.3, 20.2, 20.1. I assume here that you have installed NVIDIA drivers successfully using my earlier Install NVIDIA 495.xx Drivers on Debian / Ubuntu / Linux Mint Guide. You will need NVIDIA 495.xx drivers. As always remember backup important files before doing anything! Check video version of guide, Howto Install NVIDIA CUDA Toolkit 12.
Read more →

Uninstall NVIDIA CUDA Toolkit 12.1 on Ubuntu 21.10 / Debian 11 / Linux Mint 20.3

  1. Uninstall NVIDIA CUDA Toolkit 12.1 on Ubuntu 21.10 / Debian 11 / Linux Mint 20.3 2.1 Change root user su - ## OR ## sudo -i 2.2 Run NVIDIA CUDA Uninstall Script /usr/local/cuda/bin/cuda-uninstaller 2.3 Remove /etc/profile.d/cuda.sh rm /etc/profile.d/cuda.sh Then logout/login get NVIDIA CUDA away from PATH and LD_LIBRARY_PATH.
Read more →

CentOS Stream 9 Full Install Guide [Netinstall] / GNOME 40 Tour

This is full guide, howto install CentOS Stream 9 using minimal boot iso image. I install CentOS Stream 9 Workstation, but also CentOS Stream 9 Server installation is possible using exactly same method. I also use network installation (netinstall), but you can also download and use full CentOS Stream 9 DVD iso image. Subscribe and follow: Follow @inttf
Read more →

Arch Linux Install Guide [Full / Complete Real PC Install] [GNOME 41.1, btrfs, systemd-boot]

Many may think that installing Arch Linux is difficult. In reality, the process is not much different from installing any Linux, except that the installation is done on the command line. Arch Linux own installation guide is excellent, but I’m trying here to explain in a little more detail how the whole process goes. This is my own command list for installing Arch Linux with GNOME Desktop. Following this guide you can install Arch Linux with GNOME 41.
Read more →

Rocky Linux 8.5 Netinstall – Server / Workstation Network Install Guide

This is quick guide howto install Rocky Linux 8 (currently 8.5) on real PC. I use here Rocky-8.5-x86_64-boot.iso just boot installer and then run install from fresh repo packages. Same method works for users with full DVD image (Rocky-8.5-x86_64-dvd1.iso) or minimal image (Rocky-8.5-x86_64-minimal.iso). Check video version of guide: Subscribe and follow: Follow @inttf The commands used in the video: 1. Download Rocky Linux 8 (Rocky-8.5-x86_64-boot.iso) wget https://download.rockylinux.org/pub/rocky/8/BaseOS/x86_64/iso/Rocky-8.5-x86_64-boot.iso 2. Download Rocky Linux 8 CHECKSUM wget https://download.
Read more →
Subscribe and follow: